summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-04-14Fixed a compilation error using CMake (That won't change the world, but will ↵Yohann Ferreira2-0/+8
save a bit my laziness.)
2008-04-14Added new TabbedArea which extends gui::TabbedArea. Changed Guild and David Athay8-60/+224
Chat windows to use new TabbedArea. Added private messaging.
2008-04-14Changed prefix of received whisper messages from "says:" to "whispers:"Philipp Sehmisch2-1/+3
2008-04-14Tweaked /whisper command to allow quoting of nicks with spaces in them.Dennis Friis2-4/+20
2008-04-14Fixed multi-channel image dyeing (patch by fate)Philipp Sehmisch2-3/+8
2008-04-13Merged revisions 3915-3939,3941-3953 via svnmerge from Bjørn Lindeijer2-13/+53
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-12Fixed display of item shortcut container. gcn::Widget::setWidth is no longerBjørn Lindeijer7-61/+29
virtual.
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 Ferreira2-0/+6
2008-04-11 Players now need toDavid Athay7-277/+394
click on the monster sprites rather than the tile. Players will now move to the target before attacking it.
2008-04-11Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but becauseBjørn Lindeijer51-588/+213
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-10I guess I messed this up a bit.Bjørn Lindeijer1-1/+1
2008-04-10Fixed some compiler warnings and don't try to load particle effects when noBjørn Lindeijer7-28/+41
file is set.
2008-04-10Fixed compile warning.Bjørn Lindeijer1-1/+1
2008-04-10Implemented support for whispering to other players (patch by peavey).Bjørn Lindeijer5-5/+70
2008-04-10(no commit message)Philipp Sehmisch2-3/+8
2008-04-09Re-enabled non-functional item shortcut window, planned to be fixed for 0.0.25Bjørn Lindeijer8-25/+39
(reverted change 3811). Somehow seems it's not drawing anything, not sure why.
2008-04-09Fixed problem with row height in shop list box.Bjørn Lindeijer3-30/+11
2008-04-08Implemented support for an arbitrary number of map layers. The only layerBjørn Lindeijer9-228/+298
requirement for map layers are now that the fringe layer is called "Fringe" and that the collision layer is called "Collision".
2008-04-07Merged changes made for the 0.0.24.1 release (4046:4048 from 0.0.24 branch).Bjørn Lindeijer9-24/+46
2008-04-07Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except forBjørn Lindeijer45-529/+190
gcn::TabbedArea usage)
2008-04-07Added support for basing one sprite definition on another by including it.Bjørn Lindeijer3-38/+69
2008-04-07Added XML::Document class which simplifies parsing an XML document andBjørn Lindeijer11-309/+303
automatically cleans it up again.
2008-04-04Spawning a particle effect whenever the client sends a move message to the ↵Philipp Sehmisch2-0/+7
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 Athay3-9/+23
2008-04-03Added patch fromDavid Athay5-5/+12
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-03Tweaked disconnect dialog to fix crash bug id=250David Athay2-2/+6
2008-04-03Added right click to invite to guildDavid Athay5-4/+45
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 Athay2-3/+3
2008-04-01Fixed up chat and guildsDavid Athay6-18/+39
2008-04-01forgot to commit the xml filePhilipp Sehmisch0-0/+0
2008-04-01renaming makefile to MakefilePhilipp Sehmisch1-0/+18
2008-04-01renaming makefile to MakefilePhilipp Sehmisch1-18/+0
2008-04-01compilation fixes suggested by peavey.Philipp Sehmisch2-1/+2
2008-04-01Added makefile for TMXCopy by jaxad.Philipp Sehmisch1-0/+18
2008-04-01forgot to mention the name of the person who provided the new animated npc ↵Philipp Sehmisch1-2/+2
graphics
2008-03-31updated project fliesPhilipp Sehmisch3-4/+10
2008-03-31forgot changelogPhilipp Sehmisch1-0/+13
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-30Updated configure.ac for tmwdata split (patch by peavey).Bjørn Lindeijer2-2/+4
2008-03-28 UpdatedDavid Athay4-322/+700
project file and added some headers to help compiling on gcc 4.3.
2008-03-27Applied patch by peavey and added his name to the ChangeLog some more.Bjørn Lindeijer4-13/+18
2008-03-25Initialized some uninitialized variables (patch by peavey).Philipp Sehmisch3-5/+11
2008-03-23Blocked revisions 3614,3622,3689,3746,3811,3940,3984,4000 via svnmergeBjørn Lindeijer0-0/+0
................ r3614 | crush_tmw | 2007-10-01 20:54:27 +0200 (Mon, 01 Oct 2007) | 1 line Added support for different hairstyles for male and female characters. Female hairstyles are copies of the male ones until the real female hairstyles are finished. ................ r3622 | crush_tmw | 2007-10-18 13:59:43 +0200 (Thu, 18 Oct 2007) | 1 line ................ r3689 | b_lindeijer | 2007-10-26 11:22:50 +0200 (Fri, 26 Oct 2007) | 12 lines Blocked revisions 3670,3685 via svnmerge ........ r3670 | b_lindeijer | 2007-10-22 19:39:00 +0200 (Mon, 22 Oct 2007) | 2 lines Some insignificant small changes. ........ r3685 | b_lindeijer | 2007-10-25 18:02:43 +0200 (Thu, 25 Oct 2007) | 2 lines I'll try not to forget the timestamps next time. ........ ................ r3746 | b_lindeijer | 2007-11-18 20:36:21 +0100 (Sun, 18 Nov 2007) | 49 lines Blocked revisions 3683,3712,3719-3720,3723-3724,3732-3734,3736-3737 via svnmerge ........ r3683 | b_lindeijer | 2007-10-25 17:02:09 +0200 (Thu, 25 Oct 2007) | 3 lines Blocked revisions 3587-3588,3606,3628,3633,3675-3676,3681 via svnmerge (the merges from trunk to 0.0 and the svnmerge commit on 0.0) ........ r3712 | b_lindeijer | 2007-11-08 09:03:52 +0100 (Thu, 08 Nov 2007) | 2 lines Fixed different line endings in the same file. ........ r3719 | umperio | 2007-11-13 21:47:47 +0100 (Tue, 13 Nov 2007) | 1 line Started porting warps to the new server, updated project file. ........ r3720 | gmelquio | 2007-11-13 22:11:04 +0100 (Tue, 13 Nov 2007) | 1 line Removed merge duplicate. ........ r3723 | umperio | 2007-11-13 22:50:09 +0100 (Tue, 13 Nov 2007) | 1 line Fixed object type and added npcs. ........ r3724 | umperio | 2007-11-13 23:14:20 +0100 (Tue, 13 Nov 2007) | 1 line Fixed shop on map 1 and added npcs on map 2. ........ r3732 | umperio | 2007-11-15 20:33:34 +0100 (Thu, 15 Nov 2007) | 1 line Added npc. ........ r3733 | umperio | 2007-11-15 21:47:45 +0100 (Thu, 15 Nov 2007) | 1 line Added npcs. ........ r3734 | umperio | 2007-11-15 22:27:57 +0100 (Thu, 15 Nov 2007) | 1 line Added monsters on map 5 and some fixes, added npcs to map 6. ........ r3736 | gmelquio | 2007-11-15 22:48:33 +0100 (Thu, 15 Nov 2007) | 1 line Removed dead code and fixed quest name. Removed redundant message. ........ r3737 | gmelquio | 2007-11-15 23:09:19 +0100 (Thu, 15 Nov 2007) | 1 line Temporarily disabled update loading. ........ ................ r3811 | b_lindeijer | 2007-12-24 13:48:40 +0100 (Mon, 24 Dec 2007) | 2 lines Disabled non-functional item shortcut window. ................ r3940 | umperio | 2008-03-02 21:04:11 +0100 (Sun, 02 Mar 2008) | 1 line Upgraded project file to latest C::B release. ................ r3984 | umperio | 2008-03-16 18:19:51 +0100 (Sun, 16 Mar 2008) | 1 line Updated Dev-C++ project file. Patch by peavey. ................ r4000 | b_lindeijer | 2008-03-23 12:47:52 +0100 (Sun, 23 Mar 2008) | 2 lines Removed unnecessary forwarding method. ................
2008-03-23Updated default account server name and added SDL_ttf dependency.Bjørn Lindeijer3-1/+7
2008-03-23Merged revisions 3828-3829,3831-3838,3841,3843-3844,3847-3872,3874,3876-3900 ↵Bjørn Lindeijer13-85/+146
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-23Removed unnecessary forwarding method.Bjørn Lindeijer5-11/+11