Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-06 | Added interface for sending post. | David Athay | 6 | -131/+14 | |
2008-11-01 | Magic implementation phase 1 and 2 (added netcode and a very crude gui for ↵ | Philipp Sehmisch | 3 | -0/+9 | |
using special actions like magic) | |||||
2008-11-01 | Merged revisions 4180-4181 via svnmerge from | Bjørn Lindeijer | 1 | -1/+0 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4180 | peaveydk | 2008-04-24 22:49:30 +0200 (Thu, 24 Apr 2008) | 1 line Make shortcut container ID based instead of slot based. Fixes items shifting around often causing equipment to be lost. ........ r4181 | peaveydk | 2008-04-25 02:25:59 +0200 (Fri, 25 Apr 2008) | 1 line Document anti-trade function. ........ | |||||
2008-10-27 | add effect handler (by Chuck Miller) | Roderic Morris | 3 | -0/+99 | |
2008-10-26 | fix for last commit | Roderic Morris | 1 | -2/+2 | |
2008-10-26 | fixes for movement | Roderic Morris | 1 | -1/+14 | |
2008-10-24 | Made it so the player will auto face its target | Jared Adams | 1 | -2/+9 | |
Fixed it so the correct direction will be Patch by Chuck Miller | |||||
2008-10-21 | Fixed up some of the postal system stuff for testing it. | David Athay | 3 | -1/+118 | |
2008-10-15 | src/localplayer.cpp | David Athay | 5 | -0/+44 | |
src/net/beinghandler.cpp src/net/protocol.h src/net/gameserver/player.h src/net/gameserver/player.cpp src/net/beinghandler.h ChangeLog tmw.cbp | |||||
2008-10-09 | Merged the movement branch into trunk | Bjørn Lindeijer | 2 | -348/+29 | |
I consider this the only way forward. In my tests this code isn't actually doing worse than what was there before. Of course some cases are a bit broken, and I'm open to any kind of feedback so that we can fix those issues. | |||||
2008-08-13 | Added permission levels to guilds, and operator permissions to channels. | David Athay | 7 | -14/+118 | |
2008-07-24 | Reverted | David Athay | 2 | -0/+4 | |
Alt-Gr fix. Added NPC error messages. | |||||
2008-07-22 | Add permissions to guild members. Alt-Gr fix for Rotonen from 0.0 | David Athay | 2 | -7/+7 | |
2008-07-07 | get rid of channel registering related code | Roderic Morris | 5 | -55/+0 | |
2008-06-25 | handle topic changes and guild events | Roderic Morris | 5 | -17/+66 | |
2008-06-10 | update chat packet defs, get rid of unused functions | Roderic Morris | 3 | -23/+7 | |
2008-06-10 | add commandhandler class and fix / add some commands | Roderic Morris | 2 | -20/+20 | |
2008-06-03 | channel announcements and leave / enter messages, chat code refactoring | Roderic Morris | 4 | -118/+274 | |
2008-05-30 | Fixed handling of announce messages and private messages. Don't cut off the | Bjørn Lindeijer | 1 | -66/+9 | |
last character from pm recipient's name. Got rid of old eAthena code (patch by rodge). | |||||
2008-05-19 | (no commit message) | Philipp Sehmisch | 1 | -0/+2 | |
2008-05-08 | Fixed initialisation in case | David Athay | 1 | -1/+2 | |
2008-05-07 | Made say messages from being ID 0 display as messages from server. | Philipp Sehmisch | 1 | -2/+8 | |
2008-04-28 | Added party invite dialog | David Athay | 3 | -6/+9 | |
2008-04-25 | Generic return values were incomplete client-side. | Yohann Ferreira | 1 | -1/+4 | |
2008-04-25 | Made the Email address change work more nicely with the server. | Yohann Ferreira | 4 | -5/+7 | |
2008-04-25 | Added client-side email address change ability. | Yohann Ferreira | 2 | -2/+32 | |
2008-04-23 | Fixed svn:keywords properties and added header to guild.h. | Bjørn Lindeijer | 6 | -6/+6 | |
2008-04-23 | Fixed headers to be GPL | David Athay | 4 | -82/+64 | |
2008-04-23 | Replaced SHA-256 implementation with the one from InspIRCd. Thanks to Bertram | Bjørn Lindeijer | 2 | -12/+9 | |
for initial modifications. | |||||
2008-04-22 | Added more support for parties | David Athay | 4 | -21/+28 | |
2008-04-21 | Added password encryption client-side using SHA256. | Yohann Ferreira | 3 | -18/+31 | |
2008-04-20 | Since the connection objects might not have been created yet when an exception | Bjørn Lindeijer | 1 | -0/+3 | |
is thrown, check them for 0 before calling disconnect on them. | |||||
2008-04-18 | Made mislogins and misregistrations a little less annoying for the user. | Yohann Ferreira | 1 | -2/+2 | |
2008-04-18 | Made 'Unregister' and 'change password' functionnal, at least client-side. | Yohann Ferreira | 2 | -1/+32 | |
2008-04-18 | Fixed numerous crashes with chat and guild windows using new tabbed area. | David Athay | 2 | -5/+18 | |
2008-04-17 | Added basic party support (no interface to create or quit yet) | David Athay | 6 | -4/+262 | |
2008-04-17 | One file was forgotten while committing the private channels removal. | Yohann Ferreira | 1 | -2/+1 | |
2008-04-16 | Removed private channels | David Athay | 2 | -4/+7 | |
2008-04-16 | Fixed online status so that users are shown as online | David Athay | 1 | -0/+3 | |
2008-04-15 | Added online status of guild members | David Athay | 5 | -2/+45 | |
2008-04-14 | Added new TabbedArea which extends gui::TabbedArea. Changed Guild and | David Athay | 1 | -0/+11 | |
Chat windows to use new TabbedArea. Added private messaging. | |||||
2008-04-03 | Added updating guild member list | David Athay | 2 | -9/+21 | |
2008-04-03 | Took out something that I committed by accident earlier. Sorry for blocking the | Bjørn Lindeijer | 1 | -8/+0 | |
connect, I was just testing... | |||||
2008-04-01 | Fixed up chat and guilds | David Athay | 1 | -1/+5 | |
2008-03-23 | Merged revisions 3828-3829,3831-3838,3841,3843-3844,3847-3872,3874,3876-3900 ↵ | Bjørn Lindeijer | 1 | -3/+12 | |
via svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3828 | crush_tmw | 2007-12-31 17:14:27 +0100 (Mon, 31 Dec 2007) | 1 line Added config options to set the scroll center. Retained scroll offset during map change for smoother map transitions. ........ r3859 | b_lindeijer | 2008-01-26 20:38:43 +0100 (Sat, 26 Jan 2008) | 3 lines Fixed a GCC 4.3 compile error and constified the usage of auto_ptr, since that's the way in which we are using them. ........ r3876 | crush_tmw | 2008-02-11 20:00:43 +0100 (Mon, 11 Feb 2008) | 1 line Added music and overlay to snake dungeon. ........ r3883 | crush_tmw | 2008-02-12 15:00:22 +0100 (Tue, 12 Feb 2008) | 1 line Particle emitters are now activated after the parent particle has moved instead of before (small change which allows a little trick to create polar emitters) ........ r3887 | umperio | 2008-02-12 20:49:37 +0100 (Tue, 12 Feb 2008) | 1 line Made pathfinding not halt on collision destination tile, made moving around with mouse smoother. Added possibility to pass through players with key controls. ........ r3888 | crush_tmw | 2008-02-13 21:49:55 +0100 (Wed, 13 Feb 2008) | 1 line Added new headgears by Black Don (thanks to QOAL for testing and implementation) ........ r3891 | umperio | 2008-02-18 09:52:06 +0100 (Mon, 18 Feb 2008) | 1 line Fixed image name. ........ r3892 | umperio | 2008-02-18 11:00:45 +0100 (Mon, 18 Feb 2008) | 1 line Forgot a %s ........ r3899 | crush_tmw | 2008-02-19 14:23:34 +0100 (Tue, 19 Feb 2008) | 1 line Map fixes at snake dungeon by QOAL ........ r3900 | crush_tmw | 2008-02-19 14:32:24 +0100 (Tue, 19 Feb 2008) | 1 line More map fixes at snake dungeon by QOAL ........ | |||||
2008-03-13 | Synchronized pathfinding algorithmns with those used by the server to avoid ↵ | Philipp Sehmisch | 2 | -9/+4 | |
asynchronisation. | |||||
2008-03-12 | Added ability to quit guilds. | David Athay | 4 | -13/+40 | |
2008-03-09 | Implemented possibility to rotate particle emitters. Implemented ↵ | Philipp Sehmisch | 1 | -2/+7 | |
interpretation of the attacktype parameter of attack messages and visualize monster attacks other than id 1 with a particle effect. Prepared to get attack particle effects and animation types from the monster database. | |||||
2008-03-06 | Fixed rejoining guilds after closing client | David Athay | 2 | -15/+20 | |
2008-03-05 | Fixed guild creation. | David Athay | 1 | -14/+14 | |