|
|
@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
|
|
|
@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
|
|
|
@2157
|
16 years |
rgrieder |
Fixed bug in dedicated mode: Scene nodes need an update.
—> Made …
|
|
|
@2155
|
16 years |
landauf |
added mbool (bool with memory) to fix particlespawner-on-client …
|
|
|
@2134
|
16 years |
scheusso |
reverted some changes for synchronisation of controllableentity
|
|
|
@2132
|
16 years |
scheusso |
bidirectional synchronisation works now:
register variables with mode …
|
|
|
@2114
|
16 years |
rgrieder |
Replaced all "@file Blah.cc" with "@file" for better flexibility. …
|
|
|
@2112
|
16 years |
rgrieder |
Test: replacing namespace network with namespace orxonox. …
|
|
|
@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
|
|
|
@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 …
|
|
|
@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 …
|
|
|
@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 …
|
|
|
@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 …
|
|
|
@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.
|
|
|
@2037
|
16 years |
rgrieder |
added svn:eol-style "native" to all text files.
|
|
|
@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
|
|
|
@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 …
|
|
|
@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
|
|
|
@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 …
|
|
|
@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 …
|
|
|
@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 …
|
|
|
@1958
|
16 years |
scheusso |
and here are the missing files
|
|
|
@1957
|
16 years |
scheusso |
small Test-object
|
|
|
@1953
|
16 years |
landauf |
added chat overlay
|
|
|
@1950
|
16 years |
landauf |
small update to do further network tests
|
|
|
@1949
|
16 years |
rgrieder |
Moved all showsGraphics, hasServer, etc. functions from Settings class …
|
|
|
@1948
|
16 years |
rgrieder |
Fixed a bug with an index variable not being set to 0 first.
|
|
|
@1947
|
16 years |
rgrieder |
updated msvc files.
|
|
|
@1946
|
16 years |
landauf |
synchronizes the players name
|
|
|
@1945
|
16 years |
landauf |
added option "forceCallback" to updateData(…) in Synchronisable to …
|
|
|
@1943
|
16 years |
landauf |
more fixes… damn strings
|
|
|
@1942
|
16 years |
landauf |
another small fix and a new levelfile (media update)
|
|
|
@1940
|
16 years |
landauf |
did some first (and very unfinished) steps to deal with different …
|
|
|
@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/orxonox:
|
|
|
@1911
|
16 years |
landauf |
small camera fix
|