9
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove QtPropertyBrowser configuration from root/global level and make it private to ECEditorModule. QtPropertyBrowser is ECEditorModule impl. details and no other plugin uses it and will the dependency will be removed at some point for good even. More... over 11 years ago
Remove QtScriptTools from Qt components. Remove configure_python and configure_python_qt - these will be moved to PythonModule.
Stinkfist
as Stinkfist0
More... over 11 years ago
Remove QtScriptTools from Qt components. Remove configure_python and configure_python_qt - these will be moved to PythonModule.
Stinkfist
as Stinkfist0
More... over 11 years ago
EC_Camera::SetNearClipDistance: do no allow passing 0 to Ogre, it will crash (new feature of Ogre 1.9?).
Stinkfist
as Stinkfist0
More... over 11 years ago
EC_Camera::SetNearClipDistance: do no allow passing 0 to Ogre, it will crash (new feature of Ogre 1.9?).
Stinkfist
as Stinkfist0
More... over 11 years ago
Fix terrible index out of bounds bug in cmd line parsing. This was introduced by me :(
jonnenauha
as Jonne Nauha
More... over 11 years ago
Fix terrible index out of bounds bug in cmd line parsing. This was introduced by me :(
jonnenauha
as Jonne Nauha
More... over 11 years ago
Remove PhysicsModule and PhysicsWorld from the Physics namespace.
Stinkfist
as Stinkfist0
More... over 11 years ago
Remove PhysicsModule and PhysicsWorld from the Physics namespace.
Stinkfist
as Stinkfist0
More... over 11 years ago
Make bool componentsReplicated in Scene::CreateLocalEntity false by default and document that it has no effect for local entities.
Stinkfist
as Stinkfist0
More... over 11 years ago
Make bool componentsReplicated in Scene::CreateLocalEntity false by default and document that it has no effect for local entities.
Stinkfist
as Stinkfist0
More... over 11 years ago
TundraProtocolModule/CMakeLists.txt: remove Bullet headers' inclusion, that is now unnecessary for this module. Fix compilation of EC_RigidBody.cpp (typos lurked in accidentalyl while diffing).
Stinkfist
as Stinkfist0
More... over 11 years ago
TundraProtocolModule/CMakeLists.txt: remove Bullet headers' inclusion, that is now unnecessary for this module. Fix compilation of EC_RigidBody.cpp (typos lurked in accidentalyl while diffing).
Stinkfist
as Stinkfist0
More... over 11 years ago
Pimpl for EC_RigidBody allowing more effortless usage of EC_RigidBody (no need to include Bullet headers for nothing in typical use case).
Stinkfist
as Stinkfist0
More... over 11 years ago
Pimpl for EC_RigidBody allowing more effortless usage of EC_RigidBody (no need to include Bullet headers for nothing in typical use case).
Stinkfist
as Stinkfist0
More... over 11 years ago
EC_Mesh's LocalOBB, WorldOBB, LocalAABB and WorldAABB: returns negatively infinite bounding box instead, as suggested by clb. More... over 11 years ago
EC_Mesh's LocalOBB, WorldOBB, LocalAABB and WorldAABB: returns negatively infinite bounding box instead, as suggested by clb. More... over 11 years ago
SceneStructureWindow: fix bug causing disabled attributes to be shown when "Show components" check box was toggled. Remove "show all attributes" option from the UI for now until the perf probs with it are fixed. More... over 11 years ago
SceneStructureWindow: fix bug causing disabled attributes to be shown when "Show components" check box was toggled. Remove "show all attributes" option from the UI for now until the perf probs with it are fixed. More... over 11 years ago
Tundra.rc and TundraPlugin.rc: fill FileDescription (use same as for ProductName). FileDescription is shown f.ex. when mouse hovering on the file in File Explorer. More... over 11 years ago
Tundra.rc and TundraPlugin.rc: fill FileDescription (use same as for ProductName). FileDescription is shown f.ex. when mouse hovering on the file in File Explorer. More... over 11 years ago
Ray operator * - use smaller epsilon in order to prevent assumption spam when raycasting to non-uniformly scaled objects. The assumption check and spam was introduced in the MathGeoLib update. More... over 11 years ago
Ray operator * - use smaller epsilon in order to prevent assumption spam when raycasting to non-uniformly scaled objects. The assumption check and spam was introduced in the MathGeoLib update. More... over 11 years ago
README.md: add note that VS2012 and newer can be used to open and build the VS2010-generated Tundra solution. More... over 11 years ago
README.md: add note that VS2012 and newer can be used to open and build the VS2010-generated Tundra solution. More... over 11 years ago
Move ECEditorModule's UI files from /bin/data/ui to src/Core/ECEditorModule compile them into the DLL. Closes #677.
Stinkfist
as Stinkfist0
More... over 11 years ago
Move ECEditorModule's UI files from /bin/data/ui to src/Core/ECEditorModule compile them into the DLL. Closes #677.
Stinkfist
as Stinkfist0
More... over 11 years ago
Rename UI files in bin/data/ui consistently (upper camel case) cont'd.
Stinkfist
as Stinkfist0
More... over 11 years ago
Rename UI files in bin/data/ui consistently (upper camel case) cont'd.
Stinkfist
as Stinkfist0
More... over 11 years ago
Rename UI files in bin/data/ui consistently (upper camel case). Intermediate commit, filenames containing underscore in the beginning (cannot change only case, bug in Tortoise Git?)
Stinkfist
as Stinkfist0
More... over 11 years ago