Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -7/+8 | |
2006-08-24 | Added support for sticky windows as discussed with doener. Patch by AHarrison | Eugenio Favalli | 1 | -1/+1 | |
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -14/+13 | |
from the 0.1.0 branch. | |||||
2006-08-07 | A bunch of cleanups. | Björn Steinbrink | 1 | -46/+35 | |
2006-03-18 | Use the window container instead of the graphics class to calculate window ↵ | Björn Steinbrink | 1 | -4/+2 | |
positions. | |||||
2006-03-16 | A bunch of cosmetic changes. | Björn Steinbrink | 1 | -7/+5 | |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -49/+49 | |
2006-02-24 | Another bunch of cosmetic cleanups, ie mostly typedefs... | Björn Steinbrink | 1 | -13/+13 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -6/+7 | |
2006-01-03 | Enabled some /commands. | Eugenio Favalli | 1 | -12/+42 | |
2006-01-03 | Really disabled /commands and added proper message when logging in and banned. | Eugenio Favalli | 1 | -18/+12 | |
2005-12-30 | Applied pcloud's patch that enhances chat window functionality while hidden. | Bjørn Lindeijer | 1 | -21/+62 | |
2005-10-20 | Added garbage collection to the ScrollArea class. Fixed slider not being ↵ | Björn Steinbrink | 1 | -2/+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 | -11/+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-10-04 | Fixed the chat window scrolling bug. | Yohann Ferreira | 1 | -2/+12 | |
2005-09-30 | Fixed paths for windows users | Matthias Hartmann | 1 | -1/+1 | |
2005-09-29 | Improved a lot windows reset to default size and pos. Also corrected a few ↵ | Yohann Ferreira | 1 | -1/+5 | |
the default win position. And moved the setposition from game to each win, to clarify the code. | |||||
2005-09-28 | Save and load X, Y, Height, and Width to useful wins. | Yohann Ferreira | 1 | -1/+1 | |
2005-09-28 | Added window internal name to every window. Useful to later get and save X, ↵ | Yohann Ferreira | 1 | -0/+1 | |
Y, Height, and Width of these wins. | |||||
2005-09-23 | Merged most of the changes in biggeruniverse's second memory cleanup patch. | Bjørn Lindeijer | 1 | -2/+4 | |
2005-09-21 | Show time of the messages in the chat window. | Andrej Sinicyn | 1 | -1/+17 | |
2005-09-19 | Got rid of writeSet() calls. | Eugenio Favalli | 1 | -2/+0 | |
2005-09-17 | Completed transition to use MessageOut. | Eugenio Favalli | 1 | -9/+11 | |
2005-09-13 | Merged with SDL_NET_TEST branch. | Björn Steinbrink | 1 | -5/+5 | |
2005-08-28 | Prepare our source so that it'll survive a guichan header cleanup, should it ↵ | Björn Steinbrink | 1 | -0/+1 | |
ever happen... | |||||
2005-08-14 | Removed guiGraphics global pointer and removed dependencies on gui.h in some ↵ | Björn Steinbrink | 1 | -3/+3 | |
places. | |||||
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -4/+5 | |
2005-07-13 | * Committing some cleanups by Doener | Bjørn Lindeijer | 1 | -7/+1 | |
* Fixed some compiler warnings * Restored a USE_OPENGL check around OpenGL headers * Fixed error about FALSE not being defined * Fixed issue with font to become speechFont when the latter is not installed | |||||
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -2/+3 | |
2005-07-03 | Fix bug in showing links and user defined colors in chat box | José Ávila | 1 | -0/+1 | |
2005-06-30 | Improved buddylist, added talk | Mateusz Kaduk | 1 | -0/+6 | |
2005-06-17 | new BrowserBox widget with colors/links support | José Ávila | 1 | -96/+74 | |
2005-06-05 | Implemented wrapping for textbox (still could use a small fix) and made death | Bjørn Lindeijer | 1 | -68/+6 | |
notice dialog release modal focus immediately. | |||||
2005-05-18 | Upgrade to Guichan 0.4.0, TMW can no longer compile, link or run against 0.3.0. | Bjørn Lindeijer | 1 | -1/+0 | |
2005-05-02 | Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix. | Bjørn Lindeijer | 1 | -3/+3 | |
2005-05-01 | Chat input now hides when not focussed, and doesn't allow player be controlled | Bjørn Lindeijer | 1 | -2/+6 | |
by keyboard when it is. | |||||
2005-04-30 | Some fixes to player control, also attempting to solve long walk path problem. | Bjørn Lindeijer | 1 | -0/+8 | |
2005-04-30 | Updated change log and made little fix. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-04-29 | Chat command history should now be functional. Player movement will still need | Bjørn Lindeijer | 1 | -77/+24 | |
to be stopped while chat box is focussed for it to work nicely though. | |||||
2005-04-29 | *** empty log message *** | Bjørn Lindeijer | 1 | -72/+76 | |
2005-04-28 | First step to chat history | Mateusz Kaduk | 1 | -0/+78 | |
2005-04-26 | Hair style fix and text wrap fix. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-04-26 | Corrections to scrolling chat modifications by Usiu. | Bjørn Lindeijer | 1 | -40/+29 | |
2005-04-26 | Added scrolling to chat but setText() works strangly and because of draw() I ↵ | Mateusz Kaduk | 1 | -14/+32 | |
get message looping | |||||
2005-04-26 | Changed keyboard control to integrate better with mouse walk, changed location | Bjørn Lindeijer | 1 | -7/+7 | |
of packet.list and chatlog.txt and removed name from player chat "balloon". | |||||
2005-04-24 | Fixed long nicknames to be clipped to name area, and cleaned up change log. | Bjørn Lindeijer | 1 | -5/+20 | |
2005-04-24 | This should disable ban when using /commands | Eugenio Favalli | 1 | -2/+4 | |
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. |