Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10362   9 years landauf use static identifier initializer to store the inheritance definition …
(edit) @10361   9 years landauf added run-time check for class hierarchy
(edit) @10360   9 years landauf wrap Identifiers in a StaticallyInitializedInstance. doesn't do a lot …
(edit) @10359   9 years landauf added tests
(edit) @10358   9 years landauf removed int constructor & assignment-operator from WeakPtr and SmartPtr
(edit) @10357   9 years landauf don't include CoreIncludes.h in *.h files
(edit) @10356   9 years landauf fixed test
(edit) @10355   9 years landauf don't forget to register new commands (fixes 'alias' command)
(edit) @10354   9 years landauf moved code from static initializer into new function in …
(edit) @10353   9 years landauf detail
(edit) @10352   9 years landauf wrap ConsoleCommands in StaticallyInitializedInstances
(edit) @10351   9 years landauf using the 'official' way to define a non-static console command
(edit) @10350   9 years landauf removed hack
(edit) @10349   9 years landauf removed hack. addBots/killBots is now part of Gametype
(edit) @10348   9 years landauf removed unnecessary helper functions
(edit) @10347   9 years landauf moved console command macros to a new file (ConsoleCommandIncludes.h)
(edit) @10346   9 years landauf moved static contents from ConsoleCommand to ConsoleCommandManager
(edit) @10345   9 years landauf wrap CommandLineArguments in StaticallyInitializedInstances
(edit) @10344   9 years landauf remove and destroy StaticallyInitializedInstances
(edit) @10343   9 years landauf moved CommandLineParser into separate subfolder
(edit) @10342   9 years landauf added helper class for module initialization
(edit) @10341   9 years meggiman Started implementing GravityBombField
(edit) @10340   9 years erbj Tower upgrade now implemented and towers are now saved in the …
(edit) @10336   9 years meggiman Started implementing GravityBomb.cc
(edit) @10335   9 years erbj tower don't shoot at the centerpoint anymore(because we shifted it by …
(edit) @10334   9 years frovelli Added serverlist ping display in LAN
(edit) @10328   9 years landauf created branch to work on new core features
(edit) @10327   9 years landauf re-creating branch…
(edit) @10326   9 years meggiman Created header files for new classes GravityBombFire and GravityBomb
(edit) @10325   9 years erbj tower templates verwaltet und tower direkt turret, nicht eigenes objekt
(edit) @10324   9 years maxima new branch
(edit) @10321   9 years sborghi New Level File
(edit) @10320   9 years maxima new branch for sborghi
(edit) @10319   9 years erbj tower now inherits from turret
(edit) @10315   9 years rgraczyk Added some comments
(edit) @10312   9 years maxima new branch for andrea
(edit) @10309   9 years maxima new branch for PPS
(edit) @10308   9 years maxima new branch for PPS
(edit) @10302   9 years maxima new branch for meggiman
(edit) @10285   9 years landauf created branch to work on new core features
(edit) @10283   9 years maxima New Branch for PPS FS15.
(edit) @10282   9 years maxima AutonomousDrone files for Tutorial
(edit) @10280   9 years maxima Trunk(-r10279) merged to tutorial branch. Works now on ITET-Tardis.
(edit) @10276   9 years maxima Copy of the trunk for the PPS Tutorial
(edit) @10275   9 years landauf removed old branches
(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) @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) @10217   9 years landauf removed old & merged branches from FS14
(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) @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) @10184   9 years fvultier Es wird nun angezeigt, wie lange ein item noch aktiv ist.
(edit) @10182   9 years maxima Had to change Mission::start() to play the mission levels.
(edit) @10181   9 years maxima towerdefenseHS14 merged.
Note: See TracRevisionLog for help on using the revision log.