Changesets: DarkRadiant
pybind11_upgrade 94fd4595 2020-12-20 17:07:21 Details Diff |
0005452 Set -fvisibility=hidden compiler flag for the scripting module |
Affected Issues 0005452 |
|
mod - plugins/script/CMakeLists.txt | Diff File | ||
pybind11_upgrade 11e5a7f8 2020-12-20 17:06:40 Details Diff |
0005452 Fix compilation in gcc |
Affected Issues 0005452 |
|
mod - plugins/script/PythonModule.cpp | Diff File | ||
mod - plugins/script/ScriptingSystem.cpp | Diff File | ||
pybind11_upgrade b7eb9a95 2020-12-20 15:49:01 Details Diff |
0005452: Privatise the py::module member |
Affected Issues 0005452 |
|
mod - plugins/script/PythonModule.cpp | Diff File | ||
mod - plugins/script/PythonModule.h | Diff File | ||
pybind11_upgrade c0bd5242 2020-12-20 15:42:07 Details Diff |
0005452: More shifting around, less static members and cross-references |
Affected Issues 0005452 |
|
mod - plugins/script/PythonModule.cpp | Diff File | ||
mod - plugins/script/PythonModule.h | Diff File | ||
mod - plugins/script/ScriptingSystem.cpp | Diff File | ||
mod - plugins/script/ScriptingSystem.h | Diff File | ||
pybind11_upgrade c36d8ff9 2020-12-20 15:11:22 Details Diff |
0005452: Since all platforms are using pybind11 from DR's git, we can skip all that version checks |
Affected Issues 0005452 |
|
mod - plugins/script/PythonModule.cpp | Diff File | ||
pybind11_upgrade 65bd8b36 2020-12-20 14:55:07 Details Diff |
0005452: Privatise the python module name |
Affected Issues 0005452 |
|
mod - plugins/script/PythonModule.cpp | Diff File | ||
mod - plugins/script/PythonModule.h | Diff File | ||
pybind11_upgrade ee9607e5 2020-12-20 14:34:13 Details Diff |
0005452: Move the console writers to PythonModule |
Affected Issues 0005452 |
|
mod - plugins/script/PythonModule.cpp | Diff File | ||
mod - plugins/script/PythonModule.h | Diff File | ||
mod - plugins/script/ScriptingSystem.cpp | Diff File | ||
mod - plugins/script/ScriptingSystem.h | Diff File | ||
pybind11_upgrade c27e326c 2020-12-20 13:59:51 Details Diff |
0005452: Interpreter initialisation is now handled in PythonModule internally |
Affected Issues 0005452 |
|
mod - plugins/script/PythonModule.cpp | Diff File | ||
mod - plugins/script/PythonModule.h | Diff File | ||
mod - plugins/script/ScriptingSystem.cpp | Diff File | ||
pybind11_upgrade 7323145a 2020-12-20 13:45:07 Details Diff |
0005452: PythonModule instance is owned by ScriptingSystem now. Due to the C-style Python API we still need a few statics around. |
Affected Issues 0005452 |
|
mod - plugins/script/PythonModule.cpp | Diff File | ||
mod - plugins/script/PythonModule.h | Diff File | ||
mod - plugins/script/ScriptingSystem.cpp | Diff File | ||
mod - plugins/script/ScriptingSystem.h | Diff File | ||
pybind11_upgrade 4a643a91 2020-12-20 13:24:39 Details Diff |
0005452: Start upgrading PythonModule class to an actual instance housing the module and the globals. |
Affected Issues 0005452 |
|
mod - include/iscriptinterface.h | Diff File | ||
mod - plugins/script/PythonModule.cpp | Diff File | ||
mod - plugins/script/PythonModule.h | Diff File | ||
mod - plugins/script/ScriptingSystem.cpp | Diff File | ||
mod - plugins/script/ScriptingSystem.h | Diff File | ||
pybind11_upgrade b84b373b 2020-12-20 11:24:38 Details Diff |
0005452: Upgrade pybind11 sources that are shipped with DR. |
Affected Issues 0005452 |
|
mod - libs/pybind/pybind11/attr.h | Diff File | ||
add - libs/pybind/pybind11/buffer_info.h | Diff File | ||
mod - libs/pybind/pybind11/cast.h | Diff File | ||
mod - libs/pybind/pybind11/chrono.h | Diff File | ||
rm - libs/pybind/pybind11/class_support.h | Diff File | ||
mod - libs/pybind/pybind11/common.h | Diff File | ||
mod - libs/pybind/pybind11/complex.h | Diff File | ||
rm - libs/pybind/pybind11/descr.h | Diff File | ||
add - libs/pybind/pybind11/detail/class.h | Diff File | ||
add - libs/pybind/pybind11/detail/common.h | Diff File | ||
add - libs/pybind/pybind11/detail/descr.h | Diff File | ||
add - libs/pybind/pybind11/detail/init.h | Diff File | ||
add - libs/pybind/pybind11/detail/internals.h | Diff File | ||
mod - libs/pybind/pybind11/eigen.h | Diff File | ||
add - libs/pybind/pybind11/embed.h | Diff File | ||
mod - libs/pybind/pybind11/eval.h | Diff File | ||
mod - libs/pybind/pybind11/functional.h | Diff File | ||
add - libs/pybind/pybind11/iostream.h | Diff File | ||
mod - libs/pybind/pybind11/numpy.h | Diff File | ||
mod - libs/pybind/pybind11/operators.h | Diff File | ||
mod - libs/pybind/pybind11/options.h | Diff File | ||
mod - libs/pybind/pybind11/pybind11.h | Diff File | ||
mod - libs/pybind/pybind11/pytypes.h | Diff File | ||
mod - libs/pybind/pybind11/stl.h | Diff File | ||
mod - libs/pybind/pybind11/stl_bind.h | Diff File | ||
master d029960a 2020-12-20 05:24:28 Details Diff |
Add pthread linker flags when compiling the test binary | ||
mod - test/CMakeLists.txt | Diff File | ||
master 3a720199 2020-12-20 05:22:41 Details Diff |
Fix compilation in gcc | ||
mod - radiant/ui/FileOverwriteConfirmationHandler.h | Diff File | ||
master 36180a45 2020-12-20 04:34:47 Details Diff |
0005451: Add (failing) unit tests asserting that create, rename and delete layer operations mark the map as modified |
Affected Issues 0005451 |
|
mod - test/CMakeLists.txt | Diff File | ||
add - test/LayerManipulation.cpp | Diff File | ||
add - test/resources/tdm/maps/general_purpose.mapx | Diff File | ||
mod - tools/msvc/Tests/Tests.vcxproj | Diff File | ||
mod - tools/msvc/Tests/Tests.vcxproj.filters | Diff File | ||
master ce4df7b0 2020-12-20 04:03:11 Details Diff |
0005448: Tell PNG to convert greyscale images to RGBA, with or without alpha channel. This fixes the corresponding unit test. |
Affected Issues 0005448 |
|
mod - radiantcore/imagefile/PNGLoader.cpp | Diff File | ||
master 906af044 2020-12-20 04:01:38 Details Diff |
0005448: Add (currently failing) test case loading an 8-Bit Greyscale PNG with alpha channel |
Affected Issues 0005448 |
|
mod - test/ImageLoading.cpp | Diff File | ||
mod - test/resources/tdm/materials/pngs.mtr | Diff File | ||
add - test/resources/tdm/textures/pngs/transparent_greyscale.png | Diff File | ||
master ec5c1afe 2020-12-19 16:10:24 Details Diff |
0005448: Tell libpng to scale down 16-bit values to 8-bit, PNGLoader can load 16-Bit PNG files now without crashing |
Affected Issues 0005448 |
|
mod - radiantcore/imagefile/PNGLoader.cpp | Diff File | ||
master 24f11b88 2020-12-19 11:53:28 Details Diff |
Remove internal border in floating GroupDialog GroupDialog in the Floating layout had a 12 pixel border between the window edge and the tabbed widget, which was just a waste of space. |
||
mod - radiant/ui/mainframe/FloatingLayout.h | Diff File | ||
mod - radiant/uimanager/GroupDialog.cpp | Diff File | ||
mod - radiant/uimanager/GroupDialog.h | Diff File | ||
master 6e99daf8 2020-12-19 11:39:51 Details Diff |
Fix assertion on startup in Regular layout Assertion caused by a recursive wxYield call: first in LongRunningOperationHandler::onMessage and then in RegularLayout::restoreStateFromPath. The wxWidgets warn against use of wxYield presumably because it can cause unexpected problems like this, so for now I have just removed the wxYield call in RegularLayout without replacing it with anything. The startup behaviour looks OK on Linux but if there are problems caused by window size, perhaps the use of another function like ProcessPendingEvents() would be safer. |
||
mod - radiant/ui/mainframe/RegularLayout.cpp | Diff File | ||
master d5025d88 2020-12-19 06:24:43 Details Diff |
0005448: Add test cases to load 8 bit and 16 bit PNG files (16 bit is crashing in this revision) |
Affected Issues 0005448 |
|
mod - test/CMakeLists.txt | Diff File | ||
add - test/ImageLoading.cpp | Diff File | ||
add - test/resources/tdm/materials/pngs.mtr | Diff File | ||
add - test/resources/tdm/textures/pngs/twentyone_16bit.png | Diff File | ||
add - test/resources/tdm/textures/pngs/twentyone_8bit.png | Diff File | ||
mod - tools/msvc/Tests/Tests.vcxproj | Diff File | ||
mod - tools/msvc/Tests/Tests.vcxproj.filters | Diff File | ||
master 60bc7dbe 2020-12-19 03:33:05 Details Diff |
0005440: Set last modification timestamp right in constructor, which is needed to make "save as" working without double asking for overwrite |
Affected Issues 0005440 |
|
mod - radiantcore/map/MapResource.cpp | Diff File | ||
mod - test/MapSavingLoading.cpp | Diff File | ||
master b99f6e6d 2020-12-18 18:58:31 Details Diff |
0005440: Update last modification timestamp in MapResource after successful loading or saving |
Affected Issues 0005440 |
|
mod - radiantcore/map/MapResource.cpp | Diff File | ||
mod - radiantcore/map/MapResource.h | Diff File | ||
master 2bd99ba7 2020-12-18 18:52:47 Details Diff |
0005440: Fix exception on writing layer mappings of an empty map to the .darkradiant file |
Affected Issues 0005440 |
|
mod - radiantcore/layers/LayerInfoFileModule.cpp | Diff File | ||
master d877f4db 2020-12-18 14:11:52 Details Diff |
0005364: move some render code from Light into LightNode Light and LightNode are so tightly bound they would be better off as one class (witness the constant use of _light.blah() in LightNode and _owner.blah() in Light). With this minor refactoring the call chain for rendering light volumes is shortened slightly, so that renderWireframe() and renderSolid() in LightNode now call a method renderLightVolume() on the same class, rather than delegating to Light methods. In addition, LightNode now implements OpenGLRenderable itself and submits *this for rendering, rather than submitting _light. Note that LightNode::render() only renders the light origin box, not the radius or frustum. This is just a small step and there is still much rendering code in Light, as well as use of Light's private members from LightNode's rendering methods. |
Affected Issues 0005364 |
|
mod - include/icolourscheme.h | Diff File | ||
mod - radiantcore/entity/light/Light.cpp | Diff File | ||
mod - radiantcore/entity/light/Light.h | Diff File | ||
mod - radiantcore/entity/light/LightNode.cpp | Diff File | ||
mod - radiantcore/entity/light/LightNode.h | Diff File | ||
master 7894a812 2020-12-18 13:50:06 Details Diff |
0005364: connect 'Override light colour' to registry key Checkbox initialised based on a new registry key and saves its value when toggled. |
Affected Issues 0005364 |
|
mod - radiant/uimanager/colourscheme/ColourSchemeEditor.cpp | Diff File | ||
mod - radiant/uimanager/colourscheme/ColourSchemeEditor.h | Diff File |