Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-07-03 | Removed guild stuff from game server and added some party stuff to it. | David Athay | 7 | -189/+38 | |
2008-07-03 | avoid map reading crash, arbitrary tile sizes, enable new maps | Roderic Morris | 4 | -62/+65 | |
2008-06-26 | fix compile error, and improve guild related methods | Roderic Morris | 7 | -28/+9 | |
2008-06-25 | handle topic changing and guild events | Roderic Morris | 8 | -55/+139 | |
2008-06-15 | work around for members not being added to their guilds | Roderic Morris | 1 | -1/+9 | |
2008-06-10 | update chat packet defs, get rid of unused functions | Roderic Morris | 3 | -100/+7 | |
2008-06-10 | fix for listing and quitting channels | Roderic Morris | 1 | -2/+6 | |
2008-06-03 | stop storing channels in the db, send channel announcements | Roderic Morris | 6 | -168/+15 | |
2008-05-30 | Register chat clients with their account level, don't assume normal user (patch | Bjørn Lindeijer | 1 | -1/+1 | |
by rodge). | |||||
2008-05-29 | Fixed execution of commands even if the user has insufficient rights (patch by | Bjørn Lindeijer | 1 | -3/+4 | |
rodge). | |||||
2008-05-23 | Use guildmanager to add users to guilds so its stored in the db. | David Athay | 3 | -15/+12 | |
2008-05-22 | small style change. | Philipp Sehmisch | 1 | -1/+1 | |
2008-05-22 | (no commit message) | Philipp Sehmisch | 4 | -17/+100 | |
2008-05-22 | Fixed compilation with GCC 4.3 (patch by rodge). | Bjørn Lindeijer | 4 | -0/+4 | |
2008-05-19 | Implemented NPC names. Implemented the theoretical possibility to have named ↵ | Philipp Sehmisch | 10 | -23/+42 | |
monsters along the way. Note that the syntax of the LUA functions for creating NPCs has changed. | |||||
2008-05-18 | Provide feedback when admin commands fail (patch by rodge) | Bjørn Lindeijer | 1 | -2/+24 | |
2008-05-14 | Added channel registration check to ensure that channel name is not in use | David Athay | 3 | -1/+9 | |
2008-05-07 | Implemented script bindings for making beings talk and sending private chat ↵ | Philipp Sehmisch | 6 | -14/+104 | |
messages from scripts to clients. Implemented trigger areas which are only triggered once when a being steps into them instead of every tick. | |||||
2008-05-06 | Implemented script trigger areas which call a script function when an object ↵ | Philipp Sehmisch | 3 | -0/+78 | |
steps into them. | |||||
2008-04-28 | Added sending who accepted invite on invite response to client | David Athay | 2 | -1/+2 | |
2008-04-25 | Realigned Email already exists error return value and removed GetEmail Address | Yohann Ferreira | 2 | -27/+2 | |
2008-04-23 | Updated documentation a bit. | Bjørn Lindeijer | 1 | -1/+0 | |
2008-04-23 | Fixed docs not to mention encryption, since all we do is hashing. Also, since | Bjørn Lindeijer | 1 | -27/+22 | |
we decided not to use libcrypto, remove its configure check. | |||||
2008-04-23 | Accepted fix by rodge, getting rid of assertion failure when an admin tries to | Bjørn Lindeijer | 2 | -5/+6 | |
warp to a non-existing map. | |||||
2008-04-23 | Switched to alternative SHA-256 implementation from InspIRCd. | Bjørn Lindeijer | 8 | -1042/+434 | |
2008-04-22 | Compile fix. | Bjørn Lindeijer | 1 | -2/+2 | |
2008-04-22 | Fixed some small issues. | Bjørn Lindeijer | 3 | -2/+4 | |
2008-04-22 | Added more support for parties | David Athay | 3 | -15/+126 | |
2008-04-21 | Removed our copyright header since these files are not copyright by us. | Bjørn Lindeijer | 2 | -52/+0 | |
2008-04-21 | Added password and email encryption server-side using SHA256. | Yohann Ferreira | 7 | -11/+1098 | |
2008-04-20 | Fixed some compiler errors/warnings. | Bjørn Lindeijer | 13 | -16/+32 | |
2008-04-20 | Fix a possible memleak in inflateMemory if the stream fails to uncompress ↵ | Dennis Friis | 1 | -0/+4 | |
cleanly. | |||||
2008-04-18 | Fixed 'Password changes' and 'Unregistering'. | Yohann Ferreira | 2 | -6/+10 | |
2008-04-18 | Remove channel when leader quits guild. | David Athay | 1 | -0/+7 | |
2008-04-18 | Fixed guilds not being removed when leader quits. | David Athay | 3 | -10/+5 | |
2008-04-17 | Added basic party support | David Athay | 2 | -1/+25 | |
2008-04-17 | Fixed compilation using Automake | Yohann Ferreira | 1 | -0/+2 | |
2008-04-16 | Added handling creating and leaving | David Athay | 12 | -56/+231 | |
parties. Fixed up some of the private channel stuff that remained. | |||||
2008-04-15 | Fixed getting channel userlist | David Athay | 1 | -7/+7 | |
2008-04-03 | Fixed accepting guild invites, and added updating the guild member list when ↵ | David Athay | 3 | -4/+38 | |
player joins | |||||
2008-04-03 | Restricted who can be invited to guilds | David Athay | 1 | -2/+5 | |
2008-04-03 | Fixed accepting guild invites | David Athay | 1 | -2/+2 | |
2008-04-01 | Consolidated public and private channels into one, | David Athay | 7 | -106/+106 | |
which also includes guild channels. Channels now have a joinable field, which is true for channels that are created by users, and false for guild channels. Chatting in guild channels now works, and non-guild members can no longer join guild channels | |||||
2008-03-17 | Error messages in script callback functions are now handed to the lua ↵ | Philipp Sehmisch | 1 | -21/+35 | |
interpreter. | |||||
2008-03-15 | Added pathblocking rules to NPCs, added script bindings to query being ↵ | Philipp Sehmisch | 2 | -0/+44 | |
positions and created script infrastructure for regularily called script functions. This allows NPCs which wander around automatically. | |||||
2008-03-15 | Implemented script binding for controllig movement of beings and fixed a ↵ | Philipp Sehmisch | 4 | -7/+55 | |
crash caused by the new blocking system (thanks to peavey for reporting). | |||||
2008-03-13 | Sending destination of beings when the client comes on-screen to fix a bug ↵ | Philipp Sehmisch | 1 | -4/+5 | |
which showed moving monsters as standing in this situation. | |||||
2008-03-13 | added assert header | Philipp Sehmisch | 1 | -0/+1 | |
2008-03-13 | defined block bitmasks in hex instead of decimal like it is done for the ↵ | Philipp Sehmisch | 1 | -3/+3 | |
walk bitmasks. | |||||
2008-03-13 | Implemented dynamic and selective pathblocking. Monsters are blocked by ↵ | Philipp Sehmisch | 13 | -46/+241 | |
player characters and other monsters, player characters only by monsters. |