|
|
@9316
|
12 years |
dafrick |
Replacing unlicend skyboxes
|
|
|
@9315
|
12 years |
dafrick |
Removing files that do not comply with our license.
|
|
|
@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 …
|
|
|
@9311
|
12 years |
dafrick |
Working on images
|
|
|
@9310
|
12 years |
dafrick |
Update looknfeel
|
|
|
@9309
|
12 years |
dafrick |
Updating imagesets AUTHORS file
|
|
|
@9308
|
12 years |
dafrick |
Updating looknfeels AUTHORS file
|
|
|
@9307
|
12 years |
dafrick |
Adding metal mood to pool.
|
|
|
@9306
|
12 years |
jo |
Tetris: Level update
|
|
|
@9305
|
12 years |
landauf |
simplified code a little by using MultiType instead of explicit conversion
|
|
|
@9304
|
12 years |
jo |
Added tetris HUD template and some eye candy for the level.
|
|
|
@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 …
|
|
|
@9300
|
12 years |
jo |
Fixed LastTeamStanding HUD and level.
|
|
|
@9299
|
12 years |
jo |
LastManStanding HUD cleanup.
|
|
|
@9298
|
12 years |
jo |
Quick fix; the missing file is on another machine.
|
|
|
@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!
|
|
|
@9291
|
12 years |
landauf |
moved box which was on top of the spawn point
|
|
|
@9290
|
12 years |
landauf |
Fixed crash with MSVC if a PickupCollection was used
A depleted …
|
|
|
@9289
|
12 years |
jo |
Data branch is in wrong location.
|
|
|
@9288
|
12 years |
jo |
Started new branch too early.
|
|
|
@9287
|
12 years |
landauf |
CameraManager inherits from OrxonoxClass, should call RegisterRootObject
|
|
|
@9286
|
12 years |
jo |
Merged pCuts branch.
|
|
|
@9285
|
12 years |
jo |
Adaptions for easier merge.
|
|
|
@9284
|
12 years |
jo |
Creating a new data-branch for the upcoming release.
|
|
|
@9283
|
12 years |
jo |
Creating a new branch for the upcoming release of the code.
|
|
|
@9282
|
12 years |
landauf |
quick fix: use tcl instead of shell commands to find ship templates …
|
|
|
@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 …
|
|
|
@9276
|
12 years |
landauf |
fixed surfaceRace.oxw level
|
|
|
@9275
|
12 years |
landauf |
fixed spaceship engines in theTimeMachine.oxw
|
|
|
@9274
|
12 years |
landauf |
reverted more random stuff in level files
|
|
|
@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
|
|
|
@9268
|
12 years |
landauf |
corrected svn:mergeinfo
removed .project and added it to ignore-list
|
|
|
@9267
|
12 years |
landauf |
removed branches that weren't used
|
|
|
@9266
|
12 years |
landauf |
created branch from trunk to merge the cleanup of presentation2011 …
|
|
|
@9265
|
12 years |
landauf |
fixed indentation
|
|
|
@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 …
|
|
|
@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. …
|
|
|
@9253
|
12 years |
landauf |
fixed crash in NotificationQueue - iterators are not guaranteed to be …
|
|
|
@9252
|
12 years |
landauf |
added missing call to RegisterObject (it crashed on windows)
moved …
|
|
|
@9251
|
12 years |
landauf |
fixed crash when clicking the single player menu button
|
|
|
@9250
|
12 years |
landauf |
fixed build for msvc
|
|
|
@9249
|
12 years |
landauf |
removed old branches from fall 2011
|
|
|
@9248
|
12 years |
decapitb |
added space junk and portals (with new mesh\!)
|
|
|
@9247
|
12 years |
decapitb |
surfacerace presentation level added. changed template name of …
|
|
|
@9246
|
12 years |
decapitb |
'ls [path] -l' caused crash, changed to 'ls -l [path]'
|
|
|
@9245
|
12 years |
landauf |
tower defense update (again, now hopefully successful)
|
|
|
@9244
|
12 years |
landauf |
reverted the rest of r9241
|
|
|
@9243
|
12 years |
landauf |
removed accidental svn:mergeinfo from r9241
|
|
|
@9242
|
12 years |
landauf |
reverted accidental changes from r9241
|
|
|
@9241
|
12 years |
decapitb |
tower defense update
|
|
|
@9240
|
12 years |
kevint |
Added BigSpacegate with Pattern second trial
|
|
|
@9239
|
12 years |
kevint |
Added BigSpacegate with Pattern
|
|
|
@9238
|
12 years |
mpalic |
Added Spacebomb
|
|
|
@9237
|
12 years |
mpalic |
Modified SimpleRocket to be able to use it for the SpaceBomb
|
|
|
@9236
|
12 years |
mentzerf |
* Changed waypoint scale so that they are not visible anymore
* …
|
|
|
@9235
|
12 years |
lukasmue |
added fight theme
|
|
|
@9234
|
12 years |
decapitb |
resolving conflict… i hope
|
|
|
@9233
|
12 years |
decapitb |
|
|
|
@9232
|
12 years |
decapitb |
safety checkin
|
|
|
@9231
|
12 years |
decapitb |
conflict…
|
|
|
@9230
|
12 years |
decapitb |
conflict…
|
|
|
@9229
|
12 years |
decapitb |
merged towerdefense
|
|
|
@9228
|
12 years |
kevint |
Added Final Spacegate
|
|
|
@9227
|
12 years |
kevint |
Final Spacegate added
|
|
|
@9226
|
12 years |
landauf |
changed hasDefaultValue() to lastConversionSuccessful() (inverted …
|
|
|
@9225
|
12 years |
landauf |
a lot of refactoring in the internals of MultiType
renamed set<T>() to …
|
|
|
@9224
|
12 years |
landauf |
renamed set and get functions in MultiType:
- setValue() → set()
- …
|
|
|
@9223
|
12 years |
landauf |
renamed setType<T>() to reset<T>()
|
|
|
@9222
|
12 years |
landauf |
renamed MT_Value as MultiType::Type and removed it from the public …
|
|
|
@9221
|
12 years |
landauf |
added tests for MultiType
added isType<void>() which is equivalent to …
|
|
|
@9220
|
12 years |
ninow |
fixed some errors
|
|
|
@9219
|
12 years |
scmoritz |
3D arrow added. Spinns around like crazy. the partyarrow needs a fix
|
|
|
@9218
|
12 years |
ninow |
Forgot to add Files
|
|
|
@9217
|
12 years |
ninow |
First Checkin of my Gametype
|
|
|