summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2008-04-20Added --data parameter to be used to specify where to get the data from whenBjørn Lindeijer1-6/+14
using --skipupdate.
2008-04-20Merged revisions 3962-3983,3985-3999,4001-4021 via svnmerge from Bjørn Lindeijer5-10/+23
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3962 | crush_tmw | 2008-03-09 16:35:00 +0100 (Sun, 09 Mar 2008) | 1 line Applied some patches by peavey related to chatlog and the quit dialog. ........ r3968 | umperio | 2008-03-11 14:56:47 +0100 (Tue, 11 Mar 2008) | 1 line Removed unused image. ........ r3969 | b_lindeijer | 2008-03-11 17:44:20 +0100 (Tue, 11 Mar 2008) | 2 lines Also removed unused image from the files to be installed. ........ r4006 | crush_tmw | 2008-03-26 00:28:05 +0100 (Wed, 26 Mar 2008) | 1 line Initialized some uninitialized variables (patch by peavey). ........ r4008 | b_lindeijer | 2008-03-27 15:51:10 +0100 (Thu, 27 Mar 2008) | 2 lines Applied patch by peavey and added his name to the ChangeLog some more. ........ r4010 | b_lindeijer | 2008-03-30 16:06:14 +0200 (Sun, 30 Mar 2008) | 2 lines Updated configure.ac for tmwdata split (patch by peavey). ........ r4018 | crush_tmw | 2008-04-01 03:02:30 +0200 (Tue, 01 Apr 2008) | 1 line Added makefile for TMXCopy by jaxad. ........ r4019 | crush_tmw | 2008-04-01 03:34:29 +0200 (Tue, 01 Apr 2008) | 1 line compilation fixes suggested by peavey. ........ r4020 | crush_tmw | 2008-04-01 03:37:51 +0200 (Tue, 01 Apr 2008) | 1 line renaming makefile to Makefile ........ r4021 | crush_tmw | 2008-04-01 03:38:35 +0200 (Tue, 01 Apr 2008) | 1 line renaming makefile to Makefile ........
2008-04-19Made the client clean characters information at unlogging to avoid a freeze ↵Yohann Ferreira1-0/+1
when relogging with another account.
2008-04-19Fix a double entry and add missing files.Dennis Friis1-8/+10
2008-04-18Made mislogins and misregistrations a little less annoying for the user.Yohann Ferreira3-9/+18
2008-04-18Made 'Unregister' and 'change password' functionnal, at least client-side.Yohann Ferreira6-5/+58
2008-04-18Limited keyboard walk messages flooding to one message per 1/10 sec.Yohann Ferreira2-1/+7
2008-04-18Added a change password dialog. State code is to be reworked.Yohann Ferreira10-67/+341
(Once again, I need feedback. Thanks!)
2008-04-18Fixed numerous crashes with chat and guild windows using new tabbed area.David Athay10-68/+150
2008-04-17Fixed a crash when clicking on 'Quit Guild' Button. Also disabled the ↵Yohann Ferreira2-3/+15
'Invite user' and 'Quit Guild' buttons when no Guild is created.
2008-04-17Moved walking calls flooding control when dragging mouse to viewport.Yohann Ferreira4-33/+24
2008-04-17Forgot main.cppYohann Ferreira1-1/+1
2008-04-17Added input type parameter to the LocalPlayer::SetDestination methods in ↵Yohann Ferreira4-14/+34
order to keep control over message flooding to the server with mouse dragging. (I need feedback !)
2008-04-17Added basic party support (no interface to create or quit yet)David Athay9-5/+279
2008-04-17One file was forgotten while committing the private channels removal.Yohann Ferreira1-2/+1
2008-04-17Added smooth progress changes into progressbars.Yohann Ferreira2-4/+9
2008-04-16Removed private channelsDavid Athay3-5/+8
2008-04-16Fixed online status so that users are shown as onlineDavid Athay9-28/+79
2008-04-15Added online status of guild membersDavid Athay12-25/+131
2008-04-14Fixed a compilation error using CMake (That won't change the world, but will ↵Yohann Ferreira1-0/+2
save a bit my laziness.)
2008-04-14Added new TabbedArea which extends gui::TabbedArea. Changed Guild and David Athay7-60/+216
Chat windows to use new TabbedArea. Added private messaging.
2008-04-13Merged revisions 3915-3939,3941-3953 via svnmerge from Bjørn Lindeijer1-5/+0
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3915 | crush_tmw | 2008-02-23 18:18:34 +0100 (za, 23 feb 2008) | 1 line Assorted content updates by QOAL. ........ r3920 | crush_tmw | 2008-02-26 02:23:15 +0100 (di, 26 feb 2008) | 1 line Fixed some monster traps on southwest woodland. ........ r3923 | umperio | 2008-02-26 22:35:37 +0100 (di, 26 feb 2008) | 1 line Keep minimap status. Based on a patch by Knivey. ........ r3924 | umperio | 2008-02-26 22:47:07 +0100 (di, 26 feb 2008) | 1 line Added Modanung's mud tileset and applyed to some houses in Tulimshar. ........ r3938 | crush_tmw | 2008-03-02 00:32:44 +0100 (zo, 02 mrt 2008) | 1 line fixed transparency issue. ........ r3952 | umperio | 2008-03-07 10:47:40 +0100 (vr, 07 mrt 2008) | 1 line Added new items by Black Don, new xml definitions by Peavey. ........ r3953 | umperio | 2008-03-07 12:13:20 +0100 (vr, 07 mrt 2008) | 1 line Corrected names. ........
2008-04-11Removed the rhombs around the radio buttons.Yohann Ferreira2-0/+25
2008-04-11Fixed a compilation error using CMake. What? Long Time No See?Yohann Ferreira1-0/+2
2008-04-11Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but becauseBjørn Lindeijer48-587/+174
of quite a bit of GUI differences there were additional changes and probably additional issues. You have been warned. ;) Merged revisions 4045-4049,4051-4059 via svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4045 | b_lindeijer | 2008-04-07 17:23:07 +0200 (Mon, 07 Apr 2008) | 3 lines Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for gcn::TabbedArea usage) ........ r4059 | b_lindeijer | 2008-04-09 16:25:42 +0200 (Wed, 09 Apr 2008) | 2 lines Fixed problem with row height in shop list box. ........
2008-04-10Fixed some compiler warnings and don't try to load particle effects when noBjørn Lindeijer6-28/+34
file is set.
2008-04-08Implemented support for an arbitrary number of map layers. The only layerBjørn Lindeijer8-228/+288
requirement for map layers are now that the fringe layer is called "Fringe" and that the collision layer is called "Collision".
2008-04-07Added support for basing one sprite definition on another by including it.Bjørn Lindeijer2-38/+66
2008-04-07Added XML::Document class which simplifies parsing an XML document andBjørn Lindeijer10-309/+294
automatically cleans it up again.
2008-04-04Spawning a particle effect whenever the client sends a move message to the ↵Philipp Sehmisch1-0/+1
server to visualize the extreme flooding of the server with move message when the user moves with the mouse.
2008-04-03Added updating guild member listDavid Athay2-9/+21
2008-04-03Added patch fromDavid Athay4-4/+8
postalworker bug id=117 to fix cancel connecting to a sick server.
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-03Added right click to invite to guildDavid Athay3-0/+39
2008-04-01removed misspelled filePhilipp Sehmisch1-151/+0
2008-04-01misspelled filenamePhilipp Sehmisch1-0/+151
2008-04-01Made it possible to move the chat windowDavid Athay1-2/+2
2008-04-01Fixed up chat and guildsDavid Athay5-18/+32
2008-03-31updated project fliesPhilipp Sehmisch1-1/+3
2008-03-31Implemented NPC XML database which maps NPC IDs to one or more animation ↵Philipp Sehmisch5-5/+230
files and thus enables animated NPCs.
2008-03-28 UpdatedDavid Athay2-0/+4
project file and added some headers to help compiling on gcc 4.3.
2008-03-23Updated default account server name and added SDL_ttf dependency.Bjørn Lindeijer1-1/+1
2008-03-23Merged revisions 3828-3829,3831-3838,3841,3843-3844,3847-3872,3874,3876-3900 ↵Bjørn Lindeijer12-82/+106
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-23Merged revisions 3823,3825-3826,3829,3831-3839,3841-3842 via svnmerge from Bjørn Lindeijer15-65/+154
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3823 | crush_tmw | 2007-12-28 19:36:58 +0100 (Fri, 28 Dec 2007) | 1 line Added the possibility to assign particle effects to monsters in the monster database. Added flame particle effect to fire goblin as a proof of concept. ........ r3826 | crush_tmw | 2007-12-30 01:02:14 +0100 (Sun, 30 Dec 2007) | 1 line Added a key for targeting the nearest player character based on patches by Trinexx. Some mapping fixes at snake dungeon map. ........ r3839 | the_enemy | 2008-01-13 17:28:50 +0100 (Sun, 13 Jan 2008) | 1 line Fixed non-default location music loading ........ r3842 | crush_tmw | 2008-01-14 11:48:13 +0100 (Mon, 14 Jan 2008) | 1 line ixed an error in Davids last commit (couldn't compile that way). ........
2008-03-17Restored previous project file and fixed a warning along the way.Eugenio Favalli1-8/+8
2008-03-15AAdded pathblocking rules to NPCs.Philipp Sehmisch1-0/+13
2008-03-15Fixed a crash caused by the new blocking system.Philipp Sehmisch1-4/+9
2008-03-13included cassert header and fixed grammar in a comment.Philipp Sehmisch2-2/+3
2008-03-13defined block bitmasks in hex instead of decimal like it is done for the ↵Philipp Sehmisch1-3/+3
walk bitmasks.
2008-03-13Synchronized pathfinding algorithmns with those used by the server to avoid ↵Philipp Sehmisch12-87/+275
asynchronisation.