Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10388   9 years erbj adjusted the TowerDefenseSelecter, but there is still a problem with …
(edit) @10385   9 years maxima new branch for clangenb
(edit) @10382   9 years landauf found another unregistered class
(edit) @10381   9 years landauf removed check from r10379 again
(edit) @10380   9 years landauf registered missing classes. WorldEntityCollisionShape is the only …
(edit) @10379   9 years landauf check if all classes are registered
(edit) @10378   9 years landauf fixed issue with tower shooting at centerpoint
(edit) @10377   9 years landauf added a check which tries to detect wrongly configured class hierarchy …
(edit) @10376   9 years landauf added helper function to reduce code duplication
(edit) @10375   9 years landauf trying to keep the correct order of parents
(edit) @10374   9 years landauf added flag to define if a class should be used as a virtual parent …
(edit) @10373   9 years landauf detail (re-ordered functions)
(edit) @10372   9 years landauf use lists instead of sets to store parent identifiers. this allows to …
(edit) @10371   9 years landauf trying to make the initialization of parents of an identifier better …
(edit) @10370   9 years landauf more checks.
(edit) @10369   9 years meggiman Alle Klassen implementiert um die Waffe abzufeuern. Noch sehr fehlerhaft.
(edit) @10368   9 years erbj added timer in tick function to pause for 10 seconds between waves , …
(edit) @10367   9 years landauf removed some functions which were (almost) unused
(edit) @10366   9 years landauf found a better solution to find identifiers that don't belong to the …
(edit) @10365   9 years landauf fixed tests, added more output
(edit) @10364   9 years landauf only check class hierarchy in dev mode
(edit) @10363   9 years landauf bugfix: class hierarchy wrongly considered the classes of nested …
(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) @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) @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) @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 …
Note: See TracRevisionLog for help on using the revision log.