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
/
common
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-30
Routing party invite through the map server
Stefan Dombrowski
1
-3
/
+5
2011-05-16
Starting to fix party invite
Stefan Dombrowski
1
-2
/
+2
2011-04-18
Made the server send the being position each 5 seconds.
Yohann Ferreira
1
-1
/
+1
2011-04-16
Removing unused enum EMAILCHG_EXISTS_EMAIL
Stefan Dombrowski
1
-5
/
+0
2011-04-02
Some cleanups related to syncing from game to account server
Thorbjørn Lindeijer
1
-2
/
+1
2011-03-24
Rely more on the functionality in XML::Document
Thorbjørn Lindeijer
1
-10
/
+2
2011-03-23
Fixed problems with loading XML files containing Windows newlines
Thorbjørn Lindeijer
1
-24
/
+4
2011-03-23
Simplify implementation of fileExists
Thorbjørn Lindeijer
1
-26
/
+8
2011-03-20
Moved defines.h and manaserv_protocol.h into 'common'
Thorbjørn Lindeijer
2
-0
/
+659
2011-03-12
Allow values to be set to empty in the configuration
Thorbjørn Lindeijer
1
-10
/
+10
2010-12-27
Added @kick and @kill commands.
Philipp Sehmisch
1
-1
/
+2
2010-12-27
Transaction logging of various command, new transaction codes and style fix.
Philipp Sehmisch
1
-1
/
+22
2010-12-08
Fix many compiler warnings.
Freeyorp
1
-6
/
+1
2010-11-14
Renamed .hpp files into .h for consistency.
Yohann Ferreira
8
-14
/
+14
2010-10-14
Hopefully fix the logging rotation this time.
Yohann Ferreira
2
-2
/
+66
2010-09-08
Centralized stringToBool conversion.
Yohann Ferreira
2
-3
/
+21
2010-08-29
Merge branch 'testing'
Freeyorp
1
-8
/
+10
2010-08-22
Changed the location of configuration, logs and stats
Thorbjørn Lindeijer
2
-7
/
+16
2010-07-10
New attribute system and major changes to many low-level areas.
Freeyorp
1
-8
/
+10
2010-05-30
Use XML::Document to automate memory cleanup
Thorbjørn Lindeijer
1
-1
/
+1
2010-05-30
Copied basic Lua libs back from tmwserv-data and added dummy data
Thorbjørn Lindeijer
1
-0
/
+3
2010-05-29
Only skip the UTF-8 BOM for Lua scripts
Thorbjørn Lindeijer
3
-31
/
+4
2010-05-21
Added a package loader that goes through the resource manager
Thorbjørn Lindeijer
2
-1
/
+16
2010-05-17
Fixed CMake build by removing now unused define
Thorbjørn Lindeijer
1
-2
/
+0
2010-05-16
Random cleanups, adding const, removing unnecessary clear calls
Thorbjørn Lindeijer
1
-2
/
+2
2010-05-16
Don't return configuration value by reference
Thorbjørn Lindeijer
2
-3
/
+3
2010-05-16
Changed and split up the default location for loading data
Thorbjørn Lindeijer
3
-3
/
+172
2010-04-25
Added a Byte Order Mask (BOM) filter to the ResourceManager.
Bertram
1
-1
/
+2
2010-02-22
Fixed unused variable warnings
Thorbjørn Lindeijer
1
-1
/
+1
2010-02-07
Update Copyright date for Manaserv.
Bertram
6
-6
/
+6
2010-01-17
Removed last traces of hardcoded access levels form game-server, begun with u...
Philipp Sehmisch
2
-9
/
+31
2010-01-17
Some refractoring at the command handler for easier maintainability
Philipp Sehmisch
2
-0
/
+29
2010-01-17
Added some missing headers, and added some missing files to Makefile.am
Chuck Miller
1
-0
/
+1
2010-01-17
Added commands for setting permissions by alias
Philipp Sehmisch
2
-1
/
+17
2010-01-17
Added permission manager. Currently only used for @commands and doesn't suppo...
Philipp Sehmisch
2
-0
/
+201
2009-12-06
Fixed name of the project in copyright headers
Thorbjørn Lindeijer
4
-41
/
+39
2009-12-06
Removed "TMW" and "TMWSERV" from header guards
Thorbjørn Lindeijer
2
-4
/
+4
2009-05-24
Stopped tmwserv from writing to its configuration file
Bjørn Lindeijer
2
-53
/
+1
2009-04-26
Standardize on the position of the const keyword
Bjørn Lindeijer
2
-11
/
+11
2009-03-10
Fixes for some compile warnings
Bjørn Lindeijer
1
-1
/
+1
2009-03-06
Added transactional history to game server.
David Athay
1
-0
/
+67
2008-11-16
Got rid of CVS/Subversion $Id$ markers
Bjørn Lindeijer
3
-6
/
+0
2007-09-22
Cleaned both configuration and resource managers.
Guillaume Melquiond
2
-0
/
+196
2007-08-14
Handled money as part of the inventory.
Guillaume Melquiond
1
-2
/
+4
2007-07-07
Simplified code by using map pointers only, instead of using both map IDs and...
Guillaume Melquiond
1
-0
/
+2
2007-07-01
Reverted inventory handling code to the last known working state. Simplified ...
Guillaume Melquiond
1
-0
/
+57