index
:
mana/manaserv
lpc2012
master
A flexible 2D MMORPG server
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-31
Added first visible npcs and play with them a bit.
Yohann Ferreira
5
-6
/
+55
2011-01-31
Fixed the money handling.
Yohann Ferreira
5
-7
/
+34
2011-01-30
Made the code tell a bit more when a monster is lacking values.
Yohann Ferreira
1
-14
/
+30
2011-01-30
Trivial code format fixes in monstermanager.cpp.
Yohann Ferreira
1
-28
/
+45
2011-01-30
Added the missing Magical dodge monster property.
Yohann Ferreira
2
-1
/
+3
2011-01-30
Made the monsters' attributes compute fine again.
Yohann Ferreira
4
-18
/
+67
2011-01-27
Simply fixing the map script header while i see it.
Yohann Ferreira
1
-4
/
+4
2011-01-27
Updates to the example data.
Yohann Ferreira
42
-8
/
+794
2011-01-27
Add collisions to the template map.
Yohann Ferreira
2
-2
/
+10
2011-01-26
Removed the outdated net_clientVersion config options.
Yohann Ferreira
1
-6
/
+0
2011-01-26
Add an heartbeat time flag in the statistics file.
Yohann Ferreira
4
-58
/
+101
2011-01-25
Upgraded the manaserv protocol version to 1.
Yohann Ferreira
1
-1
/
+1
2011-01-22
Fix the default slot values when upgrading the database to version 14.
Yohann Ferreira
2
-2
/
+2
2011-01-22
Made the being direction be updated only at the end of the movement.
Yohann Ferreira
1
-3
/
+3
2011-01-11
Made the servers report their protocol version.
Yohann Ferreira
5
-5
/
+13
2011-01-10
Removing default argument values from Map definition
Stefan Dombrowski
3
-4
/
+3
2011-01-09
Fix being direction discrepancies by syncing the BeingDirection.
Yohann Ferreira
7
-21
/
+118
2011-01-09
Removed the superfluous point struct.
Yohann Ferreira
17
-41
/
+31
2011-01-06
Get rid of the server tick magic number.
Yohann Ferreira
6
-15
/
+19
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
Added missing using namespace clauses. Cmake's fault, I guess. ;)
Yohann Ferreira
3
-0
/
+6
2011-01-03
Cleaned up and document a bit more the speed conversion functions.
Yohann Ferreira
5
-13
/
+28
2011-01-03
Namespaced the manaserv protocol to ease the porting of the enums.
Yohann Ferreira
6
-0
/
+12
2010-12-30
Added new example files needed to start a more complete feature-showing map.
Yohann Ferreira
120
-11
/
+2304
2010-12-29
Corrected the database version of newly created databases.
Yohann Ferreira
2
-2
/
+2
2010-12-29
Updated the attributes.xml file with a more up-to-date version.
Yohann Ferreira
1
-12
/
+10
2010-12-29
protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.
Yohann Ferreira
11
-10
/
+10
2010-12-29
Updated the manaserv.xml to reflect latest functionalities.
Yohann Ferreira
1
-10
/
+13
2010-12-29
Moved parts needing to be in sync with the client in protocol.h.
Yohann Ferreira
7
-65
/
+70
2010-12-29
Made the server handle properly the characters slots.
Yohann Ferreira
12
-73
/
+241
2010-12-27
Implemented @log and @logsay commands.
Philipp Sehmisch
2
-0
/
+44
2010-12-27
Added @kick and @kill commands.
Philipp Sehmisch
6
-1
/
+77
2010-12-27
Transaction logging of various command, new transaction codes and style fix.
Philipp Sehmisch
9
-7
/
+156
2010-12-17
Implemented @die chat command
Philipp Sehmisch
2
-2
/
+12
2010-12-17
Fixed a compiler warning.
Philipp Sehmisch
1
-1
/
+1
2010-12-16
Added last missing try catch implementation in storage.cpp
Yohann Ferreira
1
-103
/
+175
2010-12-16
Use bound values for Storage::flush() since it leaked sensitive info.
Yohann Ferreira
1
-7
/
+19
2010-12-16
Fix existing binding use in storage.cpp.
Yohann Ferreira
1
-55
/
+98
2010-12-16
Deharcoded the host and port options for each servers.
Yohann Ferreira
4
-13
/
+56
2010-12-16
Standardized the current errors thrown.
Yohann Ferreira
3
-110
/
+139
2010-12-15
Fix string comparison in map reading
Jared Adams
1
-14
/
+14
2010-12-15
Fix compareStrI function
Jared Adams
1
-1
/
+7
2010-12-15
Allow names and types in map files to be of any case
Jared Adams
1
-14
/
+14
2010-12-14
Dummy commit since it seems my private repo didn't want to update
Yohann Ferreira
1
-0
/
+1
2010-12-14
Remove an outdated comment talking about subversion tagging.
Yohann Ferreira
1
-3
/
+1
2010-12-14
Removed the code preventing from being able to sync items with id < 500.
Yohann Ferreira
1
-4
/
+1
2010-12-14
Second round of small random cleanups on storage.
Yohann Ferreira
2
-63
/
+59
2010-12-14
Small random hacking cleanups.
Yohann Ferreira
1
-163
/
+189
2010-12-13
Moved storage doc from .cpp to .h and updated it.
Yohann Ferreira
2
-248
/
+311
[prev]
[next]