Dander7BD
|
3e8595f52c
|
branch jumping
|
2014-02-20 16:15:47 +01:00 |
Pontus Fransson
|
717e95bdfe
|
Network - Added reconnect with the last address you connected on.
|
2014-02-19 14:49:20 +01:00 |
Pontus Fransson
|
6c19c12682
|
Merge branch 'GameClient' of https://github.com/dean11/Danbias into GameClient
Conflicts:
Code/Game/GameLogic/LevelLoader/LevelLoader.cpp
Code/Game/GameLogic/LevelLoader/LevelLoader.h
Code/Game/GameLogic/LevelLoader/LevelParser.cpp
Code/Game/GameLogic/LevelLoader/LevelParser.h
Code/Game/GameLogic/LevelLoader/Loader.cpp
Code/Game/GameLogic/LevelLoader/Loader.h
Code/Game/GameLogic/LevelLoader/ObjectDefines.h
Code/Game/GameLogic/LevelLoader/ParseFunctions.cpp
|
2014-02-19 11:25:33 +01:00 |
Pontus Fransson
|
7f8c10292e
|
Moved LevelLoader to a seperate lib project.
|
2014-02-19 11:00:16 +01:00 |
Robin Engman
|
fa95e6b821
|
Linda fixing some lvl loading stuff
|
2014-02-19 10:55:59 +01:00 |
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 |
Dander7BD
|
a6f740e1f8
|
bunch of stuff
|
2014-02-18 16:44:38 +01:00 |
Dander7BD
|
3218e7b847
|
Connect to Dennis
|
2014-02-18 15:08:47 +01:00 |
lanariel
|
0f492e7bc6
|
Merge branch 'GameClient' of https://github.com/dean11/Danbias into GameClient
|
2014-02-18 09:33:44 +01:00 |
lanariel
|
197067687e
|
Added Gui Transparancy,
Get Options provides Resolution.xy
|
2014-02-18 09:32:10 +01:00 |
Dander7BD
|
b93e20e942
|
Bunch of implementations
|
2014-02-17 14:33:23 +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 |