Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-02-28 | Temporary fix for GUILD protocol support, fixed makefile. Also please do not ↵ | Mateusz Kaduk | 1 | -0/+6 | |
double source file names - rename it. | |||||
2008-02-28 | Added missing automake entries. Still bug in guildhandler code, plz fix it. | Mateusz Kaduk | 1 | -0/+6 | |
2008-01-28 | Added weapon skill system and leveling system. | Philipp Sehmisch | 1 | -2/+0 | |
2007-11-15 | Moved item icon from ItemInfo class to the Item class, so that it can be loaded | Bjørn Lindeijer | 1 | -0/+2 | |
on demand. Results in faster startup time and reduced memory usage. | |||||
2007-11-03 | Added automatic recoloring of images. Inspired by fungos' ideas (PR #41). | Guillaume Melquiond | 1 | -0/+2 | |
2007-10-20 | Added a layout handler for automatically positioning widgets in a window. ↵ | Guillaume Melquiond | 1 | -0/+2 | |
Fixed layout of login dialog box when native language is not English. | |||||
2007-09-25 | Added some const qualifiers. | Bjørn Lindeijer | 1 | -2/+2 | |
2007-09-20 | Added support for unicode charset in textfields and chat. | Guillaume Melquiond | 1 | -0/+2 | |
2007-09-19 | Merged 0.0 changes from revision 3362 to 3580 to trunk. | Bjørn Lindeijer | 1 | -14/+24 | |
2007-09-10 | Added support for True Type Fonts. | Eugenio Favalli | 1 | -0/+2 | |
2007-08-25 | Removed dependency on Guichan's OpenGL library. Taken over image loading and ↵ | Guillaume Melquiond | 1 | -4/+2 | |
handling. Reduced memory usage when using OpenGL. (Up to 95% reduction for some textures.) | |||||
2007-08-06 | Fixed some header typos. Moved gettext.h to utils directory. Removed ↵ | Guillaume Melquiond | 1 | -2/+1 | |
redundant HAS_CONFIG_H macro. Used autopoint for generating gettext environment. Removed auto-generated file from po directory. | |||||
2007-08-06 | Added support for translating variable strings. | Guillaume Melquiond | 1 | -0/+2 | |
2007-08-05 | Do not include config.h when the program has not been configured. | Guillaume Melquiond | 1 | -0/+1 | |
2007-08-05 | Added support for internationalization. Tested by translating a few gui ↵ | Guillaume Melquiond | 1 | -1/+3 | |
strings to french. | |||||
2007-07-31 | Removed legacy inventory code. Added display of equipment. | Guillaume Melquiond | 1 | -2/+0 | |
2007-06-04 | Merged 0.0 changes from revision 3234 to 3317 to trunk. | Bjørn Lindeijer | 1 | -1/+15 | |
2007-03-24 | Merged 0.0 changes from revision 3177 to 3234 to trunk. | Bjørn Lindeijer | 1 | -2/+4 | |
2007-03-03 | Updated Makefile. | Bjørn Lindeijer | 1 | -0/+4 | |
2007-02-23 | Added unregistering, logout_then_exit, switch_character and ↵ | Rogier Polak | 1 | -0/+6 | |
switch_accountserver. | |||||
2007-01-04 | Merged 0.0 changes from revision 2898 to 2988 to trunk. | Bjørn Lindeijer | 1 | -6/+6 | |
2006-12-11 | Merged 0.0 changes from revision 2825 to 2898 to trunk. | Bjørn Lindeijer | 1 | -2/+17 | |
2006-11-11 | Fixed autotools configuration. | Björn Steinbrink | 1 | -0/+2 | |
2006-11-05 | Merged the definition of ImageRect into graphics.h. | Bjørn Lindeijer | 1 | -2/+1 | |
2006-11-05 | Merged 0.0 changes from revision 2800 to 2825 to trunk. | Bjørn Lindeijer | 1 | -0/+2 | |
2006-11-02 | Merged trunk changes from revision 2716 to 2756 into the 0.1.0 branch. | Bjørn Lindeijer | 1 | -0/+2 | |
2006-11-02 | Removed some cruft that was needed for eAthena. | Björn Steinbrink | 1 | -2/+0 | |
2006-11-02 | Network layer refactoring. | Björn Steinbrink | 1 | -0/+18 | |
2006-09-29 | Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch. | Bjørn Lindeijer | 1 | -0/+3 | |
2006-08-30 | Added a first version of the server dialog with an unskinned dropdown. ↵ | Yohann Ferreira | 1 | -0/+2 | |
Upgraded also the connection window a bit to handle Cancelling more gracefully. | |||||
2006-08-28 | Merged trunk development between revisions 2530 and 2618 to the 0.1.0 branch. | Bjørn Lindeijer | 1 | -0/+1 | |
2006-08-27 | Got rid of no longer used protocol.cpp | Bjørn Lindeijer | 1 | -1/+0 | |
2006-08-20 | Changed MessageHandler::handleMessage to take a reference instead of a pointer. | Bjørn Lindeijer | 1 | -2/+0 | |
Removed unused Packet class. Added stub for handling GPMSG_BEING_ENTER. | |||||
2006-08-13 | Merged cleanups and content changes from the trunk. Also fixed compiling with | Bjørn Lindeijer | 1 | -0/+2 | |
OpenGL enabled. | |||||
2006-08-02 | Cleaned autotools files. | Guillaume Melquiond | 1 | -6/+2 | |
2006-07-30 | Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0 | Bjørn Lindeijer | 1 | -2/+2 | |
branch). | |||||
2006-07-24 | Implemented caching of spritesets, including a lot of cleanups to the new | Bjørn Lindeijer | 1 | -3/+3 | |
animation system. Action now refers to the Spriteset directly and AnimatedSprite refers to the current Action directly instead of using the std::map with a std::string constantly. Some methods and parameters are marked as const. The READ_PROP macro was replaced by static methods. Warnings are logged when unnamed actions are defined or when actions refer to undefined imagesets. Code is more tolerant towards missing actions. | |||||
2006-07-19 | Merged new_animation branch until r2415 into trunk. | Eugenio Favalli | 1 | -0/+2 | |
2006-03-19 | Unreverted latest change by Doener due to my lack of proper communication ↵ | Eugenio Favalli | 1 | -0/+1 | |
abilities. | |||||
2006-03-19 | Reverted changeset r2269 (toString) as requested by ElvenProgrammer. | Björn Steinbrink | 1 | -1/+0 | |
2006-03-19 | Splitted setup window into manageable pieces according to their tabs in the ↵ | Björn Steinbrink | 1 | -0/+7 | |
window. Fixed some memory leaks along the way. Also fixed two settings not being stored on "apply". | |||||
2006-03-18 | Added a toString conversion function. | Björn Steinbrink | 1 | -0/+1 | |
2006-03-08 | Added a 'dtor' helper functor to delete objects in arrays and containers ↵ | Björn Steinbrink | 1 | -0/+1 | |
using STL algorithms. | |||||
2006-02-06 | Added a Joystick class. | Björn Steinbrink | 1 | -0/+2 | |
2006-02-06 | Added a FloorItemManager class. | Björn Steinbrink | 1 | -0/+2 | |
2006-02-01 | Replaced ErrorDialog by OkDialog + listener. | Björn Steinbrink | 1 | -2/+0 | |
2006-02-01 | Made the OkDialog and ConfirmDialog classes proxies for their buttons' ↵ | Björn Steinbrink | 1 | -2/+0 | |
events. Removed the RequestTradeWindow class, replaced with a plain ConfirmDialog. Fixed a memory leak along the way. | |||||
2006-01-31 | Created a ListModel for ShopItems. | Björn Steinbrink | 1 | -0/+1 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -3/+42 | |
2006-01-04 | Reverted r0nny changes, enabled 3 slots to create players, smoothed player ↵ | Eugenio Favalli | 1 | -3/+1 | |
deletion. |