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
2008-11-11
Fixed crash when a script can't be found. No idea why this could happen though.
Bjørn Lindeijer
1
-4
/
+6
2008-11-06
Added sending post via NPC.
David Athay
2
-10
/
+7
2008-11-05
Use a string util for converting strings to
David Athay
1
-54
/
+14
2008-11-05
Fix integer arguments randomly failing due to stream flags not being cleared....
Dennis Friis
1
-28
/
+28
2008-11-05
Added version information to item database. Gameserver reports its local vers...
Andreas Habel
3
-1
/
+50
2008-11-04
Added updating party member health.
David Athay
4
-1
/
+32
2008-11-03
Fixed command handler.
David Athay
1
-5
/
+10
2008-11-01
fixes for commandhandler
Roderic Morris
3
-197
/
+165
2008-11-01
Magic implementation roadmap phase 1 and 2 (calling a script function on PGMS...
Philipp Sehmisch
3
-0
/
+29
2008-11-01
Added script bindings for manipulating the characters experience.
Philipp Sehmisch
2
-5
/
+6
2008-10-31
Changed command system to handle commands without template magic.
David Athay
5
-28
/
+841
2008-10-29
Some code formatting cleanup and unduplicated conversion from direction to
Bjørn Lindeijer
4
-104
/
+149
2008-10-29
replace collision detection function (by Chuck Miller)
Roderic Morris
3
-12
/
+99
2008-10-27
Some insignificant cleanup
Bjørn Lindeijer
2
-10
/
+12
2008-10-27
Compile fixes and warning fixes.
Bjørn Lindeijer
3
-10
/
+10
2008-10-27
add effects sending system (by Chuck Miller)
Roderic Morris
5
-19
/
+158
2008-10-26
Some cleanup and an unsuccesful attempt at fixing a crash on map server exit
Bjørn Lindeijer
2
-9
/
+22
2008-10-24
Changed direction values to match the client's (patch by Chuck Miller)
Jared Adams
1
-2
/
+3
2008-10-24
Added post callback for getting post.
David Athay
4
-15
/
+43
2008-10-23
Fixed compiler warnings, including a forgotten initialization of an item's
Bjørn Lindeijer
2
-19
/
+19
2008-10-23
ignore case in map object types (by Chuck Miller)
Roderic Morris
1
-5
/
+11
2008-10-22
added on use scripts (by Kage_Jittai)
Roderic Morris
3
-4
/
+37
2008-10-22
Added enabling and disabling NPCs.
David Athay
2
-4
/
+15
2008-10-22
Fixed NPC id bug. Changed time between server reconnection attempts.
David Athay
2
-2
/
+5
2008-10-21
Fixed some compile warnings.
Bjørn Lindeijer
1
-1
/
+2
2008-10-21
Add limits.h where needed.
Dennis Friis
1
-0
/
+1
2008-10-21
Game Server now reconnects to Account Server. Some postal system bugs fixed.
David Athay
2
-6
/
+25
2008-10-15
Added communicating change of direction to clients.
David Athay
4
-2
/
+17
2008-09-27
Implemented getting the attack zone of weapons from the item database and imp...
Philipp Sehmisch
12
-20
/
+185
2008-09-19
Added post communication between chat and game servers.
David Athay
6
-0
/
+185
2008-09-18
Added postal system to chat server, and modified tick time.
David Athay
3
-7
/
+17
2008-08-18
fix compilation
Roderic Morris
1
-2
/
+0
2008-08-13
Corrected the distance needed to speak to NPC and trade with others
Yohann Ferreira
2
-6
/
+14
2008-08-13
Don't ignore monster with ID 0, since our maggot uses that.
Bjørn Lindeijer
1
-2
/
+2
2008-08-10
Corrected the way weapon skills is taken into account in damage calculation.
Philipp Sehmisch
1
-3
/
+3
2008-08-04
Fixed another crash when reading inlined object properties.
Bjørn Lindeijer
2
-15
/
+31
2008-07-28
fix crash from last commit, guild fixes, damage calculation fix
Roderic Morris
2
-3
/
+4
2008-07-27
account for weapon skills in damage calculation.
Roderic Morris
1
-3
/
+4
2008-07-24
Added error message when NPC is too far away.
David Athay
3
-1
/
+20
2008-07-04
fix errors in the last commit
Roderic Morris
2
-2
/
+2
2008-07-03
Removed guild stuff from game server and added some party stuff to it.
David Athay
6
-189
/
+37
2008-07-03
avoid map reading crash, arbitrary tile sizes, enable new maps
Roderic Morris
4
-62
/
+65
2008-05-29
Fixed execution of commands even if the user has insufficient rights (patch by
Bjørn Lindeijer
1
-3
/
+4
2008-05-22
(no commit message)
Philipp Sehmisch
3
-1
/
+18
2008-05-22
Fixed compilation with GCC 4.3 (patch by rodge).
Bjørn Lindeijer
1
-0
/
+1
2008-05-19
Implemented NPC names. Implemented the theoretical possibility to have named ...
Philipp Sehmisch
7
-17
/
+20
2008-05-18
Provide feedback when admin commands fail (patch by rodge)
Bjørn Lindeijer
1
-2
/
+24
2008-05-07
Implemented script bindings for making beings talk and sending private chat m...
Philipp Sehmisch
5
-12
/
+41
2008-05-06
Implemented script trigger areas which call a script function when an object ...
Philipp Sehmisch
2
-0
/
+28
2008-04-23
Accepted fix by rodge, getting rid of assertion failure when an admin tries to
Bjørn Lindeijer
2
-5
/
+6
[prev]
[next]