Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-10 | Fixed header files, as well as removed the unused buddy list class (not | Ira Rice | 1 | -2/+3 | |
useful since buddy lists are tracked through the player relation interface instead) Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-06 | Sanitized item links so that at no point is the internal representation | Ira Rice | 1 | -1/+1 | |
of the item link shown. This should help make it easier for people to represent the square brackets with item links, and prevent people from forging item links when they never see the internal representation of an item link. Should also reduce confusion from people who haven't upgraded their clients as well, as they wonder what all the junk is around the item name. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-04 | Went through the gui folder and revised the include statements to not | Ira Rice | 1 | -3/+0 | |
include anything not needed by that specific widget or window. This appears to have cleaned up system performance a bit on my current setup, where it went from idling on 45% in game with opengl down to 30% now. Also moved iptostring to the tostring header, as importing all of network.h is a little overkill to use that function, and it goes along with the basic functions that are in that header file anyways. TODO: find out a way to get rid of warnings when a class doesn't use this function. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-25 | Removed the TMW branding from header guards | Bjørn Lindeijer | 1 | -2/+2 | |
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-21 | Reflowed chat window to use layout code. | Ira Rice | 1 | -5/+0 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-20 | Added WoW style item adding to chat window. Right click, then left | David Athay | 1 | -1/+6 | |
clicking on add to chat to put the item in the chat input. Left click the item link to show a popup description, and click the link again to remove the popup. | |||||
2009-01-17 | Cleaned up chat code a bit. | Ira Rice | 1 | -2/+4 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-15 | Style cleanups throughout most of the code. Splitting function type from | Ira Rice | 1 | -136/+129 | |
the function names should no longer be around. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -4/+2 | |
statements, as well as removing the new skill dialog, which we do not, nor will we use (if we do, it'd be a new one that we'd make). WARNING!!! This, and all other previous builds have a linker error for the Gnome libraries version 4.3.2 on my setup. It's assumed that this is also the case for other users of this library as well. I'm currently assuming that there's a bug in the compiler itself, and will look into reporting this, but in the mean time, it doesn't build for these users, unfortunately. Sorry about this. | |||||
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -125/+145 | |
2008-05-08 | Allow page up and page down to scroll the chat window, based on patch by fate. | Dennis Friis | 1 | -4/+15 | |
2008-04-29 | * Fixed issue with determining whether chat input is focused (method no longer | Bjørn Lindeijer | 1 | -1/+1 | |
virtual). * Fixed sometimes rendering with the wrong font. * Fixed warnings about hiding virtual method, Window now always deletes its children (the option not to do so was never used anyway). | |||||
2008-04-14 | Changed prefix of received whisper messages from "says:" to "whispers:" | Philipp Sehmisch | 1 | -1/+1 | |
2008-04-10 | Implemented support for whispering to other players (patch by peavey). | Bjørn Lindeijer | 1 | -0/+2 | |
2008-03-09 | Applied some patches by peavey related to chatlog and the quit dialog. | Philipp Sehmisch | 1 | -0/+2 | |
2007-12-10 | Added an option to show log messages in the chat console. | Philipp Sehmisch | 1 | -0/+2 | |
2007-11-20 | Merged revisions 3692 via svnmerge from | Bjørn Lindeijer | 1 | -1/+1 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3692 | gmelquio | 2007-10-27 11:03:13 +0200 (Sat, 27 Oct 2007) | 1 line Made it compile with GCC 4.3 ........ | |||||
2007-10-26 | Removed some completely useless code from the chat class. | Philipp Sehmisch | 1 | -5/+0 | |
2007-06-02 | Changed color of chat messages in OpenGL mode from orange to black. | Bjørn Lindeijer | 1 | -2/+2 | |
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -4/+7 | |
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-08-07 | A bunch of cleanups. | Björn Steinbrink | 1 | -8/+1 | |
2006-03-16 | A bunch of cosmetic changes. | Björn Steinbrink | 1 | -1/+1 | |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -7/+7 | |
2006-02-24 | Another bunch of cosmetic cleanups, ie mostly typedefs... | Björn Steinbrink | 1 | -2/+4 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -1/+3 | |
2006-01-03 | Enabled some /commands. | Eugenio Favalli | 1 | -2/+6 | |
2006-01-03 | Really disabled /commands and added proper message when logging in and banned. | Eugenio Favalli | 1 | -3/+3 | |
2005-12-30 | Applied pcloud's patch that enhances chat window functionality while hidden. | Bjørn Lindeijer | 1 | -1/+6 | |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -1/+2 | |
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-08-28 | Prepare our source so that it'll survive a guichan header cleanup, should it ↵ | Björn Steinbrink | 1 | -0/+3 | |
ever happen... | |||||
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -7/+8 | |
2005-07-13 | * Committing some cleanups by Doener | Bjørn Lindeijer | 1 | -5/+0 | |
* 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/+2 | |
2005-06-30 | Improved buddylist, added talk | Mateusz Kaduk | 1 | -0/+3 | |
2005-06-17 | new BrowserBox widget with colors/links support | José Ávila | 1 | -1/+7 | |
2005-06-05 | Implemented wrapping for textbox (still could use a small fix) and made death | Bjørn Lindeijer | 1 | -11/+0 | |
notice dialog release modal focus immediately. | |||||
2005-05-14 | Mainly separating core GUI classes from game interface. | Bjørn Lindeijer | 1 | -1/+3 | |
2005-05-02 | Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-05-01 | Chat input now hides when not focussed, and doesn't allow player be controlled | Bjørn Lindeijer | 1 | -2/+2 | |
by keyboard when it is. | |||||
2005-04-29 | Chat command history should now be functional. Player movement will still need | Bjørn Lindeijer | 1 | -9/+7 | |
to be stopped while chat box is focussed for it to work nicely though. | |||||
2005-04-29 | *** empty log message *** | Bjørn Lindeijer | 1 | -19/+21 | |
2005-04-28 | First step to chat history | Mateusz Kaduk | 1 | -0/+10 | |
2005-04-26 | Corrections to scrolling chat modifications by Usiu. | Bjørn Lindeijer | 1 | -6/+2 | |
2005-04-26 | Added scrolling to chat but setText() works strangly and because of draw() I ↵ | Mateusz Kaduk | 1 | -0/+7 | |
get message looping | |||||
2005-04-26 | Changed keyboard control to integrate better with mouse walk, changed location | Bjørn Lindeijer | 1 | -4/+4 | |
of packet.list and chatlog.txt and removed name from player chat "balloon". | |||||
2005-03-14 | Fixed handling of get item button and made chatWindow (de)focus on ENTER - ↵ | Jan-Fabian Humann | 1 | -1/+7 | |
You can now only use the get item button when chat window isn't focused | |||||
2005-03-13 | Added line wrapping on a per-word basis | Eric Scrivner | 1 | -0/+10 | |
2005-03-13 | Converted ChatBox into a proper ChatWindow in response to changes by Chetic. | Bjørn Lindeijer | 1 | -8/+19 | |