|
|
@2170
|
16 years |
rgrieder |
updated msvc files.
|
|
|
@2169
|
16 years |
landauf |
moved Level from objects/infos to objects, because it's no longer …
|
|
|
@2168
|
16 years |
landauf |
Split up LevelManager into LevelManager and PlayerManager where …
|
|
|
@2167
|
16 years |
landauf |
fixed attach bug
|
|
|
@2166
|
16 years |
scheusso |
thought i had corrected that
|
|
|
@2165
|
16 years |
scheusso |
stupid little mistake
|
|
|
@2164
|
16 years |
rgrieder |
Added a mutex to the static packetMap_ in Packet. This could resolve …
|
|
|
@2163
|
16 years |
rgrieder |
Hack-fixed hack with Tickables in dedicated mode.
|
|
|
@2162
|
16 years |
rgrieder |
- Simplified creation of a new Exception type (only one line to add …
|
|
|
@2161
|
16 years |
landauf |
- added more exceptions to handle problems while loading a level or …
|
|
|
@2160
|
16 years |
landauf |
respawn of late joined clients works now
|
|
|
@2158
|
16 years |
rgrieder |
Fixed build for msvc with mbool.
|
|
|
@2157
|
16 years |
rgrieder |
Fixed bug in dedicated mode: Scene nodes need an update.
—> Made …
|
|
|
@2156
|
16 years |
scheusso |
standalone mode should be working again now
|
|
|
@2155
|
16 years |
landauf |
added mbool (bool with memory) to fix particlespawner-on-client …
|
|
|
@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 …
|
|
|
@2134
|
16 years |
scheusso |
reverted some changes for synchronisation of controllableentity
|
|
|
@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 …
|
|
|
@2123
|
16 years |
scheusso |
had to change the call of usleep in order to prevent segfaults on unix
|
|
|
@2115
|
16 years |
rgrieder |
Committing too much before..
|
|
|
@2114
|
16 years |
rgrieder |
Replaced all "@file Blah.cc" with "@file" for better flexibility. …
|
|
|
@2113
|
16 years |
rgrieder |
Test: replacing namespace audio with namespace orxonox.
|
|
|
@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 …
|
|
|
@2101
|
16 years |
rgrieder |
Finally managed to have a master InputState which enables:
- Console …
|
|
|
@2086
|
16 years |
landauf |
added include and removed some debug output
|
|
|
@2085
|
16 years |
rgrieder |
svn:eol-sytle to all msvc files too.
|
|
|
@2084
|
16 years |
rgrieder |
- Added debug overlay that is constantly shown in graphics mode. F2 …
|
|
|
@2082
|
16 years |
landauf |
- simplified some event code
- prevents infinite event loops
- fixed …
|
|
|
@2080
|
16 years |
rgrieder |
Trying to fix a bug with network Packet. Removing a call that wasn't …
|
|
|
@2079
|
16 years |
rgrieder |
updated msvc files.
removed "friend WorldEntity" from BaseObject.
|
|
|
@2078
|
16 years |
landauf |
fixed trigger switch problem
|
|
|
@2075
|
16 years |
landauf |
fixed a small problem in OrxonoxOverlay
|
|
|
@2074
|
16 years |
landauf |
- added EventListener: this class fires an event if another class with …
|
|
|
@2073
|
16 years |
landauf |
renamed CameraHandler as CameraManager
|
|
|
@2072
|
16 years |
landauf |
changed svn:eol-style to native in all new files
|
|
|
@2071
|
16 years |
landauf |
- fixed another bug in Trigger
- added EventTrigger which listens on …
|
|
|
@2070
|
16 years |
rgrieder |
Properly took care of network::packet::Packet destruction. It depends …
|
|
|
@2069
|
16 years |
landauf |
fixed a bug in the event system
fixed a bug in Trigger and tweaked …
|
|
|
@2067
|
16 years |
landauf |
synchronization of ParticleSpawner is still strange but at least not …
|
|
|
@2066
|
16 years |
landauf |
forgot to add EventIncludes.h
|
|
|
@2065
|
16 years |
landauf |
added two more graphical classes, ParticleEmitter and ParticleSpawner
|
|
|
@2064
|
16 years |
rgrieder |
Fixed bug in CameraHandler: when calling requestFocus twice, the …
|
|
|
@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
|
|
|
@2046
|
16 years |
rgrieder |
Changed initialisation of overlay classes to the new convention.
The …
|
|
|
@2045
|
16 years |
rgrieder |
updated msvc project files to test something..
|
|
|
@2044
|
16 years |
landauf |
added some new graphical classes
|
|
|
@2042
|
16 years |
landauf |
added camerapositions
|
|
|
@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.
|
|
|
@2039
|
16 years |
rgrieder |
updated msvc orxonox project.
|
|
|
@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
|
|
|
@2030
|
16 years |
rgrieder |
- Moved SignalHandler from orxonox to util
- Moved CameraHandler from …
|
|
|
@2029
|
16 years |
landauf |
some changes in Trigger and DistanceTrigger
|
|
|
@2028
|
16 years |
scheusso |
updated updateMedia script
updated file
we are able to …
|
|
|
@2027
|
16 years |
landauf |
no codechanges, just moved some files
|
|
|
@2026
|
16 years |
landauf |
lua include is now looking for files in the media directory
|
|
|
@2025
|
16 years |
rgrieder |
Removed something we better never mention again…
|
|
|
@2024
|
16 years |
landauf |
added spaceship
|
|
|
@2023
|
16 years |
rgrieder |
- Added support for dedicated server. Could not network test it yet, …
|
|
|
@2020
|
16 years |
rgrieder |
- Updated msvc files
- Changed iterator to const_iterator for stl …
|
|
|
@2019
|
16 years |
landauf |
many changes, most important: BaseObject takes now a pointer to it's …
|
|
|
@2018
|
16 years |
rgrieder |
Unintentionally committed my library directory. reverting..
|
|
|
@2017
|
16 years |
rgrieder |
Changed conversion_cast≠() to omni_cast≠() and added support for …
|
|
|
@2016
|
16 years |
rgrieder |
Merged the changes in Convert.h from core3 branch back.
If it doesn't …
|
|
|
@2013
|
16 years |
rgrieder |
tiny adjustments to various files. just came across certain things..
|
|
|
@2012
|
16 years |
landauf |
renamed LevelInfo as Level
|
|
|
@2011
|
16 years |
scheusso |
use the new media path now
|
|
|
@2010
|
16 years |
landauf |
renamed Level to XMLFile
|
|
|
@2009
|
16 years |
scheusso |
server is now able to deliver ping time and packet loss ratio for all …
|
|
|
@2008
|
16 years |
scheusso |
juhuu rev 2008
|
|
|
@2007
|
16 years |
rgrieder |
Fixed the linux mouse movement bug. OIS has to warp the pointer to the …
|
|
|
@2006
|
16 years |
landauf |
many changes, can't remember everything, but these are the most …
|
|
|
@2005
|
16 years |
rgrieder |
Minor changes in CommandLine.
|
|
|
@2004
|
16 years |
rgrieder |
fixed a warning in KeyBinder.cc and an error when converting a …
|
|
|
@2003
|
16 years |
rgrieder |
Simplified CommandLineArgument by using the new MultiType.
That also …
|
|
|
@2002
|
16 years |
rgrieder |
- Added zeroise<T>() function hat returns a zero value of any math …
|
|
|
@2001
|
16 years |
rgrieder |
- Fixed issue with relative mouse movements.
- Fixed bug when parsing …
|
|
|
@1994
|
16 years |
rgrieder |
updated msvc files.
|
|
|
@1993
|
16 years |
landauf |
added several new classes
|
|
|
@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 …
|
|
|
@1970
|
16 years |
landauf |
added Template class
|
|
|
@1969
|
16 years |
landauf |
some small adjustments in Trigger (console command and xmlport)
|
|
|
@1968
|
16 years |
landauf |
added MovableEntity with network optimization for constant velocity …
|
|
|
@1962
|
16 years |
rgrieder |
small fixes.
|
|
|
@1961
|
16 years |
rgrieder |
updated msvc files and adjusted merged files.
|
|
|
@1960
|
16 years |
landauf |
- some unsigned int conversions (except gamestatemanager)
- small fix …
|
|
|
@1959
|
16 years |
rgrieder |
Merged script_trigger branch into objecthierarchy branch.
Also merged …
|
|
|