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
/
game-server
/
main-game.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-07
Merged three global script states into one
Thorbjørn Lindeijer
1
-6
/
+5
2011-11-07
Small cleanups in utils::Timer
Thorbjørn Lindeijer
1
-1
/
+1
2011-11-01
Have one place where the Configuration is initialized
Thorbjørn Lindeijer
1
-44
/
+12
2011-10-19
Have one place where the Logger is initialized
Thorbjørn Lindeijer
1
-18
/
+1
2011-09-28
Fixed mem leak on the item and monster manager unloading process
Yohann Ferreira
1
-7
/
+7
2011-09-28
Turned the skill manager into a class.
Yohann Ferreira
1
-1
/
+3
2011-05-01
Renamed the mana-status-effects.xml to status-effects.xml
Yohann Ferreira
1
-1
/
+1
2011-05-01
Changed the server to look for the skills.xml file.
Yohann Ferreira
1
-1
/
+1
2011-04-27
Added a simple crafting system
Philipp Sehmisch
1
-0
/
+2
2011-04-16
Set log verbosity earlier in game server to actually help debug.
Yohann Ferreira
1
-6
/
+6
2011-03-17
Micro-optimizations related to std::string
Thorbjørn Lindeijer
1
-1
/
+1
2011-02-21
Remove obsolete reset of SIGSEGV handling
Stefan Dombrowski
1
-3
/
+0
2011-02-19
Removing dublicate deinitialize of enet
Stefan Dombrowski
1
-3
/
+3
2011-02-16
Removing unused variable configPathChanged
Stefan Dombrowski
1
-3
/
+0
2011-01-11
Made the servers report their protocol version.
Yohann Ferreira
1
-0
/
+3
2011-01-06
Get rid of the server tick magic number.
Yohann Ferreira
1
-2
/
+3
2010-12-16
Deharcoded the host and port options for each servers.
Yohann Ferreira
1
-1
/
+13
2010-11-14
Renamed .hpp files into .h for consistency.
Yohann Ferreira
1
-18
/
+18
2010-10-20
Fixed the append behaviour of logger::setLogFile().
Yohann Ferreira
1
-1
/
+1
2010-09-29
Add log file rotation support based on ExceptionFault's work.
Yohann Ferreira
1
-0
/
+10
2010-09-22
Added options to disable the server log to standard output to the minimum.
Yohann Ferreira
1
-9
/
+13
2010-09-22
Centralized the servers' exit values.
Yohann Ferreira
1
-6
/
+8
2010-09-07
Added config options to set stats and log files and paths.
Yohann Ferreira
1
-9
/
+10
2010-08-31
Added a --config manaserv.xml file path options to both servers.
Yohann Ferreira
1
-24
/
+71
2010-08-29
Merge branch 'testing'
Freeyorp
1
-4
/
+12
2010-08-22
Rename some stuff to conform to naming conventions
Thorbjørn Lindeijer
1
-4
/
+3
2010-08-22
Changed the location of configuration, logs and stats
Thorbjørn Lindeijer
1
-49
/
+18
2010-08-02
Changed the stat file name to attributes.xml.
Yohann Ferreira
1
-1
/
+1
2010-07-10
New attribute system and major changes to many low-level areas.
Freeyorp
1
-4
/
+12
2010-07-09
Added LUA script bindings for manipulating the specials available to a charac...
Philipp Sehmisch
1
-0
/
+3
2010-05-30
Use XML::Document to automate memory cleanup
Thorbjørn Lindeijer
1
-2
/
+2
2010-05-29
Made the logLevel be taken from configuration for both servers.
Yohann Ferreira
1
-24
/
+35
2010-05-28
Added some more log infos, and made small cleanups.
Yohann Ferreira
1
-1
/
+7
2010-05-16
Changed and split up the default location for loading data
Thorbjørn Lindeijer
1
-1
/
+1
2010-04-11
Implemented handler for on_chr_death and put the loading of the global script...
Philipp Sehmisch
1
-13
/
+10
2010-04-11
Added global lua event script (only on_being_death_accept for now)
Philipp Sehmisch
1
-0
/
+7
2010-03-08
Remove an unused function and two protocol messages.
Bertram
1
-2
/
+1
2010-02-07
Update Copyright date for Manaserv.
Bertram
1
-1
/
+1
2010-02-07
Fixed gameserver termination under unices environnements when the account ser...
Bertram
1
-1
/
+1
2010-01-29
Rename enum elements to avoid clashing with macros
Bernd Wachter
1
-1
/
+1
2010-01-17
Added permission manager. Currently only used for @commands and doesn't suppo...
Philipp Sehmisch
1
-0
/
+3
2009-12-28
Tweaked the skip detection a bit more to show less groups of small skips in t...
Philipp Sehmisch
1
-2
/
+2
2009-12-28
Made world tick skip detection more lax
Philipp Sehmisch
1
-12
/
+12
2009-12-28
Added support for skill names as weapon types in items.xml (still hardcoded)
Philipp Sehmisch
1
-0
/
+3
2009-12-06
Fixed name of the project in copyright headers
Thorbjørn Lindeijer
1
-14
/
+14
2009-11-05
Fix handeling of GameServer port
Jared Adams
1
-4
/
+9
2009-10-24
Rebranding tmwserv to manaserv
Thorbjørn Lindeijer
1
-4
/
+4
2009-10-18
Some random cleanups
Thorbjørn Lindeijer
1
-1
/
+1
2009-10-17
Also close gracefully on receiving the TERM signal
Thorbjørn Lindeijer
1
-0
/
+1
2009-10-03
Some cleanup
Thorbjørn Lindeijer
1
-2
/
+1
[next]