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-03-17
Micro-optimizations related to std::string
Thorbjørn Lindeijer
9
-53
/
+66
2011-03-16
Path finding: Moved F cost from PathInfo to Location
Thorbjørn Lindeijer
1
-17
/
+15
2011-03-16
Allowed item names instead of IDs in @commands
Philipp Sehmisch
4
-41
/
+84
2011-03-16
Allowed monster names in @spawn command
Philipp Sehmisch
4
-17
/
+67
2011-03-15
Some code style cleanups in AutoAttack class
Thorbjørn Lindeijer
3
-31
/
+77
2011-03-15
Eliminated one version of Being::performAttack
Thorbjørn Lindeijer
3
-14
/
+12
2011-03-12
Fixed monster flawed movements and client net messages flooding.
Yohann Ferreira
1
-2
/
+2
2011-03-12
Removed a bunch of silly documentation
Thorbjørn Lindeijer
6
-30
/
+0
2011-03-11
Moved freeing of map position to Actor destructor
Thorbjørn Lindeijer
6
-30
/
+22
2011-03-11
Split path finding out of the Map class
Thorbjørn Lindeijer
7
-176
/
+176
2011-03-11
Fixed Actor::setPosition to update the blockmask correctly
Thorbjørn Lindeijer
1
-8
/
+6
2011-03-11
Avoid sqrt and double in circle-to-circle collision detection
Thorbjørn Lindeijer
1
-4
/
+6
2011-03-10
Server-Wrap the open and closed list members in path finding.
Yohann Ferreira
2
-76
/
+43
2011-03-09
Renamed GameState::insertSafe() to inserOrDelete.
Yohann Ferreira
4
-7
/
+7
2011-03-06
Small fixes coming from my comment on issue #77.
Yohann Ferreira
4
-15
/
+18
2011-03-04
Implemented persistent world and map variables
Philipp Sehmisch
7
-13
/
+170
2011-02-24
Fixing dead born monsters
Stefan Dombrowski
1
-2
/
+5
2011-02-22
Implementing @killmonsters
Stefan Dombrowski
1
-0
/
+26
2011-02-21
Remove obsolete reset of SIGSEGV handling
Stefan Dombrowski
1
-3
/
+0
2011-02-20
Adding CSV support from Jaxad's client implementation.
Yohann Ferreira
1
-8
/
+45
2011-02-19
Removing dublicate deinitialize of enet
Stefan Dombrowski
1
-3
/
+3
2011-02-19
Add support for zlib map layer compression.
Yohann Ferreira
1
-3
/
+6
2011-02-16
Removing unused variable configPathChanged
Stefan Dombrowski
1
-3
/
+0
2011-02-16
Fixed doc about stroll range, which is coded in pixels.
Yohann Ferreira
1
-2
/
+2
2011-02-15
Fixed registering the players items to the buysell handler.
Yohann Ferreira
1
-24
/
+46
2011-01-30
Revert "Fixed the money handling."
Jared Adams
3
-8
/
+2
2011-01-31
Fixed the money handling.
Yohann Ferreira
3
-2
/
+8
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
1
-0
/
+2
2011-01-30
Made the monsters' attributes compute fine again.
Yohann Ferreira
3
-10
/
+59
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
2
-2
/
+5
2011-01-10
Removing default argument values from Map definition
Stefan Dombrowski
1
-2
/
+1
2011-01-09
Fix being direction discrepancies by syncing the BeingDirection.
Yohann Ferreira
5
-15
/
+112
2011-01-09
Removed the superfluous point struct.
Yohann Ferreira
9
-24
/
+13
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
[prev]
[next]