summaryrefslogtreecommitdiff
path: root/src/gui/char_server.h
AgeCommit message (Collapse)AuthorFilesLines
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-2/+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-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-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.
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
I don't know why we dealt with these things for so long. Did we ever get anything out of it?
2008-07-17Added support for handling the custom eAthena packet that sends the updateBjørn Lindeijer1-1/+2
host (patch by Sanga).
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-1/+1
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-1/+1
from the 0.1.0 branch.
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-5/+3
2006-02-04Unify the various login dialogs to use LoginData.Björn Steinbrink1-18/+4
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-9/+4
2005-12-29Restored Dev-Cpp default execution options, updated walkmap in snow map, ↵Eugenio Favalli1-1/+2
smoothed login sequence.
2005-10-18Added automatic widget cleanup to the window class.Björn Steinbrink1-3/+3
2005-10-16The connection should be non-blocking now and fixed the problem with sound ↵Eugenio Favalli1-2/+8
not being played at startup.
2005-09-23Merged most of the changes in biggeruniverse's second memory cleanup patch.Bjørn Lindeijer1-2/+1
2005-09-13Unified the loops for the various dialogs that are shown before the actual ↵Björn Steinbrink1-1/+2
game starts.
2005-08-28Prepare our source so that it'll survive a guichan header cleanup, should it ↵Björn Steinbrink1-0/+1
ever happen...
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-0/+4
2005-07-15Initialize joystick to NULL and allow right shift and control keys to be used.Bjørn Lindeijer1-0/+2
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-3/+0
2005-05-14Mainly separating core GUI classes from game interface.Bjørn Lindeijer1-3/+1
2005-01-16Removed a lot of allegro.h includes.Bjørn Lindeijer1-6/+0
2005-01-08Well improved window container and window widgets a bit, and made a startBjørn Lindeijer1-1/+1
on support for modal dialogs. Still some issues to work out. Tell me if you experience something unsettling.
2004-12-27Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButtonBjørn Lindeijer1-0/+2
modules to file lists.
2004-12-26Ported buy dialog, which could still use visual improvement, and addedBjørn Lindeijer1-3/+3
\|-`~ to the fixed font.
2004-12-25Fixed error causing monster death bitmaps not to show up.Bjørn Lindeijer1-0/+9
2004-12-19More refining of windows.Bjørn Lindeijer1-6/+1
2004-12-18Made login dialog and server select dialog into classes.Bjørn Lindeijer1-9/+29
2004-12-16Doxygen improvements.Bjørn Lindeijer1-2/+10
2004-12-12Ported server list dialog over to Guichan.Bjørn Lindeijer1-1/+14
2004-12-10Use a consistent tab-less header throughout the code.Bjørn Lindeijer1-22/+20
2004-09-26*** empty log message ***Eugenio Favalli1-1/+1
2004-09-26*** empty log message ***Eugenio Favalli1-0/+41