Dander7BD
|
a85b803e5c
|
GameClientState Patch
virtual void DataRecieved(
::Oyster::Network::NetEvent<::Oyster::Network::NetworkClient*,
::Oyster::Network::NetworkClient::ClientEventArgs> e );
changed to
virtual const NetEvent & DataRecieved( const NetEvent &message );
/******************************************************************
* @param message of the event
* @return message or GameClientState::event_processed.
******************************************************************/
|
2014-02-18 17:28:24 +01:00 |
lanariel
|
197067687e
|
Added Gui Transparancy,
Get Options provides Resolution.xy
|
2014-02-18 09:32:10 +01:00 |
lanariel
|
52301021f6
|
Merge branch 'GameClient' of https://github.com/dean11/Danbias into GameClient
|
2014-02-17 13:06:54 +01:00 |
lanariel
|
51a8569585
|
Color is now Float4 with RGBA
|
2014-02-17 13:05:35 +01:00 |
Dander7BD
|
aa2518a4f6
|
Patch
|
2014-02-17 11:27:43 +01:00 |
dean11
|
7395a0a495
|
Major cleanup
|
2014-02-17 10:38:11 +01:00 |