summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [Abilities] Removed the old autoattack systemErik Schilling2013-05-081-6/+0
* [Abilities] Moved the ability code into a own componentErik Schilling2013-05-081-0/+2
* [Abilities] Renamed specials to abilitiesErik Schilling2013-05-081-2/+2
* Single xml solutionPrzemysław Grzywacz2013-04-291-0/+2
* Warn at failing overridesErik Schilling2013-04-271-1/+2
* Fixed multiple warnings and errors that blocked c++0xErik Schilling2013-04-021-0/+2
* Removed old commandhandler approachErik Schilling2013-04-021-1/+0
* Moved fighting code into a componentErik Schilling2013-04-021-0/+4
* Changed SpawnArea and TriggerArea to components of EntityThorbjørn Lindeijer2013-03-251-4/+5
* Added possibility to reserve mapsErik Schilling2013-02-241-0/+2
* Modifications to allow crosscompiling with mingwErik Schilling2013-02-031-4/+4
* Added emote support.Yohann Ferreira2013-02-011-0/+2
* Replaced EventListener with signals based on libsigc++Thorbjørn Lindeijer2013-01-091-1/+4
* Rename AutoAttack to AttackErik Schilling2013-01-081-2/+2
* Introduced a Timeout class for counting down without countingThorbjørn Lindeijer2012-04-141-0/+2
* Renamed Thing to EntityThorbjørn Lindeijer2012-04-041-2/+2
* Enhanced special supportErik Schilling2012-04-041-0/+2
* Merged all the different Lua states into oneThorbjørn Lindeijer2012-03-021-0/+2
* Removed unused createRandomPassword functionThorbjørn Lindeijer2012-01-291-2/+0
* Add persistent items support based on seeseekey's work.Yohann Ferreira2011-09-091-0/+1
* Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer2011-03-201-2/+2
* Add an heartbeat time flag in the statistics file.Yohann Ferreira2011-01-261-0/+1
* Removed the superfluous point struct.Yohann Ferreira2011-01-091-1/+1
* protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.Yohann Ferreira2010-12-291-1/+1
* Standardized the current errors thrown.Yohann Ferreira2010-12-161-0/+1
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-68/+68
* Always check for zlib and add the necessary library flagsThorbjørn Lindeijer2010-10-261-4/+3
* Centralized stringToBool conversion.Yohann Ferreira2010-09-081-1/+0
* Merge branch 'testing'Freeyorp2010-08-291-0/+8
|\
| * Made the game-server compile again with CMake.Yohann Ferreira2010-07-301-0/+8
* | Add included enet to CMakeBernd Wachter2010-08-151-3/+8
|/
* Fixing compatibility with cmake 2.6.0Renato Alves2010-07-231-2/+2
* Changed and split up the default location for loading dataThorbjørn Lindeijer2010-05-161-3/+4
* Win32 build fixes when building with cmakeBernd Wachter2010-01-301-2/+6
* Add/fix win32 build rulesBernd Wachter2010-01-291-1/+22
* Switch inverted binary namesBernd Wachter2010-01-291-2/+2
* Fix build flags for optional libraries, add extra link librariesBernd Wachter2010-01-291-5/+10
* Use the module shipped with CMake 2.6 to detect Lua 5.1Bernd Wachter2010-01-291-5/+5
* Upgraded CMakeLists.txt files to deal with compile option. I have still one p...Bertram2010-01-291-64/+94
* Added WIP entries for Cmake build. This is configurable but non-working atm.Bertram2010-01-281-0/+252