summaryrefslogtreecommitdiff
path: root/src/map.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-01-10Change code styleAndrei Karas1-3/+6
2010-01-10Fix initialization order in Being and MapJared Adams1-2/+2
2010-01-09Add special map mode.Andrei Karas1-5/+11
2009-12-25Always draw the first background image - even when ambient effects are off - ...Philipp Sehmisch1-2/+2
2009-12-25Added support for map background images which work exactly like overlays, jus...Philipp Sehmisch1-23/+86
2009-12-03Remove some unneeded _SUPPORt ifdefsJared Adams1-4/+0
2009-10-15Speed code unification part 3: Made the client handle the speed in tiles per ...Bertram1-0/+5
2009-10-04Introduced Net::LoginHandler::SetEmailOnRegisterThorbjørn Lindeijer1-14/+9
2009-09-23Fixed some glitches in Equipment and Inventory window, and made the code mor...Bertram1-1/+2
2009-09-17Partially (but mainly) resolved Mantis #753 by making monsters, NPC, and Floo...Bertram1-0/+18
2009-08-13Clean up Being and it's derivativesJared Adams1-4/+4
2009-08-01Remove some unused movement methodsChuck Miller1-44/+0
2009-07-27Makes mX and mY in the being class privateChuck Miller1-1/+1
2009-07-27Added the ability to ask a ambient layer to keep its ratio when the resolutio...Bertram1-1/+2
2009-07-01Remove complex path finding for players. Add a simple path finding algorithm ...Roderic Morris1-0/+44
2009-06-08Reintroduced the 'occupied' check for eAthena movement codeBjørn Lindeijer1-2/+21
2009-06-08Fixed the problem where the player would skip cornersBjørn Lindeijer1-5/+5
2009-06-08Attempt to clear some of the block/walkmask confusionBjørn Lindeijer1-1/+1
2009-05-25Handle map not found gracefullyBjørn Lindeijer1-0/+13
2009-04-29Some random cleanupsBjørn Lindeijer1-5/+5
2009-04-15Moved tile animations outside of the clock time polling loop. There's noTametomo1-5/+5
2009-03-27Moved the inventory and storage offset handling into netcodeBjørn Lindeijer1-1/+3
2009-03-27Clean up some ifdefs and start cleanup of partiesJared Adams1-4/+0
2009-03-27Fixed some positioning issuesBjørn Lindeijer1-1/+1
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-7/+7
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-6/+6
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-30/+132
2009-03-17Added an image merge feature loosely based on a merge function found inIra Rice1-6/+6
2009-03-10Remove some tabs and trailing whitespaceJared Adams1-1/+1
2009-03-10Remove some tabs and trailing whitespaceJared Adams1-1/+1
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-1/+1
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-1/+1
2009-02-15Merge commit 'aethyra/master'Bjørn Lindeijer1-12/+19
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-10Simplified target drawing so that it actually uses the SimpleAnimationIra Rice1-13/+16
2009-02-10Removed crash introduced by Aethyra.Philipp Sehmisch1-5/+0
2009-02-10Fix segfault when leaving maps with animated tilesJared Adams1-1/+2
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-0/+5
2009-02-09Merged with Aethyra master as of 2009-01-27Bjørn Lindeijer1-9/+14
2009-02-07Some more include cleanups.Ira Rice1-0/+5
2009-01-25Fixed performance hickups caused by animations due to buggy tick timer. A tad...Philipp Sehmisch1-11/+12
2009-01-25Fixed performance hickups caused by animations due to buggy tick timer. A tad...Philipp Sehmisch1-11/+12
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-06Added support for animated tiles.Philipp Sehmisch1-1/+50
2009-01-06Added support for animated tiles.Philipp Sehmisch1-1/+50
2009-01-05Renamed PATH_NODE to Position as on mainlineBjørn Lindeijer1-1/+1
2009-01-05Renamed PATH_NODE to Position as on mainlineBjørn Lindeijer1-1/+1
2008-12-08Introduced another template to make deleting all values in a container easier.Bjørn Lindeijer1-4/+3
2008-12-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice1-26/+26