|
|
@9974
|
11 years |
landauf |
docking should take actual control, not just temporary.
this also …
|
|
|
@9973
|
11 years |
landauf |
several (potential) bugfixes in SpaceRaceController:
* check if there …
|
|
|
@9971
|
11 years |
landauf |
return reference instead of copy. this also fixes a crash in …
|
|
|
@9967
|
11 years |
landauf |
call by reference instead of value
|
|
|
@9966
|
11 years |
landauf |
moved declarations to follow our formatting guidelines. no changes in code
|
|
|
@9965
|
11 years |
landauf |
simplified algorithm. turns out this code actually tries to find the …
|
|
|
@9964
|
11 years |
landauf |
removed unused code (some of the code was after a 'return' statement …
|
|
|
@9963
|
11 years |
landauf |
removed unused variable. RaceCheckPoint is a WorldEntity itself, so it …
|
|
|
@9962
|
11 years |
landauf |
fixed warnings (msvc)
|
|
|
@9961
|
11 years |
landauf |
fixed warnings (msvc)
|
|
|
@9959
|
11 years |
landauf |
don't re-initialize the random number generator - we already do this …
|
|
|
@9958
|
11 years |
landauf |
user lower-case for all module names
|
|
|
@9957
|
11 years |
landauf |
fixed a number of linker warnings with msvc
|
|
|
@9956
|
11 years |
landauf |
fixed build with msvc (it seems to use c++98 which has 3 overloads of …
|
|
|
@9945
|
11 years |
landauf |
replaced tabs with spaces. no changes in code
|
|
|
@9943
|
11 years |
landauf |
eol-style native
|
|
|
@9942
|
11 years |
jo |
Disabling addbots for Invaders, since it will cause the game to crash.
|
|
|
@9941
|
11 years |
jo |
Adding most of the changes that were proposed in the release2012 branch.
|
|
|
@9939
|
11 years |
jo |
presentationHS13 branch merged into trunk
|
|
|
@9834
|
11 years |
jo |
Fixing another bug introduced by the previous bug fix.
|
|
|
@9833
|
11 years |
jo |
Fixing cleanup bug, that causes orxonox to crash when tetris was …
|
|
|
@9804
|
11 years |
jo |
Cleaning up the spacerace output.
|
|
|
@9803
|
11 years |
jo |
The brick falldown acceleration is increased, but the velocity is …
|
|
|
@9802
|
11 years |
jo |
Making the Tetris collision detection more robust, by decoupling …
|
|
|
@9801
|
11 years |
jo |
Eridicating a Tetris Bug, related to the positioning of a TetrisBrick …
|
|
|
@9795
|
11 years |
jo |
Removed recursion bug. Invalid positioning/ collision detection still …
|
|
|
@9756
|
11 years |
jo |
Disabling the single tetris brick. Now all tetris bricks consists of …
|
|
|
@9675
|
11 years |
landauf |
merged branch 'libs' back to trunk. orxonox now compiles and runs with …
|
|
|
@9667
|
11 years |
landauf |
merged core6 back to trunk
|
|
|
@9550
|
12 years |
landauf |
merged testing branch back to trunk. unbelievable it took me 13 months …
|
|
|
@9526
|
12 years |
jo |
Merging presentationHS12 back to the trunk.
|
|
|
@9348
|
12 years |
landauf |
merged branch presentation2012merge back to trunk
|
|
|
@9264
|
12 years |
landauf |
fixed warning
|
|
|
@9263
|
12 years |
landauf |
store the next checkpoints in a set instead of Vector3
+ some …
|
|
|
@9262
|
12 years |
landauf |
fixed bug in SpaceRaceManager - it used the wrong index to identify …
|
|
|
@9261
|
12 years |
landauf |
fixed start-countdown issue in spacerace
|
|
|
@9260
|
12 years |
landauf |
cleaned up new SpaceRace classes (no functional code-changes):
- …
|
|
|
@9259
|
12 years |
landauf |
refactored HUDEnemyHealthBar: now it uses …
|
|
|
@9258
|
12 years |
landauf |
some cleanup
|
|
|
@9257
|
12 years |
landauf |
renamed RVName to radarname
cast to RadarViewable instead of SpaceShip …
|
|
|
@9253
|
12 years |
landauf |
fixed crash in NotificationQueue - iterators are not guaranteed to be …
|
|
|
@9016
|
13 years |
jo |
Merging presentation2011 branch to trunk. Please check for possible bugs.
|
|
|
@8952
|
13 years |
dafrick |
Removing some unused variables and taking care of some other warnings …
|
|
|
@8891
|
13 years |
jo |
Ai and tutorial improvements merged back to the trunk. AI features: …
|
|
|
@8864
|
13 years |
dafrick |
Improving output.
|
|
|
@8859
|
13 years |
landauf |
fixed build for MSVC: "only static const integral data members can be …
|
|
|
@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.
|
|
|
@8767
|
13 years |
dafrick |
Some cleanup…
|
|
|
@8738
|
13 years |
landauf |
added "scale" for radar viewables. scale is relative, 1.0 means …
|
|
|
@8737
|
13 years |
landauf |
fixed radar flashing red after killing an enemy with the steerable rocket
|
|
|
@8729
|
13 years |
rgrieder |
Merged unity_build branch back to trunk.
Features:
- Implemented …
|
|
|
@8727
|
13 years |
dafrick |
Cleaning up in SpaceShip and Engine. Fixed several bugs.
Kicked …
|
|
|
@8713
|
13 years |
dafrick |
Cleaning up ShrinkPickup.
|
|
|
@8706
|
13 years |
dafrick |
Merging presentation branch back into trunk.
There are many new …
|
|
|
@8471
|
13 years |
rgrieder |
Fixed possible bug (avoid using 'this' in the initialiser list unless …
|
|
|
@8469
|
13 years |
rgrieder |
Fixed trunk.
|
|
|
@8457
|
13 years |
FelixSchulthess |
merged portals branch into trunk
|
|
|
@8415
|
13 years |
dafrick |
AnD so should the comment say.
|
|
|
@8414
|
13 years |
dafrick |
ScreenshotManager with gridSize = 1 works again.
|
|
|
@8413
|
13 years |
dafrick |
This should make the ScreenshotManager a lot more memory efficient.
|
|
|
@8406
|
14 years |
dafrick |
Quick fix for ScreenshotManager, such that it only needs memory when …
|
|
|
@8397
|
14 years |
youngk |
Added Newtonian Gravitation to the selection of force fields.
|
|
|
@8351
|
14 years |
rgrieder |
Merged kicklib2 branch back to trunk (includes former branches …
|
|
|
@8327
|
14 years |
scheusso |
merging network6 into trunk
|
|
|
@8305
|
14 years |
dafrick |
Fixing another potential memory leak.
|
|
|
@8297
|
14 years |
dafrick |
Possible bug fix in PickupCarrier.
|
|
|
@8234
|
14 years |
rgrieder |
Removed 6 MSVC warnings about conversions.
|
|
|
@8232
|
14 years |
dafrick |
Extending and reorganizing ScreenshotManager and SkyboxGenerator.
The …
|
|
|
@8220
|
14 years |
dafrick |
Adding some default keybindings.
|
|
|
@8213
|
14 years |
dafrick |
Adding changes made to DistanceTrigger also in trunk.
Also documenting …
|
|
|
@8193
|
14 years |
dafrick |
Resolving bug in MultiTrigger.
|
|
|
@8178
|
14 years |
jo |
Merged lastmastanding3 into trunk. There's an xml parsing error that …
|
|
|
@8108
|
14 years |
dafrick |
Merging changes from tetris branch into trunk, since they are also …
|
|
|
@8079
|
14 years |
landauf |
merged usability branch back to trunk
incomplete summary of the …
|
|
|
@7911
|
14 years |
landauf |
Pong gametype should delete the objects it created
|
|
|
@7904
|
14 years |
landauf |
2x virtual because it may be required in some cases (Singleton & …
|
|
|
@7896
|
14 years |
landauf |
actually I believe the condition should be the other way round …
|
|
|
@7895
|
14 years |
landauf |
implemented instant reloading of rocket munition because this was a …
|
|
|
@7886
|
14 years |
landauf |
simplification
|
|
|
@7885
|
14 years |
landauf |
fixed minor memory leak
|
|
|
@7880
|
14 years |
landauf |
radar doesn't abort if owner is missing
radar works with all …
|
|
|
@7865
|
14 years |
landauf |
renamed pong level, added a bot, and changed the pong gametype to …
|
|
|
@7852
|
14 years |
landauf |
fixed crash in Pong gametype if the game was ended right after the …
|
|
|
@7848
|
14 years |
landauf |
fixed "sound volume out of range" warning when firing a rocked. max …
|
|
|
@7846
|
14 years |
landauf |
fixed "No munition class defined in WeaponMode" warning:
you have to …
|
|
|
@7801
|
14 years |
dafrick |
Merging presentation2 branch back to trunk.
|
|
|
@7678
|
14 years |
dafrick |
Adding documentation for invertedSphere ForceField.
|
|
|
@7677
|
14 years |
dafrick |
Adding yet another class of ForceFields and using it in The Time Machine.
|
|
|
@7676
|
14 years |
dafrick |
Some documentation and simplification
|
|
|
@7674
|
14 years |
dafrick |
Resolving some stupid bugs and some adding some minor improvements.
|
|
|
@7673
|
14 years |
dafrick |
Documenting and extending ForceField.
A little cleaning up in The Time …
|
|
|
@7655
|
14 years |
rgrieder |
Merged lastmanstanding back to trunk.
|
|
|
@7654
|
14 years |
rgrieder |
Reverted attempt to merge lastmanstanding branch.
|
|
|
@7653
|
14 years |
jo |
initial upload
|
|
|
@7652
|
14 years |
landauf |
eol-style native
|
|
|
@7601
|
14 years |
dafrick |
Adding all classes in modules/objects to Objects module (in doxygen). …
|
|
|
@7552
|
14 years |
dafrick |
Resolving some TODOs and doing some additional cleanup. Almost done now…
|
|
|
@7551
|
14 years |
dafrick |
Moved documentation for pickup module from wiki to doxygen.
|
|
|
@7549
|
14 years |
dafrick |
Resolving some more 's.
|
|
|