Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9341   12 years jo Corrected getNumberOfPlayers().
(edit) @9340   12 years jo On the way of repairing a bug that was caused by manual refactoring of …
(edit) @9339   12 years jo Found reason why players are not always detected correctly: …
(edit) @9338   12 years jo Trying to find quick fixes for dynamic match. Somehow gametypes …
(edit) @9337   12 years landauf fixed "quivering" movement also for DockingController and in the 2nd …
(edit) @9336   12 years landauf fixed weird AI movement introduced in waypoints branch
(edit) @9335   12 years landauf moved tower defense blender files to pool
(edit) @9334   12 years landauf removed UnderAttackHealthBar which is not needed anymore because of …
(edit) @9333   12 years landauf added const qualifier to all message-sending functions in GametypeInfo …
(edit) @9332   12 years landauf removed strange function
(edit) @9331   12 years landauf removed const_cast and some const qualifiers from ConsoleCommand and …
(edit) @9330   12 years landauf added deterministic stop criterion to end tetris match (independent of …
(edit) @9329   12 years landauf fixed collision bug in tetris which made stones overlap in some cases …
(edit) @9328   12 years landauf fixed two possible crashes
(edit) @9327   12 years landauf changed parent of TetrisStone from Pawn to MovableEntity which is …
(edit) @9326   12 years landauf small refactoring of tetris gametype, fixed memory leak
(edit) @9325   12 years landauf removed obsolete code
(edit) @9324   12 years landauf fixed dropping and picking up again a PickupCollection
(edit) @9323   12 years landauf replaced tabs with spaces
(edit) @9322   12 years landauf fixed some warnings
(edit) @9321   12 years landauf detail: moved functions from .h to .cc
(edit) @9320   12 years landauf removed Pickupable::clone() because it is not needed anymore
(edit) @9319   12 years landauf refactored PickupSpawner - it doesn't clone a sample-pickup anymore, …
(edit) @9318   12 years landauf removed PickupIdentifier for a number of reasons (I talked to Damian …
(edit) @9317   12 years dafrick Removing files that do not comply with our license.
(edit) @9316   12 years dafrick Replacing unlicend skyboxes
(edit) @9315   12 years dafrick Removing files that do not comply with our license.
(edit) @9314   12 years landauf probably a bugfix: PickupIdentifier compared only the first parameter …
(edit) @9313   12 years landauf found some more functions to rename
(edit) @9312   12 years landauf renamed some functions where enums are converted to/from strings for …
(edit) @9311   12 years dafrick Working on images
(edit) @9310   12 years dafrick Update looknfeel
(edit) @9309   12 years dafrick Updating imagesets AUTHORS file
(edit) @9308   12 years dafrick Updating looknfeels AUTHORS file
(edit) @9307   12 years dafrick Adding metal mood to pool.
(edit) @9306   12 years jo Tetris: Level update
(edit) @9305   12 years landauf simplified code a little by using MultiType instead of explicit conversion
(edit) @9304   12 years jo Added tetris HUD template and some eye candy for the level.
(edit) @9303   12 years landauf added warning if a template is used on a different type than it was …
(edit) @9302   12 years landauf small cleanup. calling addTemplate() only once instead of twice
(edit) @9301   12 years jo Quick fix: Suppress default bots in racing gametypes, since so far we …
(edit) @9300   12 years jo Fixed LastTeamStanding HUD and level.
(edit) @9299   12 years jo LastManStanding HUD cleanup.
(edit) @9298   12 years jo Quick fix; the missing file is on another machine.
(edit) @9297   12 years landauf - fixed crash on closing pickup inventory. happened if pickup …
(edit) @9296   12 years landauf remove dropped pickups from their collection
(edit) @9295   12 years landauf removed fancy counters because they will get out of sync way too …
(edit) @9294   12 years landauf removed 2 lines from ~PickupCollection() again because they don't …
(edit) @9293   12 years dafrick Should fix internal warnig (and compile error introduced in last commit)
(edit) @9292   12 years dafrick Looked through recten changes in pickup module, should be fine!
(edit) @9291   12 years landauf moved box which was on top of the spawn point
(edit) @9290   12 years landauf Fixed crash with MSVC if a PickupCollection was used A depleted …
(edit) @9289   12 years jo Data branch is in wrong location.
(edit) @9288   12 years jo Started new branch too early.
(edit) @9287   12 years landauf CameraManager inherits from OrxonoxClass, should call RegisterRootObject
(edit) @9286   12 years jo Merged pCuts branch.
(edit) @9285   12 years jo Adaptions for easier merge.
(edit) @9284   12 years jo Creating a new data-branch for the upcoming release.
(edit) @9283   12 years jo Creating a new branch for the upcoming release of the code.
(edit) @9282   12 years landauf quick fix: use tcl instead of shell commands to find ship templates …
(edit) @9281   12 years landauf small cleanup in ship selection: - renamed some functions - moved …
(edit) @9280   12 years landauf reformatted HUDNavigation… wtf happened here? do people know we have …
(edit) @9279   12 years landauf use orxonox_cast instead of dynamic_cast wherever possible
(edit) @9278   12 years landauf forgot that originator can be NULL
(edit) @9277   12 years landauf small cleanup of damage multiplier: added 'const' to getter and …
(edit) @9276   12 years landauf fixed surfaceRace.oxw level
(edit) @9275   12 years landauf fixed spaceship engines in theTimeMachine.oxw
(edit) @9274   12 years landauf reverted more random stuff in level files
(edit) @9273   12 years landauf reverted wrong skybox in teamDeathMatch.oxw added try-catch to avoid a …
(edit) @9272   12 years landauf replaced tabs with spaces (no code changed)
(edit) @9271   12 years landauf svn:eol-style native (no changes in code)
(edit) @9270   12 years landauf fixed warning
(edit) @9269   12 years landauf merged presentation2012 to presentation2012merge
(edit) @9268   12 years landauf corrected svn:mergeinfo removed .project and added it to ignore-list
(edit) @9267   12 years landauf removed branches that weren't used
(edit) @9266   12 years landauf created branch from trunk to merge the cleanup of presentation2011 …
(edit) @9265   12 years landauf fixed indentation
(edit) @9264   12 years landauf fixed warning
(edit) @9263   12 years landauf store the next checkpoints in a set instead of Vector3 + some …
(edit) @9262   12 years landauf fixed bug in SpaceRaceManager - it used the wrong index to identify …
(edit) @9261   12 years landauf fixed start-countdown issue in spacerace
(edit) @9260   12 years landauf cleaned up new SpaceRace classes (no functional code-changes): - …
(edit) @9259   12 years landauf refactored HUDEnemyHealthBar: now it uses …
(edit) @9258   12 years landauf some cleanup
(edit) @9257   12 years landauf renamed RVName to radarname cast to RadarViewable instead of SpaceShip …
(edit) @9256   12 years landauf I think this implementation of the hit() function rather belongs to …
(edit) @9255   12 years landauf fixed warnings in msvc removed authorship for code that wasn't written …
(edit) @9254   12 years landauf update radar-visibility if the visibility of the pawn itself changes. …
(edit) @9253   12 years landauf fixed crash in NotificationQueue - iterators are not guaranteed to be …
(edit) @9252   12 years landauf added missing call to RegisterObject (it crashed on windows) moved …
(edit) @9251   12 years landauf fixed crash when clicking the single player menu button
(edit) @9250   12 years landauf fixed build for msvc
(edit) @9249   12 years landauf removed old branches from fall 2011
(edit) @9248   12 years decapitb added space junk and portals (with new mesh\!)
(edit) @9247   12 years decapitb surfacerace presentation level added. changed template name of …
(edit) @9246   12 years decapitb 'ls [path] -l' caused crash, changed to 'ls -l [path]'
(edit) @9245   12 years landauf tower defense update (again, now hopefully successful)
(edit) @9244   12 years landauf reverted the rest of r9241
(edit) @9243   12 years landauf removed accidental svn:mergeinfo from r9241
(edit) @9242   12 years landauf reverted accidental changes from r9241
Note: See TracRevisionLog for help on using the revision log.