|
|
@11720
|
7 years |
landauf |
[SpaceRace_HS16] reverted some unwanted changes and fixed formatting a …
|
|
|
@11717
|
7 years |
landauf |
[Highscore_HS16] added license, added include guard, fixed formatting
|
|
|
@11716
|
7 years |
landauf |
[Highscore_HS16] moved logic to compare old an new score to Highscore; …
|
|
|
@11715
|
7 years |
landauf |
[Highscore_HS16] removed playerName from Highscore because the player …
|
|
|
@11714
|
7 years |
landauf |
[Highscore_HS16] reverted changes in LevelInfo - they don't seem to be …
|
|
|
@11708
|
7 years |
landauf |
[HUD_HS16] fixed issue that the hud shows pickups of ALL players/bots …
|
|
|
@11704
|
7 years |
landauf |
[HUD_HS16] fixed wrong dependency between overlays and pickup module: …
|
|
|
@11701
|
7 years |
landauf |
[HUD_HS16] removed debug output
|
|
|
@11700
|
7 years |
landauf |
merged the remaining commits of HUD_HS16 branch back to trunk (except …
|
|
|
@11699
|
7 years |
landauf |
trying to fix build for MSVC but still having trouble with the …
|
|
|
@11359
|
8 years |
patricwi |
story mode map merged
|
|
|
@11358
|
8 years |
patricwi |
space race merged
|
|
|
@11356
|
8 years |
patricwi |
merged space race with trunk
|
|
|
@11355
|
8 years |
patricwi |
deleted comments
|
|
|
@11353
|
8 years |
patricwi |
merged HUD branch to trunk
|
|
|
@11176
|
9 years |
fvultier |
Added a debug console command that allows visualization of the weaponSlots.
|
|
|
@11161
|
9 years |
landauf |
removed another spurious backslash
|
|
|
@11112
|
9 years |
landauf |
removed unnecessary boost include
|
|
|
@11108
|
9 years |
fvultier |
A few modifications in the weapon system: WeaponModes may play a …
|
|
|
@11099
|
9 years |
muemart |
Fix loads of doxygen warnings and other documentation issues
|
|
|
@11086
|
9 years |
landauf |
detail
|
|
|
@11085
|
9 years |
landauf |
enable glow shader in all scenes
|
|
|
@11083
|
9 years |
muemart |
Fix some clang-tidy warnings.
Also, Serialise.h was doing some C-style …
|
|
|
@11080
|
9 years |
landauf |
merged shaders back to trunk (pps project from HS 2012)
|
|
|
@11071
|
9 years |
landauf |
merged branch cpp11_v3 back to trunk
|
|
|
@11052
|
9 years |
landauf |
merged branch presentationHS15 back to trunk
|
|
|
@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 …
|
|
|
@11011
|
9 years |
landauf |
moved command line argument from Main to Core because it is used there
|
|
|
@10728
|
9 years |
landauf |
disable LOD for MSVC and ogre version 1.8 because it leads to crashes
|
|
|
@10727
|
9 years |
landauf |
fixed warnings with MSVC14
|
|
|
@10726
|
9 years |
landauf |
fixed alignment warnings in MSVC14 (caused by SSE instructions in bullet)
|
|
|
@10650
|
9 years |
fvultier |
There is now a spaceship that uses the gravity bomb. Minor …
|
|
|
@10648
|
9 years |
fvultier |
Removed EnergyDrink Weapon from SpaceshipASSFF. Improved documentation …
|
|
|
@10631
|
9 years |
landauf |
the AI sometimes selected its own ship as target while it was steering …
|
|
|
@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 …
|
|
|
@10316
|
10 years |
smerkli |
only load debug drawer if graphics is enabled
|
|
|
@10299
|
10 years |
landauf |
fixed crash in SimpleRocket (during level-unloading).
improved debug …
|
|
|
@10294
|
10 years |
landauf |
made projectiles slower (and all have the same speed now). makes it …
|
|
|
@10290
|
10 years |
landauf |
details
|
|
|
@10289
|
10 years |
landauf |
fixed target position calculation:
a) the math was wrong (not sure …
|
|
|
@10288
|
10 years |
landauf |
added bullet settings for CCD (continuous collision detection) to …
|
|
|
@10281
|
10 years |
landauf |
added command 'reloadLevel' (by default on F5) which reloads the level …
|
|
|
@10274
|
10 years |
landauf |
fixed #419 http://www.orxonox.net/ticket/419
physics is only activated …
|
|
|
@10270
|
10 years |
landauf |
fixed crash: cs can be null (e.g. when using the 'suicide' command)
|
|
|
@10262
|
10 years |
landauf |
eol-style native. no changes in code.
|
|
|
@10258
|
10 years |
landauf |
merged presentationHS14merge back to trunk
|
|
|
@10216
|
10 years |
landauf |
merged branch presentationFS14 back to trunk
|
|
|
@10197
|
10 years |
landauf |
avoid implicit conversion in MultiType.get<T>()
|
|
|
@10196
|
10 years |
landauf |
added BulletDebugDrawer to Scene.
added console command to …
|
|
|
@10192
|
10 years |
landauf |
destroy elements in Scene in the opposite order of their creation.
|
|
|
@9986
|
11 years |
jo |
Improving the first mission. Two fixes are needed to make it well …
|
|
|
@9984
|
11 years |
landauf |
tab → spaces
|
|
|
@9980
|
11 years |
jo |
Adding delay timer to show the main menu after a game ended automatically.
|
|
|
@9979
|
11 years |
landauf |
simplified the boost command in HumanController by using the new …
|
|
|
@9977
|
11 years |
jo |
So far so good. Unfortunately I did not figure out what is wrong with …
|
|
|
@9972
|
11 years |
jo |
Something went wrong. I will correct the error later. So far just this …
|
|
|
@9969
|
11 years |
jo |
Automatically show the menu for gametypes that call Gametype::end() - …
|
|
|
@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
|
|
|
@9944
|
11 years |
landauf |
no Thilo, we don't want to call preDestroy()
made documentation of …
|
|
|
@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
|
|
|
@9800
|
11 years |
jo |
Make the AI aware of the inherent team (number) of controllable …
|
|
|
@9799
|
11 years |
jo |
Make controllable entities adapt the controllers team number.
|
|
|
@9797
|
11 years |
jo |
Added Team functionality down to the controller class.
|
|
|
@9730
|
11 years |
jo |
Making the setLives function more flexible. The game can be …
|
|
|
@9729
|
11 years |
jo |
Creating new console command to set the lives in a mission.
|
|
|
@9728
|
11 years |
jo |
Making a Mission endable by a ConsoleCommand such that it can be ended …
|
|
|
@9716
|
11 years |
jo |
Making the WaypointPatrolController configurable such that it can …
|
|
|
@9676
|
11 years |
landauf |
fixed warnings with gcc 4.7
|
|
|
@9675
|
11 years |
landauf |
merged branch 'libs' back to trunk. orxonox now compiles and runs with …
|
|
|
@9672
|
11 years |
smerkli |
Added a few includes that were necessary with the switch to GCC > 4.7 …
|
|
|
@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 …
|
|
|
@9550
|
12 years |
landauf |
merged testing branch back to trunk. unbelievable it took me 13 months …
|
|
|
@9546
|
12 years |
smerkli |
Added a BigExplosion creation to the Pawn constructor.
This loads all …
|
|
|
@9526
|
12 years |
jo |
Merging presentationHS12 back to the trunk.
|
|
|
@9348
|
12 years |
landauf |
merged branch presentation2012merge back to trunk
|
|
|
@9265
|
12 years |
landauf |
fixed indentation
|
|
|
@9261
|
12 years |
landauf |
fixed start-countdown issue in spacerace
|
|
|
@9260
|
12 years |
landauf |
cleaned up new SpaceRace classes (no functional code-changes):
- …
|
|
|
@9257
|
12 years |
landauf |
renamed RVName to radarname
cast to RadarViewable instead of SpaceShip …
|
|
|
@9256
|
12 years |
landauf |
I think this implementation of the hit() function rather belongs to …
|
|
|
@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. …
|
|
|
@9252
|
12 years |
landauf |
added missing call to RegisterObject (it crashed on windows)
moved …
|
|
|
@9048
|
13 years |
dafrick |
Resolving a warning.
|
|
|
@9016
|
13 years |
jo |
Merging presentation2011 branch to trunk. Please check for possible bugs.
|
|
|