summaryrefslogtreecommitdiff
path: root/src/map.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-09-11Fixed drawing glitch with overwide tilesThorbjørn Lindeijer1-4/+9
2010-10-22Turned the OpenGL and disable transparency options as static members.Yohann Ferreira1-1/+1
2010-10-17Added Low CPU Mode toggle in video setup. Defaults to On.madcamel@gmail.com1-10/+14
2010-07-09Fix tileset gid handling to better match TiledJared Adams1-16/+6
2010-06-05Fix memory leak in minimapAndrei Karas1-5/+2
2010-04-12Completely ignore eAthena job 45Jared Adams1-3/+1
2010-04-12Reviewed the LocalPlayer::nextTile() function. The ManaServ movement system i...Bertram1-2/+2
2010-04-12Move path finding related code to the Map class and small fixes.Bertram1-11/+125
2010-03-08Fix properties bug.Andrei Karas1-2/+2
2010-03-04Fixed crash when a map-based particle effect can't be loadedPhilipp Sehmisch1-1/+1
2010-03-04Implemented markers for warp portals defined in map files in form of particle...Philipp Sehmisch1-2/+11
2010-02-24Some code cleanupsThorbjørn Lindeijer1-1/+2
2010-02-21Made tick counter and framerate limiter work during login sequenceThorbjørn Lindeijer1-6/+4
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-09Got successfully rid of tile width/height fallback values as asked by Jaxad.Bertram1-6/+0
2010-02-09Separated fallback defaults for tile width and height.Bertram1-1/+2
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-27Added mutators/accessors to being.h and smal cleanups.Bertram1-1/+2
2010-01-23Chaning the method name Map::getMapId() to map::getFilename()Blue Sans Douze1-1/+1
2010-01-23Autoload a minimap is no minimap info is givenBlue Sans Douze1-0/+12
2010-01-12Standardize header orderJared Adams1-2/+2
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