Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-10 | Copyright header fix | Steve Cotton | 1 | -5/+5 | |
As Bjorn did in 0a106989bd16c48525f01cb8515809e74f37a8d8 | |||||
2009-03-09 | Make tmxcopy pair up layers by name | Steve Cotton | 4 | -28/+231 | |
2009-03-09 | Fix tmxcopy off-by-one error translating tilesets | Steve Cotton | 1 | -1/+5 | |
The first tiles of each tileset got shuffled. | |||||
2009-03-09 | Added missing header and print newline at end of usage instructions | Bjørn Lindeijer | 2 | -1/+2 | |
2009-01-25 | Removed the TMW branding from header guards | Bjørn Lindeijer | 2 | -5/+5 | |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 5 | -22/+20 | |
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections. | |||||
2008-12-07 | Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a' | Ira Rice | 8 | -85/+51 | |
Conflicts: AUTHORS CMakeLists.txt ChangeLog INSTALL README aethyra.cbp configure.ac data/help/changes.txt data/help/commands.txt data/help/header.txt data/help/support.txt src/Makefile.am src/aethyra.rc src/being.cpp src/being.h src/equipment.cpp src/equipment.h src/floor_item.h src/game.cpp src/gui/buddywindow.cpp src/gui/char_select.cpp src/gui/char_server.cpp src/gui/chat.cpp src/gui/chat.h src/gui/equipmentwindow.cpp src/gui/equipmentwindow.h src/gui/gui.cpp src/gui/inventorywindow.cpp src/gui/inventorywindow.h src/gui/itemcontainer.cpp src/gui/itemcontainer.h src/gui/minimap.cpp src/gui/ministatus.cpp src/gui/newskill.cpp src/gui/npc_text.cpp src/gui/npclistdialog.h src/gui/ok_dialog.cpp src/gui/setup_video.cpp src/gui/skill.cpp src/gui/skill.h src/gui/status.h src/gui/table_model.h src/gui/updatewindow.cpp src/gui/viewport.cpp src/inventory.cpp src/inventory.h src/keyboardconfig.cpp src/keyboardconfig.h src/localplayer.cpp src/localplayer.h src/logindata.h src/main.cpp src/map.cpp src/monster.cpp src/monster.h src/net/beinghandler.cpp src/net/beinghandler.h src/net/buysellhandler.cpp src/net/equipmenthandler.cpp src/net/loginhandler.cpp src/net/loginhandler.h src/net/network.h src/net/npchandler.cpp src/net/playerhandler.cpp src/net/protocol.h src/net/tradehandler.cpp src/npc.cpp src/npc.h src/particleemitter.cpp src/particleemitterprop.h src/player.cpp src/player.h src/player_relations.cpp src/resources/imageset.cpp src/resources/imageset.h src/resources/itemdb.cpp src/resources/mapreader.cpp src/resources/monsterinfo.h src/text.cpp src/text.h src/textmanager.cpp src/textmanager.h src/tileset.h src/utils/fastsqrt.h src/utils/strprintf.cpp src/winver.h tools/tmxcopy/Makefile tools/tmxcopy/base64.cpp tools/tmxcopy/base64.h tools/tmxcopy/tostring.h Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2008-11-24 | Converted some DOS newlines to UNIX | Bjørn Lindeijer | 1 | -18/+18 | |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 5 | -6/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
2008-08-10 | fixed some compilation problems reported by Jaxad, updated project file to ↵ | Philipp Sehmisch | 2 | -79/+33 | |
new code::blocks format. | |||||
2008-07-18 | Import of client tree | Lloyd Bryant | 5 | -22/+4 | |
2008-04-01 | renaming makefile to Makefile | Philipp Sehmisch | 1 | -0/+18 | |
2008-04-01 | renaming makefile to Makefile | Philipp Sehmisch | 1 | -18/+0 | |
2008-04-01 | compilation fixes suggested by peavey. | Philipp Sehmisch | 2 | -1/+2 | |
2008-04-01 | Added makefile for TMXCopy by jaxad. | Philipp Sehmisch | 1 | -0/+18 | |
2008-03-08 | Fixed some width/height mixups in TMXCopy. | Philipp Sehmisch | 3 | -17/+18 | |
2007-12-19 | Incorporated some more of doener's leet PHP skills. ;) | Bjørn Lindeijer | 1 | -3/+2 | |
2007-12-19 | Fixed weird problem with zip_open failing with relative path. | Bjørn Lindeijer | 1 | -4/+6 | |
2007-12-19 | Added list of files in each update with indication on whether they are still | Bjørn Lindeijer | 1 | -5/+40 | |
used. | |||||
2007-12-19 | Fixed association of entries to update, added no-cache headers, added a bit of | Bjørn Lindeijer | 1 | -6/+20 | |
error reporting in case of invalid zip files, kept original ordering of the update list and sorted the list of entries on their filename. | |||||
2007-12-18 | Optimized with single loop approach and nicer printing calls, inspired by | Bjørn Lindeijer | 1 | -45/+34 | |
doener's version. Also added list of update entries and their respective update. | |||||
2007-12-18 | Calculate usage percentage correctly and display zip file overhead. | Bjørn Lindeijer | 1 | -5/+12 | |
2007-12-18 | Small fix to the displayed obsolete data percentage. | Bjørn Lindeijer | 1 | -1/+1 | |
2007-12-18 | Added initial version of the update analysis tool upalyzer. | Bjørn Lindeijer | 1 | -0/+131 | |
2007-12-12 | Added my tmxcopy tool for copying parts of maps to other maps. | Philipp Sehmisch | 12 | -0/+1134 | |
2007-08-17 | Added a small program for calculating adler32 checksums of files. | Bjørn Lindeijer | 1 | -0/+67 | |
2007-01-04 | Removed purger tool | Eugenio Favalli | 1 | -159/+0 | |
2006-10-03 | Removed empty frames from headgears. | Bjørn Lindeijer | 1 | -9/+20 | |
2006-10-01 | Added a tool to purge old accounts from eAthena's database files | Eugenio Favalli | 1 | -0/+159 | |
2006-09-24 | Removed unused hairstyle frames and applied patch by Rogier Polak to solve the | Bjørn Lindeijer | 1 | -37/+91 | |
problem with an OpenGL related redefinition. | |||||
2006-07-03 | Added the tool used to reorganize the monster spritesets. | Bjørn Lindeijer | 1 | -0/+133 | |