Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10262   9 years landauf eol-style native. no changes in code.
(edit) @10261   9 years landauf fixed warning
(edit) @10260   9 years landauf merged the latest changes from pickupsFS14 to trunk
(edit) @10259   9 years landauf recorded merge of pickupsFS14 up to r10112 (which was already mostly …
(edit) @10258   9 years landauf merged presentationHS14merge back to trunk
(edit) @10257   9 years landauf fixed tag
(edit) @10256   9 years landauf found some hidden changes in a merge commit in presentationHS14 and …
(edit) @10255   9 years landauf merged storymodeHS14
(edit) @10254   9 years landauf cleanup
(edit) @10253   9 years landauf improved campaign mode. use config value instead of writing a new …
(edit) @10252   9 years muemart Fix MSVC debugging environment for newer versions
(edit) @10251   9 years landauf use relative path
(edit) @10250   9 years landauf tabs → spaces. removed temp-file
(edit) @10249   9 years landauf autoformatted code and removed commented block
(edit) @10248   9 years landauf merged towerdefenseHS14 (except some debug code)
(edit) @10247   9 years landauf fixed warnings (MinGW)
(edit) @10246   9 years landauf replaced tabs with spaces + some formatting sometimes. no changes in code.
(edit) @10245   9 years landauf fixed some warnings (MSVC)
(edit) @10244   9 years landauf eol-style native
(edit) @10243   9 years landauf merged the updated controller files from trunk (including SVN history)
(edit) @10242   9 years landauf merged hudHS14
(edit) @10241   9 years landauf cleanup
(edit) @10240   9 years landauf replaced tabs with spaces. no changes in code.
(edit) @10239   9 years landauf fixed some warnings (MSVC)
(edit) @10238   9 years landauf merged weaponupdateHS14 (except some unnecessary changes)
(edit) @10237   9 years landauf merged surfaceraceHS14 (but without all the strange stuff that …
(edit) @10236   9 years landauf replaced tabs with spaces. no changes in code.
(edit) @10235   9 years landauf fixed build and warnings (MSVC)
(edit) @10234   9 years landauf changed paths
(edit) @10233   9 years landauf renamed module dodgerace2 → dodgerace
(edit) @10232   9 years landauf eol-style native
(edit) @10231   9 years landauf merged minigame4DHS14
(edit) @10230   9 years landauf replaced tabs with spaces. no changes in code.
(edit) @10229   9 years landauf fixed warnings & details
(edit) @10228   9 years landauf removed accidentally added merge-info (where did that come from?)
(edit) @10227   9 years landauf changed paths & fixed macro in Mini4DgamePrereqs.h
(edit) @10226   9 years landauf use only lowercase characters in module names
(edit) @10225   9 years landauf eol-style native
(edit) @10224   9 years landauf merged leveljoemeHS14
(edit) @10223   9 years landauf merged keckslevelHS14
(edit) @10222   9 years landauf created new branch to merge the changes from HS14
(edit) @10221   9 years landauf renamed module: dodgerace2 → dodgerace (this also fixes build on MSVC …
(edit) @10220   9 years landauf fixed build of objects and mini4Dgame modules (MSVC)
(edit) @10219   9 years landauf fixed build (DodgeRace) and warnings (TowerDefenseTower) for MinGW on …
(edit) @10218   9 years landauf fixed build and warnings with MSVC
(edit) @10217   9 years landauf removed old & merged branches from FS14
(edit) @10216   9 years landauf merged branch presentationFS14 back to trunk
(edit) @10215   9 years landauf replaced tabs with spaces. no changes in code.
(edit) @10214   9 years landauf fixed segfault. after removing the engine from the ship, we need to …
(edit) @10213   9 years landauf removed attach() from ModularSpaceShip because it shadows the …
(edit) @10212   9 years landauf removed detach() from ModularSpaceShip which was just copy-pasted from …
(edit) @10211   9 years landauf made SpaceShip::engineList_ private again. moved function from …
(edit) @10210   9 years landauf not sure how the MSVC dependency package v7 works, but v6 still needs …
(edit) @10209   9 years muemart More MSVC fixes - Update dependecy package version requirements - …
(edit) @10208   9 years muemart Some small fixes for the MSVC build - Don't hardcode library names. …
(edit) @10207   9 years bknecht Replacing MSVC code for long integer with cross plattform compatible one
(edit) @10206   9 years landauf fixed build
(edit) @10205   9 years landauf the previous commit was not correct. re-added the call to …
(edit) @10204   9 years landauf i think this can be removed as well. the user pointer was probably …
(edit) @10203   9 years landauf removed unused code and debug output
(edit) @10202   9 years landauf removed two merged branches
(edit) @10201   9 years landauf removed old (and merged) branches from HS12 and HS12. notes: - …
(edit) @10200   9 years landauf removed old branches that never received any commits
(edit) @10199   9 years landauf reverted spaceshipTurret.oxt to the old (and correct) version of r10071
(edit) @10198   9 years landauf disabled physics for turret → removed attachment-hack in WorldEntity
(edit) @10197   9 years landauf avoid implicit conversion in MultiType.get<T>()
(edit) @10196   9 years landauf added BulletDebugDrawer to Scene. added console command to …
(edit) @10195   9 years landauf removed unnecessary material from BulletDebugDrawer. fixed crash with …
(edit) @10194   9 years landauf bugfix
(edit) @10193   9 years landauf details, made debug drawer more configurable
(edit) @10192   9 years landauf destroy elements in Scene in the opposite order of their creation.
(edit) @10191   9 years landauf added customized visualization for cylinders and cones to …
(edit) @10190   9 years landauf added utility to visualize collision shapes
(edit) @10189   9 years landauf added new collision shape (cylinder)
(edit) @10188   9 years landauf change cmake policy in order to avoid warning because we currently …
(edit) @10187   9 years landauf fixed dependency issue in cmake script (which also fixes a bunch of …
(edit) @10186   9 years landauf trying to make cmake policy settings backwards compatible
(edit) @10185   9 years landauf fixed warnings with cmake 3.1
(edit) @10184   9 years fvultier Es wird nun angezeigt, wie lange ein item noch aktiv ist.
(edit) @10183   9 years maxima new files PPS HS14
(edit) @10182   9 years maxima Had to change Mission::start() to play the mission levels.
(edit) @10181   9 years maxima towerdefenseHS14 merged.
(edit) @10180   9 years maxima weaponupdateHS14 merged.
(edit) @10179   9 years maxima minigame4DHS14 merged
(edit) @10178   9 years flsueess bugfixes
(edit) @10177   9 years flsueess holos gesetzt
(edit) @10176   9 years maxima dodgeraceHS14 merged.
(edit) @10175   9 years maxima storymodeHS14 merged. You have to change the link to campaign.txt in …
(edit) @10174   9 years maxima Final version for presentation.
(edit) @10173   9 years maxima Branch leveljoemeHS14 merged with presentation branch
(edit) @10172   9 years maxima final version for presentation
(edit) @10171   9 years maxima Branch hudHS14 merged with presentation branch
(edit) @10170   9 years maxima Branch keckslevelHS14 merged with presentationHS14 branch
(edit) @10169   9 years flsueess alle collisionshapes fertig
(edit) @10168   9 years richtero working game
(edit) @10167   9 years sujataj final stage
(edit) @10166   9 years sriedel Final version
(edit) @10165   9 years kecks Level file changed to final version.
(edit) @10164   9 years kecks Level file changed.
(edit) @10163   9 years aejonas completed healthbar project
Note: See TracRevisionLog for help on using the revision log.