Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2469   15 years rgrieder Resolved the issue with the collision shape synchronisation.
(edit) @2468   15 years rgrieder Bugfix for dedicated mode. Should work now except for an exception …
(edit) @2467   15 years landauf cgprogrammanager for shaders
(edit) @2466   15 years rgrieder Added callback for collisions. Every WorldEntity that collides against …
(edit) @2465   15 years rgrieder Bugfix in WorldEntity: It creates a CompoundCollisionShape in its …
(edit) @2464   15 years rgrieder Bugfix in network: When checking for other objectIDs, it was possible …
(edit) @2463   15 years rgrieder Two bugfixes and an optimisation.
(edit) @2462   15 years landauf - fixed a small speedbar-initialization problem - added new …
(edit) @2461   15 years rgrieder - Updated msvc files - temporary solution for a super function caller …
(edit) @2460   15 years rgrieder Switched level file to "presentation.oxw".
(edit) @2459   15 years rgrieder Merged physics_merge back to presentation branch.
(edit) @2458   15 years rgrieder Several build fixed. Something seems to be wrong with the …
(edit) @2457   15 years rgrieder Fix didn't do the trick. Don't even know exactly what it would have done..
(edit) @2456   15 years rgrieder Applied bugfix r2441 to physics_merge branch as well.
(edit) @2455   15 years rgrieder Bugfix: std:dequeue::front() on an empty list is a very bad idea.
(edit) @2454   15 years rgrieder Replaced bad collision type exceptions with asserts. The developer …
(edit) @2453   15 years rgrieder SpaceShip is now harmonising with Bullet as well. The attributes of …
(edit) @2452   15 years rgrieder Minor changes and added localInertia_ to worldentity for faster access.
(edit) @2451   15 years rgrieder Bugfix in XMLPort macro.
(edit) @2450   15 years landauf I'm not 100% sure if this works, but I had no more crashes since this …
(edit) @2449   15 years landauf removed temporary workaround in Camera and CameraPosition thanks to …
(edit) @2448   15 years rgrieder Spectator update with new physics stuff.
(edit) @2447   15 years landauf - Removed directional-light-hack from Scene - Many changes in Light, …
(edit) @2446   15 years rgrieder - orxonox::Scene should work properly with XMLPort and network …
(edit) @2445   15 years rgrieder Small adjustments due to the merge.
(edit) @2444   15 years rgrieder ODE isn't required anymore.
(edit) @2443   15 years rgrieder reverted accidentally merged stuff.
(edit) @2442   15 years rgrieder Finally merged physics stuff. Target is physics_merge because I'll …
(edit) @2441   15 years scheusso i think i fixed that problem with objectMode 0x0
(edit) @2440   15 years rgrieder new physics_merge branch
(edit) @2439   15 years rgrieder Removed outdated physics_merge branch
(edit) @2438   15 years landauf - If the player dies, the Spectator spawns at the same position the …
(edit) @2437   15 years landauf There's a problem in the network engine causing a crash. It's somehow …
(edit) @2436   15 years rgrieder Added svn:eol-style "native" to all files.
(edit) @2435   15 years rgrieder - updated msvc files - Fixed build by including util/Integer.h in …
(edit) @2434   15 years rgrieder Removed OgreBullet from the repository.
(edit) @2433   15 years rgrieder Replaced most Exception throwing considering physics with warnings. …
(edit) @2432   15 years rgrieder Updated msvc files for the Bullet update to v2.73.
(edit) @2431   15 years rgrieder Bullet update, second part. (Renaming GIMPACT to Gimpact is not very …
(edit) @2430   15 years rgrieder Updated to Bullet 2.73 (first part).
(edit) @2429   15 years rgrieder Added XML Parameters for restitution, angular factor, linear damping, …
(edit) @2428   15 years landauf - Moved some variables from Gametype to GametypeInfo (Gametype exists …
(edit) @2427   15 years rgrieder Changed the way setPosition, setVelocity, setOrientation and …
(edit) @2426   15 years rgrieder - Handled translate, rotate, yaw, pitch, roll, lookAt and setDirection …
(edit) @2425   15 years rgrieder - Removed unnecessary ogre header files from BillboardSet.h, Mesh.h …
(edit) @2424   15 years rgrieder - Added orxonox TransformSpace enum (needed by WorldEntity.h) - …
(edit) @2423   15 years rgrieder - Added detach functions to CollisionShapes - Added update functions …
(edit) @2422   15 years landauf - deatheffect (explosion) of Pawns works on client and server (creator …
(edit) @2421   15 years rgrieder Added resynchronisation timer in MovableEntity to ensure the right …
(edit) @2420   15 years scheusso merged lodfinal (planet) branch to presentation branch
(edit) @2419   15 years scheusso some cleaning up in TrafficControl small bugfix in Gamestate …
(edit) @2418   15 years scheusso TrafficControl usage can now be steered by the config value bActive_
(edit) @2417   15 years scheusso further improvements in diffing (around 50% reduction of traffic)
(edit) @2416   15 years scheusso some improvement in diffing (after trimming the objectlist we sort the …
(edit) @2415   15 years scheusso - adjusted some priorities of objects (movableentity, …
(edit) @2414   15 years landauf added spawn- and destroy-effects to Pawn
(edit) @2413   15 years scheusso trafficControl working now, but further tweaking in diff and …
(edit) @2412   15 years scheusso everything should work now on clients
(edit) @2411   15 years scheusso Client doesn't segfault now anymore, but the atmospheres are all …
(edit) @2410   15 years polakma "Munition" had no Factory, so it didn't work on Windows (why did it …
(edit) @2409   15 years rgrieder merger branch for physics —> presentation
(edit) @2408   15 years rgrieder Renamed MovableEntity to MobileEntity and LinearEntity to MovableEntity.
(edit) @2407   15 years rgrieder - Removed debug output - Fixed a bug with parentID_ in CollisionShape …
(edit) @2406   15 years landauf Added TimeFactorListener to properly handle changes of the global time …
(edit) @2405   15 years rgrieder Updated build files.
(edit) @2404   15 years rgrieder Moved collision shapes to new folder.
(edit) @2403   15 years rgrieder - Fixed issues with CollisionShape loading, handling and …
(edit) @2402   15 years FelixSchulthess i cannot convince svn
(edit) @2401   15 years adrfried default ogre.cfg added for tardis
(edit) @2400   15 years landauf moved setTimeFactor to GSRoot because tickables are currently ticked there
(edit) @2399   15 years adrfried tolua fixed for mingw, libtolua linked statically
(edit) @2398   15 years polakma altfire now available
(edit) @2397   15 years dsommer teilweise doxy geaddet und weitere test instanzen
(edit) @2396   15 years landauf fixed shader/camera crash
(edit) @2395   15 years FelixSchulthess messing up planet so it will work in client mode
(edit) @2394   15 years FelixSchulthess messing up planet so it will work in client mode
(edit) @2393   15 years polakma now working
(edit) @2392   15 years adrfried tardis check improved
(edit) @2391   15 years polakma fixed projectile, particle effect, reloadingTimer and magazineTimer
(edit) @2390   15 years dafrick Create new questsystem branch
(edit) @2389   15 years dsommer funktioniert :)
(edit) @2388   15 years runom Added additional files for planet
(edit) @2387   15 years chpeter added fct pri- and pubRemoveClient to help remove Info in lists when …
(edit) @2386   15 years bhildebr CreateLines and Scoreboard are now running without segfaults
(edit) @2385   15 years dafrick Merged questsystem3.
(edit) @2384   15 years adrfried install targets added
(edit) @2383   15 years dafrick Some verry small changes…
(edit) @2382   15 years scheusso changes in trafficcontrol: - configvalue for targetsize (size of each …
(edit) @2381   15 years scheusso corrected some problem with scheduling and cutting (in trafficcontrol)
(edit) @2380   15 years runom modified planet to moveable entity, added atmosphere select per xml
(edit) @2379   15 years polakma changed Weapon::fire and munition reloading
(edit) @2378   15 years chpeter process ack- solved set back of schedValue, watching targetsize from cut
(edit) @2377   15 years rgrieder Fixed build
(edit) @2376   15 years dafrick Once again, I failed to test whether it would compile. ;)
(edit) @2375   15 years dafrick Added some more output.
(edit) @2374   15 years rgrieder Trying to synchronise phyiscs over the network. - Removed derivation …
(edit) @2373   15 years rgrieder Finished work on new XMLport macro (XMLPortParamVariable).
(edit) @2372   15 years runom creating final lod branch
(edit) @2371   15 years scheusso merged network branch to presentation branch
(edit) @2370   15 years scheusso create our presentation branch
Note: See TracRevisionLog for help on using the revision log.