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
/
mapmanager.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-24
Rely more on the functionality in XML::Document
Thorbjørn Lindeijer
1
-9
/
+3
2010-11-14
Renamed .hpp files into .h for consistency.
Yohann Ferreira
1
-6
/
+6
2010-10-22
Made the servers check for positive id in xml db loading.
Yohann Ferreira
1
-1
/
+13
2010-05-30
Use XML::Document to automate memory cleanup
Thorbjørn Lindeijer
1
-50
/
+25
2010-05-29
Only skip the UTF-8 BOM for Lua scripts
Thorbjørn Lindeijer
1
-2
/
+1
2010-05-28
Added some more log infos, and made small cleanups.
Yohann Ferreira
1
-3
/
+5
2010-05-16
Changed and split up the default location for loading data
Thorbjørn Lindeijer
1
-3
/
+3
2010-04-25
Added a Byte Order Mask (BOM) filter to the ResourceManager.
Bertram
1
-1
/
+2
2010-02-07
Update Copyright date for Manaserv.
Bertram
1
-1
/
+1
2009-12-06
Fixed name of the project in copyright headers
Thorbjørn Lindeijer
1
-7
/
+6
2009-07-20
Have the game server reconnect with the account-server if account-server is r...
Chuck Miller
1
-10
/
+46
2009-04-26
Standardize on the position of the const keyword
Bjørn Lindeijer
1
-3
/
+3
2009-02-10
Removed testing.cpp because all of its functionality can now be covered by LU...
Philipp Sehmisch
1
-3
/
+0
2008-12-06
Fixes map warp issues, and has a better starting location
Chuck Miller
1
-0
/
+11
2008-11-16
Got rid of CVS/Subversion $Id$ markers
Bjørn Lindeijer
1
-2
/
+0
2008-04-23
Accepted fix by rodge, getting rid of assertion failure when an admin tries to
Bjørn Lindeijer
1
-2
/
+1
2007-09-22
Cleaned both configuration and resource managers.
Guillaume Melquiond
1
-6
/
+5
2007-08-27
Removed extensions from map names.
Guillaume Melquiond
1
-2
/
+7
2007-07-17
Implemented loading of warp and spawn areas from map files.
Eugenio Favalli
1
-9
/
+4
2007-07-07
Singleton managers do not need stateful classes. Changed them to namespace in...
Guillaume Melquiond
1
-2
/
+13
2007-07-07
Simplified code by using map pointers only, instead of using both map IDs and...
Guillaume Melquiond
1
-38
/
+24
2007-06-26
Merged guilds-and-parties branch to trunk
David Athay
1
-0
/
+5
2007-02-01
Added graceful server shutdown, chose some more sane variables names for SQL
Bjørn Lindeijer
1
-3
/
+5
2007-01-05
Simplified handling of verbosity levels. Optimized code by generating only ne...
Guillaume Melquiond
1
-7
/
+7
2007-01-03
Split persistent player data from game server data. Enabled inventory code back.
Guillaume Melquiond
1
-1
/
+1
2007-01-02
Simplified MapReader interface and code. Fixed some memory leaks.
Guillaume Melquiond
1
-1
/
+1
2007-01-02
Removed obsolete files. Added a generic trigger system.
Guillaume Melquiond
1
-1
/
+1
2006-12-30
Controlled map activation from the account server, so that clients are not ke...
Guillaume Melquiond
1
-5
/
+20
2006-12-30
Added on-the-fly map loading.
Guillaume Melquiond
1
-15
/
+18
2006-12-29
Physically split the server into one tmwserv-acount program (account +
Guillaume Melquiond
1
-0
/
+112