Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 2008-11-16 | 58 | -114/+0 |
| | |||||
* | Added check for database version on startup of Accountserver. | Andreas Habel | 2008-11-14 | 1 | -9/+1 |
| | | | | | The provided CreateTable.sql scripts store their versions inline of a database table. The account server checks this version number with its known compatible version. If the numbers don't match, the account server raises an error and shuts down. | ||||
* | Fixed crash when a script can't be found. No idea why this could happen though. | Bjørn Lindeijer | 2008-11-11 | 1 | -4/+6 |
| | |||||
* | Added sending post via NPC. | David Athay | 2008-11-06 | 2 | -10/+7 |
| | |||||
* | Use a string util for converting strings to | David Athay | 2008-11-05 | 1 | -54/+14 |
| | | | | integers, as per Bjorns suggestion. | ||||
* | Fix integer arguments randomly failing due to stream flags not being ↵ | Dennis Friis | 2008-11-05 | 1 | -28/+28 |
| | | | | cleared. To reuse a stream you must do stream.clear(); stream.str(string); for it to work. | ||||
* | Added version information to item database. Gameserver reports its local ↵ | Andreas Habel | 2008-11-05 | 3 | -1/+50 |
| | | | | version to account server during registration and gets notified if the version is up-to-date or outdated to prevent inconsistencies. | ||||
* | Added updating party member health. | David Athay | 2008-11-04 | 4 | -1/+32 |
| | |||||
* | Fixed command handler. | David Athay | 2008-11-03 | 1 | -5/+10 |
| | |||||
* | fixes for commandhandler | Roderic Morris | 2008-11-01 | 3 | -197/+165 |
| | |||||
* | Magic implementation roadmap phase 1 and 2 (calling a script function on ↵ | Philipp Sehmisch | 2008-11-01 | 3 | -0/+29 |
| | | | | PGMSG_USE_SPECIAL) | ||||
* | Added script bindings for manipulating the characters experience. | Philipp Sehmisch | 2008-11-01 | 2 | -5/+6 |
| | |||||
* | Changed command system to handle commands without template magic. | David Athay | 2008-10-31 | 5 | -28/+841 |
| | |||||
* | Some code formatting cleanup and unduplicated conversion from direction to | Bjørn Lindeijer | 2008-10-29 | 4 | -104/+149 |
| | | | | | angle. | ||||
* | replace collision detection function (by Chuck Miller) | Roderic Morris | 2008-10-29 | 3 | -12/+99 |
| | |||||
* | Some insignificant cleanup | Bjørn Lindeijer | 2008-10-27 | 2 | -10/+12 |
| | |||||
* | Compile fixes and warning fixes. | Bjørn Lindeijer | 2008-10-27 | 3 | -10/+10 |
| | |||||
* | add effects sending system (by Chuck Miller) | Roderic Morris | 2008-10-27 | 5 | -19/+158 |
| | |||||
* | Some cleanup and an unsuccesful attempt at fixing a crash on map server exit | Bjørn Lindeijer | 2008-10-26 | 2 | -9/+22 |
| | | | | | when there is no connection the account server (a different one surfaced). | ||||
* | Changed direction values to match the client's (patch by Chuck Miller) | Jared Adams | 2008-10-24 | 1 | -2/+3 |
| | |||||
* | Added post callback for getting post. | David Athay | 2008-10-24 | 4 | -15/+43 |
| | | | | | | Added GM command for changing player attributes. Changed GM command to @ as '/' was already being used by client for local commands. | ||||
* | Fixed compiler warnings, including a forgotten initialization of an item's | Bjørn Lindeijer | 2008-10-23 | 2 | -19/+19 |
| | | | | | script pointer. | ||||
* | ignore case in map object types (by Chuck Miller) | Roderic Morris | 2008-10-23 | 1 | -5/+11 |
| | |||||
* | added on use scripts (by Kage_Jittai) | Roderic Morris | 2008-10-22 | 3 | -4/+37 |
| | |||||
* | Added enabling and disabling NPCs. | David Athay | 2008-10-22 | 2 | -4/+15 |
| | |||||
* | Fixed NPC id bug. Changed time between server reconnection attempts. | David Athay | 2008-10-22 | 2 | -2/+5 |
| | |||||
* | Fixed some compile warnings. | Bjørn Lindeijer | 2008-10-21 | 1 | -1/+2 |
| | |||||
* | Add limits.h where needed. | Dennis Friis | 2008-10-21 | 1 | -0/+1 |
| | |||||
* | Game Server now reconnects to Account Server. Some postal system bugs fixed. | David Athay | 2008-10-21 | 2 | -6/+25 |
| | |||||
* | Added communicating change of direction to clients. | David Athay | 2008-10-15 | 4 | -2/+17 |
| | |||||
* | Implemented getting the attack zone of weapons from the item database and ↵ | Philipp Sehmisch | 2008-09-27 | 12 | -20/+185 |
| | | | | implemented single target attacks useful for projectile weapons like bows. | ||||
* | Added post communication between chat and game servers. | David Athay | 2008-09-19 | 6 | -0/+185 |
| | |||||
* | Added postal system to chat server, and modified tick time. | David Athay | 2008-09-18 | 3 | -7/+17 |
| | |||||
* | fix compilation | Roderic Morris | 2008-08-18 | 1 | -2/+0 |
| | |||||
* | Corrected the distance needed to speak to NPC and trade with others | Yohann Ferreira | 2008-08-13 | 2 | -6/+14 |
| | | | | | characters. | ||||
* | Don't ignore monster with ID 0, since our maggot uses that. | Bjørn Lindeijer | 2008-08-13 | 1 | -2/+2 |
| | |||||
* | Corrected the way weapon skills is taken into account in damage calculation. | Philipp Sehmisch | 2008-08-10 | 1 | -3/+3 |
| | |||||
* | Fixed another crash when reading inlined object properties. | Bjørn Lindeijer | 2008-08-04 | 2 | -15/+31 |
| | |||||
* | fix crash from last commit, guild fixes, damage calculation fix | Roderic Morris | 2008-07-28 | 2 | -3/+4 |
| | |||||
* | account for weapon skills in damage calculation. | Roderic Morris | 2008-07-27 | 1 | -3/+4 |
| | |||||
* | Added error message when NPC is too far away. | David Athay | 2008-07-24 | 3 | -1/+20 |
| | |||||
* | fix errors in the last commit | Roderic Morris | 2008-07-04 | 2 | -2/+2 |
| | |||||
* | Removed guild stuff from game server and added some party stuff to it. | David Athay | 2008-07-03 | 6 | -189/+37 |
| | |||||
* | avoid map reading crash, arbitrary tile sizes, enable new maps | Roderic Morris | 2008-07-03 | 4 | -62/+65 |
| | |||||
* | Fixed execution of commands even if the user has insufficient rights (patch by | Bjørn Lindeijer | 2008-05-29 | 1 | -3/+4 |
| | | | | | rodge). | ||||
* | (no commit message) | Philipp Sehmisch | 2008-05-22 | 3 | -1/+18 |
| | |||||
* | Fixed compilation with GCC 4.3 (patch by rodge). | Bjørn Lindeijer | 2008-05-22 | 1 | -0/+1 |
| | |||||
* | Implemented NPC names. Implemented the theoretical possibility to have named ↵ | Philipp Sehmisch | 2008-05-19 | 7 | -17/+20 |
| | | | | monsters along the way. Note that the syntax of the LUA functions for creating NPCs has changed. | ||||
* | Provide feedback when admin commands fail (patch by rodge) | Bjørn Lindeijer | 2008-05-18 | 1 | -2/+24 |
| | |||||
* | Implemented script bindings for making beings talk and sending private chat ↵ | Philipp Sehmisch | 2008-05-07 | 5 | -12/+41 |
| | | | | messages from scripts to clients. Implemented trigger areas which are only triggered once when a being steps into them instead of every tick. |