diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-02-18 11:11:05 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-02-18 11:11:05 +0000 |
commit | ae3fd2d43c9c614847d3959ba06f8f1050065ea0 (patch) | |
tree | 1b73ac4a32d9882ae17d18f1bd0e2ba39166e348 | |
parent | 31adb4adcab7316404b19072044d374695e4cde3 (diff) | |
download | mana-ae3fd2d43c9c614847d3959ba06f8f1050065ea0.tar.gz mana-ae3fd2d43c9c614847d3959ba06f8f1050065ea0.tar.bz2 mana-ae3fd2d43c9c614847d3959ba06f8f1050065ea0.tar.xz mana-ae3fd2d43c9c614847d3959ba06f8f1050065ea0.zip |
Added alpha attribute to images, some documents updated and added document
about messages sent acros the network.
-rwxr-xr-x | .cvsignore | 2 | ||||
-rw-r--r-- | AUTHORS | 56 | ||||
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | data/.cvsignore | 2 |
4 files changed, 26 insertions, 36 deletions
@@ -13,3 +13,5 @@ Makefile.in Makefile configure libtool +autom4te.cache +tmw.log @@ -3,47 +3,31 @@ The Mana World Dev Team ----------------------- ElvenProgrammer aka Eugenio Favalli (umperio@users.sourceforge.net) - Project leader, programmer (various parts) + Project leader, programmer +== Programmers == -Programmers + Bertram (SDL input, progress bar drawing, Debian package) + Bjorn lindeijer (various parts, GUI, graphics, A* and map rewrites) + nym (several GUI parts) + Shura (configuration, sound, misc. ports) + zenogais (resource manager) - Bertram - (SDL input, progress bar drawing) +== Artists == - Hammerbear aka Bjorn lindeijer (bjorn@lindeijer.nl) - (various parts, Guichan expert) + Chetic (maps) + Gnulia (conceptual art) + Neko-mon (player sprites, various things) + Neorice (monster sprites, tiles) + Rotonen (backstory, art director, music, sound) - nym - (several GUI parts) +== Misc thanks == - Shura - (configuration, sound, Linux expert, misc. ports) + Ultramichy (hosting test server) - SimEdw - (network code) +== Inactive/retired == - Usiu - (several GUI parts) - - zenogais - (resource manager) - - -Artists - - Chetic - (maps) - - Gnulia - (conceptual art) - - Neko-mon - - Neorice - - Rotonen - (backstory, art director, music, sound) - - Vlady - (several items) + 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,6 @@ 0.0.10 +- Added using and dropping of items +- Added experimental support for OpenGL rendering - Fixed crash in fullscreen with hardware acceleration enabled (win32) - Reimplemented A* pathfinding, hopefully stable now diff --git a/data/.cvsignore b/data/.cvsignore new file mode 100644 index 00000000..3dda7298 --- /dev/null +++ b/data/.cvsignore @@ -0,0 +1,2 @@ +Makefile.in +Makefile |