Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 | |
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections. | |||||
2009-01-20 | Switch the NPC text dialog over to a BrowserBox | Jared Adams | 1 | -12/+14 | |
2009-01-06 | Added support for internationalization | Bjørn Lindeijer | 1 | -2/+4 | |
Merged from the mainline client. Originally implemented by Guillaume Melquiond, starting with commit 1828eee6a6d91fd385ad1e69d93044516493aa91. | |||||
2008-12-07 | Fixed wrapping in some cases, removed draw method | Bjørn Lindeijer | 1 | -15/+8 | |
The 'draw' method was confusingly named, and was actually for updating the GUI after a resize. Its functionality has been merged into 'widgetResized'. The wrapping was broken in the case where text was added to the NPC dialog, cause it was added to an already wrapped string, causing the wrapping to become permanent. Sorry for all the reformatting. Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl> | |||||
2008-12-07 | Made NPC dialogues resizeable. | Ira Rice | 1 | -4/+33 | |
(cherry picked from Aethyra commit 81299ca9acc39dec62e1e504781721ad0db0d471) Conflicts: src/gui/inventorywindow.cpp src/gui/npc_text.cpp | |||||
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
2008-04-16 | Restored the text wrapping in TextBox, since it was based on overriding a | Bjørn Lindeijer | 1 | -4/+4 | |
method that is no longer virtual in Guichan 0.8.0 (gcn::TextBox::setText()). | |||||
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -2/+2 | |
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -1/+1 | |
from the 0.1.0 branch. | |||||
2006-03-09 | Made the Button ctor accept eventId and action listener. | Björn Steinbrink | 1 | -4/+1 | |
2006-02-01 | Simplified button creation code in some windows. Fixed a bug where the game ↵ | Björn Steinbrink | 1 | -1/+2 | |
crashes if there's a message dialog from a npc that no longer exists. Reverted properties to private. | |||||
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -13/+10 | |
2005-10-20 | Added garbage collection to the ScrollArea class. Fixed slider not being ↵ | Björn Steinbrink | 1 | -5/+0 | |
updated in the item amount box when the buttons are used. | |||||
2005-10-18 | Added automatic widget cleanup to the window class. | Björn Steinbrink | 1 | -2/+0 | |
2005-10-16 | Rename {read,write}{Byte,Short,Long} to {read,write}Int{8,16,32}. | Björn Steinbrink | 1 | -2/+2 | |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -6/+9 | |
hook themselves into the map on construction. The improved fringe layer is working as expected now. * Made sure TMW compiles without warnings even when using "-Wconversion -Wshadow -Wcast-qual -Wwrite-strings -ansi -pedantic", lots of cleanups. * Added two new small tilesets that contain the desert tiles that are twice and three times the height of a normal tile. One well in new_3-1 has been converted to use the new double tiles for testing purposes. | |||||
2005-09-19 | Got rid of writeSet() calls. | Eugenio Favalli | 1 | -2/+0 | |
2005-09-17 | Completed transition to use MessageOut. | Eugenio Favalli | 1 | -2/+8 | |
2005-09-13 | Merged with SDL_NET_TEST branch. | Björn Steinbrink | 1 | -8/+10 | |
2005-06-05 | Implemented wrapping for textbox (still could use a small fix) and made death | Bjørn Lindeijer | 1 | -23/+6 | |
notice dialog release modal focus immediately. | |||||
2005-05-05 | Added text wrapping to NPC dialog. | Aaron Marks | 1 | -3/+22 | |
2005-03-20 | TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore! | Bjørn Lindeijer | 1 | -1/+1 | |
Also fixed a crash on clicking wallpaper in login phase. | |||||
2005-03-03 | Separated graphic/graphic.cpp into graphics.cpp and engine.cpp. | Bjørn Lindeijer | 1 | -0/+1 | |
2005-02-23 | Committed patch by Mra, which fixes multiple NPCs talks in one window and | Bjørn Lindeijer | 1 | -0/+1 | |
moves the action listener used with BuySellDialog into that class. | |||||
2005-01-08 | Well improved window container and window widgets a bit, and made a start | Bjørn Lindeijer | 1 | -2/+2 | |
on support for modal dialogs. Still some issues to work out. Tell me if you experience something unsettling. | |||||
2005-01-05 | Removed bugging cancel button from npc dialog and fixed npc sprites. | Bjørn Lindeijer | 1 | -2/+5 | |
2004-12-30 | Subclassed ListBox and TextBox for a little better visual appearance. | Bjørn Lindeijer | 1 | -1/+2 | |
2004-12-29 | Ported the npc text dialog and some other small updates. | Bjørn Lindeijer | 1 | -0/+75 | |