Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2660   15 years scheusso fixed a problem with gamestate caching and diffing
(edit) @2655   15 years scheusso finally got rid of these structs in our network datastream this means …
Diff Rev Age Author Log Message
(edit) @2578   15 years rgrieder Removed an obsolete check and added a source file (Fusion) to the msvc …
(edit) @2575   15 years scheusso -performance/memory optimisations in gamestate and synchronisable …
(edit) @2571   15 years scheusso ogre logmanager is now also activated for unix
(edit) @2565   15 years rgrieder Added XML parameter "collisionResponse" in WE for Oli ;)
(edit) @2564   15 years rgrieder MSVC: Multiprocess compiling only in core, network and orxonox. Also …
(edit) @2563   15 years rgrieder When the Scene does not support physics, the physical bodies in the WE …
(edit) @2562   15 years rgrieder - Added WorldEntityCollisionShape to clarify when a …
(edit) @2561   15 years scheusso reverted some changes (assumed memory leaks)
(edit) @2560   15 years rgrieder Found two more unsigned int —> size_t possible 64 bit issues.
(edit) @2559   15 years scheusso final adjustment to statistics
(edit) @2558   15 years scheusso Fixed that problems with statistical info of tick time/fps
(edit) @2557   15 years scheusso removed debug output from slave-thread
(edit) @2556   15 years scheusso found another memory leak (hope this was the last one in the network part)
(edit) @2555   15 years rgrieder Fixed two bugs.
(edit) @2554   15 years rgrieder stupidity prevails!
(edit) @2553   15 years rgrieder Little performance optimisation.
(edit) @2552   15 years scheusso found a memory leak
(edit) @2551   15 years rgrieder Build fix.
(edit) @2550   15 years rgrieder Forget that you've ever read this eMail ;)
(edit) @2549   15 years rgrieder Moved tick time measurement to GSRoot. The values get combined with …
(edit) @2548   15 years scheusso Statistics of GSGraphics have a config value more now: avgLength It …
(edit) @2545   15 years rgrieder Gcc revealed a bug.
(edit) @2544   15 years rgrieder Removed ugly joy stick calibration hack. The calibration is now stored …
(edit) @2543   15 years rgrieder - Fixed a bug in ConfigFileManager::getVectorSize(). If there were no …
(edit) @2542   15 years rgrieder Build fix for gcc.
(edit) @2541   15 years rgrieder Added OrxEnum which is a template class that helps to create …
(edit) @2540   15 years rgrieder Added comments to the WorldEntity except for the non physics section …
(edit) @2539   15 years rgrieder XML Attribute are case insensitive now. However this does not applay …
(edit) @2538   15 years rgrieder - Reorganised core files in core msvc project. - Removed some dead XML …
(edit) @2537   15 years rgrieder - Removed a const_const that could be easily replaced - …
(edit) @2536   15 years rgrieder FINALLY! Fixed the presentation bug, which was of my creation… I …
(edit) @2535   15 years rgrieder - Renamed TransformSpace::Space to TransformSpace::Enum - Small …
(edit) @2527   15 years rgrieder - Forgot to account for collision shape position and orientation when …
(edit) @2515   15 years rgrieder Callbacks with function pointers work virtually after all.
(edit) @2514   15 years rgrieder Resolved four issues with the collision shapes: - NetworkCallback will …
(edit) @2513   15 years rgrieder Fixed a bug in Timer.h: Include of Executor was missing, but when …
(edit) @2506   15 years rgrieder Changed all C-Style casts with C++ casts that I was able to find with …
(edit) @2505   15 years rgrieder - Removed XMLPortVariableOnLoad macro (can't possibly work at all) - …
(edit) @2504   15 years rgrieder Typo or not?
(edit) @2503   15 years rgrieder Updated msvc files. Maybe fixed a bug in: if (condition); Note the …
(edit) @2502   15 years landauf ups
(edit) @2501   15 years landauf - GlobalShader in dedicated mode works again - Shooting as a client …
(edit) @2500   15 years landauf merged pickups2 to presentation
(edit) @2499   15 years scheusso small fix in cmakelists ( client cannot steer, if server spawned …
(edit) @2498   15 years landauf removed additional gametype_ from scoreboard initialize scoreboard …
(edit) @2497   15 years landauf - some changes, maybe fixed a crash, not sure - fixed strange camera …
(edit) @2496   15 years rgrieder added def keybinding for stats overlay.
(edit) @2495   15 years rgrieder Added stats overlay. "OverlayGroup toggleVisibility Stats" will do …
(edit) @2494   15 years landauf shooting, hitting and killing works
(edit) @2493   15 years landauf merged weapon2 branch to presentation
(edit) @2492   15 years rgrieder Merged overlay branch into presentation branch.
(edit) @2491   15 years rgrieder - "gravity" xml parameter got missed in Scene - fixed issue with …
(edit) @2490   15 years scheusso some cleanup and fix concerning trafficcontrol (cutting gamestates)
(edit) @2489   15 years landauf tried to steer the spaceship with the engine.
(edit) @2488   15 years landauf backlights work
(edit) @2487   15 years landauf fixed mouselook in SpaceShip
(edit) @2486   15 years rgrieder Added 2 new collision shapes: cone and box.
(edit) @2485   15 years landauf Merged objecthierarchy2 into presentation branch Couln't merge 2 …
(edit) @2484   15 years rgrieder Bugfix within CompoundCollisionShape.
(edit) @2483   15 years scheusso removed shipdid from welcome because it's not needed anymore
(edit) @2482   15 years scheusso hackfixed problem with client reconnects (originally triggered by …
(edit) @2481   15 years rgrieder Amateurs…
(edit) @2480   15 years scheusso another small fix according to dedicated server
(edit) @2477   15 years rgrieder Bugfix for the server crash when the client leaves.
(edit) @2476   15 years scheusso fix of possible bug
(edit) @2475   15 years scheusso small fix (inverted roll)
(edit) @2474   15 years rgrieder A little tweak and physics seems to work over the network ;)
(edit) @2473   15 years scheusso fix for dedicated server
(edit) @2472   15 years rgrieder Trying to minimise changes to Bullet v2.73.
(edit) @2471   15 years landauf changed lines 230-235 (everything else is just whitespace) this fixes …
(edit) @2470   15 years rgrieder Fixed bug that caused MovableEntities to jump around on the client.
(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) @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) @2460   15 years rgrieder Switched level file to "presentation.oxw".
(edit) @2459   15 years rgrieder Merged physics_merge back to presentation branch.
(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) @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) @2413   15 years scheusso trafficControl working now, but further tweaking in diff and …
(edit) @2387   15 years chpeter added fct pri- and pubRemoveClient to help remove Info in lists when …
(edit) @2385   15 years dafrick Merged questsystem3.
(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) @2378   15 years chpeter process ack- solved set back of schedValue, watching targetsize from cut
(edit) @2371   15 years scheusso merged network branch to presentation branch
(copy) @2370   15 years scheusso create our presentation branch
Note: See TracRevisionLog for help on using the revision log.