Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10032   10 years fvultier Neue Platformen werden zur Laufzeit hinzugefugt, wenn sich die Ansicht …
(edit) @10031   10 years muemart Limit turret's rotation (another method…), work a bit on the …
(edit) @10030   10 years mkronig last commit from 10.4.14
(edit) @10029   10 years noep Fixed a bug where part-entity-assignments were not created.
(edit) @10028   10 years samuezu compiles now
(edit) @10027   10 years mkronig changes on controllerDirector e.g. lua part
(edit) @10026   10 years mkronig Added an initial test for lua execution. Not tested yet.
(edit) @10025   10 years samuezu created scriptcontroller header and *.cc file
(edit) @10024   10 years mkronig changes on controllerDirector project
(edit) @10023   10 years noep ShipParts can "die" and detach the corresponding Entity while doing …
(edit) @10022   10 years fvultier Anzeigen eines .mesh files funktioniert. Es wird nicht im Level-File …
(edit) @10021   10 years muemart Turret: Move the turret up in the hierarchy, edit the template accordingly
(edit) @10020   10 years samuezu created scriptcontroller header and *.cc file
(edit) @10019   10 years noep Continued working on ShipPart and ModularSpaceShip implementation
(edit) @10018   10 years muemart Turret: Limit turret's rotation (not really precise though) & …
(edit) @10017   10 years fvultier Steuerung funktioniert
(edit) @10016   10 years mkronig
(edit) @10015   10 years samuezu removed the temporary script controller entry in the CMakelists
(edit) @10014   10 years samuezu re-added the scriptcontroller files
(edit) @10013   10 years samuezu adding ControllerDirector files
(edit) @10012   10 years mkronig commit 3.4.2014
(edit) @10011   10 years noep Cleaned up the process passing the collisionshape which was hit to the …
(edit) @10010   10 years samuezu added ControllerDirector Class, without any implementation
(edit) @10009   10 years mkronig edited comments in levelTry.oxw file and scriptableController_00.cc
(edit) @10008   10 years muemart Start a new controller and investigate rotations
(edit) @10007   10 years noep More research done on collisionshape-entity-structure, and started …
(edit) @10006   10 years mkronig first try with scriptable controller
(edit) @10005   10 years fvultier Initial checkin
(edit) @10004   10 years muemart first experiments with the turret
(edit) @10003   10 years noep A Pawn being hit now prints it's Collisionshape-Structure, as well as …
(edit) @10002   10 years noep Output (printing) of CollisionShape-Structure now works. It uses the …
(edit) @10001   10 years noep Tried (and failed) to fix output of CollisionShape-structure
(edit) @10000   10 years smerkli Created a branch for the pickups extension. Happy 10000 commits!! …
(edit) @9999   10 years smerkli Created a branch for the scriptable controller
(edit) @9998   10 years smerkli Created branch for turret extension
(edit) @9997   10 years noep Added functions to print the collisionshape-structure of a Pawn which …
(edit) @9996   10 years noep Fixed the method outputting the projectile's CollisionBox instead of …
(edit) @9995   10 years noep Modified collision-detecting-process, such that collisions can be …
(edit) @9994   10 years smerkli Added a branch for Noe's modular ships
(edit) @9993   10 years smerkli Backported a library fix I did in the trunk a while ago so the …
(edit) @9992   10 years jo The end of Area51UnderFire is ok. Unfortunately the explosion could …
(edit) @9991   10 years jo Removing an error concerning the NotificationQueu in EscapeTheBasterds.
(edit) @9990   10 years jo Some level improvements and clean up. Not finished yet. The quests …
(edit) @9989   10 years jo Some details added.
(edit) @9988   10 years jo Making the level more interesting. Now the player can actually fail to …
(edit) @9987   10 years jo Improving the portal handling, such that the way to go after passing …
(edit) @9986   10 years jo Improving the first mission. Two fixes are needed to make it well …
(edit) @9985   10 years jo Ending missionOne.
(edit) @9984   10 years landauf tab → spaces
(edit) @9983   10 years landauf detail
(edit) @9982   10 years landauf added option to force the arguments which are defined in the …
(edit) @9981   10 years landauf I think that was a bug - why should a command not be added if it has …
(edit) @9980   10 years jo Adding delay timer to show the main menu after a game ended automatically.
(edit) @9979   10 years landauf simplified the boost command in HumanController by using the new …
(edit) @9978   10 years landauf added new keybind mode 'OnPressAndRelease' which triggers both when a …
(edit) @9977   10 years jo So far so good. Unfortunately I did not figure out what is wrong with …
(edit) @9975   10 years landauf details
(edit) @9974   10 years landauf docking should take actual control, not just temporary. this also …
(edit) @9973   10 years landauf several (potential) bugfixes in SpaceRaceController: * check if there …
(edit) @9972   10 years jo Something went wrong. I will correct the error later. So far just this …
(edit) @9971   10 years landauf return reference instead of copy. this also fixes a crash in …
(edit) @9970   10 years jo Adjusting the Miscellaneaus menu to turn off the auto-end feature.
(edit) @9969   10 years jo Automatically show the menu for gametypes that call Gametype::end() - …
(edit) @9968   10 years landauf fixed crash while loading lastManStanding.oxw (BigExplosion is now a …
(edit) @9967   10 years landauf call by reference instead of value
(edit) @9966   10 years landauf moved declarations to follow our formatting guidelines. no changes in code
(edit) @9965   10 years landauf simplified algorithm. turns out this code actually tries to find the …
(edit) @9964   10 years landauf removed unused code (some of the code was after a 'return' statement …
(edit) @9963   10 years landauf removed unused variable. RaceCheckPoint is a WorldEntity itself, so it …
(edit) @9962   10 years landauf fixed warnings (msvc)
(edit) @9961   10 years landauf fixed warnings (msvc)
(edit) @9960   10 years landauf fixed warning (msvc): the cast affected only '50' and not the whole …
(edit) @9959   10 years landauf don't re-initialize the random number generator - we already do this …
(edit) @9958   10 years landauf user lower-case for all module names
(edit) @9957   10 years landauf fixed a number of linker warnings with msvc
(edit) @9956   10 years landauf fixed build with msvc (it seems to use c++98 which has 3 overloads of …
(edit) @9955   10 years landauf removed temporary files and added them to the ignore list
(edit) @9954   10 years landauf moved all invader enemy templates into one file. fixed warning about …
(edit) @9953   10 years landauf fixed error when starting Invaders.oxw
(edit) @9952   10 years landauf neither ParticleSpawner nor the explosion_ object need to be …
(edit) @9951   10 years landauf details
(edit) @9950   10 years landauf ParticleEmitter should be a StaticEntity just like every other …
(edit) @9949   10 years landauf removed duplicate code. there is no need for a second constructor. if …
(edit) @9948   10 years landauf comment
(edit) @9947   10 years landauf bugfix: explosion-sound was always positioned at world-coordinates …
(edit) @9946   10 years landauf removed debug output
(edit) @9945   10 years landauf replaced tabs with spaces. no changes in code
(edit) @9944   10 years landauf no Thilo, we don't want to call preDestroy() made documentation of …
(edit) @9943   10 years landauf eol-style native
(edit) @9942   10 years jo Disabling addbots for Invaders, since it will cause the game to crash.
(edit) @9941   10 years jo Adding most of the changes that were proposed in the release2012 branch.
(edit) @9940   10 years jo polishing the first Level - force the target station to be static.
(edit) @9939   10 years jo presentationHS13 branch merged into trunk
(edit) @9938   10 years jo Heavy Cruiser in presentation Level
(edit) @9937   10 years jo Adding the presentation level and improving the debug-HUD
(edit) @9935   10 years jo Fixing spind error due to lod.
(edit) @9934   10 years jo Fixing loading error, due to lod. ?
(edit) @9932   10 years jo removing obsolete levels
(edit) @9930   10 years jo removing wrong named file
(edit) @9929   10 years jo removing the wrong spelled level
Note: See TracRevisionLog for help on using the revision log.