diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | data/Makefile.am | 1 |
3 files changed, 3 insertions, 2 deletions
@@ -12,6 +12,7 @@ The Mana World Dev Team nym (several GUI parts) Shura (configuration, sound, misc. ports) zenogais (resource manager) + Usiu (several GUI parts) == Artists == @@ -27,7 +28,6 @@ The Mana World Dev Team == Inactive/retired == - Usiu (several GUI parts) <- Went missing SimEdw (network code) <- Computer broke Sull (hosting CVS and related services) <- Went missing Vlady (several items) <- In the army @@ -1,4 +1,4 @@ -0.0.10 +0.0.10 (5 March 2005) - Added using and dropping of items - Added experimental support for OpenGL rendering - Added support for new map format in client diff --git a/data/Makefile.am b/data/Makefile.am index ea129975..af16e6ed 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -21,5 +21,6 @@ EXTRA_DIST = map/new_3-1.gat \ core/graphics/sprites/npcs.png \ core/graphics/sprites/player_male_base.png \ core/graphics/sprites/player_male_hair.png \ + core/graphics/sprites/weapons.png \ core/graphics/images/login_wallpaper.png \ sound/wavs/level.ogg |