Age | Commit message (Expand) | Author | Files | Lines |
2007-11-21 | Merged revisions 3705-3711,3714,3718,3721-3722,3729-3731,3735,3742 via svnmer... | Bjørn Lindeijer | 1 | -0/+4 |
2007-10-18 | Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, | Bjørn Lindeijer | 1 | -8/+6 |
2007-09-01 | Fixed windowlistener.h entry in Makefile.am. | Bjørn Lindeijer | 1 | -1/+1 |
2007-08-30 | Merged equipment database with items database and got rid of the unused item | Bjørn Lindeijer | 1 | -4/+0 |
2007-08-28 | Added Vector class and used it in the particle engine. | Bjørn Lindeijer | 1 | -1/+2 |
2007-08-28 | Made buy dialog resizable and added a WindowListener class for listening for | Bjørn Lindeijer | 1 | -10/+11 |
2007-08-22 | Added trimming of chat messages. | Bjørn Lindeijer | 1 | -0/+1 |
2007-08-22 | Fixed a compiler warning and updated source lists. | Bjørn Lindeijer | 1 | -0/+6 |
2007-07-24 | Fixed initialization order and added setup_keyboard.* and keyboardconfig.* to | Bjørn Lindeijer | 1 | -0/+4 |
2007-07-11 | Weapon sprites are now (almost) threated like other equipment sprites through... | Philipp Sehmisch | 1 | -0/+1 |
2007-06-03 | Fixed warning about strict-aliasing rules and don't die on warnings by default. | Bjørn Lindeijer | 1 | -1/+1 |
2007-06-03 | Added some files to be included with the release. | Bjørn Lindeijer | 1 | -0/+2 |
2007-05-04 | Merged particle engine into main eAthena branch. | Philipp Sehmisch | 1 | -1/+11 |
2007-04-15 | Reimplemented window resizing. It is now once again possible to resize windows | Bjørn Lindeijer | 1 | -1/+3 |
2007-03-21 | Renamed Spriteset to ImageSet. | Bjørn Lindeijer | 1 | -3/+3 |
2007-03-12 | Added a simple animation class that hosts a looping animation without the act... | Philipp Sehmisch | 1 | -1/+3 |
2007-01-30 | Removed unused Packet class. | Bjørn Lindeijer | 1 | -2/+0 |
2006-12-12 | Merged r2829 from trunk (Merged the definition of ImageRect into graphics.h) | Bjørn Lindeijer | 1 | -2/+1 |
2006-12-12 | Moved base64 module into utils directory. | Bjørn Lindeijer | 1 | -6/+6 |
2006-12-04 | Introduced a new class Viewport which combines the drawing code from Engine | Bjørn Lindeijer | 1 | -1/+3 |
2006-11-29 | Updated Makefile and CMakeList | Philipp Sehmisch | 1 | -0/+4 |
2006-11-26 | Updated Makefiles and CMake Lists | Philipp Sehmisch | 1 | -3/+6 |
2006-11-19 | Separated sprite definition from playback. | Bjørn Lindeijer | 1 | -0/+2 |
2006-11-15 | Separated getProperty method to an XML utility namespace. | Bjørn Lindeijer | 1 | -0/+2 |
2006-11-14 | Separated Action class to its own module. | Bjørn Lindeijer | 1 | -0/+2 |
2006-11-05 | Added pictures to items in buy dialogs. Also too expensive items are highligh... | Yohann Ferreira | 1 | -0/+2 |
2006-10-03 | Turned AmbientOverlay into a class. Cleaned up the associated code. | Björn Steinbrink | 1 | -0/+2 |
2006-09-03 | Introduced SelectionListener to fix updating problem in inventory window | Bjørn Lindeijer | 1 | -0/+1 |
2006-08-20 | some fixes to automake building, and debian packagaing updates. Happy to be b... | Yohann Ferreira | 1 | -0/+1 |
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -0/+2 |
2006-07-28 | Moved AnimatedSprite into its own files, removed useless includes. | Björn Steinbrink | 1 | -0/+2 |
2006-07-24 | Implemented caching of spritesets, including a lot of cleanups to the new | Bjørn Lindeijer | 1 | -3/+3 |
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 abi... | Eugenio Favalli | 1 | -0/+1 |
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 w... | Björn Steinbrink | 1 | -0/+7 |
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 usin... | Björn Steinbrink | 1 | -0/+1 |
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' events... | Björn Steinbrink | 1 | -2/+0 |
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 de... | Eugenio Favalli | 1 | -3/+1 |
2006-01-03 | moved network logic out of gui/trade.cpp to net/protocol_trade.{h,cpp} | Ronny Pfannschmidt | 1 | -1/+3 |
2006-01-01 | Applied patch by pclouds that allows for a faster login sequence by providing | Bjørn Lindeijer | 1 | -1/+1 |
2005-12-30 | Added a new item, improved smooth login sequence, added a registration window... | Eugenio Favalli | 1 | -0/+2 |
2005-10-18 | Added automatic widget cleanup to the window class. | Björn Steinbrink | 1 | -0/+2 |
2005-10-16 | Added two missing files. | Björn Steinbrink | 1 | -0/+2 |