|
|
@9952
|
11 years |
landauf |
neither ParticleSpawner nor the explosion_ object need to be …
|
|
|
@9951
|
11 years |
landauf |
details
|
|
|
@9950
|
11 years |
landauf |
ParticleEmitter should be a StaticEntity just like every other …
|
|
|
@9949
|
11 years |
landauf |
removed duplicate code. there is no need for a second constructor. if …
|
|
|
@9948
|
11 years |
landauf |
comment
|
|
|
@9947
|
11 years |
landauf |
bugfix: explosion-sound was always positioned at world-coordinates …
|
|
|
@9946
|
11 years |
landauf |
removed debug output
|
|
|
@9945
|
11 years |
landauf |
replaced tabs with spaces. no changes in code
|
|
|
@9939
|
11 years |
jo |
presentationHS13 branch merged into trunk
|
|
|
@9799
|
11 years |
jo |
Make controllable entities adapt the controllers team number.
|
|
|
@9667
|
11 years |
landauf |
merged core6 back to trunk
|
|
|
@9666
|
11 years |
landauf |
comments
|
|
|
@9663
|
11 years |
landauf |
replaced tabs with spaces
|
|
|
@9625
|
11 years |
smerkli |
Merged Maxim's Branch back into trunk.
|
|
|
@9555
|
12 years |
smerkli |
Replaced explosion hack with another less ugly hack:
- There is now …
|
|
|
@9546
|
12 years |
smerkli |
Added a BigExplosion creation to the Pawn constructor.
This loads all …
|
|
|
@9348
|
12 years |
landauf |
merged branch presentation2012merge back to trunk
|
|
|
@9257
|
12 years |
landauf |
renamed RVName to radarname
cast to RadarViewable instead of SpaceShip …
|
|
|
@9255
|
12 years |
landauf |
fixed warnings in msvc
removed authorship for code that wasn't written …
|
|
|
@9254
|
12 years |
landauf |
update radar-visibility if the visibility of the pawn itself changes. …
|
|
|
@9016
|
13 years |
jo |
Merging presentation2011 branch to trunk. Please check for possible bugs.
|
|
|
@8892
|
13 years |
jo |
Small adjustments.
|
|
|
@8891
|
13 years |
jo |
Ai and tutorial improvements merged back to the trunk. AI features: …
|
|
|
@8858
|
13 years |
landauf |
merged output branch back to trunk.
Changes:
- you have to include …
|
|
|
@8855
|
13 years |
dafrick |
Cleaning up game immersion. Roughly documenting weapons module.
|
|
|
@8727
|
13 years |
dafrick |
Cleaning up in SpaceShip and Engine. Fixed several bugs.
Kicked …
|
|
|
@8706
|
13 years |
dafrick |
Merging presentation branch back into trunk.
There are many new …
|
|
|
@8470
|
13 years |
rgrieder |
A classic fix
Orxonox crashed on startup.
|
|
|
@8461
|
13 years |
smerkli |
a little less verbosity, a little more action please
|
|
|
@8458
|
13 years |
smerkli |
merged spaceboundaries
|
|
|
@8351
|
14 years |
rgrieder |
Merged kicklib2 branch back to trunk (includes former branches …
|
|
|
@8329
|
14 years |
scheusso |
preparing countermeasures against clients sending unwanted data
|
|
|
@7937
|
14 years |
landauf |
fixing WE crash also in trunk since it's a rather severe problem
|
|
|
@7910
|
14 years |
landauf |
Ok, here comes a tricky one: we knew the destructor of WorldEntity is …
|
|
|
@7905
|
14 years |
landauf |
fixed positioning of independent children in destructor of WorldEntity
|
|
|
@7892
|
14 years |
landauf |
fixed bug in bug fix
|
|
|
@7889
|
14 years |
landauf |
hack-fix: overridden implementations of stopLocalHumanControl() were …
|
|
|
@7863
|
14 years |
landauf |
disabled suicide for Spectator
|
|
|
@7862
|
14 years |
landauf |
added feature to Spectator which changes the keybind mode of the fire …
|
|
|
@7860
|
14 years |
landauf |
fixed a few issues related to the free mouse look mode (default CTRL …
|
|
|
@7857
|
14 years |
landauf |
- fixed a crash if mouse look was switched on and off for a …
|
|
|
@7801
|
14 years |
dafrick |
Merging presentation2 branch back to trunk.
|
|
|
@7655
|
14 years |
rgrieder |
Merged lastmanstanding back to trunk.
|
|
|
@7547
|
14 years |
dafrick |
Documenting and cleanup.
|
|
|
@7534
|
14 years |
dafrick |
Forgot to initialize value.
|
|
|
@7533
|
14 years |
dafrick |
Documenting in pickups module.
Cleaning up in PickupManager.
Removed …
|
|
|
@7502
|
14 years |
scheusso |
removing some debug stuff i forgot
|
|
|
@7495
|
14 years |
scheusso |
buffering incoming function calls for non-existing objects works now
|
|
|
@7493
|
14 years |
dafrick |
Fixing small bug in Script (regarding number of executions).
Fixed bug …
|
|
|
@7401
|
14 years |
landauf |
merged doc branch back to trunk
|
|
|
@7284
|
14 years |
landauf |
merged consolecommands3 branch back to trunk.
note: the console …
|
|
|
@7184
|
14 years |
rgrieder |
Replaced mathematical constants with a common definition in Math.h. …
|
|
|
@7183
|
14 years |
rgrieder |
Removed a load of warnings for VS 2005 and possibly VS 2008.
|
|
|
@7176
|
14 years |
landauf |
removed some (commented) code from BigExplosion. looks like an attempt …
|
|
|
@7174
|
14 years |
rgrieder |
Only catch exceptions you actually expect. And rethrow unknown …
|
|
|
@7171
|
14 years |
landauf |
removed a strange line that changed the game speed with a console …
|
|
|
@7163
|
14 years |
dafrick |
Merged presentation3 branch into trunk.
|
|
|
@6864
|
14 years |
dafrick |
Created a new MutliTrigger: EventMultiTrigger, which essentially does …
|
|
|
@6711
|
15 years |
dafrick |
Merged pickup4 branch back to trunk.
|
|
|
@6709
|
15 years |
dafrick |
Merged ppspickups1 into trunk.
|
|
|
@6540
|
15 years |
dafrick |
Removed some 's. Finished up documenting pickup module.
|
|
|
@6524
|
15 years |
dafrick |
Merged pickup branch into trunk. Yay. Persisting bugs will be fixed, …
|
|
|
@6501
|
15 years |
rgrieder |
Ensured OGRE v1.7 "Cthugha" code compatibility. Does not yet seem to …
|
|
|
@6417
|
15 years |
rgrieder |
Merged presentation2 branch back to trunk.
Major new features:
- …
|
|
|
@5929
|
15 years |
rgrieder |
Merged core5 branch back to the trunk.
Key features include clean …
|
|
|
@5781
|
15 years |
rgrieder |
Reverted trunk again. We might want to find a way to delete these …
|
|
|
@5747
|
15 years |
rgrieder |
Added Exception::handleMessage() (copy from Game::getExceptionMessage) …
|
|
|
@5738
|
15 years |
landauf |
merged libraries2 back to trunk
|
|
copied from code/branches/libraries2/src/orxonox/worldentities:
|
|
|
@5737
|
15 years |
landauf |
Adjusted paths to the files in graphics.
Compiles again.
|