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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-06
Get rid of the server tick magic number.
Yohann Ferreira
4
-9
/
+11
2011-01-03
Got rid of the superfluous DEFAULT_TILE_HEIGHT/WIDTH.
Yohann Ferreira
4
-10
/
+10
2011-01-03
Change Actor::mActionTime to mMoveTime member to reflect more its actual use.
Yohann Ferreira
3
-12
/
+14
2011-01-03
Cleaned up and document a bit more the speed conversion functions.
Yohann Ferreira
2
-2
/
+3
2011-01-03
Namespaced the manaserv protocol to ease the porting of the enums.
Yohann Ferreira
1
-0
/
+1
2010-12-29
protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.
Yohann Ferreira
2
-2
/
+2
2010-12-29
Moved parts needing to be in sync with the client in protocol.h.
Yohann Ferreira
5
-60
/
+19
2010-12-27
Implemented @log and @logsay commands.
Philipp Sehmisch
1
-0
/
+42
2010-12-27
Added @kick and @kill commands.
Philipp Sehmisch
1
-0
/
+71
2010-12-27
Transaction logging of various command, new transaction codes and style fix.
Philipp Sehmisch
1
-4
/
+28
2010-12-17
Implemented @die chat command
Philipp Sehmisch
1
-2
/
+11
2010-12-16
Deharcoded the host and port options for each servers.
Yohann Ferreira
2
-4
/
+24
2010-12-15
Fix string comparison in map reading
Jared Adams
1
-14
/
+14
2010-12-15
Allow names and types in map files to be of any case
Jared Adams
1
-14
/
+14
2010-12-08
Fix many compiler warnings.
Freeyorp
6
-22
/
+25
2010-12-06
Improve warp commands
Jared Adams
1
-15
/
+120
2010-11-14
Renamed .hpp files into .h for consistency.
Yohann Ferreira
66
-312
/
+352
2010-11-13
Readd the calculation of base attributes at character's login.
Yohann Ferreira
1
-0
/
+3
2010-11-04
Fully shift being scope attributes into being.
Freeyorp
4
-66
/
+115
2010-11-04
Fix some errors in dispelling non-timed attributes
Freeyorp
3
-17
/
+48
2010-11-04
[PATCH 1/3] Alter the way attribute dependencies are updated.
Yohann Ferreira
1
-32
/
+50
2010-11-03
Renamed write{Byte,Short,Long} to writeInt{8,16,32}
Thorbjørn Lindeijer
7
-217
/
+217
2010-11-02
Some random code cleanups.
Yohann Ferreira
4
-72
/
+112
2010-11-01
Prevented a crash in the monster loading code.
Yohann Ferreira
2
-1
/
+12
2010-10-26
Some none-changes
Thorbjørn Lindeijer
1
-75
/
+33
2010-10-25
Avoid assertion when removing unknown items
Thorbjørn Lindeijer
1
-3
/
+3
2010-10-25
Fixed crash when the server tries to remove unknown items
Thorbjørn Lindeijer
3
-24
/
+29
2010-10-22
Made the servers check for positive id in xml db loading.
Yohann Ferreira
7
-45
/
+96
2010-10-20
Fixed the append behaviour of logger::setLogFile().
Yohann Ferreira
1
-1
/
+1
2010-10-17
Dehardcode the tileWidth and height, except for the speed conversion.
Yohann Ferreira
10
-51
/
+91
2010-10-17
Fix hp regeneration units.
Freeyorp
1
-2
/
+2
2010-10-17
Get rid of some unneeded direct calls to setBase for attributes.
Freeyorp
1
-8
/
+5
2010-10-17
Synchronise defaults between configuration file and source.
Freeyorp
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
3
-14
/
+18
2010-09-19
Small fixes.
Freeyorp
4
-16
/
+11
2010-09-16
Changed maxSkillCap to game_maxSkillCap as I forgot in last commit.
Yohann Ferreira
1
-42
/
+54
2010-09-15
Reordered the manaserv.xml.example file and made related code cleanups.
Yohann Ferreira
7
-34
/
+49
2010-09-08
Centralized stringToBool conversion.
Yohann Ferreira
4
-35
/
+43
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-30
Change primary and secondary tags in attributes.xml from stats and stat to at...
Freeyorp
1
-2
/
+2
2010-08-30
Added @mute chat command.
Philipp Sehmisch
4
-4
/
+69
2010-08-29
Merge branch 'testing'
Freeyorp
33
-1575
/
+2702
2010-08-22
Some coding style tweaks
Thorbjørn Lindeijer
2
-14
/
+4
2010-08-22
Pass a script name to Lua for proper reporting of error locations
Thorbjørn Lindeijer
1
-1
/
+2
2010-08-22
Rename some stuff to conform to naming conventions
Thorbjørn Lindeijer
2
-7
/
+6
2010-08-22
Changed the location of configuration, logs and stats
Thorbjørn Lindeijer
1
-49
/
+18
2010-08-07
Fixed typo
Thorbjørn Lindeijer
1
-1
/
+1
[prev]
[next]