Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @2350   17 years landauf - Added support for postprocessing shaders (bloom, motion blur, …). …
(edit) @2349   17 years dafrick - Completed the message clipping method for Notifications. - Some …
(edit) @2348   17 years scheusso still not complete yet but much better i hope…
(edit) @2347   17 years polakma debugging changes
(edit) @2346   17 years dafrick - QuestListener works now. - Rearranged the places Notifications are …
(edit) @2345   17 years rgrieder Fixed gcc and linux build.
(edit) @2344   17 years rgrieder Completed destruction of static elements like XMLPort, Identifier, …
(edit) @2343   17 years rgrieder Fixed a segfault bug than occurred when producing debug output after …
(edit) @2342   17 years dsommer kleinigkeiten an checkSlot usw.
(edit) @2341   17 years scheusso made some changes, but now yet complete
(edit) @2340   17 years chpeter finished-well, not really=)
(edit) @2339   17 years adrfried updateMedia script fixed and renamed
(edit) @2338   17 years adrfried even more lua fixes
(edit) @2337   17 years polakma fixed parentWeaponSystem-Pointer for all WeaponPacks and its Weapons
(edit) @2336   17 years adrfried tolua cmakelists made compatible to older cmakes
(edit) @2335   17 years adrfried lua handling fixed again
(edit) @2334   17 years scheusso made some adjustments and corrections used boost::bind to pass the …
(edit) @2333   17 years dafrick Found some bug.
(edit) @2332   17 years chpeter current progress
(edit) @2331   17 years polakma fixed attaching
(edit) @2330   17 years dafrick Added some output.
(edit) @2329   17 years dafrick Forgot to add QuestListeners. ;)
(edit) @2328   17 years dafrick * Created QuestListeners, they can be used to affect Objects due to …
(edit) @2327   17 years polakma fixed parentWeaponSystem-Pointer bugs
(edit) @2326   17 years adrfried fix tolua compat handling
Note: See TracRevisionLog for help on using the revision log.