Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-24 | Fixed a few code style issues | Bjørn Lindeijer | 15 | -88/+90 | |
Also renamed Guild::totalMembers to Guild::memberCount | |||||
2009-05-24 | Fixed name of method (recepted -> received) | Bjørn Lindeijer | 3 | -6/+6 | |
2009-05-24 | Fixed compilation problem with GCC 4.4 | Bjørn Lindeijer | 3 | -5/+10 | |
Fix ported from the client. | |||||
2009-05-20 | Fix crash caused by non-removal of target. | David Athay | 1 | -12/+17 | |
2009-05-19 | Added time between attacks. Added target for monster. | David Athay | 4 | -11/+15 | |
2009-05-18 | Added target combat | David Athay | 5 | -134/+41 | |
2009-05-05 | tmwserv - Warp fix | Blue | 2 | -4/+22 | |
Prevent for warping in a unwalkable area, choose randomly a random place to warp if the asked is unwalkable Added a default value to map::getWalk too. | |||||
2009-05-03 | Segfault correction lua | Blue | 1 | -0/+5 | |
Corrects a segfault with lua scripts. | |||||
2009-05-01 | tmwserv NPC String input | Blue | 4 | -8/+50 | |
Adding support for npc string input. | |||||
2009-05-01 | Mysql backend, lua and NPC handler | Blue | 5 | -8/+74 | |
Fix for mysql backend (again) Lua modification for integer and string ask with NPC, and closing fix. | |||||
2009-04-26 | Standardize on the position of the const keyword | Bjørn Lindeijer | 64 | -368/+392 | |
Same as for the client. | |||||
2009-04-26 | Merged MovingObject into the Being class | Bjørn Lindeijer | 29 | -703/+621 | |
Also renamed Object to Actor, to make it sound a little less generic. Cleans up a bit the rather big hierarchy of different object types we have. | |||||
2009-04-23 | OBJECT_ACTOR no longer treated as item in debug info. | David Athay | 1 | -2/+2 | |
2009-04-23 | Added listing all online users | David Athay | 3 | -0/+29 | |
2009-04-23 | Break from while loops when found. | David Athay | 1 | -5/+3 | |
2009-04-23 | Reworked party invites, now sends rejections and checks the invites are valid | David Athay | 5 | -15/+101 | |
2009-04-22 | Fixed non combat beings taking damage. Added some debugging info on ↵ | David Athay | 2 | -0/+61 | |
inserting and removing objects. | |||||
2009-04-22 | Merge branch 'master' of git@gitorious.org:tmwserv/mainline | David Athay | 5 | -39/+113 | |
2009-04-21 | Trade System Patch (server side) | blue112 | 5 | -39/+113 | |
Server side modification for making the three steps trade working. For tmwserv Some trade related protocol modification too. | |||||
2009-04-20 | Merge branch 'master' of git@gitorious.org:tmwserv/mainline | David Athay | 3 | -2/+30 | |
2009-04-20 | Mysql update file | blue112 | 2 | -15/+18 | |
Update file... updated ^^' You can execute it a second time, there's no problem. | |||||
2009-04-19 | Update script mysql 2 to 3 | Blue112 | 1 | -0/+16 | |
2009-04-19 | Mysql Backend Update mysql database to version 3 Fixed compile error with ↵ | Blue112 | 2 | -2/+11 | |
mysql backend | |||||
2009-03-30 | Merge branch 'master' of git@gitorious.org:tmwserv/mainline | David Athay | 12 | -18/+84 | |
2009-03-30 | Added debugging | David Athay | 1 | -0/+7 | |
2009-03-27 | Fixed compile warning | Bjørn Lindeijer | 1 | -5/+5 | |
2009-03-24 | Added config option to set default PvP mode | Philipp Sehmisch | 1 | -0/+3 | |
2009-03-19 | Implemented the possibility to have maps with or without PvP combat. | Philipp Sehmisch | 6 | -4/+63 | |
PvP is governed by the map property "pvp". Currently it can be either "none" for no PvP combat or "free" for unrestricted PvP combat. "none" is the default value which is used when pvp is undefined. Later addition of more sophisticated PvP modes is possible. | |||||
2009-03-10 | Fixes for some compile warnings | Bjørn Lindeijer | 4 | -7/+11 | |
Mostly comparisons between signed and unsigned integers | |||||
2009-03-08 | Fix database version in sqlite db creation file | Jared Adams | 1 | -1/+1 | |
2009-03-08 | Fix a bug in the sqlite db creation file | Jared Adams | 1 | -1/+1 | |
2009-03-08 | Fix error in sqlite 2 to 3 update script | Jared Adams | 1 | -1/+1 | |
2009-03-06 | Added transactional history to game server. | David Athay | 10 | -8/+167 | |
2009-03-05 | Merge branch 'master' of git@gitorious.org:tmwserv/mainline | Philipp Sehmisch | 9 | -6/+279 | |
2009-03-05 | Implemented basic special recharge on the server. | Philipp Sehmisch | 2 | -9/+87 | |
2009-03-05 | Added transactions for chat events. | David Athay | 5 | -13/+100 | |
2009-03-05 | Added transactional history | David Athay | 7 | -1/+187 | |
2009-03-02 | Fixed default values of numHairStyles und numHairColors | Philipp Sehmisch | 1 | -2/+2 | |
2009-02-24 | Forgot two config key renames and a little style fix | Philipp Sehmisch | 3 | -4/+5 | |
2009-02-24 | Made a lot of hard-coded values configuration options | Philipp Sehmisch | 9 | -87/+66 | |
2009-02-16 | Added a reference to the scripting documentation to lua.cpp | Philipp Sehmisch | 1 | -0/+7 | |
2009-02-15 | send hair and gender information in update look messages, set looks change ↵ | Roderic Morris | 2 | -1/+7 | |
flag when changing hair | |||||
2009-02-15 | add hair style and color getting and setting to lua scripts | Roderic Morris | 1 | -0/+91 | |
2009-02-10 | Removed testing.cpp because all of its functionality can now be covered by ↵ | Philipp Sehmisch | 4 | -40/+8 | |
LUA scripts | |||||
2009-02-10 | Implemented script binding item_drop to create floor items in the game world. | Philipp Sehmisch | 1 | -0/+37 | |
2009-02-02 | Fixed number of allowed hairstyles which got invalid because of the ↵ | Philipp Sehmisch | 1 | -1/+1 | |
transgender hairstyle content update. | |||||
2009-01-31 | Fixed crash when passing illegal character handle to Lua binding chr_get_quest | Philipp Sehmisch | 1 | -0/+5 | |
2009-01-31 | Merge branch 'master' of git@gitorious.org:tmwserv/mainline | Philipp Sehmisch | 12 | -172/+288 | |
2009-01-31 | Added on_remove callback to lua API | Philipp Sehmisch | 5 | -15/+31 | |
2009-01-28 | Moved MapContent into header file. | David Athay | 2 | -118/+121 | |