1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 2 days ago.
Sep 04, 2024 — Sep 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[Refactor] RoRFrameListener: shutdown code cleaned up a bit. More... over 11 years ago
[Refactor] Ogre::RenderWindow* pointer removed from GlobalEnvironment, now accessible only through RoR::Application. More... over 11 years ago
[Refactor] Ogre::Viewport* pointer removed from GlobalEnvironment, now accessible only through RoR::Application. More... over 11 years ago
[Refactor] Ogre::Root* pointer removed from GlobalEnvironment, now accessible only through RoR::Application. More... over 11 years ago
[Refactor] Global change: all local OverlayWrapper* pointers removed, all access done through RoR::Application More... over 11 years ago
[Cleanup] class MainThread: removed deadcode, updated comments. More... over 11 years ago
[Fix] Main menu/terrain selector: Mouse cursor no longer freezes when leaving GUI. More... over 11 years ago
[Fix] .truck parser, section "props": Directive "add_animation" works now. More... over 11 years ago
[Fix] .truck parser: Section "triggers" is now fully implemented. More... over 11 years ago
[Fix] .truck parser: section "soundsources2" now handles generated & non-existent nodes (backwards compatibility) More... over 11 years ago
[Fix] .truck parser: Typo in warning message. More... over 11 years ago
[Fix] .truck parser: Messages no longer display "<unknown>" for section "lockgroups". More... over 11 years ago
[Add] .truck parser: section "lockgroups" now tolerates illegal trailing text. More... over 11 years ago
[Add] .truck parser: section "soundsources2" is now less strict. More... over 11 years ago
[Fix] .truck parser: section "managedmaterials" now handles optional parameter "specular texture" in "flexmesh_*" Changes: RigDefRegexes.h: Two-branch regex changed to 1-branch RigDefParser.cpp: Code modified to match regex. More... over 11 years ago
[Refactor] Bulk resource loading done after map is selected (instead of loading everything on startup). Startup screen + main menu now use the same wallpaper image. More... over 11 years ago
[Refactor] class ContentManager now loads everything through ResourcePack system. This will enable fine-grained resource management in the future. More... over 11 years ago
[Doc] class OverlayWrapper members commented. More... over 11 years ago
[Fix] .truck spawner, section "beams": non-existent numbered nodes are now accepted with warning (backwards compatibility) More... over 11 years ago
[Fix] .truck parser: subsection "flexbodies/forset" now correctly parses invalid elements using strtoul(). [Change] Named-node ranges are no longer supported More... over 11 years ago
[Refactor] class RoRFrameListener: removed local pointer to MainThread, relying on GlobalEnvironment More... over 11 years ago
[Refactor] Added stateless class LandVehicleSimulation, logic moved from RoRFrameListener. More... over 11 years ago
[Refactor] class MainThread: Removed local pointer to RoRFrameListener, relying entirely on GlobalEnvironment. More... over 11 years ago
[Refactor] Racing timer and GUI logic moved from class RoRFrameListener to class MainThread More... over 11 years ago
[Refactor] All startup + cleanup logic moved from RoRFrameListener constructor+destructor to MainThread::go() More... over 11 years ago
[Refactor] More startup logic moved from RoRFrameListener::RoRFrameListener() to MainThread::go() More... over 11 years ago
[Cleanup] class RoRFrameListener: Removed unused variables More... over 11 years ago
[Add] .truck parser: section "hydros" now accepts both "," and " " as separators. More... over 11 years ago
[Fix] .truck parser, section "globals": Faulty lines no longer reported as "duplicate definition". More... over 11 years ago
[Add] .truck parser: section "engine" now accepts both "," and " " separators. More... over 11 years ago