summaryrefslogtreecommitdiff
path: root/src/net/network.h
AgeCommit message (Collapse)AuthorFilesLines
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-2/+0
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-11-02Ported a patch from TMW by fate which de-hardcodes skills, as well as ↵Ira Rice1-0/+4
removes the server sending out view id's for gloves and boots (which weren't needed.) Here's the full log: * Updated GUI table and model to better handle NULL widgets during 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)
2008-07-18Import of client treeLloyd Bryant1-1/+1
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