Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2563   17 years rgrieder When the Scene does not support physics, the physical bodies in the WE …
(edit) @2562   17 years rgrieder - Added WorldEntityCollisionShape to clarify when a …
(edit) @2561   17 years scheusso reverted some changes (assumed memory leaks)
(edit) @2560   17 years rgrieder Found two more unsigned int —> size_t possible 64 bit issues.
(edit) @2559   17 years scheusso final adjustment to statistics
(edit) @2558   17 years scheusso Fixed that problems with statistical info of tick time/fps
(edit) @2557   17 years scheusso removed debug output from slave-thread
(edit) @2556   17 years scheusso found another memory leak (hope this was the last one in the network part)
(edit) @2555   17 years rgrieder Fixed two bugs.
(edit) @2554   17 years rgrieder stupidity prevails!
(edit) @2553   17 years rgrieder Little performance optimisation.
(edit) @2552   17 years scheusso found a memory leak
(edit) @2551   17 years rgrieder Build fix.
(edit) @2550   17 years rgrieder Forget that you've ever read this eMail ;)
(edit) @2549   17 years rgrieder Moved tick time measurement to GSRoot. The values get combined with …
(edit) @2548   17 years scheusso Statistics of GSGraphics have a config value more now: avgLength It …
(edit) @2547   17 years rgrieder Also moved PrecompiledHeaderFiles.cc to the new pch/havepch folder.
(edit) @2546   17 years rgrieder Workaround to avoid the dependencies from OrxonoxStableHeaders.h on …
(edit) @2545   17 years rgrieder Gcc revealed a bug.
(edit) @2544   17 years rgrieder Removed ugly joy stick calibration hack. The calibration is now stored …
(edit) @2543   17 years rgrieder - Fixed a bug in ConfigFileManager::getVectorSize(). If there were no …
(edit) @2542   17 years rgrieder Build fix for gcc.
(edit) @2541   17 years rgrieder Added OrxEnum which is a template class that helps to create …
(edit) @2540   17 years rgrieder Added comments to the WorldEntity except for the non physics section …
(edit) @2539   17 years rgrieder XML Attribute are case insensitive now. However this does not applay …
(edit) @2538   17 years rgrieder - Reorganised core files in core msvc project. - Removed some dead XML …
(edit) @2537   17 years rgrieder - Removed a const_const that could be easily replaced - …
(edit) @2536   17 years rgrieder FINALLY! Fixed the presentation bug, which was of my creation… I …
(edit) @2535   17 years rgrieder - Renamed TransformSpace::Space to TransformSpace::Enum - Small …
(edit) @2534   17 years rgrieder - Removed ugly hack with windows/unix file path conversion. - Removed …
(edit) @2533   17 years rgrieder Merged revisions 2384-2436 from presentation branch to bugger.
(edit) @2532   17 years rgrieder Merged revisions 2377-2382 to bugger from presentation.
(edit) @2531   17 years rgrieder Merged revision 2371 to bugger branch.
(edit) @2530   17 years rgrieder merged revisions 2260 - 2508 from trunk to buggy. I'm sorry that I …
(edit) @2529   17 years rgrieder Created test branch to merge the other way round incrementally with …
(edit) @2528   17 years rgrieder Removed obsolete branches: physics, physics_merge and overlay.
(edit) @2527   17 years rgrieder - Forgot to account for collision shape position and orientation when …
(edit) @2526   17 years rgrieder Reenabled -fPIC flag, but only for non MINGW boxes because MinGW will …
(edit) @2525   17 years rgrieder Fixed MT reset bug in this branch as well to test for another possible …
(edit) @2524   17 years rgrieder Removed two gcc warnings.
(edit) @2523   17 years rgrieder def_masterKeybindings.ini was missing in the config files.
(edit) @2522   17 years rgrieder Commented building of audio library since it's no use anyway.
(edit) @2521   17 years rgrieder Removed -fPIC flags (CMake does that automatically)
(edit) @2520   17 years rgrieder - Complete out-of-source builds working now with msvc (moved tolua …
(edit) @2519   17 years rgrieder It is no more necessary to include UseTolua.cmake just before the …
(edit) @2518   17 years rgrieder Adjusted source file macros to cmake 2.6 because it offers …
(edit) @2517   17 years rgrieder removed -Wextra from C and CXX flags because the amount of warnings …
(edit) @2516   17 years rgrieder Fixed msvc build and adjusted some settings. Also removed init …
(edit) @2515   17 years rgrieder Callbacks with function pointers work virtually after all.
(edit) @2514   17 years rgrieder Resolved four issues with the collision shapes: - NetworkCallback will …
(edit) @2513   17 years rgrieder Fixed a bug in Timer.h: Include of Executor was missing, but when …
(edit) @2512   17 years rgrieder Fixed build due to merge
(edit) @2511   17 years rgrieder Merged non 64 bit part of revision 2278 of buildsystem to buildsystem2.
(edit) @2510   17 years rgrieder Merged revisions 2279-2401 of the buildsystem branch to buildsystem2.
(edit) @2509   17 years rgrieder Merged revisions 1875-2278 of the buildsystem branch to buildsystem2.
(edit) @2508   17 years rgrieder Bugfix in LuaBind.cc
(edit) @2507   17 years rgrieder Added merger branch for the build system. Probably going to merge …
(edit) @2506   17 years rgrieder Changed all C-Style casts with C++ casts that I was able to find with …
(edit) @2505   17 years rgrieder - Removed XMLPortVariableOnLoad macro (can't possibly work at all) - …
(edit) @2504   17 years rgrieder Typo or not?
(edit) @2503   17 years rgrieder Updated msvc files. Maybe fixed a bug in: if (condition); Note the …
(edit) @2502   17 years landauf ups
(edit) @2501   17 years landauf - GlobalShader in dedicated mode works again - Shooting as a client …
(edit) @2500   17 years landauf merged pickups2 to presentation
(edit) @2499   17 years scheusso small fix in cmakelists ( client cannot steer, if server spawned …
(edit) @2498   17 years landauf removed additional gametype_ from scoreboard initialize scoreboard …
(edit) @2497   17 years landauf - some changes, maybe fixed a crash, not sure - fixed strange camera …
(edit) @2496   17 years rgrieder added def keybinding for stats overlay.
(edit) @2495   17 years rgrieder Added stats overlay. "OverlayGroup toggleVisibility Stats" will do …
(edit) @2494   17 years landauf shooting, hitting and killing works
(edit) @2493   17 years landauf merged weapon2 branch to presentation
(edit) @2492   17 years rgrieder Merged overlay branch into presentation branch.
(edit) @2491   17 years rgrieder - "gravity" xml parameter got missed in Scene - fixed issue with …
(edit) @2490   17 years scheusso some cleanup and fix concerning trafficcontrol (cutting gamestates)
(edit) @2489   17 years landauf tried to steer the spaceship with the engine.
(edit) @2488   17 years landauf backlights work
(edit) @2487   17 years landauf fixed mouselook in SpaceShip
(edit) @2486   17 years rgrieder Added 2 new collision shapes: cone and box.
(edit) @2485   17 years landauf Merged objecthierarchy2 into presentation branch Couln't merge 2 …
(edit) @2484   17 years rgrieder Bugfix within CompoundCollisionShape.
(edit) @2483   17 years scheusso removed shipdid from welcome because it's not needed anymore
(edit) @2482   17 years scheusso hackfixed problem with client reconnects (originally triggered by …
(edit) @2481   17 years rgrieder Amateurs…
(edit) @2480   17 years scheusso another small fix according to dedicated server
(edit) @2479   17 years landauf Cured poor pawns from losing health
(edit) @2478   17 years landauf - Readded smooth camera movement (configurable through …
(edit) @2477   17 years rgrieder Bugfix for the server crash when the client leaves.
(edit) @2476   17 years scheusso fix of possible bug
(edit) @2475   17 years scheusso small fix (inverted roll)
(edit) @2474   17 years rgrieder A little tweak and physics seems to work over the network ;)
(edit) @2473   17 years scheusso fix for dedicated server
(edit) @2472   17 years rgrieder Trying to minimise changes to Bullet v2.73.
(edit) @2471   17 years landauf changed lines 230-235 (everything else is just whitespace) this fixes …
(edit) @2470   17 years rgrieder Fixed bug that caused MovableEntities to jump around on the client.
(edit) @2469   17 years rgrieder Resolved the issue with the collision shape synchronisation.
(edit) @2468   17 years rgrieder Bugfix for dedicated mode. Should work now except for an exception …
(edit) @2467   17 years landauf cgprogrammanager for shaders
(edit) @2466   17 years rgrieder Added callback for collisions. Every WorldEntity that collides against …
(edit) @2465   17 years rgrieder Bugfix in WorldEntity: It creates a CompoundCollisionShape in its …
(edit) @2464   17 years rgrieder Bugfix in network: When checking for other objectIDs, it was possible …
Note: See TracRevisionLog for help on using the revision log.