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
/
state.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-11
Added callbacks for map/worldvar changes
Erik Schilling
1
-0
/
+17
2012-03-10
Removed space before ;
Erik Schilling
1
-1
/
+1
2012-03-02
Merged all the different Lua states into one
Thorbjørn Lindeijer
1
-11
/
+6
2012-02-27
Fixed compilation again + some more code cleanup
Erik Schilling
1
-1
/
+1
2012-02-26
Some random code cleanup
Erik Schilling
1
-33
/
+25
2012-01-10
Made the game server execute the chr_respawn_accept script even
Yohann Ferreira
1
-0
/
+13
2012-01-02
Made all beings capable of having a gender
Erik Schilling
1
-0
/
+2
2011-08-19
Changed the sprite layer protocol to support
Yohann Ferreira
1
-45
/
+36
2011-07-27
Reworked the way equip slot info are loaded in a more logical way.
Yohann Ferreira
1
-1
/
+1
2011-07-27
Begun Applying the new equipment slot handling design.
Yohann Ferreira
1
-4
/
+4
2011-06-17
Changed the attack message to send the attack id.
Yohann Ferreira
1
-1
/
+1
2011-04-18
Made the server send the being position each 5 seconds.
Yohann Ferreira
1
-3
/
+13
2011-03-09
Renamed GameState::insertSafe() to inserOrDelete.
Yohann Ferreira
1
-2
/
+2
2011-03-06
Small fixes coming from my comment on issue #77.
Yohann Ferreira
1
-5
/
+5
2011-03-04
Implemented persistent world and map variables
Philipp Sehmisch
1
-0
/
+29
2011-01-09
Fix being direction discrepancies by syncing the BeingDirection.
Yohann Ferreira
1
-0
/
+1
2011-01-09
Removed the superfluous point struct.
Yohann Ferreira
1
-1
/
+1
2010-11-14
Renamed .hpp files into .h for consistency.
Yohann Ferreira
1
-17
/
+17
2010-11-03
Renamed write{Byte,Short,Long} to writeInt{8,16,32}
Thorbjørn Lindeijer
1
-56
/
+56
2010-11-02
Some random code cleanups.
Yohann Ferreira
1
-16
/
+31
2010-10-17
Dehardcode the tileWidth and height, except for the speed conversion.
Yohann Ferreira
1
-5
/
+8
2010-09-15
Reordered the manaserv.xml.example file and made related code cleanups.
Yohann Ferreira
1
-3
/
+3
2010-07-10
New attribute system and major changes to many low-level areas.
Freeyorp
1
-18
/
+17
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-15
Speed code unification part 1: Made the server accept speed values in tiles p...
Bertram
1
-1
/
+4
2009-10-09
Synced the protocol file with client in protocol.h, letting other defines in ...
Bertram
1
-1
/
+0
2009-09-27
Added script bindings and netcode for creating being-bound effects.
Philipp Sehmisch
1
-5
/
+14
2009-08-01
Simplifies Movement to not send path destinations, but rather just the curren...
Chuck Miller
1
-25
/
+5
2009-05-24
Fixed a few code style issues
Bjørn Lindeijer
1
-1
/
+2
2009-04-26
Standardize on the position of the const keyword
Bjørn Lindeijer
1
-8
/
+8
2009-04-26
Merged MovingObject into the Being class
Bjørn Lindeijer
1
-32
/
+39
2009-04-23
OBJECT_ACTOR no longer treated as item in debug info.
David Athay
1
-2
/
+2
2009-04-22
Fixed non combat beings taking damage. Added some debugging info on inserting...
David Athay
1
-0
/
+58
2009-02-24
Made a lot of hard-coded values configuration options
Philipp Sehmisch
1
-12
/
+16
2009-02-15
send hair and gender information in update look messages, set looks change fl...
Roderic Morris
1
-1
/
+5
2009-01-12
Added @announce
David Athay
1
-0
/
+12
2008-12-01
Added new table to store online users. See mantis #553
Andreas Habel
1
-0
/
+9
2008-11-30
Add sync Buffer according to mantis #550
Andreas Habel
1
-0
/
+6
2008-11-19
Added bandwidth monitoring
David Athay
1
-1
/
+5
2008-11-16
Got rid of CVS/Subversion $Id$ markers
Bjørn Lindeijer
1
-2
/
+0
2008-11-04
Added updating party member health.
David Athay
1
-0
/
+23
2008-10-27
Compile fixes and warning fixes.
Bjørn Lindeijer
1
-4
/
+5
2008-10-27
add effects sending system (by Chuck Miller)
Roderic Morris
1
-17
/
+41
2008-10-15
Added communicating change of direction to clients.
David Athay
1
-0
/
+9
2008-05-19
Implemented NPC names. Implemented the theoretical possibility to have named ...
Philipp Sehmisch
1
-0
/
+2
2008-05-07
Implemented script bindings for making beings talk and sending private chat m...
Philipp Sehmisch
1
-6
/
+18
2008-03-13
Sending destination of beings when the client comes on-screen to fix a bug wh...
Philipp Sehmisch
1
-4
/
+5
2008-03-09
Sending the attack type with attack messages so that the client can visualize...
Philipp Sehmisch
1
-0
/
+1
2008-01-24
The direction of attacking beings is now transmitted together with attack mes...
Philipp Sehmisch
1
-0
/
+1
[next]