summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer2-5/+5
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer5-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-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice8-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-24Converted some DOS newlines to UNIXBjørn Lindeijer1-18/+18
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer5-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-10fixed some compilation problems reported by Jaxad, updated project file to ↵Philipp Sehmisch2-79/+33
new code::blocks format.
2008-07-18Import of client treeLloyd Bryant5-22/+4
2008-04-01renaming makefile to MakefilePhilipp Sehmisch1-0/+18
2008-04-01renaming makefile to MakefilePhilipp Sehmisch1-18/+0
2008-04-01compilation fixes suggested by peavey.Philipp Sehmisch2-1/+2
2008-04-01Added makefile for TMXCopy by jaxad.Philipp Sehmisch1-0/+18
2008-03-08Fixed some width/height mixups in TMXCopy.Philipp Sehmisch3-17/+18
2007-12-19Incorporated some more of doener's leet PHP skills. ;)Bjørn Lindeijer1-3/+2
2007-12-19Fixed weird problem with zip_open failing with relative path.Bjørn Lindeijer1-4/+6
2007-12-19Added list of files in each update with indication on whether they are stillBjørn Lindeijer1-5/+40
used.
2007-12-19Fixed association of entries to update, added no-cache headers, added a bit ofBjørn Lindeijer1-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-18Optimized with single loop approach and nicer printing calls, inspired byBjørn Lindeijer1-45/+34
doener's version. Also added list of update entries and their respective update.
2007-12-18Calculate usage percentage correctly and display zip file overhead.Bjørn Lindeijer1-5/+12
2007-12-18Small fix to the displayed obsolete data percentage.Bjørn Lindeijer1-1/+1
2007-12-18Added initial version of the update analysis tool upalyzer.Bjørn Lindeijer1-0/+131
2007-12-12Added my tmxcopy tool for copying parts of maps to other maps.Philipp Sehmisch12-0/+1134
2007-08-17Added a small program for calculating adler32 checksums of files.Bjørn Lindeijer1-0/+67
2007-01-04Removed purger toolEugenio Favalli1-159/+0
2006-10-03Removed empty frames from headgears.Bjørn Lindeijer1-9/+20
2006-10-01Added a tool to purge old accounts from eAthena's database filesEugenio Favalli1-0/+159
2006-09-24Removed unused hairstyle frames and applied patch by Rogier Polak to solve theBjørn Lindeijer1-37/+91
problem with an OpenGL related redefinition.
2006-07-03Added the tool used to reorganize the monster spritesets.Bjørn Lindeijer1-0/+133