Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-04-18 | Limited keyboard walk messages flooding to one message per 1/10 sec. | Yohann Ferreira | 2 | -1/+7 | |
2008-04-18 | Mac now uses Apple key for | David Athay | 2 | -2/+6 | |
emoticons, so alt can be used for alternate characters. Disable vsync on mac. | |||||
2008-04-18 | Added a change password dialog. State code is to be reworked. | Yohann Ferreira | 10 | -67/+341 | |
(Once again, I need feedback. Thanks!) | |||||
2008-04-18 | Fixed numerous crashes with chat and guild windows using new tabbed area. | David Athay | 10 | -68/+150 | |
2008-04-17 | Fixed a crash when clicking on 'Quit Guild' Button. Also disabled the ↵ | Yohann Ferreira | 2 | -3/+15 | |
'Invite user' and 'Quit Guild' buttons when no Guild is created. | |||||
2008-04-17 | Moved walking calls flooding control when dragging mouse to viewport. | Yohann Ferreira | 4 | -33/+24 | |
2008-04-17 | Forgot main.cpp | Yohann Ferreira | 1 | -1/+1 | |
2008-04-17 | Added input type parameter to the LocalPlayer::SetDestination methods in ↵ | Yohann Ferreira | 4 | -14/+34 | |
order to keep control over message flooding to the server with mouse dragging. (I need feedback !) | |||||
2008-04-17 | Added basic party support (no interface to create or quit yet) | David Athay | 9 | -5/+279 | |
2008-04-17 | One file was forgotten while committing the private channels removal. | Yohann Ferreira | 1 | -2/+1 | |
2008-04-17 | Draw NPCs in yellow on minimap and skip drawing of warps. Based on idea by ↵ | Dennis Friis | 1 | -1/+5 | |
leeor_net. | |||||
2008-04-17 | Added smooth progress changes into progressbars. | Yohann Ferreira | 2 | -4/+9 | |
2008-04-17 | fixes for r4110, have to account for index value and add 1 to get the right ↵ | Dennis Friis | 1 | -1/+2 | |
scroll position. | |||||
2008-04-16 | Fix shop list not to scroll to top when selling. Redo of revision 3801 due ↵ | Dennis Friis | 1 | -0/+4 | |
to changes in guichan 0.8.0. | |||||
2008-04-16 | Removed private channels | David Athay | 3 | -5/+8 | |
2008-04-16 | Fixed online status so that users are shown as online | David Athay | 9 | -28/+79 | |
2008-04-16 | Cancel walking to a clicked monster if the target is lost while getting to ↵ | Dennis Friis | 1 | -0/+5 | |
it (killed or otherwise removed). | |||||
2008-04-16 | Also fix potential out of range in BrowserBox::draw when checking for color ↵ | Dennis Friis | 1 | -1/+2 | |
codes. | |||||
2008-04-16 | Fixed compilation warning. | Bjørn Lindeijer | 1 | -2/+2 | |
2008-04-16 | Fix a basic_string::at sometimes being out of range in BrowserBox::draw when ↵ | Dennis Friis | 1 | -2/+1 | |
checking for line separators. | |||||
2008-04-16 | Restored the text wrapping in TextBox, since it was based on overriding a | Bjørn Lindeijer | 5 | -27/+14 | |
method that is no longer virtual in Guichan 0.8.0 (gcn::TextBox::setText()). | |||||
2008-04-15 | Fixed clicking near player. | David Athay | 2 | -2/+1 | |
2008-04-15 | Added online status of guild members | David Athay | 12 | -25/+131 | |
2008-04-14 | Fixed a compilation error using CMake (That won't change the world, but will ↵ | Yohann Ferreira | 1 | -0/+2 | |
save a bit my laziness.) | |||||
2008-04-14 | Added new TabbedArea which extends gui::TabbedArea. Changed Guild and | David Athay | 7 | -60/+216 | |
Chat windows to use new TabbedArea. Added private messaging. | |||||
2008-04-14 | Changed prefix of received whisper messages from "says:" to "whispers:" | Philipp Sehmisch | 1 | -1/+1 | |
2008-04-14 | Tweaked /whisper command to allow quoting of nicks with spaces in them. | Dennis Friis | 1 | -4/+15 | |
2008-04-14 | Fixed multi-channel image dyeing (patch by fate) | Philipp Sehmisch | 1 | -3/+4 | |
2008-04-13 | Merged revisions 3915-3939,3941-3953 via svnmerge from | Bjørn Lindeijer | 1 | -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-12 | Fixed display of item shortcut container. gcn::Widget::setWidth is no longer | Bjørn Lindeijer | 6 | -61/+22 | |
virtual. | |||||
2008-04-11 | Removed the rhombs around the radio buttons. | Yohann Ferreira | 2 | -0/+25 | |
2008-04-11 | Fixed a compilation error using CMake. What? Long Time No See? | Yohann Ferreira | 1 | -0/+2 | |
2008-04-11 | Players now need to | David Athay | 5 | -3/+84 | |
click on the monster sprites rather than the tile. Players will now move to the target before attacking it. | |||||
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... |