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
/
gamehandler.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-31
Correct further int lengthes.
Stefan Beller
1
-2
/
+2
2012-07-31
Gameserver raise attribute: correct integer size.
Stefan Beller
1
-1
/
+1
2012-07-08
Added bind for setting login callback
Erik Schilling
1
-0
/
+2
2012-05-25
Fixed handling of skills
Erik Schilling
1
-5
/
+0
2012-04-04
Enhanced special support
Erik Schilling
1
-7
/
+41
2012-03-20
Fixed finding characters by name
Thorbjørn Lindeijer
1
-1
/
+1
2012-03-14
Added get_character_by_name lua bind
Erik Schilling
1
-3
/
+4
2012-01-22
Removed logging of chat
Erik Schilling
1
-3
/
+0
2012-01-10
Made the game server execute the chr_respawn_accept script even
Yohann Ferreira
1
-5
/
+1
2011-11-12
Made the server warn the player when equip/unequip failed.
Yohann Ferreira
1
-4
/
+15
2011-09-09
Add persistent items support based on seeseekey's work.
Yohann Ferreira
1
-3
/
+26
2011-09-01
Prevented char from picking up items when inventory is full.
Erik Schilling
1
-9
/
+14
2011-07-27
Forgot to update the gamehandler.cpp file.
Yohann Ferreira
1
-8
/
+8
2011-05-30
Routing party invite through the map server
Stefan Dombrowski
1
-0
/
+43
2011-04-02
Split GameHandler::processMessage up into multiple functions
Thorbjørn Lindeijer
1
-375
/
+453
2011-01-09
Fix being direction discrepancies by syncing the BeingDirection.
Yohann Ferreira
1
-1
/
+2
2011-01-03
Got rid of the superfluous DEFAULT_TILE_HEIGHT/WIDTH.
Yohann Ferreira
1
-2
/
+2
2010-12-29
Moved parts needing to be in sync with the client in protocol.h.
Yohann Ferreira
1
-9
/
+9
2010-11-14
Renamed .hpp files into .h for consistency.
Yohann Ferreira
1
-21
/
+21
2010-11-03
Renamed write{Byte,Short,Long} to writeInt{8,16,32}
Thorbjørn Lindeijer
1
-43
/
+43
2010-09-19
Small fixes.
Freeyorp
1
-6
/
+2
2010-08-30
Added @mute chat command.
Philipp Sehmisch
1
-3
/
+8
2010-08-29
Merge branch 'testing'
Freeyorp
1
-18
/
+13
2010-08-07
Renamed modifiedAttribute to updateDerivedAttributes
Thorbjørn Lindeijer
1
-2
/
+2
2010-07-10
New attribute system and major changes to many low-level areas.
Freeyorp
1
-18
/
+13
2010-06-06
Arbitrary cleanups and marked GameHandler::getClientByNameSlow const
Thorbjørn Lindeijer
1
-9
/
+10
2010-03-08
Remove an unused function and two protocol messages.
Bertram
1
-12
/
+0
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-10-24
Don't log the sitting/standing action change transaction. Mantis #950.
Bertram
1
-6
/
+18
2009-07-20
Have the game server reconnect with the account-server if account-server is r...
Chuck Miller
1
-0
/
+12
2009-07-03
Makes Skills non hard coded
Chuck Miller
1
-1
/
+6
2009-05-24
Fixed a few code style issues
Bjørn Lindeijer
1
-2
/
+2
2009-05-24
Fixed name of method (recepted -> received)
Bjørn Lindeijer
1
-2
/
+2
2009-05-19
Added time between attacks. Added target for monster.
David Athay
1
-2
/
+3
2009-05-18
Added target combat
David Athay
1
-2
/
+8
2009-05-01
tmwserv NPC String input
Blue
1
-2
/
+2
2009-05-01
Mysql backend, lua and NPC handler
Blue
1
-0
/
+10
2009-04-26
Standardize on the position of the const keyword
Bjørn Lindeijer
1
-12
/
+9
2009-04-26
Merged MovingObject into the Being class
Bjørn Lindeijer
1
-19
/
+21
2009-04-21
Trade System Patch (server side)
blue112
1
-4
/
+8
2009-03-06
Added transactional history to game server.
David Athay
1
-3
/
+72
2008-11-30
Add sync Buffer according to mantis #550
Andreas Habel
1
-0
/
+20
2008-11-20
Made Bandwidth Monitor Global
David Athay
1
-26
/
+1
2008-11-19
Added bandwidth monitoring
David Athay
1
-1
/
+26
2008-11-16
Got rid of CVS/Subversion $Id$ markers
Bjørn Lindeijer
1
-2
/
+0
2008-11-06
Added sending post via NPC.
David Athay
1
-1
/
+1
2008-11-01
fixes for commandhandler
Roderic Morris
1
-3
/
+1
2008-11-01
Magic implementation roadmap phase 1 and 2 (calling a script function on PGMS...
Philipp Sehmisch
1
-0
/
+8
2008-10-31
Changed command system to handle commands without template magic.
David Athay
1
-3
/
+4
[next]