Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-04-11 | Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but because | Bjørn Lindeijer | 48 | -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-10 | I guess I messed this up a bit. | Bjørn Lindeijer | 1 | -1/+1 | |
2008-04-10 | Fixed some compiler warnings and don't try to load particle effects when no | Bjørn Lindeijer | 6 | -28/+34 | |
file is set. | |||||
2008-04-10 | Fixed compile warning. | Bjørn Lindeijer | 1 | -1/+1 | |
2008-04-10 | Implemented support for whispering to other players (patch by peavey). | Bjørn Lindeijer | 4 | -5/+64 | |
2008-04-10 | (no commit message) | Philipp Sehmisch | 1 | -3/+4 | |
2008-04-09 | Re-enabled non-functional item shortcut window, planned to be fixed for 0.0.25 | Bjørn Lindeijer | 7 | -25/+35 | |
(reverted change 3811). Somehow seems it's not drawing anything, not sure why. | |||||
2008-04-09 | Fixed problem with row height in shop list box. | Bjørn Lindeijer | 2 | -30/+6 | |
2008-04-08 | Implemented support for an arbitrary number of map layers. The only layer | Bjørn Lindeijer | 8 | -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-07 | Merged changes made for the 0.0.24.1 release (4046:4048 from 0.0.24 branch). | Bjørn Lindeijer | 2 | -5/+7 | |
2008-04-07 | Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for | Bjørn Lindeijer | 42 | -522/+150 | |
gcn::TabbedArea usage) | |||||
2008-04-07 | Added support for basing one sprite definition on another by including it. | Bjørn Lindeijer | 2 | -38/+66 | |
2008-04-07 | Added XML::Document class which simplifies parsing an XML document and | Bjørn Lindeijer | 10 | -309/+294 | |
automatically cleans it up again. | |||||
2008-04-04 | Spawning a particle effect whenever the client sends a move message to the ↵ | Philipp Sehmisch | 1 | -0/+1 | |
server to visualize the extreme flooding of the server with move message when the user moves with the mouse. | |||||
2008-04-03 | Added updating guild member list | David Athay | 2 | -9/+21 | |
2008-04-03 | Added patch from | David Athay | 4 | -4/+8 | |
postalworker bug id=117 to fix cancel connecting to a sick server. | |||||
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-03 | Tweaked disconnect dialog to fix crash bug id=250 | David Athay | 1 | -2/+2 | |
2008-04-03 | Added right click to invite to guild | David Athay | 3 | -0/+39 | |
2008-04-01 | removed misspelled file | Philipp Sehmisch | 1 | -151/+0 | |
2008-04-01 | misspelled filename | Philipp Sehmisch | 1 | -0/+151 | |
2008-04-01 | Made it possible to move the chat window | David Athay | 1 | -2/+2 | |
2008-04-01 | Fixed up chat and guilds | David Athay | 5 | -18/+32 | |
2008-03-31 | updated project flies | Philipp Sehmisch | 1 | -1/+3 | |
2008-03-31 | Implemented NPC XML database which maps NPC IDs to one or more animation ↵ | Philipp Sehmisch | 5 | -5/+230 | |
files and thus enables animated NPCs. | |||||
2008-03-28 | Updated | David Athay | 2 | -0/+4 | |
project file and added some headers to help compiling on gcc 4.3. | |||||
2008-03-27 | Applied patch by peavey and added his name to the ChangeLog some more. | Bjørn Lindeijer | 3 | -4/+6 | |
2008-03-25 | Initialized some uninitialized variables (patch by peavey). | Philipp Sehmisch | 2 | -5/+6 | |
2008-03-23 | Updated default account server name and added SDL_ttf dependency. | Bjørn Lindeijer | 1 | -1/+1 | |
2008-03-23 | Merged revisions 3828-3829,3831-3838,3841,3843-3844,3847-3872,3874,3876-3900 ↵ | Bjørn Lindeijer | 12 | -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-23 | Removed unnecessary forwarding method. | Bjørn Lindeijer | 4 | -11/+6 | |
2008-03-23 | Merged revisions 3823,3825-3826,3829,3831-3839,3841-3842 via svnmerge from | Bjørn Lindeijer | 15 | -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-17 | Restored previous project file and fixed a warning along the way. | Eugenio Favalli | 1 | -8/+8 | |
2008-03-15 | AAdded pathblocking rules to NPCs. | Philipp Sehmisch | 1 | -0/+13 | |
2008-03-15 | Fixed a crash caused by the new blocking system. | Philipp Sehmisch | 1 | -4/+9 | |
2008-03-13 | included cassert header and fixed grammar in a comment. | Philipp Sehmisch | 2 | -2/+3 | |
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 | Synchronized pathfinding algorithmns with those used by the server to avoid ↵ | Philipp Sehmisch | 12 | -87/+275 | |
asynchronisation. | |||||
2008-03-12 | Added ability to quit guilds. | David Athay | 6 | -34/+102 | |
2008-03-09 | Actions and particle effect for monster attacks are now obtained from the ↵ | Philipp Sehmisch | 5 | -18/+98 | |
monster database. Added new tail attack animation to scorpion monster sprite. | |||||
2008-03-09 | Implemented possibility to rotate particle emitters. Implemented ↵ | Philipp Sehmisch | 12 | -17/+86 | |
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-09 | Applied some patches by peavey related to chatlog and the quit dialog. | Philipp Sehmisch | 3 | -7/+21 | |
2008-03-06 | Fixed rejoining guilds after closing client | David Athay | 2 | -15/+20 | |
2008-03-05 | Fixed guild creation. | David Athay | 6 | -103/+97 | |
2008-03-05 | Fixed typing in guild dialogs | David Athay | 2 | -43/+37 | |
2008-03-04 | Accepted patch by roderic to fix building/installing with CMake. | Bjørn Lindeijer | 1 | -0/+12 | |
2008-03-04 | Added HP regeneration and new death messages. | Philipp Sehmisch | 2 | -8/+12 | |
2008-03-03 | Skill gui beautifications by roderic. | Philipp Sehmisch | 3 | -54/+140 | |
2008-03-01 | Replaced the basic guichan text field class with our derivate class. | Philipp Sehmisch | 2 | -13/+15 | |
2008-02-28 | Fixed chat input stealing focus from quitDialog | Mateusz Kaduk | 1 | -0/+4 | |