|
|
@11115
|
9 years |
landauf |
fixed code to compile in 64bit mode
|
|
|
@11108
|
9 years |
fvultier |
A few modifications in the weapon system: WeaponModes may play a …
|
|
|
@11105
|
9 years |
fvultier |
Removed wrong comments in Jump minigame. These comments were artifacts …
|
|
|
@11103
|
9 years |
landauf |
fixed warnings (release build).
fixed error in GravityBombField
|
|
|
@11099
|
9 years |
muemart |
Fix loads of doxygen warnings and other documentation issues
|
|
|
@11083
|
9 years |
muemart |
Fix some clang-tidy warnings.
Also, Serialise.h was doing some C-style …
|
|
|
@11071
|
9 years |
landauf |
merged branch cpp11_v3 back to trunk
|
|
|
@11056
|
9 years |
landauf |
merged last commit from presentationHS15 to trunk
|
|
|
@11052
|
9 years |
landauf |
merged branch presentationHS15 back to trunk
|
|
|
@11023
|
9 years |
landauf |
bugfix: use orxonox_cast instead of c-style-cast and check if the …
|
|
|
@11022
|
9 years |
landauf |
tweaked portal sound a bit
|
|
|
@11021
|
9 years |
landauf |
merged branch soundEffects back to trunk. for some reason it was never …
|
|
|
@11020
|
9 years |
landauf |
fixed some cases where 'delete' was used instead of destroy()
|
|
|
@11018
|
9 years |
landauf |
I think it's sufficient if Timer is a Listable. A timer is often used …
|
|
|
@10727
|
9 years |
landauf |
fixed warnings with MSVC14
|
|
|
@10632
|
9 years |
fvultier |
Removed useless code (artifacts from copy-paste) in the Jump minigame.
|
|
|
@10629
|
9 years |
fvultier |
Merged towerdefenseFabien branch back to trunk. The towerdefense …
|
|
|
@10628
|
9 years |
landauf |
addendum to r10626 → pass the collision shape to Pawn::damage
|
|
|
@10626
|
9 years |
zifloria |
Fixed more of the same bug. Tower defense was also affected
|
|
|
@10625
|
9 years |
zifloria |
Fixed OrxonoxArcade. Points are awarded again. The problem was that I …
|
|
|
@10624
|
9 years |
landauf |
merged branch core7 back to trunk
|
|
|
@10622
|
9 years |
landauf |
merged branch presentationFS15merge back to trunk
|
|
|
@10437
|
9 years |
fvultier |
Removed unnecessary output to console in kump minigame. Added a small …
|
|
|
@10318
|
10 years |
smerkli |
fixed destructor (during class hierarchy initialization)
|
|
|
@10299
|
10 years |
landauf |
fixed crash in SimpleRocket (during level-unloading).
improved debug …
|
|
|
@10296
|
10 years |
landauf |
don't add the pawn's velocity to the projectile's velocity. this makes …
|
|
|
@10294
|
10 years |
landauf |
made projectiles slower (and all have the same speed now). makes it …
|
|
|
@10293
|
10 years |
landauf |
avoid collisions between projectiles of a turret and the parent-pawn …
|
|
|
@10292
|
10 years |
landauf |
fixed text size in HUD (marker which shows the enemy's name). the …
|
|
|
@10291
|
10 years |
landauf |
simplified Math: temp is always positive, thus only solution1 is …
|
|
|
@10290
|
10 years |
landauf |
details
|
|
|
@10287
|
10 years |
landauf |
use dynamic physics for projectiles. this seems to avoid 'tunneling' …
|
|
|
@10284
|
10 years |
landauf |
removed some unnecessary module dependencies
|
|
|
@10262
|
10 years |
landauf |
eol-style native. no changes in code.
|
|
|
@10261
|
10 years |
landauf |
fixed warning
|
|
|
@10260
|
10 years |
landauf |
merged the latest changes from pickupsFS14 to trunk
|
|
|
@10259
|
10 years |
landauf |
recorded merge of pickupsFS14 up to r10112 (which was already mostly …
|
|
|
@10258
|
10 years |
landauf |
merged presentationHS14merge back to trunk
|
|
|
@10218
|
10 years |
landauf |
fixed build and warnings with MSVC
|
|
|
@10216
|
10 years |
landauf |
merged branch presentationFS14 back to trunk
|
|
|
@10189
|
10 years |
landauf |
added new collision shape (cylinder)
|
|
|
@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
|
14 years |
dafrick |
AnD so should the comment say.
|
|
|