|
|
@2168
|
16 years |
landauf |
Split up LevelManager into LevelManager and PlayerManager where …
|
|
|
@2164
|
16 years |
rgrieder |
Added a mutex to the static packetMap_ in Packet. This could resolve …
|
|
|
@2156
|
16 years |
scheusso |
standalone mode should be working again now
|
|
|
@2154
|
16 years |
scheusso |
optimizations in gamestate generation
|
|
|
@2153
|
16 years |
scheusso |
Synchronisable::getSynchronisable function uses now a map to …
|
|
|
@2144
|
16 years |
scheusso |
small change in synchronisable and baseobject (check when changing …
|
|
|
@2143
|
16 years |
scheusso |
added a function unregisterVariable to unregister variable that has …
|
|
|
@2133
|
16 years |
scheusso |
corrected some problems with objectID's on client and asserts
|
|
|
@2132
|
16 years |
scheusso |
bidirectional synchronisation works now:
register variables with mode …
|
|
|
@2112
|
16 years |
rgrieder |
Test: replacing namespace network with namespace orxonox. …
|
|
|
@2111
|
16 years |
rgrieder |
Moved all util classes and functions to orxonox namespace.
Converted …
|
|
|
@2084
|
16 years |
rgrieder |
- Added debug overlay that is constantly shown in graphics mode. F2 …
|
|
|
@2080
|
16 years |
rgrieder |
Trying to fix a bug with network Packet. Removing a call that wasn't …
|
|
|
@2072
|
16 years |
landauf |
changed svn:eol-style to native in all new files
|
|
|
@2070
|
16 years |
rgrieder |
Properly took care of network::packet::Packet destruction. It depends …
|
|
|
@2063
|
16 years |
landauf |
added events but not yet connected with triggers
|
|
|
@2062
|
16 years |
scheusso |
client→server synchronisation of controllable entities works now
|
|
|
@2048
|
16 years |
scheusso |
network tick limit works now
|
|
|
@2041
|
16 years |
landauf |
bugs—
network++
endurance—
tiredness++
but it still doesn't work …
|
|
|
@2040
|
16 years |
rgrieder |
reverted those svn:eol-style "native" properties: Tomorrow then.
|
|
|
@2037
|
16 years |
rgrieder |
added svn:eol-style "native" to all text files.
|
|
|
@2035
|
16 years |
scheusso |
objects with non-existing creator (on client-side) get ignored now
|
|
|
@2034
|
16 years |
landauf |
Synchronisable translates creator ↔ creatorID
|
|
|
@2033
|
16 years |
scheusso |
some minor bugs fixed
|
|
|
@2032
|
16 years |
landauf |
a small change to test something
|
|
|
@2031
|
16 years |
landauf |
some small adjustments in the network
|
|
|
@2028
|
16 years |
scheusso |
updated updateMedia script
updated file
we are able to …
|
|
|
@2019
|
16 years |
landauf |
many changes, most important: BaseObject takes now a pointer to it's …
|
|
|
@2011
|
16 years |
scheusso |
use the new media path now
|
|
|
@2009
|
16 years |
scheusso |
server is now able to deliver ping time and packet loss ratio for all …
|
|
|
@2006
|
16 years |
landauf |
many changes, can't remember everything, but these are the most …
|
|
|
@1990
|
16 years |
scheusso |
- some adjustments in client handling (we use unsigned int as id now …
|
|
|
@1989
|
16 years |
landauf |
- added ControllableEntity, the baseclass of all players, vehicles and …
|
|
|
@1962
|
16 years |
rgrieder |
small fixes.
|
|
|
@1960
|
16 years |
landauf |
- some unsigned int conversions (except gamestatemanager)
- small fix …
|
|
|
@1955
|
16 years |
scheusso |
ClientInformation is now consisten with other classes regarding …
|
|
|
@1953
|
16 years |
landauf |
added chat overlay
|
|
|
@1952
|
16 years |
scheusso |
-fixed a compiler error
-fixed a problem with multiple clients connected
|
|
|
@1949
|
16 years |
rgrieder |
Moved all showsGraphics, hasServer, etc. functions from Settings class …
|
|
|
@1947
|
16 years |
rgrieder |
updated msvc files.
|
|
|
@1945
|
16 years |
landauf |
added option "forceCallback" to updateData(…) in Synchronisable to …
|
|
|
@1944
|
16 years |
scheusso |
Some fixes in gamestate generation and handling (especially when no …
|
|
|
@1942
|
16 years |
landauf |
another small fix and a new levelfile (media update)
|
|
|
@1941
|
16 years |
scheusso |
small fix
|
|
|
@1940
|
16 years |
landauf |
did some first (and very unfinished) steps to deal with different …
|
|
|
@1939
|
16 years |
scheusso |
forgot some things
|
|
|
@1938
|
16 years |
scheusso |
added ClientConnectionListener that get information about clients …
|
|
|
@1917
|
16 years |
landauf |
added some includes
|
|
|
@1916
|
16 years |
landauf |
removed WorldEntity, SpaceShip and several other objects
removed …
|
|
|
@1912
|
16 years |
landauf |
created branch to work on the new object-hierarchy
|
|
copied from code/trunk/src/network:
|
|
|
@1910
|
16 years |
scheusso |
reverted a change in ogre.cfg-init
|