|
|
@9347
|
12 years |
landauf |
removed unused function
adjusted refactored code also in commented …
|
|
|
@9341
|
12 years |
jo |
Corrected getNumberOfPlayers().
|
|
|
@9340
|
12 years |
jo |
On the way of repairing a bug that was caused by manual refactoring of …
|
|
|
@9339
|
12 years |
jo |
Found reason why players are not always detected correctly: …
|
|
|
@9338
|
12 years |
jo |
Trying to find quick fixes for dynamic match. Somehow gametypes …
|
|
|
@9337
|
12 years |
landauf |
fixed "quivering" movement also for DockingController and in the 2nd …
|
|
|
@9336
|
12 years |
landauf |
fixed weird AI movement introduced in waypoints branch
|
|
|
@9335
|
12 years |
landauf |
moved tower defense blender files to pool
|
|
|
@9334
|
12 years |
landauf |
removed UnderAttackHealthBar which is not needed anymore because of …
|
|
|
@9333
|
12 years |
landauf |
added const qualifier to all message-sending functions in GametypeInfo …
|
|
|
@9332
|
12 years |
landauf |
removed strange function
|
|
|
@9331
|
12 years |
landauf |
removed const_cast and some const qualifiers from ConsoleCommand and …
|
|
|
@9330
|
12 years |
landauf |
added deterministic stop criterion to end tetris match (independent of …
|
|
|
@9329
|
12 years |
landauf |
fixed collision bug in tetris which made stones overlap in some cases …
|
|
|
@9328
|
12 years |
landauf |
fixed two possible crashes
|
|
|
@9327
|
12 years |
landauf |
changed parent of TetrisStone from Pawn to MovableEntity which is …
|
|
|
@9326
|
12 years |
landauf |
small refactoring of tetris gametype, fixed memory leak
|
|
|
@9325
|
12 years |
landauf |
removed obsolete code
|
|
|
@9324
|
12 years |
landauf |
fixed dropping and picking up again a PickupCollection
|
|
|
@9323
|
12 years |
landauf |
replaced tabs with spaces
|
|
|
@9322
|
12 years |
landauf |
fixed some warnings
|
|
|
@9321
|
12 years |
landauf |
detail: moved functions from .h to .cc
|
|
|
@9320
|
12 years |
landauf |
removed Pickupable::clone() because it is not needed anymore
|
|
|
@9319
|
12 years |
landauf |
refactored PickupSpawner - it doesn't clone a sample-pickup anymore, …
|
|
|
@9318
|
12 years |
landauf |
removed PickupIdentifier for a number of reasons (I talked to Damian …
|
|
|
@9314
|
12 years |
landauf |
probably a bugfix: PickupIdentifier compared only the first parameter …
|
|
|
@9313
|
12 years |
landauf |
found some more functions to rename
|
|
|
@9312
|
12 years |
landauf |
renamed some functions where enums are converted to/from strings for …
|
|
|
@9306
|
12 years |
jo |
Tetris: Level update
|
|
|
@9305
|
12 years |
landauf |
simplified code a little by using MultiType instead of explicit conversion
|
|
|
@9303
|
12 years |
landauf |
added warning if a template is used on a different type than it was …
|
|
|
@9302
|
12 years |
landauf |
small cleanup. calling addTemplate() only once instead of twice
|
|
|
@9301
|
12 years |
jo |
Quick fix: Suppress default bots in racing gametypes, since so far we …
|
|
|
@9297
|
12 years |
landauf |
- fixed crash on closing pickup inventory. happened if pickup …
|
|
|
@9296
|
12 years |
landauf |
remove dropped pickups from their collection
|
|
|
@9295
|
12 years |
landauf |
removed fancy counters because they will get out of sync way too …
|
|
|
@9294
|
12 years |
landauf |
removed 2 lines from ~PickupCollection() again because they don't …
|
|
|
@9293
|
12 years |
dafrick |
Should fix internal warnig (and compile error introduced in last commit)
|
|
|
@9292
|
12 years |
dafrick |
Looked through recten changes in pickup module, should be fine!
|
|
|
@9290
|
12 years |
landauf |
Fixed crash with MSVC if a PickupCollection was used
A depleted …
|
|
|
@9287
|
12 years |
landauf |
CameraManager inherits from OrxonoxClass, should call RegisterRootObject
|
|
|
@9286
|
12 years |
jo |
Merged pCuts branch.
|
|
|
@9281
|
12 years |
landauf |
small cleanup in ship selection:
- renamed some functions
- moved …
|
|
|
@9280
|
12 years |
landauf |
reformatted HUDNavigation… wtf happened here? do people know we have …
|
|
|
@9279
|
12 years |
landauf |
use orxonox_cast instead of dynamic_cast wherever possible
|
|
|
@9278
|
12 years |
landauf |
forgot that originator can be NULL
|
|
|
@9277
|
12 years |
landauf |
small cleanup of damage multiplier: added 'const' to getter and …
|
|
|
@9273
|
12 years |
landauf |
reverted wrong skybox in teamDeathMatch.oxw
added try-catch to avoid a …
|
|
|
@9272
|
12 years |
landauf |
replaced tabs with spaces (no code changed)
|
|
|
@9271
|
12 years |
landauf |
svn:eol-style native (no changes in code)
|
|
|
@9270
|
12 years |
landauf |
fixed warning
|
|
|
@9269
|
12 years |
landauf |
merged presentation2012 to presentation2012merge
|
|
|
@9266
|
12 years |
landauf |
created branch from trunk to merge the cleanup of presentation2011 …
|
|
copied from code/trunk/src:
|
|
|
@9265
|
12 years |
landauf |
fixed indentation
|