1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[Fix] Overlays now properly hidden/restored when entering/exiting RigEditor. Cleanups in OverlayWrapper. More... about 11 years ago
[Fix] Viewport now correctly restored when switching from RigEditor to simulation. More... about 11 years ago
[Codechange] Removed class StartupScreen, showing startup screen now handled by MainThread. More... about 11 years ago
[Add] RigEditor: GUI is now working. More... about 11 years ago
[Codechange] GUIManager: Removed dead code (minor edit) More... about 11 years ago
[Files renamed] All RigDef* files renamed to RigDef_* to match coding style. No code change. More... about 11 years ago
[Codechange] All Ogre::SceneManager instances named (StartupScreen, MainThread, RigEditor::Main) More... about 11 years ago
[Fix] RigEditor: Event list now properly reset every frame. More... about 11 years ago
[Add] Rig editor, initial implementation (no features yet). * Enter using top menu -> editor -> Open rig editor * Editor only displays empty screen * Exit using escape key More... about 11 years ago
[Cleanup] GUI_MainMenu: Member variables renamed (no code change) More... about 11 years ago
[Cleanup] GUI_MainMenu: Code tidied up (no code change) More... about 11 years ago
[Merge] only_a_ptr/ror-software-architecture More... about 11 years ago
[WIP] Editor code (not working) More... about 11 years ago
[Doc] CameraManager More... about 11 years ago
[Codechange] Chunks of code moved to more appropriate locations. More... about 11 years ago
[Doc] Removed misleading comment. class LanguageEngine must remain as singleton because it's accessed through _L() macro More... about 11 years ago
[Codechange] MainThread* pointer removed from GlobalEnvironment, accessible through RoR::Application More... about 11 years ago
[Doc] enum GameStates documented. More... about 11 years ago
[Codechange] Source tree improved, files moved to more appropriate locations. More... about 11 years ago
[Fix] CMake build scripts updated to accomodate TruckParser2013 project changes. More... about 11 years ago
[Merge] only_a_ptr/TruckParser2013 + only_a_ptr/SoftwareArchitecture More... about 11 years ago
[Codechange] Removed enum field GameStates::TERRAIN_EDITOR and all associated logic (dead code). More... about 11 years ago
[Codechange] RoRFrameListener: Removed duplicate Ogre::RenderWindow::isClosed() check; done in MainThread::EnterGameplayLoop() More... about 11 years ago
[Refactor] class LoadingWindow: removed "forced frame" concept, which isn't used anymore. More... about 11 years ago
[Refactor] RoRFrameListener: shutdown code cleaned up a bit. More... about 11 years ago
[Refactor] Ogre::RenderWindow* pointer removed from GlobalEnvironment, now accessible only through RoR::Application. More... about 11 years ago
[Refactor] Ogre::Viewport* pointer removed from GlobalEnvironment, now accessible only through RoR::Application. More... about 11 years ago
[Refactor] Ogre::Root* pointer removed from GlobalEnvironment, now accessible only through RoR::Application. More... about 11 years ago
[Refactor] Global change: all local OverlayWrapper* pointers removed, all access done through RoR::Application More... about 11 years ago
[Cleanup] class MainThread: removed deadcode, updated comments. More... about 11 years ago