Age | Commit message (Expand) | Author | Files | Lines |
2009-01-06 | Merged layout handler from mainline | Bjørn Lindeijer | 1 | -0/+2 |
2009-01-06 | Added support for internationalization | Ira Rice | 1 | -0/+1 |
2009-01-05 | Merged Vector class improvements from mainline | Bjørn Lindeijer | 1 | -0/+1 |
2009-01-05 | Renamed PATH_NODE to Position as on mainline | Bjørn Lindeijer | 1 | -0/+2 |
2008-12-29 | Added support for True Type Fonts using GUIChan's inbuilt SDLTrueType | Ira Rice | 1 | -0/+2 |
2008-12-26 | Fixed a potential leak in setup, changed the default border color to | Ira Rice | 1 | -2/+2 |
2008-12-07 | Added some initialization and removed ChargeDialog | Ira Rice | 1 | -2/+0 |
2008-12-07 | Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a' | Ira Rice | 1 | -0/+8 |
2008-12-03 | Add an effects manager (patch by Kage Jittai) | Ira Rice | 1 | -0/+2 |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -2/+1 |
2008-10-26 | Added Crush's recent Particle engine modifications from TMW. | Ira Rice | 1 | -1/+1 |
2008-10-26 | Implemented particle emitters with properties which change over time accordin... | Philipp Sehmisch | 1 | -1/+1 |
2008-10-15 | De-hardcoded colors in trunk. Now, all colors are loaded from | Ira Rice | 1 | -0/+2 |
2008-09-25 | Merged the Tametomo branch into trunk. | Ira Rice | 1 | -0/+4 |
2008-08-07 | Rebranding TME to Aethyra | Kraant | 1 | -5/+5 |
2008-07-27 | Changed files to tme | Douglas Boffey | 1 | -5/+5 |
2008-06-30 | Updated CMake file to fix compilation. Patch by darkKnight. | Bjørn Lindeijer | 1 | -0/+8 |
2008-06-12 | Merged revisions 3738 via svnmerge from | Bjørn Lindeijer | 1 | -0/+2 |
2008-05-22 | Did the same for CMake. | Bjørn Lindeijer | 1 | -0/+2 |
2008-04-09 | Re-enabled non-functional item shortcut window, planned to be fixed for 0.0.25 | Bjørn Lindeijer | 1 | -0/+6 |
2008-04-07 | Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for | Bjørn Lindeijer | 1 | -2/+0 |
2007-12-25 | Updated CMake file. | Bjørn Lindeijer | 1 | -0/+2 |
2007-12-24 | Disabled non-functional item shortcut window. | Bjørn Lindeijer | 1 | -6/+0 |
2007-11-21 | Merged revisions 3705-3711,3714,3718,3721-3722,3729-3731,3735,3742 via svnmer... | Bjørn Lindeijer | 1 | -0/+2 |
2007-10-18 | Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, | Bjørn Lindeijer | 1 | -13/+11 |
2007-09-20 | Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style | Bjørn Lindeijer | 1 | -6/+5 |
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 | -0/+1 |
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 | 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 | -0/+10 |
2007-04-15 | Reimplemented window resizing. It is now once again possible to resize windows | Bjørn Lindeijer | 1 | -0/+2 |
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 |
2007-01-05 | Synchronized build files. | Björn Steinbrink | 1 | -0/+13 |
2006-12-12 | Merged r2829 from trunk (Merged the definition of ImageRect into graphics.h) | Bjørn Lindeijer | 1 | -1/+0 |
2006-12-12 | Moved base64 module into utils directory. | Bjørn Lindeijer | 1 | -2/+2 |
2006-12-12 | Moved Action, Animation and Frame (renamed from AnimationPhase) classes into | Bjørn Lindeijer | 1 | -4/+4 |
2006-12-04 | Introduced a new class Viewport which combines the drawing code from Engine | Bjørn Lindeijer | 1 | -11/+13 |
2006-11-29 | Updated Makefile and CMakeList | Philipp Sehmisch | 1 | -0/+4 |
2006-11-26 | Updated Makefiles and CMake Lists | Philipp Sehmisch | 1 | -5/+8 |
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 | Fixed money field to no longer hide below the bottom of the window. | Bjørn Lindeijer | 1 | -0/+2 |