Age | Commit message (Expand) | Author | Files | Lines |
2011-09-16 | Renamed Map::DebugFlags enumerators | Thorbjørn Lindeijer | 1 | -13/+13 |
2011-09-13 | Fix compilation by readding a missing enum value. | Yohann Ferreira | 1 | -0/+1 |
2011-09-11 | Merge branch '0.5' | Thorbjørn Lindeijer | 1 | -1/+1 |
2011-09-11 | Fixed drawing glitch with overwide tiles | Thorbjørn Lindeijer | 1 | -1/+1 |
2011-06-17 | Removed dehardcoded values from the Map and MapLayer classes. | Yohann Ferreira | 1 | -1/+3 |
2011-06-17 | First pass on removing tile hard coded values. | Yohann Ferreira | 1 | -0/+2 |
2011-05-25 | Refining switches in the debug view | Stefan Dombrowski | 1 | -6/+10 |
2011-05-01 | Checking being positions send by the server | Stefan Dombrowski | 1 | -0/+5 |
2011-04-26 | Made the client use a unique kind of movement code. | Yohann Ferreira | 1 | -7/+22 |
2011-04-16 | Post-review fixes. | Yohann Ferreira | 1 | -1/+1 |
2011-04-09 | Removed a lot of useless "documentation" | Thorbjørn Lindeijer | 1 | -9/+0 |
2011-03-29 | Made the Map::findPath() private as it should be used internally. | Yohann Ferreira | 1 | -9/+8 |
2011-03-29 | Added the Map::getTileCenter() convenience function. | Yohann Ferreira | 1 | -0/+8 |
2011-03-17 | Now the client centers the pixel positions when using tA. | Yohann Ferreira | 1 | -0/+8 |
2011-03-10 | Wrap the open and closed list members in path finding. | Yohann Ferreira | 1 | -3/+3 |
2010-07-22 | Add two debug map modes and improve slightly map drawing. | Andrei Karas | 1 | -1/+8 |
2010-06-13 | Merge remote branch '1.0/1.0' | Jared Adams | 1 | -1/+1 |
2010-06-05 | Fix memory leak in minimap | Andrei Karas | 1 | -1/+1 |
2010-04-23 | Add an Actor class to replace the Sprite class | Jared Adams | 1 | -20/+20 |
2010-04-12 | Move path finding related code to the Map class and small fixes. | Bertram | 1 | -0/+17 |
2010-03-08 | Fix properties bug. | Andrei Karas | 1 | -2/+2 |
2010-03-04 | Implemented markers for warp portals defined in map files in form of particle... | Philipp Sehmisch | 1 | -1/+3 |
2010-02-22 | Modify copyright headers | Freeyorp | 1 | -1/+2 |
2010-02-20 | License header update for The Mana Client | Thorbjørn Lindeijer | 1 | -4/+3 |
2010-02-09 | Got successfully rid of tile width/height fallback values as asked by Jaxad. | Bertram | 1 | -6/+2 |
2010-02-09 | Separated fallback defaults for tile width and height. | Bertram | 1 | -3/+5 |
2010-02-09 | Made the Beings' logic be able to handle any tile height/width. | Bertram | 1 | -2/+4 |
2010-02-07 | Updated Copyright year to 2010! | Bertram | 1 | -1/+1 |
2010-01-23 | Chaning the method name Map::getMapId() to map::getFilename() | Blue Sans Douze | 1 | -1/+1 |
2010-01-23 | Autoload a minimap is no minimap info is given | Blue Sans Douze | 1 | -0/+5 |
2010-01-12 | Standardize header order | Jared Adams | 1 | -3/+3 |
2010-01-10 | Change code style | Andrei Karas | 1 | -1/+1 |
2010-01-09 | Add special map mode. | Andrei Karas | 1 | -2/+18 |
2009-12-25 | Added support for map background images which work exactly like overlays, jus... | Philipp Sehmisch | 1 | -6/+20 |
2009-12-03 | Remove some unneeded _SUPPORt ifdefs | Jared Adams | 1 | -2/+0 |
2009-10-15 | Speed code unification part 3: Made the client handle the speed in tiles per ... | Bertram | 1 | -0/+2 |
2009-10-04 | Introduced Net::LoginHandler::SetEmailOnRegister | Thorbjørn Lindeijer | 1 | -1/+1 |
2009-08-13 | Clean up Being and it's derivatives | Jared Adams | 1 | -6/+6 |
2009-08-01 | Remove some unused movement methods | Chuck Miller | 1 | -7/+0 |
2009-07-01 | Remove complex path finding for players. Add a simple path finding algorithm ... | Roderic Morris | 1 | -0/+7 |
2009-06-08 | Reintroduced the 'occupied' check for eAthena movement code | Bjørn Lindeijer | 1 | -0/+7 |
2009-06-08 | Attempt to clear some of the block/walkmask confusion | Bjørn Lindeijer | 1 | -4/+9 |
2009-05-25 | Handle map not found gracefully | Bjørn Lindeijer | 1 | -4/+7 |
2009-04-15 | Assorted random cleanups | Bjørn Lindeijer | 1 | -1/+1 |
2009-04-15 | Moved tile animations outside of the clock time polling loop. There's no | Tametomo | 1 | -3/+3 |
2009-03-22 | Merged the tmwserv client with the eAthena client | Bjørn Lindeijer | 1 | -12/+31 |
2009-02-15 | Merge commit 'aethyra/master' | Bjørn Lindeijer | 1 | -3/+4 |
2009-02-10 | Fixed header files, as well as removed the unused buddy list class (not | Ira Rice | 1 | -2/+3 |
2009-02-10 | Simplified target drawing so that it actually uses the SimpleAnimation | Ira Rice | 1 | -3/+3 |
2009-02-10 | Removed crash introduced by Aethyra. | Philipp Sehmisch | 1 | -1/+0 |