summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2008-03-31updated project fliesPhilipp Sehmisch1-1/+3
2008-02-28Temporary fix for GUILD protocol support, fixed makefile. Also please do not ...Mateusz Kaduk1-0/+6
2008-02-28Added missing automake entries. Still bug in guildhandler code, plz fix it.Mateusz Kaduk1-0/+6
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch1-2/+0
2007-11-15Moved item icon from ItemInfo class to the Item class, so that it can be loadedBjørn Lindeijer1-0/+2
2007-11-03Added automatic recoloring of images. Inspired by fungos' ideas (PR #41).Guillaume Melquiond1-0/+2
2007-10-20Added a layout handler for automatically positioning widgets in a window. Fix...Guillaume Melquiond1-0/+2
2007-09-25Added some const qualifiers.Bjørn Lindeijer1-2/+2
2007-09-20Added support for unicode charset in textfields and chat.Guillaume Melquiond1-0/+2
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer1-14/+24
2007-09-10Added support for True Type Fonts.Eugenio Favalli1-0/+2
2007-08-25Removed dependency on Guichan's OpenGL library. Taken over image loading and ...Guillaume Melquiond1-4/+2
2007-08-06Fixed some header typos. Moved gettext.h to utils directory. Removed redundan...Guillaume Melquiond1-2/+1
2007-08-06Added support for translating variable strings.Guillaume Melquiond1-0/+2
2007-08-05Do not include config.h when the program has not been configured.Guillaume Melquiond1-0/+1
2007-08-05Added support for internationalization. Tested by translating a few gui strin...Guillaume Melquiond1-1/+3
2007-07-31Removed legacy inventory code. Added display of equipment.Guillaume Melquiond1-2/+0
2007-06-04Merged 0.0 changes from revision 3234 to 3317 to trunk.Bjørn Lindeijer1-1/+15
2007-03-24Merged 0.0 changes from revision 3177 to 3234 to trunk.Bjørn Lindeijer1-2/+4
2007-03-03Updated Makefile.Bjørn Lindeijer1-0/+4
2007-02-23Added unregistering, logout_then_exit, switch_character and switch_accountser...Rogier Polak1-0/+6
2007-01-04Merged 0.0 changes from revision 2898 to 2988 to trunk.Bjørn Lindeijer1-6/+6
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer1-2/+17
2006-11-11Fixed autotools configuration.Björn Steinbrink1-0/+2
2006-11-05Merged the definition of ImageRect into graphics.h.Bjørn Lindeijer1-2/+1
2006-11-05Merged 0.0 changes from revision 2800 to 2825 to trunk.Bjørn Lindeijer1-0/+2
2006-11-02Merged trunk changes from revision 2716 to 2756 into the 0.1.0 branch.Bjørn Lindeijer1-0/+2
2006-11-02Removed some cruft that was needed for eAthena.Björn Steinbrink1-2/+0
2006-11-02Network layer refactoring.Björn Steinbrink1-0/+18
2006-09-29Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch.Bjørn Lindeijer1-0/+3
2006-08-30Added a first version of the server dialog with an unskinned dropdown. Upgrad...Yohann Ferreira1-0/+2
2006-08-28Merged trunk development between revisions 2530 and 2618 to the 0.1.0 branch.Bjørn Lindeijer1-0/+1
2006-08-27Got rid of no longer used protocol.cppBjørn Lindeijer1-1/+0
2006-08-20Changed MessageHandler::handleMessage to take a reference instead of a pointer.Bjørn Lindeijer1-2/+0
2006-08-13Merged cleanups and content changes from the trunk. Also fixed compiling withBjørn Lindeijer1-0/+2
2006-08-02Cleaned autotools files.Guillaume Melquiond1-6/+2
2006-07-30Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0Bjørn Lindeijer1-2/+2
2006-07-24Implemented caching of spritesets, including a lot of cleanups to the newBjørn Lindeijer1-3/+3
2006-07-19Merged new_animation branch until r2415 into trunk. Eugenio Favalli1-0/+2
2006-03-19Unreverted latest change by Doener due to my lack of proper communication abi...Eugenio Favalli1-0/+1
2006-03-19Reverted changeset r2269 (toString) as requested by ElvenProgrammer.Björn Steinbrink1-1/+0
2006-03-19Splitted setup window into manageable pieces according to their tabs in the w...Björn Steinbrink1-0/+7
2006-03-18Added a toString conversion function.Björn Steinbrink1-0/+1
2006-03-08Added a 'dtor' helper functor to delete objects in arrays and containers usin...Björn Steinbrink1-0/+1
2006-02-06Added a Joystick class.Björn Steinbrink1-0/+2
2006-02-06Added a FloorItemManager class.Björn Steinbrink1-0/+2
2006-02-01Replaced ErrorDialog by OkDialog + listener.Björn Steinbrink1-2/+0
2006-02-01Made the OkDialog and ConfirmDialog classes proxies for their buttons' events...Björn Steinbrink1-2/+0
2006-01-31Created a ListModel for ShopItems.Björn Steinbrink1-0/+1
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-3/+42