Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2162   17 years rgrieder - Simplified creation of a new Exception type (only one line to add …
(edit) @2161   17 years landauf - added more exceptions to handle problems while loading a level or …
(edit) @2160   17 years landauf respawn of late joined clients works now
(edit) @2159   17 years dafrick Completed documentation of finished classes.
(edit) @2158   17 years rgrieder Fixed build for msvc with mbool.
(edit) @2157   17 years rgrieder Fixed bug in dedicated mode: Scene nodes need an update. —> Made …
(edit) @2156   17 years scheusso standalone mode should be working again now
(edit) @2155   17 years landauf added mbool (bool with memory) to fix particlespawner-on-client …
(edit) @2154   17 years scheusso optimizations in gamestate generation
(edit) @2153   17 years scheusso Synchronisable::getSynchronisable function uses now a map to …
(edit) @2152   17 years bhildebr CMakeLists.txt updated, background added
(edit) @2151   17 years rgrieder Renamed PositionableEntity to StaticEntity and added dummy classes …
(edit) @2150   17 years martisty Physics implementation in scene.cc
(edit) @2149   17 years rgrieder Categorized Bullet source files in msvc.
(edit) @2148   17 years rgrieder Removed ogreode from msvc solution.
(edit) @2147   17 years rgrieder Removed OgreODE from repository and commented ODE in package finder.
(edit) @2146   17 years dafrick Started implementation of QuestEffectBeacon. Done some documentation …
(edit) @2145   17 years polakma added firemodes and a lot of other things
(edit) @2144   17 years scheusso small change in synchronisable and baseobject (check when changing …
(edit) @2143   17 years scheusso added a function unregisterVariable to unregister variable that has …
(edit) @2142   17 years FelixSchulthess creating new lod branch from new trunk…
(edit) @2141   17 years rgrieder Fixed static linker problem with bullet and gcc: We have to specify …
(edit) @2140   17 years rgrieder Stats overlay should now be loaded. Could not test it yet because of …
(edit) @2139   17 years rgrieder Forgot one USE_TICPP in a source file
(edit) @2138   17 years rgrieder Added #define TIXML_USE_TICPP to the ticpp and tinyxml headers. All …
(edit) @2137   17 years rgrieder Updated tinycpp to it's trunk revision 98. Note that our own changes …
(edit) @2136   17 years landauf merged changes from pickups1 to pickups2, not merged (probably) …
(edit) @2135   17 years rgrieder Removed root directory (not src/!) from include directories
(edit) @2134   17 years scheusso reverted some changes for synchronisation of controllableentity
(edit) @2133   17 years scheusso corrected some problems with objectID's on client and asserts
(edit) @2132   17 years scheusso bidirectional synchronisation works now: register variables with mode …
(edit) @2131   17 years rgrieder Added CMakeLists.txt to every subfolder and adjusted accordingly. The …
(edit) @2130   17 years rgrieder Trunk should be functional again with these changes
(edit) @2129   17 years rgrieder Applied changes from HEAD again. I have found a way to solve the problem..
(edit) @2128   17 years dsommer getnameofpermanents und switch
(edit) @2127   17 years rgrieder Reverted last two revisions: I just don't have the time to finish it …
(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
Note: See TracRevisionLog for help on using the revision log.