summaryrefslogtreecommitdiff
path: root/src/net/network.h
AgeCommit message (Collapse)AuthorFilesLines
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
useful since buddy lists are tracked through the player relation interface instead) Signed-off-by: Ira Rice <irarice@gmail.com>
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-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-25Removed the TMW branding from header guardsBjørn Lindeijer1-5/+7
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.
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice1-36/+18
the function names should no longer be around. Signed-off-by: Ira Rice <irarice@gmail.com>
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-11-01* Updated GUI table and model to better handle NULL widgets during ↵Fate1-0/+4
initialisation * On SMSG_MOVE et al., ignore boots and glove information-- that information is incorrect and we're guaranteed to already have the correct information anyway. * Properly decode `is dead' information for PCs, so that dead players, when encountered, will be lying on the ground, dead, rather than standing. * Use `skills.xml' file from client data to determine skill names * Report client version number (hereby bumped to 1) in unused charserver slot (ignored by vanilla eAthena)
2007-03-24Make sure that when a network error occurs, the error message is available andBjørn Lindeijer1-18/+49
shown to the user. Also, only enable Register button when all necessary fields are filled in.
2006-11-09Fixed a conflict with Windows headers and updated project filesEugenio Favalli1-1/+2
2006-02-24Another bunch of cosmetic cleanups, ie mostly typedefs...Björn Steinbrink1-1/+3
2006-02-04Unify the various login dialogs to use LoginData.Björn Steinbrink1-2/+3
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-25/+61
2005-12-30Added a new item, improved smooth login sequence, added a registration ↵Eugenio Favalli1-0/+3
window (a lot of duplicated code to be removed).
2005-12-29Restored Dev-Cpp default execution options, updated walkmap in snow map, ↵Eugenio Favalli1-0/+1
smoothed login sequence.
2005-10-16The connection should be non-blocking now and fixed the problem with sound ↵Eugenio Favalli1-2/+10
not being played at startup.
2005-09-19Got rid of writeSet() calls.Eugenio Favalli1-1/+0
2005-09-17Completed transition to use MessageOut.Eugenio Favalli1-5/+0
2005-09-14Header cleanups.Björn Steinbrink1-5/+1
2005-09-13Merged with SDL_NET_TEST branch.Björn Steinbrink1-56/+23
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-1/+0
2005-02-14Simplified logging for the sake of simplicity.Bjørn Lindeijer1-0/+9
2005-01-17Got stuff to work with Dev-C++Bjørn Lindeijer1-2/+1
2005-01-17Near SDL switchEugenio Favalli1-0/+3
2005-01-16Removed a lot of allegro.h includes.Bjørn Lindeijer1-10/+3
2005-01-05Removed bugging cancel button from npc dialog and fixed npc sprites.Bjørn Lindeijer1-3/+5
2004-12-14- eyecandy using indentation feature ;)Alexander Baldeck1-18/+23
2004-12-10Use a consistent tab-less header throughout the code.Bjørn Lindeijer1-22/+20
2004-09-26*** empty log message ***Eugenio Favalli1-0/+87