Age | Commit message (Expand) | Author | Files | Lines |
2007-12-05 | Fix drawing of very high fringe tiles by keeping track of the maximum tile | Bjørn Lindeijer | 1 | -5/+3 |
2007-09-20 | Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style | Bjørn Lindeijer | 1 | -8/+8 |
2007-05-04 | Merged particle engine into main eAthena branch. | Philipp Sehmisch | 1 | -2/+23 |
2006-11-12 | Made pathfinding algorithm cope better with beings blocking the road. This is | Bjørn Lindeijer | 1 | -1/+11 |
2006-10-07 | Added support for gzip compressed map layer data. Increased version to 0.0.22. | Bjørn Lindeijer | 1 | -10/+8 |
2006-10-03 | Turned AmbientOverlay into a class. Cleaned up the associated code. | Björn Steinbrink | 1 | -12/+2 |
2006-08-24 | added a config option to set the grade of detail of the overlay system. | Philipp Sehmisch | 1 | -1/+1 |
2006-08-24 | scrolling and overlays are no longer linked to the framerate | Philipp Sehmisch | 1 | -0/+2 |
2006-08-21 | added overlays and smooth scrolling. (someone who knows what he is doing has ... | Philipp Sehmisch | 1 | -1/+27 |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -4/+4 |
2006-02-24 | Another bunch of cosmetic cleanups, ie mostly typedefs... | Björn Steinbrink | 1 | -2/+4 |
2006-01-31 | Various small cleanups. | Björn Steinbrink | 1 | -37/+15 |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -1/+0 |
2005-10-07 | Modified finding NPC as by timonator's suggestion in order to allow NPCs to be | Bjørn Lindeijer | 1 | -16/+15 |
2005-09-29 | Moved tileset management into the map class and made sure the tilesets are | Bjørn Lindeijer | 1 | -15/+45 |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -3/+5 |
2005-07-23 | Restored Being::setDestination, a pointer to the current map is now kept as a... | Björn Steinbrink | 1 | -0/+2 |
2005-06-24 | Updating DevCpp project file | Eugenio Favalli | 1 | -4/+0 |
2005-06-20 | This way BGM should be enabled | Eugenio Favalli | 1 | -0/+4 |
2005-06-14 | Added support for map properties, which minimap and background music | Bjørn Lindeijer | 1 | -0/+19 |
2005-05-19 | Made item amount window a modal dialog and removed support for old map format. | Bjørn Lindeijer | 1 | -5/+0 |
2005-04-26 | Changed keyboard control to integrate better with mouse walk, changed location | Bjørn Lindeijer | 1 | -1/+6 |
2005-03-13 | * Moved Being public char *speech to private std::string speech | Bjørn Lindeijer | 1 | -1/+3 |
2005-03-03 | Separated graphic/graphic.cpp into graphics.cpp and engine.cpp. | Bjørn Lindeijer | 1 | -1/+1 |
2005-03-02 | Moved map drawing loop into the Map class and made it safer (it doesn't try to | Bjørn Lindeijer | 1 | -0/+6 |
2005-02-20 | More progress towards loading XML maps. | Bjørn Lindeijer | 1 | -8/+1 |
2005-02-20 | Separated Tiles in MetaTiles and Images. | Bjørn Lindeijer | 1 | -20/+20 |
2005-02-20 | Fixed Cancel button for NPC choice dialog, thanks to Mra. Also some small | Bjørn Lindeijer | 1 | -0/+11 |
2005-02-19 | Fixed searching for zip files in Linux, fixed initialization of PhysFS to be | Bjørn Lindeijer | 1 | -0/+5 |
2005-02-13 | Small start on XML map loading. Windows users pay attention to instructions | Bjørn Lindeijer | 1 | -2/+7 |
2005-02-13 | New shorter and more flexible pathfinding implementation, which is hopefully | Bjørn Lindeijer | 1 | -0/+5 |
2005-02-09 | More of a start on pathfinding, but still just a start. | Bjørn Lindeijer | 1 | -0/+32 |
2005-02-06 | Added setSize function to Map. | Bjørn Lindeijer | 1 | -0/+5 |
2005-02-06 | Mostly making map tile data dynamically allocated. | Bjørn Lindeijer | 1 | -6/+20 |
2005-02-06 | Some preparational changes to the map format. | Bjørn Lindeijer | 1 | -31/+16 |
2005-02-05 | Removed superfluous getPathWalk method in favor of getWalk. | Bjørn Lindeijer | 1 | -8/+0 |
2005-02-05 | Supposed to make it more readable, but I don't think really worked. | Bjørn Lindeijer | 1 | -3/+13 |
2005-02-02 | Turned MAP struct into Map class. | Bjørn Lindeijer | 1 | -35/+40 |
2005-01-03 | Some indent, comment and const parameter changes. | Bjørn Lindeijer | 1 | -0/+15 |
2004-12-12 | Added Guichan and converted login dialog. Also resolved some naming conflicts. | Bjørn Lindeijer | 1 | -2/+2 |
2004-12-10 | Use a consistent tab-less header throughout the code. | Bjørn Lindeijer | 1 | -21/+19 |
2004-09-29 | *** empty log message *** | Alexander Baldeck | 1 | -1/+1 |
2004-09-26 | *** empty log message *** | Eugenio Favalli | 1 | -0/+89 |