index
:
mana/manaserv
lpc2012
master
A flexible 2D MMORPG server
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-05
Added support for logging in with Stellar
Thorbjørn Lindeijer
1
-1
/
+10
2023-05-01
CMake: Use cmake-format to reformat all CMakeLists.txt
Thorbjørn Lindeijer
1
-152
/
+140
2018-10-03
Install sql scripts
Erik Schilling
1
-0
/
+2
2018-09-13
Do not search for old lua explicitly
Erik Schilling
1
-1
/
+1
2015-04-25
Do not pollute the context with the icu namespace
Erik Schilling
1
-0
/
+3
2013-09-19
Renamed actor.{h,cpp} to actorcomponent.{h,cpp}
Thorbjørn Lindeijer
1
-2
/
+2
2013-09-08
Renamed character.cpp to charactercomponent.cpp
Erik Schilling
1
-2
/
+2
2013-08-26
Unshared the serialization of characters
Erik Schilling
1
-1
/
+0
2013-08-26
Removed skills
Erik Schilling
1
-2
/
+0
2013-08-26
[Abilities] Removed the old autoattack system
Erik Schilling
1
-6
/
+0
2013-08-26
[Abilities] Moved the ability code into a own component
Erik Schilling
1
-0
/
+2
2013-08-26
[Abilities] Renamed specials to abilities
Erik Schilling
1
-2
/
+2
2013-06-18
Allow manaserv to be built with external ENet
Brian Callahan
1
-3
/
+9
2013-04-29
Single xml solution
Przemysław Grzywacz
1
-0
/
+2
2013-04-27
Warn at failing overrides
Erik Schilling
1
-1
/
+2
2013-04-02
Fixed multiple warnings and errors that blocked c++0x
Erik Schilling
1
-0
/
+2
2013-04-02
Removed old commandhandler approach
Erik Schilling
1
-1
/
+0
2013-04-02
Moved fighting code into a component
Erik Schilling
1
-0
/
+4
2013-03-25
Changed SpawnArea and TriggerArea to components of Entity
Thorbjørn Lindeijer
1
-4
/
+5
2013-02-24
Added possibility to reserve maps
Erik Schilling
1
-0
/
+2
2013-02-03
Modifications to allow crosscompiling with mingw
Erik Schilling
1
-4
/
+4
2013-02-01
Added emote support.
Yohann Ferreira
1
-0
/
+2
2013-01-09
Replaced EventListener with signals based on libsigc++
Thorbjørn Lindeijer
1
-1
/
+4
2013-01-08
Rename AutoAttack to Attack
Erik Schilling
1
-2
/
+2
2012-04-14
Introduced a Timeout class for counting down without counting
Thorbjørn Lindeijer
1
-0
/
+2
2012-04-04
Renamed Thing to Entity
Thorbjørn Lindeijer
1
-2
/
+2
2012-04-04
Enhanced special support
Erik Schilling
1
-0
/
+2
2012-03-02
Merged all the different Lua states into one
Thorbjørn Lindeijer
1
-0
/
+2
2012-01-29
Removed unused createRandomPassword function
Thorbjørn Lindeijer
1
-2
/
+0
2011-09-09
Add persistent items support based on seeseekey's work.
Yohann Ferreira
1
-0
/
+1
2011-03-20
Moved defines.h and manaserv_protocol.h into 'common'
Thorbjørn Lindeijer
1
-2
/
+2
2011-01-26
Add an heartbeat time flag in the statistics file.
Yohann Ferreira
1
-0
/
+1
2011-01-09
Removed the superfluous point struct.
Yohann Ferreira
1
-1
/
+1
2010-12-29
protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.
Yohann Ferreira
1
-1
/
+1
2010-12-16
Standardized the current errors thrown.
Yohann Ferreira
1
-0
/
+1
2010-11-14
Renamed .hpp files into .h for consistency.
Yohann Ferreira
1
-68
/
+68
2010-10-26
Always check for zlib and add the necessary library flags
Thorbjørn Lindeijer
1
-4
/
+3
2010-09-08
Centralized stringToBool conversion.
Yohann Ferreira
1
-1
/
+0
2010-08-29
Merge branch 'testing'
Freeyorp
1
-0
/
+8
2010-08-15
Add included enet to CMake
Bernd Wachter
1
-3
/
+8
2010-07-30
Made the game-server compile again with CMake.
Yohann Ferreira
1
-0
/
+8
2010-07-23
Fixing compatibility with cmake 2.6.0
Renato Alves
1
-2
/
+2
2010-05-16
Changed and split up the default location for loading data
Thorbjørn Lindeijer
1
-3
/
+4
2010-01-30
Win32 build fixes when building with cmake
Bernd Wachter
1
-2
/
+6
2010-01-29
Add/fix win32 build rules
Bernd Wachter
1
-1
/
+22
2010-01-29
Switch inverted binary names
Bernd Wachter
1
-2
/
+2
2010-01-29
Fix build flags for optional libraries, add extra link libraries
Bernd Wachter
1
-5
/
+10
2010-01-29
Use the module shipped with CMake 2.6 to detect Lua 5.1
Bernd Wachter
1
-5
/
+5
2010-01-29
Upgraded CMakeLists.txt files to deal with compile option. I have still one p...
Bertram
1
-64
/
+94
2010-01-28
Added WIP entries for Cmake build. This is configurable but non-working atm.
Bertram
1
-0
/
+252