summaryrefslogtreecommitdiff
path: root/src/engine.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-2/+0
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-2/+24
2009-02-26Merge branch 'aethyra/master'Bjørn Lindeijer1-2/+0
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-3/+1
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-1/+1
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-1/+1
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-10/+0
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-1/+1
2009-02-07Some more include cleanups.Ira Rice1-10/+0
2009-01-26Slight bit of code cleanup, as well as minor fixes to logic. For someIra Rice1-19/+12
2009-01-25Fixed performance hickups caused by animations due to buggy tick timer. A tad...Philipp Sehmisch1-0/+1
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2008-12-13Added support for being effects through the eAthena levelup message, and checkBjørn Lindeijer1-0/+1
2008-12-13The "name" property of the map is now used as caption of the minimap window w...Philipp Sehmisch1-11/+6
2008-12-08An attempt to fix the crashes related to particlesBjørn Lindeijer1-2/+7
2008-12-07Fixed the minimap name field so that it works for us again. Since IIra Rice1-6/+4
2008-12-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice1-0/+6
2008-11-20Removed a duplicated includeBjørn Lindeijer1-1/+0
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-5/+1
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-10-13Minor fix for a situation thatwe shouldn't ever need to encounter, but Ira Rice1-0/+4
2008-10-13Changed minimap code so that it allows us to have larger minimaps, while Ira Rice1-0/+6
2008-10-02The "name" property of the map is now used as caption of the minimap window w...Philipp Sehmisch1-0/+6
2008-09-25Merged the Tametomo branch into trunk.Ira Rice1-0/+12
2008-08-28Added support for being effects through the eAthena levelup message, and checkBjørn Lindeijer1-0/+1
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-07-01Ported some GUI improvements from Legend of Mazeroth (GUI skinning via XML fi...Philipp Sehmisch1-0/+11
2008-03-23Removed unnecessary forwarding method.Bjørn Lindeijer1-5/+0
2008-03-23Merged revisions 3823,3825-3826,3829,3831-3839,3841-3842 via svnmerge from Bjørn Lindeijer1-2/+1
2008-01-13Fixed non-default location music loadingDavid Athay1-2/+1
2007-12-31Added config options to set the scroll center. Retained scroll offset during ...Philipp Sehmisch1-0/+5
2007-10-23Merged changesets 3653, 3655-3657, 3659-3560, 3671-3672 from trunk to Bjørn Lindeijer1-0/+5
2007-10-21Fixed current map not deleted on server change.Guillaume Melquiond1-0/+5
2007-08-28Made buy dialog resizable and added a WindowListener class for listening forBjørn Lindeijer1-7/+3
2007-08-27Ported patch from 0.0, in order to support missing extensions and uncompresse...Guillaume Melquiond1-2/+6
2007-08-27Made client search for both compressed and non-compressed map files.Bjørn Lindeijer1-2/+10
2007-06-04Merged 0.0 changes from revision 3234 to 3317 to trunk.Bjørn Lindeijer1-0/+7
2007-05-04Merged particle engine into main eAthena branch.Philipp Sehmisch1-0/+7
2007-03-24Merged 0.0 changes from revision 3177 to 3234 to trunk.Bjørn Lindeijer1-2/+2
2007-03-21Renamed Spriteset to ImageSet.Bjørn Lindeijer1-2/+2
2007-03-11Merged 0.0 changes from revision 3065 to 3177 to trunk.Bjørn Lindeijer1-11/+0
2007-02-02Made Engine class even more useless by moving emoticon loading into Being.Bjørn Lindeijer1-11/+0
2007-01-04Merged 0.0 changes from revision 2898 to 2988 to trunk.Bjørn Lindeijer1-30/+2
2006-12-14Removed the rather useless remaining draw function from the engine class andBjørn Lindeijer1-5/+0
2006-12-12Cleaned up some unused stuff.Bjørn Lindeijer1-25/+2
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer1-144/+3
2006-12-04Introduced a new class Viewport which combines the drawing code from EngineBjørn Lindeijer1-145/+2
2006-12-03Made NPC names visible. Windows are now invisible by default.Bjørn Lindeijer1-13/+13