summaryrefslogtreecommitdiff
path: root/src/game-server
AgeCommit message (Expand)AuthorFilesLines
2008-11-19Added bandwidth monitoringDavid Athay5-5/+51
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer58-114/+0
2008-11-14Added check for database version on startup of Accountserver.Andreas Habel1-9/+1
2008-11-11Fixed crash when a script can't be found. No idea why this could happen though.Bjørn Lindeijer1-4/+6
2008-11-06Added sending post via NPC.David Athay2-10/+7
2008-11-05Use a string util for converting strings toDavid Athay1-54/+14
2008-11-05Fix integer arguments randomly failing due to stream flags not being cleared....Dennis Friis1-28/+28
2008-11-05Added version information to item database. Gameserver reports its local vers...Andreas Habel3-1/+50
2008-11-04Added updating party member health.David Athay4-1/+32
2008-11-03Fixed command handler.David Athay1-5/+10
2008-11-01fixes for commandhandlerRoderic Morris3-197/+165
2008-11-01Magic implementation roadmap phase 1 and 2 (calling a script function on PGMS...Philipp Sehmisch3-0/+29
2008-11-01Added script bindings for manipulating the characters experience.Philipp Sehmisch2-5/+6
2008-10-31Changed command system to handle commands without template magic.David Athay5-28/+841
2008-10-29Some code formatting cleanup and unduplicated conversion from direction toBjørn Lindeijer4-104/+149
2008-10-29replace collision detection function (by Chuck Miller)Roderic Morris3-12/+99
2008-10-27Some insignificant cleanupBjørn Lindeijer2-10/+12
2008-10-27Compile fixes and warning fixes.Bjørn Lindeijer3-10/+10
2008-10-27add effects sending system (by Chuck Miller)Roderic Morris5-19/+158
2008-10-26Some cleanup and an unsuccesful attempt at fixing a crash on map server exitBjørn Lindeijer2-9/+22
2008-10-24Changed direction values to match the client's (patch by Chuck Miller)Jared Adams1-2/+3
2008-10-24Added post callback for getting post.David Athay4-15/+43
2008-10-23Fixed compiler warnings, including a forgotten initialization of an item'sBjørn Lindeijer2-19/+19
2008-10-23ignore case in map object types (by Chuck Miller)Roderic Morris1-5/+11
2008-10-22added on use scripts (by Kage_Jittai)Roderic Morris3-4/+37
2008-10-22Added enabling and disabling NPCs.David Athay2-4/+15
2008-10-22Fixed NPC id bug. Changed time between server reconnection attempts.David Athay2-2/+5
2008-10-21Fixed some compile warnings.Bjørn Lindeijer1-1/+2
2008-10-21Add limits.h where needed.Dennis Friis1-0/+1
2008-10-21Game Server now reconnects to Account Server. Some postal system bugs fixed.David Athay2-6/+25
2008-10-15Added communicating change of direction to clients.David Athay4-2/+17
2008-09-27Implemented getting the attack zone of weapons from the item database and imp...Philipp Sehmisch12-20/+185
2008-09-19Added post communication between chat and game servers.David Athay6-0/+185
2008-09-18Added postal system to chat server, and modified tick time.David Athay3-7/+17
2008-08-18fix compilationRoderic Morris1-2/+0
2008-08-13Corrected the distance needed to speak to NPC and trade with others Yohann Ferreira2-6/+14
2008-08-13Don't ignore monster with ID 0, since our maggot uses that.Bjørn Lindeijer1-2/+2
2008-08-10Corrected the way weapon skills is taken into account in damage calculation.Philipp Sehmisch1-3/+3
2008-08-04Fixed another crash when reading inlined object properties.Bjørn Lindeijer2-15/+31
2008-07-28fix crash from last commit, guild fixes, damage calculation fixRoderic Morris2-3/+4
2008-07-27account for weapon skills in damage calculation.Roderic Morris1-3/+4
2008-07-24Added error message when NPC is too far away.David Athay3-1/+20
2008-07-04fix errors in the last commitRoderic Morris2-2/+2
2008-07-03Removed guild stuff from game server and added some party stuff to it.David Athay6-189/+37
2008-07-03avoid map reading crash, arbitrary tile sizes, enable new mapsRoderic Morris4-62/+65
2008-05-29Fixed execution of commands even if the user has insufficient rights (patch byBjørn Lindeijer1-3/+4
2008-05-22(no commit message)Philipp Sehmisch3-1/+18
2008-05-22Fixed compilation with GCC 4.3 (patch by rodge).Bjørn Lindeijer1-0/+1
2008-05-19Implemented NPC names. Implemented the theoretical possibility to have named ...Philipp Sehmisch7-17/+20
2008-05-18Provide feedback when admin commands fail (patch by rodge)Bjørn Lindeijer1-2/+24