Age | Commit message (Expand) | Author | Files | Lines |
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 | 1 | -4/+12 |
2008-02-18 | Merged revisions 3762-3772,3776-3782 via svnmerge from | Bjørn Lindeijer | 1 | -0/+3 |
2008-02-12 | Merged revisions 3687-3688,3690 via svnmerge from | Bjørn Lindeijer | 1 | -8/+2 |
2007-11-14 | Fixed up and down arrows in chat box. | Guillaume Melquiond | 1 | -5/+5 |
2007-10-27 | Made it compile with GCC 4.3 | Guillaume Melquiond | 1 | -2/+3 |
2007-09-21 | Fixed resizing of chat window. | Guillaume Melquiond | 1 | -1/+1 |
2007-09-19 | Merged 0.0 changes from revision 3362 to 3580 to trunk. | Bjørn Lindeijer | 1 | -3/+7 |
2007-08-27 | Added "/admin" chat command for sending raw messages to the game server. | Guillaume Melquiond | 1 | -43/+40 |
2007-08-07 | Fixed my breakage of persistent window dimensions. Cleaned a few things along... | Guillaume Melquiond | 1 | -3/+3 |
2007-06-04 | Merged 0.0 changes from revision 3234 to 3317 to trunk. | Bjørn Lindeijer | 1 | -2/+2 |
2007-02-27 | Implementation of chat channels by Trapdoor. | Philipp Sehmisch | 1 | -21/+164 |
2007-01-14 | Merged 0.0 changes from revision 2988 to 3035 to trunk. | Bjørn Lindeijer | 1 | -7/+8 |
2006-11-02 | Network layer refactoring. | Björn Steinbrink | 1 | -9/+8 |
2006-08-28 | Merged trunk development between revisions 2530 and 2618 to the 0.1.0 branch. | Bjørn Lindeijer | 1 | -1/+1 |
2006-08-26 | Got rid of the default MessageOut constructor, since all messages should have | Bjørn Lindeijer | 1 | -6/+3 |
2006-08-26 | Made the Network class a purely static interface, as there is only one instance. | Guillaume Melquiond | 1 | -3/+2 |
2006-08-26 | Implemented "say around" chat. | Guillaume Melquiond | 1 | -5/+4 |
2006-08-13 | Merged cleanups and content changes from the trunk. Also fixed compiling with | Bjørn Lindeijer | 1 | -46/+35 |
2006-07-30 | Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0 | Bjørn Lindeijer | 1 | -14/+13 |
2006-07-25 | Switched client to use enet and modified login sequence to work with the new ... | Eugenio Favalli | 1 | -8/+8 |
2006-03-18 | Use the window container instead of the graphics class to calculate window po... | Björn Steinbrink | 1 | -4/+2 |
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 upda... | Björn Steinbrink | 1 | -2/+0 |
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 |
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 th... | Yohann Ferreira | 1 | -1/+5 |
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, Y... | Yohann Ferreira | 1 | -0/+1 |
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 |
2005-08-14 | Removed guiGraphics global pointer and removed dependencies on gui.h in some ... | Björn Steinbrink | 1 | -3/+3 |
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 |
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 |