Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2126   17 years rgrieder Trying to extend ADD_SOURCE_FILES recursively.
(edit) @2125   17 years rgrieder Added CMake macro to more easily incude subfolders
(edit) @2124   17 years rgrieder Physics: HelloBullet.cc should compile and run again. Testing tardis now.
(edit) @2123   17 years scheusso had to change the call of usleep in order to prevent segfaults on unix
(edit) @2122   17 years rgrieder renamed physics_new to physics again. A simple svn up on the old …
(edit) @2121   17 years rgrieder deleted physics branch
(edit) @2120   17 years rgrieder Readded stats classes to overlay branch and fixed build with creator …
(edit) @2119   17 years rgrieder Merged physics branch into physics_new branch.
(edit) @2118   17 years rgrieder New overlay branch from trunk.
(edit) @2117   17 years rgrieder deleted overlay branch. going to make new one from trunk.
(edit) @2116   17 years rgrieder Creating merger branch for physics.
(edit) @2115   17 years rgrieder Committing too much before..
(edit) @2114   17 years rgrieder Replaced all "@file Blah.cc" with "@file" for better flexibility. …
(edit) @2113   17 years rgrieder Test: replacing namespace audio with namespace orxonox.
(edit) @2112   17 years rgrieder Test: replacing namespace network with namespace orxonox. …
(edit) @2111   17 years rgrieder Moved all util classes and functions to orxonox namespace. Converted …
(edit) @2110   17 years landauf created new pickup branch, "pickups2".
(edit) @2109   17 years landauf created new questsystem branch, "questsystem2".
(edit) @2108   17 years landauf created new weapon branch, "weapon2".
(edit) @2107   17 years rgrieder fixed build and updated msvc files.
(edit) @2106   17 years landauf moved WeaponSystem.h and .cc into the objects/weaponSystem directory
(edit) @2105   17 years rgrieder updated msvc files and precompiled headers.
(edit) @2104   17 years landauf removed some "extra qualifications" (only throws errors on newer …
(edit) @2103   17 years rgrieder Merged r2101 (objecthierarchy) to trunk.
(edit) @2102   17 years rgrieder Pending commit: Little correction in InputManager header.
(edit) @2101   17 years rgrieder Finally managed to have a master InputState which enables: - Console …
(edit) @2100   17 years landauf did some small adjustments in Projectile.cc although it's only a sample
(edit) @2099   17 years landauf re-added projectiles from weapon branch but they're currently not …
(edit) @2098   17 years landauf - added a WeaponSystem to Pawn - initialized values in weapon classes …
(edit) @2097   17 years landauf adopted weapon classes to the new hierarchy (with a creator pointer)
(edit) @2096   17 years landauf merged weapon branch back to trunk changed eol-style of all new files …
(edit) @2095   17 years landauf - added forward declarations of all quest classes to OrxonoxPrereqs.h …
(edit) @2094   17 years landauf found more tabs in pickups ;)
(edit) @2093   17 years landauf converted tabs to spaces
(edit) @2092   17 years landauf - adopted quest classes to the new hierarchy (with a creator pointer) …
(edit) @2091   17 years landauf no codechanges, moved quest objects to objects/quest
(edit) @2090   17 years landauf merged questsystem back to trunk (there are some changes to be done)
(edit) @2089   17 years landauf no codechanges, just changed eol-style to native
(edit) @2088   17 years landauf merged pickups back to trunk
(edit) @2087   17 years landauf merged objecthierarchy branch back to trunk
(edit) @2086   17 years landauf added include and removed some debug output
(edit) @2085   17 years rgrieder svn:eol-sytle to all msvc files too.
(edit) @2084   17 years rgrieder - Added debug overlay that is constantly shown in graphics mode. F2 …
(edit) @2083   17 years landauf made some small adjustments in Pickups branch
(edit) @2082   17 years landauf - simplified some event code - prevents infinite event loops - fixed …
(edit) @2081   17 years dafrick Ready for merge! (It won't compile after the merge, though ;) )
(edit) @2080   17 years rgrieder Trying to fix a bug with network Packet. Removing a call that wasn't …
(edit) @2079   17 years rgrieder updated msvc files. removed "friend WorldEntity" from BaseObject.
(edit) @2078   17 years landauf fixed trigger switch problem
(edit) @2077   17 years FelixSchulthess -l command line option works now
(edit) @2076   17 years dafrick Completed XMLPort for all objects.
(edit) @2075   17 years landauf fixed a small problem in OrxonoxOverlay
(edit) @2074   17 years landauf - added EventListener: this class fires an event if another class with …
(edit) @2073   17 years landauf renamed CameraHandler as CameraManager
(edit) @2072   17 years landauf changed svn:eol-style to native in all new files
(edit) @2071   17 years landauf - fixed another bug in Trigger - added EventTrigger which listens on …
(edit) @2070   17 years rgrieder Properly took care of network::packet::Packet destruction. It depends …
(edit) @2069   17 years landauf fixed a bug in the event system fixed a bug in Trigger and tweaked …
(edit) @2068   17 years dafrick Started with XMLPort…
(edit) @2067   17 years landauf synchronization of ParticleSpawner is still strange but at least not …
(edit) @2066   17 years landauf forgot to add EventIncludes.h
(edit) @2065   17 years landauf added two more graphical classes, ParticleEmitter and ParticleSpawner
(edit) @2064   17 years rgrieder Fixed bug in CameraHandler: when calling requestFocus twice, the …
(edit) @2063   17 years landauf added events but not yet connected with triggers
(edit) @2062   17 years scheusso client→server synchronisation of controllable entities works now
(edit) @2061   17 years adrfried FindOggVorbis cleaned up
(edit) @2060   17 years polakma WeaponSystem, Projectile (kompiliert nicht)
(edit) @2059   17 years bhildebr Created a Stats class, similar to Console
(edit) @2058   17 years rgrieder Reverted unintentional changes in lod branch.
(edit) @2057   17 years bhildebr Created a Stats class similar to InGameConsole
(edit) @2056   17 years martisty BulletEngine: Box with gravity, no compile error every thing works fine :)
(edit) @2055   17 years dsommer Added checkifvalid, checkifslot and additem functions
(edit) @2054   17 years adrfried FindALUT and FindENet cleaned up
(edit) @2053   17 years runom Added planets class
(edit) @2052   17 years scheusso add TrafficControl Class template for christian
(edit) @2051   17 years scheusso create the new network branch from the OH branch
(edit) @2050   17 years scheusso delete network branch (no changes here)
(edit) @2049   17 years polakma Objekte erstellt.
(edit) @2048   17 years scheusso network tick limit works now
(edit) @2047   17 years martisty compile error
(edit) @2046   17 years rgrieder Changed initialisation of overlay classes to the new convention. The …
(edit) @2045   17 years rgrieder updated msvc project files to test something..
(edit) @2044   17 years landauf added some new graphical classes
(edit) @2043   17 years dafrick Some minor adjustements, just comitting to be on the safe side.
(edit) @2042   17 years landauf added camerapositions
(edit) @2041   17 years landauf bugs— network++ endurance— tiredness++ but it still doesn't work …
(edit) @2040   17 years rgrieder reverted those svn:eol-style "native" properties: Tomorrow then.
(edit) @2039   17 years rgrieder updated msvc orxonox project.
(edit) @2038   17 years rgrieder Removed merged branches core3 and gui.
(edit) @2037   17 years rgrieder added svn:eol-style "native" to all text files.
(edit) @2036   17 years rgrieder Added minimal test files for a statistics overlay.
(edit) @2035   17 years scheusso objects with non-existing creator (on client-side) get ignored now
(edit) @2034   17 years landauf Synchronisable translates creator ↔ creatorID
(edit) @2033   17 years scheusso some minor bugs fixed
(edit) @2032   17 years landauf a small change to test something
(edit) @2031   17 years landauf some small adjustments in the network
(edit) @2030   17 years rgrieder - Moved SignalHandler from orxonox to util - Moved CameraHandler from …
(edit) @2029   17 years landauf some changes in Trigger and DistanceTrigger
(edit) @2028   17 years scheusso updated updateMedia script updated TODO file we are able to …
(edit) @2027   17 years landauf no codechanges, just moved some files
Note: See TracRevisionLog for help on using the revision log.