summaryrefslogtreecommitdiffstats
path: root/src/game-server
Commit message (Expand)AuthorAgeFilesLines
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-1658-114/+0
* Added check for database version on startup of Accountserver.Andreas Habel2008-11-141-9/+1
* Fixed crash when a script can't be found. No idea why this could happen though.Bjørn Lindeijer2008-11-111-4/+6
* Added sending post via NPC.David Athay2008-11-062-10/+7
* Use a string util for converting strings toDavid Athay2008-11-051-54/+14
* Fix integer arguments randomly failing due to stream flags not being cleared....Dennis Friis2008-11-051-28/+28
* Added version information to item database. Gameserver reports its local vers...Andreas Habel2008-11-053-1/+50
* Added updating party member health.David Athay2008-11-044-1/+32
* Fixed command handler.David Athay2008-11-031-5/+10
* fixes for commandhandlerRoderic Morris2008-11-013-197/+165
* Magic implementation roadmap phase 1 and 2 (calling a script function on PGMS...Philipp Sehmisch2008-11-013-0/+29
* Added script bindings for manipulating the characters experience.Philipp Sehmisch2008-11-012-5/+6
* Changed command system to handle commands without template magic.David Athay2008-10-315-28/+841
* Some code formatting cleanup and unduplicated conversion from direction toBjørn Lindeijer2008-10-294-104/+149
* replace collision detection function (by Chuck Miller)Roderic Morris2008-10-293-12/+99
* Some insignificant cleanupBjørn Lindeijer2008-10-272-10/+12
* Compile fixes and warning fixes.Bjørn Lindeijer2008-10-273-10/+10
* add effects sending system (by Chuck Miller)Roderic Morris2008-10-275-19/+158
* Some cleanup and an unsuccesful attempt at fixing a crash on map server exitBjørn Lindeijer2008-10-262-9/+22
* Changed direction values to match the client's (patch by Chuck Miller)Jared Adams2008-10-241-2/+3
* Added post callback for getting post.David Athay2008-10-244-15/+43
* Fixed compiler warnings, including a forgotten initialization of an item'sBjørn Lindeijer2008-10-232-19/+19
* ignore case in map object types (by Chuck Miller)Roderic Morris2008-10-231-5/+11
* added on use scripts (by Kage_Jittai)Roderic Morris2008-10-223-4/+37
* Added enabling and disabling NPCs.David Athay2008-10-222-4/+15
* Fixed NPC id bug. Changed time between server reconnection attempts.David Athay2008-10-222-2/+5
* Fixed some compile warnings.Bjørn Lindeijer2008-10-211-1/+2
* Add limits.h where needed.Dennis Friis2008-10-211-0/+1
* Game Server now reconnects to Account Server. Some postal system bugs fixed.David Athay2008-10-212-6/+25
* Added communicating change of direction to clients.David Athay2008-10-154-2/+17
* Implemented getting the attack zone of weapons from the item database and imp...Philipp Sehmisch2008-09-2712-20/+185
* Added post communication between chat and game servers.David Athay2008-09-196-0/+185
* Added postal system to chat server, and modified tick time.David Athay2008-09-183-7/+17
* fix compilationRoderic Morris2008-08-181-2/+0
* Corrected the distance needed to speak to NPC and trade with others Yohann Ferreira2008-08-132-6/+14
* Don't ignore monster with ID 0, since our maggot uses that.Bjørn Lindeijer2008-08-131-2/+2
* Corrected the way weapon skills is taken into account in damage calculation.Philipp Sehmisch2008-08-101-3/+3
* Fixed another crash when reading inlined object properties.Bjørn Lindeijer2008-08-042-15/+31
* fix crash from last commit, guild fixes, damage calculation fixRoderic Morris2008-07-282-3/+4
* account for weapon skills in damage calculation.Roderic Morris2008-07-271-3/+4
* Added error message when NPC is too far away.David Athay2008-07-243-1/+20
* fix errors in the last commitRoderic Morris2008-07-042-2/+2
* Removed guild stuff from game server and added some party stuff to it.David Athay2008-07-036-189/+37
* avoid map reading crash, arbitrary tile sizes, enable new mapsRoderic Morris2008-07-034-62/+65
* Fixed execution of commands even if the user has insufficient rights (patch byBjørn Lindeijer2008-05-291-3/+4
* (no commit message)Philipp Sehmisch2008-05-223-1/+18
* Fixed compilation with GCC 4.3 (patch by rodge).Bjørn Lindeijer2008-05-221-0/+1
* Implemented NPC names. Implemented the theoretical possibility to have named ...Philipp Sehmisch2008-05-197-17/+20
* Provide feedback when admin commands fail (patch by rodge)Bjørn Lindeijer2008-05-181-2/+24
* Implemented script bindings for making beings talk and sending private chat m...Philipp Sehmisch2008-05-075-12/+41