summaryrefslogtreecommitdiff
path: root/src/game-server/mapcomposite.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-08-26[Abilities] Removed the old autoattack systemErik Schilling1-8/+0
2013-05-10Partial rewrite and improvements of Warp objectPrzemysław Grzywacz1-30/+103
2013-04-27Use nullptr instead of NULL everywhereErik Schilling1-3/+3
2013-04-12Moved Actor into an ComponentErik Schilling1-29/+34
2013-04-11Converted Being into a ComponentErik Schilling1-17/+19
2013-04-11Converted the Character class into a componentErik Schilling1-2/+2
2013-04-02Fixed multiple warnings and errors that blocked c++0xErik Schilling1-1/+2
2013-04-02Moved fighting code into a componentErik Schilling1-2/+3
2013-03-25Changed SpawnArea and TriggerArea to components of EntityThorbjørn Lindeijer1-7/+15
2013-02-21Introduced Script::ContextErik Schilling1-11/+8
2013-02-01Silenced to Wreorder warnings.Yohann Ferreira1-2/+2
2013-01-29Silenced some eclipse warningsErik Schilling1-0/+3
2012-09-22Extended warnings for parsing warpsErik Schilling1-1/+1
2012-09-22Fixed marking map as activatedErik Schilling1-19/+36
2012-09-02Allow map objects as warp targetsErik Schilling1-13/+50
2012-09-02Dropped .gz suffix for mapsErik Schilling1-2/+0
2012-08-05Fixed the atinit functionErik Schilling1-0/+2
2012-04-04Renamed Thing to EntityThorbjørn Lindeijer1-13/+13
2012-03-26Some general cleanups and merged Being::perform() into update()Thorbjørn Lindeijer1-6/+0
2012-03-17Added map update function, moved schedules there to keep map contextErik Schilling1-0/+30
2012-03-11Removed the create_npc wrapper and the last two NPC callbacksThorbjørn Lindeijer1-0/+2
2012-03-11Added callbacks for map/worldvar changesErik Schilling1-0/+35
2012-03-03Added further missing callbacksErik Schilling1-4/+13
2012-03-02Merged all the different Lua states into oneThorbjørn Lindeijer1-45/+12
2011-11-07Merged three global script states into oneThorbjørn Lindeijer1-2/+2
2011-10-23Added function to determine the script engine by the file name extensionjurkan1-8/+31
2011-10-19Took interpreting the objects out of the map readerThorbjørn Lindeijer1-27/+180
2011-03-17Micro-optimizations related to std::stringThorbjørn Lindeijer1-2/+2
2011-03-06Small fixes coming from my comment on issue #77.Yohann Ferreira1-6/+6
2011-03-04Implemented persistent world and map variablesPhilipp Sehmisch1-0/+26
2011-01-09Removed the superfluous point struct.Yohann Ferreira1-1/+1
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-5/+5
2010-10-17Dehardcode the tileWidth and height, except for the speed conversion.Yohann Ferreira1-2/+4
2010-09-15Reordered the manaserv.xml.example file and made related code cleanups.Yohann Ferreira1-6/+6
2010-04-02Remove empty LOG print when deallocatingChuck Miller1-2/+0
2010-03-30Remove unneed debug outputChuck Miller1-1/+0
2010-02-23Removed some unnecessary log messagesPhilipp Sehmisch1-2/+2
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-7/+6
2009-07-10Prevent Actors from getting ID 0Jared Adams1-0/+1
2009-05-29Fixes crashes that sometimes happens when allocate and deallocating from map ...Chuck Miller1-29/+29
2009-05-20Fix crash caused by non-removal of target.David Athay1-12/+17
2009-04-26Standardize on the position of the const keywordBjørn Lindeijer1-13/+17
2009-04-26Merged MovingObject into the Being classBjørn Lindeijer1-28/+28
2009-03-30Merge branch 'master' of git@gitorious.org:tmwserv/mainlineDavid Athay1-0/+9
2009-03-30Added debuggingDavid Athay1-0/+7
2009-03-24Added config option to set default PvP modePhilipp Sehmisch1-0/+3
2009-03-19Implemented the possibility to have maps with or without PvP combat.Philipp Sehmisch1-0/+6
2009-01-28Moved MapContent into header file.David Athay1-118/+24
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0