summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Collapse)AuthorFilesLines
2008-10-09Merged the movement branch into trunkBjørn Lindeijer2-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-13Added permission levels to guilds, and operator permissions to channels.David Athay7-14/+118
2008-07-24Reverted David Athay2-0/+4
Alt-Gr fix. Added NPC error messages.
2008-07-22Add permissions to guild members. Alt-Gr fix for Rotonen from 0.0David Athay2-7/+7
2008-07-07get rid of channel registering related codeRoderic Morris5-55/+0
2008-06-25handle topic changes and guild eventsRoderic Morris5-17/+66
2008-06-10update chat packet defs, get rid of unused functionsRoderic Morris3-23/+7
2008-06-10add commandhandler class and fix / add some commandsRoderic Morris2-20/+20
2008-06-03channel announcements and leave / enter messages, chat code refactoringRoderic Morris4-118/+274
2008-05-30Fixed handling of announce messages and private messages. Don't cut off theBjørn Lindeijer1-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 Sehmisch1-0/+2
2008-05-08Fixed initialisation in caseDavid Athay1-1/+2
2008-05-07Made say messages from being ID 0 display as messages from server.Philipp Sehmisch1-2/+8
2008-04-28Added party invite dialogDavid Athay3-6/+9
2008-04-25Generic return values were incomplete client-side.Yohann Ferreira1-1/+4
2008-04-25Made the Email address change work more nicely with the server.Yohann Ferreira4-5/+7
2008-04-25Added client-side email address change ability.Yohann Ferreira2-2/+32
2008-04-23Fixed svn:keywords properties and added header to guild.h.Bjørn Lindeijer6-6/+6
2008-04-23Fixed headers to be GPLDavid Athay4-82/+64
2008-04-23Replaced SHA-256 implementation with the one from InspIRCd. Thanks to BertramBjørn Lindeijer2-12/+9
for initial modifications.
2008-04-22Added more support for partiesDavid Athay4-21/+28
2008-04-21Added password encryption client-side using SHA256.Yohann Ferreira3-18/+31
2008-04-20Since the connection objects might not have been created yet when an exceptionBjørn Lindeijer1-0/+3
is thrown, check them for 0 before calling disconnect on them.
2008-04-18Made mislogins and misregistrations a little less annoying for the user.Yohann Ferreira1-2/+2
2008-04-18Made 'Unregister' and 'change password' functionnal, at least client-side.Yohann Ferreira2-1/+32
2008-04-18Fixed numerous crashes with chat and guild windows using new tabbed area.David Athay2-5/+18
2008-04-17Added basic party support (no interface to create or quit yet)David Athay6-4/+262
2008-04-17One file was forgotten while committing the private channels removal.Yohann Ferreira1-2/+1
2008-04-16Removed private channelsDavid Athay2-4/+7
2008-04-16Fixed online status so that users are shown as onlineDavid Athay1-0/+3
2008-04-15Added online status of guild membersDavid Athay5-2/+45
2008-04-14Added new TabbedArea which extends gui::TabbedArea. Changed Guild and David Athay1-0/+11
Chat windows to use new TabbedArea. Added private messaging.
2008-04-03Added updating guild member listDavid Athay2-9/+21
2008-04-03Took out something that I committed by accident earlier. Sorry for blocking theBjørn Lindeijer1-8/+0
connect, I was just testing...
2008-04-01Fixed up chat and guildsDavid Athay1-1/+5
2008-03-23Merged revisions 3828-3829,3831-3838,3841,3843-3844,3847-3872,3874,3876-3900 ↵Bjørn Lindeijer1-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-13Synchronized pathfinding algorithmns with those used by the server to avoid ↵Philipp Sehmisch2-9/+4
asynchronisation.
2008-03-12Added ability to quit guilds.David Athay4-13/+40
2008-03-09Implemented possibility to rotate particle emitters. Implemented ↵Philipp Sehmisch1-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-06Fixed rejoining guilds after closing clientDavid Athay2-15/+20
2008-03-05Fixed guild creation.David Athay1-14/+14
2008-03-04Added HP regeneration and new death messages.Philipp Sehmisch1-1/+4
2008-02-28Temporary fix for GUILD protocol support, fixed makefile. Also please do not ↵Mateusz Kaduk1-1/+3
double source file names - rename it.
2008-02-28Work in Progress commit of guilds.David Athay5-11/+364
2008-02-27made the string " Press OK to respawn." translateable.Philipp Sehmisch1-1/+1
2008-02-27Implemented provisorical player respawn.Philipp Sehmisch4-1/+52
2008-02-24Fixed a bug which caused an incorrect display of character correction points ↵Philipp Sehmisch1-1/+1
in some situations.
2008-02-22 Handling gender with an enum everywhere.Philipp Sehmisch2-2/+2
2008-02-20Merged revisions 3790,3799,3801-3807,3809-3810,3812-3813,3815-3816,3818-3821 ↵Bjørn Lindeijer1-0/+1
via svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3790 | b_lindeijer | 2007-12-18 14:54:17 +0100 (Tue, 18 Dec 2007) | 3 lines Remember to delete the progressbar and label also when the game was not started. ........ r3801 | b_lindeijer | 2007-12-21 12:56:23 +0100 (Fri, 21 Dec 2007) | 2 lines Fixed shop list box not to scroll up when the selection is removed. ........ r3802 | b_lindeijer | 2007-12-21 13:37:17 +0100 (Fri, 21 Dec 2007) | 2 lines Added logging of error on PHYSFS_addToSearchPath. ........ r3803 | b_lindeijer | 2007-12-21 15:56:38 +0100 (Fri, 21 Dec 2007) | 3 lines Fixed inventory size not matching the size assumed by eAthena and related memory corruption and increased default chat log length. ........ r3804 | the_enemy | 2007-12-21 16:07:20 +0100 (Fri, 21 Dec 2007) | 1 line Attempted to fix client freeze when unable to connect to update host, and added exit dialog ........ r3805 | b_lindeijer | 2007-12-22 16:24:14 +0100 (Sat, 22 Dec 2007) | 2 lines Updated version to 0.0.24. Release data set to tomorrow, we'll see. ........ r3806 | b_lindeijer | 2007-12-22 21:42:35 +0100 (Sat, 22 Dec 2007) | 2 lines Make sure chat messages are also trimmed for the local player. ........ r3809 | crush_tmw | 2007-12-23 03:16:53 +0100 (Sun, 23 Dec 2007) | 1 line Particle images are now reference-counted properly. Avoided attempts to load "data/graphics/" when a monster or equipment piece has no sprite. Error placeholder is now used when attempting to load a sprite definition file that doesn't exist. ........ r3810 | b_lindeijer | 2007-12-24 02:20:42 +0100 (Mon, 24 Dec 2007) | 2 lines Updated release date. ........ r3812 | the_enemy | 2007-12-24 15:16:15 +0100 (Mon, 24 Dec 2007) | 1 line Minor update, fixed disconnection dialog ........ r3813 | b_lindeijer | 2007-12-24 15:45:34 +0100 (Mon, 24 Dec 2007) | 2 lines Fixed compile warning. ........ r3816 | b_lindeijer | 2007-12-25 13:31:21 +0100 (Tue, 25 Dec 2007) | 2 lines Fixed year. :) ........ r3818 | b_lindeijer | 2007-12-25 23:11:55 +0100 (Tue, 25 Dec 2007) | 2 lines Updated CMake file. ........ r3821 | b_lindeijer | 2007-12-26 19:06:15 +0100 (Wed, 26 Dec 2007) | 2 lines Fixed year in README too. ........
2008-02-18Merged revisions 3762-3772,3776-3782 via svnmerge from Bjørn Lindeijer2-14/+22
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3762 | crush_tmw | 2007-12-04 00:25:25 +0100 (Tue, 04 Dec 2007) | 1 line Added/renamed some headgears for the christmas event. ........ r3763 | crush_tmw | 2007-12-04 14:51:20 +0100 (Tue, 04 Dec 2007) | 1 line tophead -> tophat ........ r3764 | b_lindeijer | 2007-12-05 21:20:25 +0100 (Wed, 05 Dec 2007) | 3 lines Fix drawing of very high fringe tiles by keeping track of the maximum tile height. ........ r3765 | crush_tmw | 2007-12-07 01:50:15 +0100 (Fri, 07 Dec 2007) | 1 line Added a new drop item for the christmas event. ........ r3768 | crush_tmw | 2007-12-09 20:45:53 +0100 (Sun, 09 Dec 2007) | 1 line New versions of funky hat and elf hat by QOAL. ........ r3769 | crush_tmw | 2007-12-10 03:22:59 +0100 (Mon, 10 Dec 2007) | 1 line Simplified player subsprite handling by treating equipment, hairstyle and base sprites alike. Implementing female hairstyles is now a purely content-sided task. ........ r3770 | crush_tmw | 2007-12-10 03:50:15 +0100 (Mon, 10 Dec 2007) | 1 line Added an option to show log messages in the chat console. ........ r3771 | crush_tmw | 2007-12-10 17:12:56 +0100 (Mon, 10 Dec 2007) | 1 line Implemented female hairstyles. ........ r3772 | b_lindeijer | 2007-12-10 21:42:11 +0100 (Mon, 10 Dec 2007) | 2 lines Include cassert header. ........ r3777 | crush_tmw | 2007-12-14 18:33:45 +0100 (Fri, 14 Dec 2007) | 1 line Fixed some errors with the filenames of the new items (unrelated to my eAthena problems). ........ r3778 | crush_tmw | 2007-12-14 19:21:39 +0100 (Fri, 14 Dec 2007) | 1 line fixed some more screwups with the new items. ........ r3780 | crush_tmw | 2007-12-14 19:40:12 +0100 (Fri, 14 Dec 2007) | 1 line Put new items in equipment.xml for backward compatibility with the last client release. ........ r3782 | b_lindeijer | 2007-12-17 16:59:04 +0100 (Mon, 17 Dec 2007) | 2 lines Fixed the item tags. ........