Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10354   10 years landauf moved code from static initializer into new function in …
(edit) @10353   10 years landauf detail
(edit) @10352   10 years landauf wrap ConsoleCommands in StaticallyInitializedInstances
(edit) @10351   10 years landauf using the 'official' way to define a non-static console command
(edit) @10350   10 years landauf removed hack
(edit) @10349   10 years landauf removed hack. addBots/killBots is now part of Gametype
(edit) @10348   10 years landauf removed unnecessary helper functions
(edit) @10347   10 years landauf moved console command macros to a new file (ConsoleCommandIncludes.h)
(edit) @10346   10 years landauf moved static contents from ConsoleCommand to ConsoleCommandManager
(edit) @10345   10 years landauf wrap CommandLineArguments in StaticallyInitializedInstances
(edit) @10344   10 years landauf remove and destroy StaticallyInitializedInstances
(edit) @10343   10 years landauf moved CommandLineParser into separate subfolder
(edit) @10342   10 years landauf added helper class for module initialization
(edit) @10341   10 years meggiman Started implementing GravityBombField
(edit) @10340   10 years erbj Tower upgrade now implemented and towers are now saved in the …
(edit) @10336   10 years meggiman Started implementing GravityBomb.cc
(edit) @10335   10 years erbj tower don't shoot at the centerpoint anymore(because we shifted it by …
(edit) @10334   10 years frovelli Added serverlist ping display in LAN
(edit) @10328   10 years landauf created branch to work on new core features
(edit) @10327   10 years landauf re-creating branch…
(edit) @10326   10 years meggiman Created header files for new classes GravityBombFire and GravityBomb
(edit) @10325   10 years erbj tower templates verwaltet und tower direkt turret, nicht eigenes objekt
(edit) @10324   10 years maxima new branch
(edit) @10321   10 years sborghi New Level File
(edit) @10320   10 years maxima new branch for sborghi
(edit) @10319   10 years erbj tower now inherits from turret
(edit) @10318   10 years smerkli fixed destructor (during class hierarchy initialization)
(edit) @10317   10 years smerkli fixed compiler warnings
(edit) @10316   10 years smerkli only load debug drawer if graphics is enabled
(edit) @10315   10 years rgraczyk Added some comments
(edit) @10312   10 years maxima new branch for andrea
(edit) @10309   10 years maxima new branch for PPS
(edit) @10308   10 years maxima new branch for PPS
(edit) @10302   10 years maxima new branch for meggiman
(edit) @10299   10 years landauf fixed crash in SimpleRocket (during level-unloading). improved debug …
(edit) @10298   10 years landauf fixed potential crash during level-unloading: Namespace is a context …
(edit) @10297   10 years landauf improved underAttack.oxw - now with lots of turrets attached to the …
(edit) @10296   10 years landauf don't add the pawn's velocity to the projectile's velocity. this makes …
(edit) @10295   10 years muemart Avoid using the system path variables on windows (also gets rid of two …
(edit) @10294   10 years landauf made projectiles slower (and all have the same speed now). makes it …
(edit) @10293   10 years landauf avoid collisions between projectiles of a turret and the parent-pawn …
(edit) @10292   10 years landauf fixed text size in HUD (marker which shows the enemy's name). the …
(edit) @10291   10 years landauf simplified Math: temp is always positive, thus only solution1 is …
(edit) @10290   10 years landauf details
(edit) @10289   10 years landauf fixed target position calculation: a) the math was wrong (not sure …
(edit) @10288   10 years landauf added bullet settings for CCD (continuous collision detection) to …
(edit) @10287   10 years landauf use dynamic physics for projectiles. this seems to avoid 'tunneling' …
(edit) @10286   10 years landauf trying to fix msvc linker warnings related to /INCREMENTAL:YES
(edit) @10285   10 years landauf created branch to work on new core features
(edit) @10284   10 years landauf removed some unnecessary module dependencies
(edit) @10283   10 years maxima New Branch for PPS FS15.
(edit) @10282   10 years maxima AutonomousDrone files for Tutorial
(edit) @10281   10 years landauf added command 'reloadLevel' (by default on F5) which reloads the level …
(edit) @10280   10 years maxima Trunk(-r10279) merged to tutorial branch. Works now on ITET-Tardis.
(edit) @10279   10 years landauf fixed msvc warnings
(edit) @10278   10 years landauf fixed issue with inline-lua-code. only add an extra space if there's …
(edit) @10277   10 years landauf potential fix of compile problem on tardis
(edit) @10276   10 years maxima Copy of the trunk for the PPS Tutorial
(edit) @10275   10 years landauf removed old branches
(edit) @10274   10 years landauf fixed #419 http://www.orxonox.net/ticket/419 physics is only activated …
(edit) @10273   10 years landauf bugfix & simplification & comment by bknecht
(edit) @10272   10 years landauf reverted a part of the changes from r10264. only single lua-tags …
(edit) @10271   10 years landauf bugfix: resize CEGUI if render window changes size
(edit) @10270   10 years landauf fixed crash: cs can be null (e.g. when using the 'suicide' command)
(edit) @10269   10 years muemart Tweak the xml error message a bit
(edit) @10268   10 years landauf program icon now works also with MinGW. but I had to exclude the …
(edit) @10267   10 years muemart Add program icon for Windows builds (MSVC only for now)
(edit) @10266   10 years muemart Add support for paths with spaces for doxygen and exclude some enet pages
(edit) @10265   10 years landauf fixed build with older compilers (pre c++11)
(edit) @10264   10 years muemart Various fixes and improvements in the Loader (and LuaState) - When …
(edit) @10263   10 years landauf fixed details
(edit) @10262   10 years landauf eol-style native. no changes in code.
(edit) @10261   10 years landauf fixed warning
(edit) @10260   10 years landauf merged the latest changes from pickupsFS14 to trunk
(edit) @10259   10 years landauf recorded merge of pickupsFS14 up to r10112 (which was already mostly …
(edit) @10258   10 years landauf merged presentationHS14merge back to trunk
(edit) @10257   10 years landauf fixed tag
(edit) @10256   10 years landauf found some hidden changes in a merge commit in presentationHS14 and …
(edit) @10255   10 years landauf merged storymodeHS14
(edit) @10254   10 years landauf cleanup
(edit) @10253   10 years landauf improved campaign mode. use config value instead of writing a new …
(edit) @10252   10 years muemart Fix MSVC debugging environment for newer versions
(edit) @10251   10 years landauf use relative path
(edit) @10250   10 years landauf tabs → spaces. removed temp-file
(edit) @10249   10 years landauf autoformatted code and removed commented block
(edit) @10248   10 years landauf merged towerdefenseHS14 (except some debug code)
(edit) @10247   10 years landauf fixed warnings (MinGW)
(edit) @10246   10 years landauf replaced tabs with spaces + some formatting sometimes. no changes in code.
(edit) @10245   10 years landauf fixed some warnings (MSVC)
(edit) @10244   10 years landauf eol-style native
(edit) @10243   10 years landauf merged the updated controller files from trunk (including SVN history)
(edit) @10242   10 years landauf merged hudHS14
(edit) @10241   10 years landauf cleanup
(edit) @10240   10 years landauf replaced tabs with spaces. no changes in code.
(edit) @10239   10 years landauf fixed some warnings (MSVC)
(edit) @10238   10 years landauf merged weaponupdateHS14 (except some unnecessary changes)
(edit) @10237   10 years landauf merged surfaceraceHS14 (but without all the strange stuff that …
(edit) @10236   10 years landauf replaced tabs with spaces. no changes in code.
(edit) @10235   10 years landauf fixed build and warnings (MSVC)
(edit) @10234   10 years landauf changed paths
Note: See TracRevisionLog for help on using the revision log.