Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-23 | Move all TMWServ-specific code to net/tmwserv | Jared Adams | 1 | -79/+0 | |
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities. | |||||
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
2008-04-20 | Since the connection objects might not have been created yet when an exception | Bjørn Lindeijer | 1 | -0/+3 | |
is thrown, check them for 0 before calling disconnect on them. | |||||
2007-01-28 | Some work on documentation. | Bjørn Lindeijer | 1 | -0/+7 | |
2006-11-02 | Merged trunk changes from revision 2716 to 2756 into the 0.1.0 branch. | Bjørn Lindeijer | 1 | -1/+1 | |
2006-11-02 | Network layer refactoring. | Björn Steinbrink | 1 | -86/+39 | |
2006-09-01 | Fixed some header issues and updated project files | Eugenio Favalli | 1 | -2/+0 | |
2006-08-26 | Made the Network class a purely static interface, as there is only one instance. | Guillaume Melquiond | 1 | -54/+25 | |
2006-08-20 | Added documentation and did a bit of cleanup. | Bjørn Lindeijer | 1 | -8/+47 | |
2006-08-20 | The Network can now connect to the three servers and affected methods now take | Bjørn Lindeijer | 1 | -24/+35 | |
the server type as a parameter. The MessageOut gained a convenience constructor (same as was added server side). The game states during login sequence have been renamed and redone in order to ensure no communication is attempted to unconnected servers. This allowed the removal of the outgoing message queue. Connecting to the account server has been moved before the login/register phase (dialogs will still need to be updated). Quite a few things are expected to be broken since I'm rather tired at the moment. I've left many TODO entries in the code. | |||||
2006-08-19 | Removed incoming packets queue. Messages are now processed as they come in. | Bjørn Lindeijer | 1 | -5/+2 | |
2006-08-14 | Completed porting of character creation/deletion, fixed some issues with ↵ | Eugenio Favalli | 1 | -1/+4 | |
network code. | |||||
2006-07-25 | Switched client to use enet and modified login sequence to work with the new ↵ | Eugenio Favalli | 1 | -21/+17 | |
protocol from tmwserv. | |||||
2006-02-24 | Another bunch of cosmetic cleanups, ie mostly typedefs... | Björn Steinbrink | 1 | -1/+3 | |
2006-02-04 | Unify the various login dialogs to use LoginData. | Björn Steinbrink | 1 | -2/+3 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -25/+61 | |
2005-12-30 | Added a new item, improved smooth login sequence, added a registration ↵ | Eugenio Favalli | 1 | -0/+3 | |
window (a lot of duplicated code to be removed). | |||||
2005-12-29 | Restored Dev-Cpp default execution options, updated walkmap in snow map, ↵ | Eugenio Favalli | 1 | -0/+1 | |
smoothed login sequence. | |||||
2005-10-16 | The connection should be non-blocking now and fixed the problem with sound ↵ | Eugenio Favalli | 1 | -2/+10 | |
not being played at startup. | |||||
2005-09-19 | Got rid of writeSet() calls. | Eugenio Favalli | 1 | -1/+0 | |
2005-09-17 | Completed transition to use MessageOut. | Eugenio Favalli | 1 | -5/+0 | |
2005-09-14 | Header cleanups. | Björn Steinbrink | 1 | -5/+1 | |
2005-09-13 | Merged with SDL_NET_TEST branch. | Björn Steinbrink | 1 | -56/+23 | |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -1/+0 | |
2005-02-14 | Simplified logging for the sake of simplicity. | Bjørn Lindeijer | 1 | -0/+9 | |
2005-01-17 | Got stuff to work with Dev-C++ | Bjørn Lindeijer | 1 | -2/+1 | |
2005-01-17 | Near SDL switch | Eugenio Favalli | 1 | -0/+3 | |
2005-01-16 | Removed a lot of allegro.h includes. | Bjørn Lindeijer | 1 | -10/+3 | |
2005-01-05 | Removed bugging cancel button from npc dialog and fixed npc sprites. | Bjørn Lindeijer | 1 | -3/+5 | |
2004-12-14 | - eyecandy using indentation feature ;) | Alexander Baldeck | 1 | -18/+23 | |
2004-12-10 | Use a consistent tab-less header throughout the code. | Bjørn Lindeijer | 1 | -22/+20 | |
2004-09-26 | *** empty log message *** | Eugenio Favalli | 1 | -0/+87 | |