Skip to content

Commit c84e748

Browse files
* Add ShortcutBar_gump from https://github.com/litchie/exult-ios fork.
1 parent 0cb023c commit c84e748

30 files changed

+960
-96
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2016-03-15 Malignant Manor <[email protected]>
2+
* Add ShortcutBar_gump from https://github.com/litchie/exult-ios fork.
3+
14
2016-03-14 Dominik Reichardt <[email protected]>
25
* Various files and documentation changed from SVN to Git.
36

Makefile.common

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ GUMPS_OBJS= \
160160
gumps/Gump_manager.o \
161161
gumps/Gump_widget.o \
162162
gumps/Gump_ToggleButton.o \
163+
gumps/ShortcutBar_gump.o \
163164
gumps/Jawbone_gump.o \
164165
gumps/misc_buttons.o \
165166
gumps/Newfile_gump.o \
@@ -305,7 +306,19 @@ EXULT_FLX_OBJECTS = \
305306
data/videooptions.shp \
306307
data/hp_bar.shp \
307308
data/sfx_icon.shp \
308-
data/mtgm.mid
309+
data/mtgm.mid \
310+
data/sb_combat.shp \
311+
data/sb_disk.shp \
312+
data/sb_jawbone.shp \
313+
data/sb_keyring.shp \
314+
data/sb_spellbook.shp \
315+
data/sb_target.shp \
316+
data/sb_food.shp \
317+
data/sb_key.shp \
318+
data/sb_maps.shp \
319+
data/sb_notebook.shp \
320+
data/sb_backpack.shp \
321+
data/transparentmenu.shp
309322

310323
EXULT_BG_FLX = data/exult_bg.flx data/exult_bg_flx.h
311324
EXULT_BG_FLX_OBJECTS = \

data/Makefile.am

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,19 @@ EXULT_FLX_OBJECTS = \
2626
videooptions.shp \
2727
hp_bar.shp \
2828
sfx_icon.shp \
29-
mtgm.mid
29+
mtgm.mid \
30+
sb_combat.shp \
31+
sb_disk.shp \
32+
sb_jawbone.shp \
33+
sb_keyring.shp \
34+
sb_spellbook.shp \
35+
sb_target.shp \
36+
sb_food.shp \
37+
sb_key.shp \
38+
sb_maps.shp \
39+
sb_notebook.shp \
40+
sb_backpack.shp \
41+
transparentmenu.shp
3042

3143
EXULT_BG_FLX_OBJECTS = \
3244
bg/flx.in \
@@ -60,8 +72,7 @@ EXULT_SI_FLX_OBJECTS = \
6072

6173
EXULT_IPHONE_FLX_OBJECTS = \
6274
iphone/flx.in \
63-
iphone/keyboardbutton.shp \
64-
iphone/transparentmenu.shp
75+
iphone/keyboardbutton.shp
6576

6677
EXULT_BG_PAPERDOL_VGA_OBJECTS = \
6778
bg/amulets.shp \

data/flx.in

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,15 @@ sfx_icon.shp
2626
notebook.shp
2727
stats_extra.shp
2828
mtgm.mid
29+
sb_combat.shp
30+
sb_disk.shp
31+
sb_jawbone.shp
32+
sb_keyring.shp
33+
sb_spellbook.shp
34+
sb_target.shp
35+
sb_food.shp
36+
sb_key.shp
37+
sb_maps.shp
38+
sb_notebook.shp
39+
sb_backpack.shp
40+
transparentmenu.shp

data/iphone/flx.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
../exult_iphone.flx
22
keyboardbutton.shp
3-
transparentmenu.shp

data/sb_backpack.shp

256 Bytes
Binary file not shown.

data/sb_combat.shp

1.66 KB
Binary file not shown.

data/sb_disk.shp

390 Bytes
Binary file not shown.

data/sb_food.shp

272 Bytes
Binary file not shown.

data/sb_jawbone.shp

625 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)