Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10325   9 years erbj tower templates verwaltet und tower direkt turret, nicht eigenes objekt
(edit) @10324   9 years maxima new branch
(edit) @10323   9 years clangenb deleted
(edit) @10322   9 years clangenb outing
(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) @10318   9 years smerkli fixed destructor (during class hierarchy initialization)
(edit) @10317   9 years smerkli fixed compiler warnings
(edit) @10316   9 years smerkli only load debug drawer if graphics is enabled
(edit) @10315   9 years rgraczyk Added some comments
(edit) @10314   9 years maxima
(edit) @10313   9 years maxima
(edit) @10312   9 years maxima new branch for andrea
(edit) @10311   9 years maxima new folder for andrea
(edit) @10310   9 years maxima new folder for simone
(edit) @10309   9 years maxima new branch for PPS
(edit) @10308   9 years maxima new branch for PPS
(edit) @10307   9 years liepatri deleted all the test files
(edit) @10306   9 years clangenb test
(edit) @10305   9 years liepatri added text to text file
(edit) @10304   9 years liepatri uploaded a test file from windows machine
(edit) @10303   9 years maxima new folder for Christian
(edit) @10302   9 years maxima new branch for meggiman
(edit) @10301   9 years liepatri test
(edit) @10300   9 years maxima new folder for parick
(edit) @10299   9 years landauf fixed crash in SimpleRocket (during level-unloading). improved debug …
(edit) @10298   9 years landauf fixed potential crash during level-unloading: Namespace is a context …
(edit) @10297   9 years landauf improved underAttack.oxw - now with lots of turrets attached to the …
(edit) @10296   9 years landauf don't add the pawn's velocity to the projectile's velocity. this makes …
(edit) @10295   9 years muemart Avoid using the system path variables on windows (also gets rid of two …
(edit) @10294   9 years landauf made projectiles slower (and all have the same speed now). makes it …
(edit) @10293   9 years landauf avoid collisions between projectiles of a turret and the parent-pawn …
(edit) @10292   9 years landauf fixed text size in HUD (marker which shows the enemy's name). the …
(edit) @10291   9 years landauf simplified Math: temp is always positive, thus only solution1 is …
(edit) @10290   9 years landauf details
(edit) @10289   9 years landauf fixed target position calculation: a) the math was wrong (not sure …
(edit) @10288   9 years landauf added bullet settings for CCD (continuous collision detection) to …
(edit) @10287   9 years landauf use dynamic physics for projectiles. this seems to avoid 'tunneling' …
(edit) @10286   9 years landauf trying to fix msvc linker warnings related to /INCREMENTAL:YES
(edit) @10285   9 years landauf created branch to work on new core features
(edit) @10284   9 years landauf removed some unnecessary module dependencies
(edit) @10283   9 years maxima New Branch for PPS FS15.
(edit) @10282   9 years maxima AutonomousDrone files for Tutorial
(edit) @10281   9 years landauf added command 'reloadLevel' (by default on F5) which reloads the level …
(edit) @10280   9 years maxima Trunk(-r10279) merged to tutorial branch. Works now on ITET-Tardis.
(edit) @10279   9 years landauf fixed msvc warnings
(edit) @10278   9 years landauf fixed issue with inline-lua-code. only add an extra space if there's …
(edit) @10277   9 years landauf potential fix of compile problem on tardis
(edit) @10276   9 years maxima Copy of the trunk for the PPS Tutorial
(edit) @10275   9 years landauf removed old branches
(edit) @10274   9 years landauf fixed #419 http://www.orxonox.net/ticket/419 physics is only activated …
(edit) @10273   9 years landauf bugfix & simplification & comment by bknecht
(edit) @10272   9 years landauf reverted a part of the changes from r10264. only single lua-tags …
(edit) @10271   9 years landauf bugfix: resize CEGUI if render window changes size
(edit) @10270   9 years landauf fixed crash: cs can be null (e.g. when using the 'suicide' command)
(edit) @10269   9 years muemart Tweak the xml error message a bit
(edit) @10268   9 years landauf program icon now works also with MinGW. but I had to exclude the …
(edit) @10267   9 years muemart Add program icon for Windows builds (MSVC only for now)
(edit) @10266   9 years muemart Add support for paths with spaces for doxygen and exclude some enet pages
(edit) @10265   9 years landauf fixed build with older compilers (pre c++11)
(edit) @10264   9 years muemart Various fixes and improvements in the Loader (and LuaState) - When …
(edit) @10263   9 years landauf fixed details
(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
Note: See TracRevisionLog for help on using the revision log.