Age | Commit message (Expand) | Author | Files | Lines |
2009-08-13 | Clean up Being and it's derivatives | Jared Adams | 1 | -3/+3 |
2009-03-28 | Removed a lot of useless isVisible() checks | Bjørn Lindeijer | 1 | -3/+0 |
2009-03-27 | Removed all the static initializations of mAlpha | Bjørn Lindeijer | 1 | -1/+1 |
2009-03-25 | Merge branch 'eathena/master' | Bjørn Lindeijer | 1 | -0/+3 |
2009-03-22 | Merged the tmwserv client with the eAthena client | Bjørn Lindeijer | 1 | -4/+9 |
2009-03-06 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 1 | -0/+3 |
2009-03-05 | Made some optimizations based on some profiling done by Octalot, as well | Ira Rice | 1 | -0/+3 |
2009-02-10 | Removed many pointless comparisons with NULL | Bjørn Lindeijer | 1 | -1/+1 |
2009-02-10 | Fixed header files, as well as removed the unused buddy list class (not | Ira Rice | 1 | -2/+3 |
2009-02-11 | Removed many pointless comparisons with NULL | Bjørn Lindeijer | 1 | -1/+1 |
2009-02-09 | Mostly whitespace and formatting changes | Bjørn Lindeijer | 1 | -4/+2 |
2009-02-04 | Went through the gui folder and revised the include statements to not | Ira Rice | 1 | -2/+0 |
2009-01-30 | Exposed most gui elements to take alpha values. There are still a few | Ira Rice | 1 | -0/+9 |
2009-01-26 | Created a new equipment screen, which is loosely related to the | Ira Rice | 1 | -1/+8 |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 |
2009-01-15 | Style cleanups throughout most of the code. Splitting function type from | Ira Rice | 1 | -4/+2 |
2009-01-10 | Made a few more window components use a transparency under OpenGL, as | Ira Rice | 1 | -0/+2 |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -3/+1 |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 |
2008-10-09 | Merged the movement branch into trunk | Bjørn Lindeijer | 1 | -4/+3 |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 |
2008-04-11 | Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but because | Bjørn Lindeijer | 1 | -4/+4 |
2008-04-07 | Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for | Bjørn Lindeijer | 1 | -4/+4 |
2007-11-20 | Merged revisions 3692 via svnmerge from | Bjørn Lindeijer | 1 | -0/+2 |
2007-10-27 | Made it compile with GCC 4.3 | Guillaume Melquiond | 1 | -0/+2 |
2007-10-22 | Merged changesets 3631, 3645 and 3648 from trunk to 0.0 branch. | Bjørn Lindeijer | 1 | -1/+5 |
2007-10-20 | Centered sprite inside selection box. | Guillaume Melquiond | 1 | -1/+5 |
2007-09-20 | Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style | Bjørn Lindeijer | 1 | -2/+2 |
2007-07-27 | Removed useless yet costly dynamic casts. | Guillaume Melquiond | 1 | -2/+2 |
2007-01-14 | Merged 0.0 changes from revision 2988 to 3035 to trunk. | Bjørn Lindeijer | 1 | -1/+0 |
2007-01-07 | Added brown snake by Pauan. | Bjørn Lindeijer | 1 | -1/+0 |
2006-12-12 | Merged r2829 from trunk (Merged the definition of ImageRect into graphics.h) | Bjørn Lindeijer | 1 | -2/+0 |
2006-12-11 | Merged 0.0 changes from revision 2825 to 2898 to trunk. | Bjørn Lindeijer | 1 | -27/+10 |
2006-12-09 | Use new animation system in character selection/creation. Shows equipment and | Bjørn Lindeijer | 1 | -27/+10 |
2006-11-05 | Merged the definition of ImageRect into graphics.h. | Bjørn Lindeijer | 1 | -2/+0 |
2006-09-29 | Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch. | Bjørn Lindeijer | 1 | -1/+1 |
2006-09-24 | Removed unused hairstyle frames and applied patch by Rogier Polak to solve the | Bjørn Lindeijer | 1 | -1/+1 |
2006-08-26 | Got rid of numerous additions and substractions to the hair style and color. | Bjørn Lindeijer | 1 | -2/+3 |
2006-08-14 | Completed porting of character creation/deletion, fixed some issues with netw... | Eugenio Favalli | 1 | -2/+1 |
2006-07-24 | Implemented caching of spritesets, including a lot of cleanups to the new | Bjørn Lindeijer | 1 | -1/+1 |
2006-06-21 | Added female players. | Eugenio Favalli | 1 | -3/+4 |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -9/+9 |
2006-03-09 | Added Spriteset::get() and Spriteset::size() to hide the member vector and re... | Björn Steinbrink | 1 | -3/+3 |
2006-03-08 | Added a 'dtor' helper functor to delete objects in arrays and containers usin... | Björn Steinbrink | 1 | -3/+3 |
2006-03-05 | Merged new_playerset branch into trunk. | Eugenio Favalli | 1 | -5/+6 |
2005-08-25 | Made our drawImage() method respect the clip area from the guichan graphics p... | Björn Steinbrink | 1 | -22/+17 |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -1/+9 |
2005-07-26 | OpenGL/SDL combined in the same exe. Not in the cutest way, but we'll find a | Bjørn Lindeijer | 1 | -1/+1 |
2005-07-16 | Made Image/SubImage being drawn by Graphics. Removed some redundant code. | Björn Steinbrink | 1 | -2/+4 |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -2/+1 |