Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2450   17 years landauf I'm not 100% sure if this works, but I had no more crashes since this …
(edit) @2449   17 years landauf removed temporary workaround in Camera and CameraPosition thanks to …
(edit) @2448   17 years rgrieder Spectator update with new physics stuff.
(edit) @2447   17 years landauf - Removed directional-light-hack from Scene - Many changes in Light, …
(edit) @2446   17 years rgrieder - orxonox::Scene should work properly with XMLPort and network …
(edit) @2445   17 years rgrieder Small adjustments due to the merge.
(edit) @2444   17 years rgrieder ODE isn't required anymore.
(edit) @2443   17 years rgrieder reverted accidentally merged stuff.
(edit) @2442   17 years rgrieder Finally merged physics stuff. Target is physics_merge because I'll …
(edit) @2441   17 years scheusso i think i fixed that problem with objectMode 0x0
(edit) @2440   17 years rgrieder new physics_merge branch
(edit) @2439   17 years rgrieder Removed outdated physics_merge branch
(edit) @2438   17 years landauf - If the player dies, the Spectator spawns at the same position the …
(edit) @2437   17 years landauf There's a problem in the network engine causing a crash. It's somehow …
(edit) @2436   17 years rgrieder Added svn:eol-style "native" to all files.
(edit) @2435   17 years rgrieder - updated msvc files - Fixed build by including util/Integer.h in …
(edit) @2434   17 years rgrieder Removed OgreBullet from the repository.
(edit) @2433   17 years rgrieder Replaced most Exception throwing considering physics with warnings. …
(edit) @2432   17 years rgrieder Updated msvc files for the Bullet update to v2.73.
(edit) @2431   17 years rgrieder Bullet update, second part. (Renaming GIMPACT to Gimpact is not very …
(edit) @2430   17 years rgrieder Updated to Bullet 2.73 (first part).
(edit) @2429   17 years rgrieder Added XML Parameters for restitution, angular factor, linear damping, …
(edit) @2428   17 years landauf - Moved some variables from Gametype to GametypeInfo (Gametype exists …
(edit) @2427   17 years rgrieder Changed the way setPosition, setVelocity, setOrientation and …
(edit) @2426   17 years rgrieder - Handled translate, rotate, yaw, pitch, roll, lookAt and setDirection …
(edit) @2425   17 years rgrieder - Removed unnecessary ogre header files from BillboardSet.h, Mesh.h …
(edit) @2424   17 years rgrieder - Added orxonox TransformSpace enum (needed by WorldEntity.h) - …
(edit) @2423   17 years rgrieder - Added detach functions to CollisionShapes - Added update functions …
(edit) @2422   17 years landauf - deatheffect (explosion) of Pawns works on client and server (creator …
(edit) @2421   17 years rgrieder Added resynchronisation timer in MovableEntity to ensure the right …
(edit) @2420   17 years scheusso merged lodfinal (planet) branch to presentation branch
(edit) @2419   17 years scheusso some cleaning up in TrafficControl small bugfix in Gamestate …
(edit) @2418   17 years scheusso TrafficControl usage can now be steered by the config value bActive_
(edit) @2417   17 years scheusso further improvements in diffing (around 50% reduction of traffic)
(edit) @2416   17 years scheusso some improvement in diffing (after trimming the objectlist we sort the …
(edit) @2415   17 years scheusso - adjusted some priorities of objects (movableentity, …
(edit) @2414   17 years landauf added spawn- and destroy-effects to Pawn
(edit) @2413   17 years scheusso trafficControl working now, but further tweaking in diff and …
(edit) @2412   17 years scheusso everything should work now on clients
(edit) @2411   17 years scheusso Client doesn't segfault now anymore, but the atmospheres are all …
(edit) @2410   17 years polakma "Munition" had no Factory, so it didn't work on Windows (why did it …
(edit) @2409   17 years rgrieder merger branch for physics —> presentation
(edit) @2408   17 years rgrieder Renamed MovableEntity to MobileEntity and LinearEntity to MovableEntity.
(edit) @2407   17 years rgrieder - Removed debug output - Fixed a bug with parentID_ in CollisionShape …
(edit) @2406   17 years landauf Added TimeFactorListener to properly handle changes of the global time …
(edit) @2405   17 years rgrieder Updated build files.
(edit) @2404   17 years rgrieder Moved collision shapes to new folder.
(edit) @2403   17 years rgrieder - Fixed issues with CollisionShape loading, handling and …
(edit) @2402   17 years FelixSchulthess i cannot convince svn
(edit) @2401   17 years adrfried default ogre.cfg added for tardis
(edit) @2400   17 years landauf moved setTimeFactor to GSRoot because tickables are currently ticked there
(edit) @2399   17 years adrfried tolua fixed for mingw, libtolua linked statically
(edit) @2398   17 years polakma altfire now available
(edit) @2397   17 years dsommer teilweise doxy geaddet und weitere test instanzen
(edit) @2396   17 years landauf fixed shader/camera crash
(edit) @2395   17 years FelixSchulthess messing up planet so it will work in client mode
(edit) @2394   17 years FelixSchulthess messing up planet so it will work in client mode
(edit) @2393   17 years polakma now working
(edit) @2392   17 years adrfried tardis check improved
(edit) @2391   17 years polakma fixed projectile, particle effect, reloadingTimer and magazineTimer
(edit) @2390   17 years dafrick Create new questsystem branch
(edit) @2389   17 years dsommer funktioniert :)
(edit) @2388   17 years runom Added additional files for planet
(edit) @2387   17 years chpeter added fct pri- and pubRemoveClient to help remove Info in lists when …
(edit) @2386   17 years bhildebr CreateLines and Scoreboard are now running without segfaults
(edit) @2385   17 years dafrick Merged questsystem3.
(edit) @2384   17 years adrfried install targets added
(edit) @2383   17 years dafrick Some verry small changes…
(edit) @2382   17 years scheusso changes in trafficcontrol: - configvalue for targetsize (size of each …
(edit) @2381   17 years scheusso corrected some problem with scheduling and cutting (in trafficcontrol)
(edit) @2380   17 years runom modified planet to moveable entity, added atmosphere select per xml
(edit) @2379   17 years polakma changed Weapon::fire and munition reloading
(edit) @2378   17 years chpeter process ack- solved set back of schedValue, watching targetsize from cut
(edit) @2377   17 years rgrieder Fixed build
(edit) @2376   17 years dafrick Once again, I failed to test whether it would compile. ;)
(edit) @2375   17 years dafrick Added some more output.
(edit) @2374   17 years rgrieder Trying to synchronise phyiscs over the network. - Removed derivation …
(edit) @2373   17 years rgrieder Finished work on new XMLport macro (XMLPortParamVariable).
(edit) @2372   17 years runom creating final lod branch
(edit) @2371   17 years scheusso merged network branch to presentation branch
(edit) @2370   17 years scheusso create our presentation branch
(edit) @2369   17 years landauf - Added a health bar - Some changes in CameraManager to handle the …
(edit) @2368   17 years landauf xmall fix of the previous commit
(edit) @2367   17 years landauf used SceneManager provided by our Scene
(edit) @2366   17 years polakma fixed some pointer bugs
(edit) @2365   17 years landauf Fixed the problem mentioned in r2362 which caused the server to crash …
(edit) @2364   17 years rgrieder Updated msvc files for shaders and AI.
(edit) @2363   17 years rgrieder There is no this pointer with static variables. It's more of a C++ …
(edit) @2362   17 years landauf - Added Bot (the artifical counterpart to HumanPlayer) - Added …
(edit) @2361   17 years landauf - Fixed a problem with SUPER in combination with a pure-virtual …
(edit) @2360   17 years landauf some small adjustments for mingw but still a problem with finding the …
(edit) @2359   17 years adrfried small cmake cleanup
(edit) @2358   17 years landauf removed some test-code
(edit) @2357   17 years scheusso rename network64 branch
(edit) @2356   17 years scheusso remove old network branch
(edit) @2355   17 years scheusso merged network branch to network64 branch not everything working yet …
(edit) @2354   17 years polakma made some changes to munition attaching
(edit) @2353   17 years dafrick Forgot to complie - which it didn't due to some leftovers from the …
(edit) @2352   17 years dafrick - Changed questStatus to mode in QuestListener. - Added new mode 'all' …
(edit) @2351   17 years scheusso some changes. still not working yet, but will correct theese problems …
Note: See TracRevisionLog for help on using the revision log.