Changesets: DarkRadiant
core_module 81c5199f 29.06.2020 05:00 Details Diff |
0005231: Fix BrushMakePrefab command argument validation. |
Affected Issues 0005231 |
|
mod - radiantcore/selection/algorithm/Primitives.cpp | Diff File | ||
core_module 4248f754 29.06.2020 04:53 Details Diff |
0005231: Fix brush prism/cone/sphere command |
Affected Issues 0005231 |
|
mod - radiant/ui/UserInterfaceModule.cpp | Diff File | ||
core_module 3aefb119 29.06.2020 04:34 Details Diff |
0005231: Fix jump to camera not redrawing the orthoview after refocusing. |
Affected Issues 0005231 |
|
mod - radiant/xyview/XYWnd.cpp | Diff File | ||
core_module a28c732a 29.06.2020 03:28 Details Diff |
0005231: Fix Jump to Object algorithm crashing |
Affected Issues 0005231 |
|
mod - radiant/camera/CamWnd.cpp | Diff File | ||
mod - radiant/camera/GlobalCamera.cpp | Diff File | ||
core_module 244e6aa7 28.06.2020 20:06 Details Diff |
0005231: Remove benchmark helper again |
Affected Issues 0005231 |
|
mod - radiantcore/brush/BrushModule.cpp | Diff File | ||
core_module 124c8938 28.06.2020 19:02 Details Diff |
0005231: Fix create simple patch mesh command registration |
Affected Issues 0005231 |
|
mod - radiantcore/patch/PatchModule.cpp | Diff File | ||
core_module fefecff2 28.06.2020 16:05 Details Diff |
0005231: Fix Patch Inspector row/col selectors not properly repopulated after patch dimension change (transpose) |
Affected Issues 0005231 |
|
mod - radiant/ui/patch/PatchInspector.cpp | Diff File | ||
core_module 7782291f 28.06.2020 15:54 Details Diff |
0005231: Fix PatchInspector constantly updating after first update() call due to the _updateNeeded flag not being cleared. |
Affected Issues 0005231 |
|
mod - radiant/ui/patch/PatchInspector.cpp | Diff File | ||
core_module 7efa99a2 28.06.2020 15:50 Details Diff |
0005231: Fix CreateSimplePatchMesh default keyboard binding and algorithm not executing due to a logic error. |
Affected Issues 0005231 |
|
mod - install/input.xml | Diff File | ||
mod - install/menu.xml | Diff File | ||
mod - radiantcore/patch/algorithm/Prefab.cpp | Diff File | ||
core_module cceb7dc0 28.06.2020 10:52 Details Diff |
0005231: Avoid flickering during map load, caused by buffer swapping even though no rendering is happening |
Affected Issues 0005231 |
|
mod - libs/wxutil/GLWidget.cpp | Diff File | ||
mod - libs/wxutil/GLWidget.h | Diff File | ||
mod - libs/wxutil/preview/GuiView.cpp | Diff File | ||
mod - libs/wxutil/preview/GuiView.h | Diff File | ||
mod - libs/wxutil/preview/RenderPreview.cpp | Diff File | ||
mod - libs/wxutil/preview/RenderPreview.h | Diff File | ||
mod - radiant/camera/CamWnd.cpp | Diff File | ||
mod - radiant/camera/CamWnd.h | Diff File | ||
mod - radiant/textool/TexTool.cpp | Diff File | ||
mod - radiant/textool/TexTool.h | Diff File | ||
mod - radiant/ui/common/ShaderSelector.cpp | Diff File | ||
mod - radiant/ui/common/ShaderSelector.h | Diff File | ||
mod - radiant/ui/common/TexturePreviewCombo.cpp | Diff File | ||
mod - radiant/ui/common/TexturePreviewCombo.h | Diff File | ||
mod - radiant/ui/texturebrowser/TextureBrowser.cpp | Diff File | ||
mod - radiant/ui/texturebrowser/TextureBrowser.h | Diff File | ||
mod - radiant/xyview/XYWnd.cpp | Diff File | ||
mod - radiant/xyview/XYWnd.h | Diff File | ||
core_module fb542d8c 28.06.2020 07:48 Details Diff |
0005231: Fix ScreenUpdateBlocker not being able to block window draw events before the main loop kicks in. |
Affected Issues 0005231 |
|
mod - radiant/ui/mainframe/ScreenUpdateBlocker.cpp | Diff File | ||
mod - radiant/ui/mainframe/ScreenUpdateBlocker.h | Diff File | ||
core_module d967ebd6 26.06.2020 16:21 Details Diff |
0005231: Redesign MessageBus to increase performance when sending large volumes of messages through the pipe. |
Affected Issues 0005231 |
|
mod - include/imessagebus.h | Diff File | ||
mod - libs/messages/AutomaticMapSaveRequest.h | Diff File | ||
mod - libs/messages/CommandExecutionFailed.h | Diff File | ||
mod - libs/messages/GameConfigNeededMessage.h | Diff File | ||
mod - libs/messages/LongRunningOperationMessage.h | Diff File | ||
mod - libs/messages/MapFileOperation.h | Diff File | ||
mod - libs/messages/NotificationMessage.h | Diff File | ||
mod - libs/messages/TextureChanged.h | Diff File | ||
mod - radiant/RadiantApp.cpp | Diff File | ||
mod - radiant/ui/AutoSaveRequestHandler.h | Diff File | ||
mod - radiant/ui/LongRunningOperationHandler.h | Diff File | ||
mod - radiant/ui/MapFileProgressHandler.h | Diff File | ||
mod - radiant/ui/UserInterfaceModule.cpp | Diff File | ||
mod - radiant/ui/surfaceinspector/SurfaceInspector.cpp | Diff File | ||
mod - radiantcore/brush/BrushModule.cpp | Diff File | ||
mod - radiantcore/messagebus/MessageBus.h | Diff File | ||
master 31a50870 23.06.2020 20:31 Details Diff |
DDSImage stores pixel data in a std::vector No need to store an explicit size any more since a vector always knows its own size (in fact the stored size was never referenced beyond the initial allocation in the constructor). |
||
mod - radiant/image/dds.cpp | Diff File | ||
master 61edaeb1 23.06.2020 20:02 Details Diff |
Remove useless mipmap level parameter from Image::getWidth/getHeight Just like with the already-removed mipmap level parameter to get[MipMap]Pixels, the corresponding parameter to getWidth and getHeight is also unused and unusable due to the requirement in RGBAImage that it must always be set to 0. |
||
mod - include/iimage.h | Diff File | ||
mod - libs/RGBAImage.h | Diff File | ||
mod - radiant/image/dds.cpp | Diff File | ||
mod - radiant/shaders/CameraCubeMapDecl.cpp | Diff File | ||
mod - radiant/shaders/MapExpression.cpp | Diff File | ||
mod - radiant/shaders/textures/HeightmapCreator.h | Diff File | ||
mod - radiant/shaders/textures/TextureManipulator.cpp | Diff File | ||
core_module 8abc3c2a 22.06.2020 18:40 Details Diff |
0005231: Remove unused code. Fix progress dialog height not fitting around the controls. |
Affected Issues 0005231 |
|
mod - libs/wxutil/ModalProgressDialog.cpp | Diff File | ||
mod - radiant/ui/mainframe/ScreenUpdateBlocker.cpp | Diff File | ||
mod - radiant/ui/mainframe/ScreenUpdateBlocker.h | Diff File | ||
core_module e75e1ad1 22.06.2020 11:14 Details Diff |
0005231: Change some of the ScreenUpdateBlocker implementation to ModalProgressDialog. |
Affected Issues 0005231 |
|
mod - libs/wxutil/ModalProgressDialog.cpp | Diff File | ||
mod - libs/wxutil/ModalProgressDialog.h | Diff File | ||
mod - radiant/ui/MapFileProgressHandler.h | Diff File | ||
mod - radiant/ui/mainframe/ScreenUpdateBlocker.cpp | Diff File | ||
mod - radiant/ui/mainframe/ScreenUpdateBlocker.h | Diff File | ||
core_module 5c40d4d8 21.06.2020 17:24 Details Diff |
0005231: Fix an ancient but unnoticed copy&paste error |
Affected Issues 0005231 |
|
mod - radiantcore/commandsystem/CommandSystem.cpp | Diff File | ||
core_module 06df831c 20.06.2020 04:58 Details Diff |
0005231: Fix logic typo preventing UndoableCommands from functioning. Fix captions in Patch Cap dialog. |
Affected Issues 0005231 |
|
mod - include/iundo.h | Diff File | ||
mod - radiant/ui/patch/CapDialog.cpp | Diff File | ||
core_module e2891bf3 20.06.2020 03:26 Details Diff |
0005231: Fix map initialisation and a crash at shutdown due to a missing FileOperation::Finished message. |
Affected Issues 0005231 |
|
mod - include/imap.h | Diff File | ||
mod - radiant/map/StartupMapLoader.cpp | Diff File | ||
mod - radiant/ui/MapFileProgressHandler.h | Diff File | ||
mod - radiantcore/map/Map.cpp | Diff File | ||
mod - radiantcore/map/Map.h | Diff File | ||
mod - radiantcore/map/algorithm/MapImporter.cpp | Diff File | ||
mod - radiantcore/map/algorithm/MapImporter.h | Diff File | ||
core_module 4f328a9a 19.06.2020 04:31 Details Diff |
0005231: Fix MRU menu |
Affected Issues 0005231 |
|
mod - radiant/ui/mru/MRUMenu.h | Diff File | ||
mod - radiantcore/map/Map.cpp | Diff File | ||
mod - radiantcore/map/mru/MRU.cpp | Diff File | ||
master 1828f91c 18.06.2020 20:21 Details Diff |
Image::getMipMapPixels(int) is now just getPixels() No calling code ever made use of the mipmap level parameter, nor could it ever do so since the RGBAImage implementation would assert if the requested level were anything other than 0, making this parameter useless. The only class which cares about mipmap levels is DDSImage, which continues to be populated by its (non-interface) getMipMapPixels method inside dds.cpp. |
||
mod - include/iimage.h | Diff File | ||
mod - libs/RGBAImage.h | Diff File | ||
mod - radiant/image/dds.cpp | Diff File | ||
mod - radiant/shaders/CameraCubeMapDecl.cpp | Diff File | ||
mod - radiant/shaders/MapExpression.cpp | Diff File | ||
mod - radiant/shaders/textures/HeightmapCreator.h | Diff File | ||
mod - radiant/shaders/textures/TextureManipulator.cpp | Diff File | ||
master 39471f91 18.06.2020 20:04 Details Diff |
Add slightly more console information when failing to load a DDS image Logging indicates that we have a problem with DDS files using the DDS_PF_ARGB8888 format, which is presumably uncompressed image data which needs to be uploaded with glTexImage2D, not glCompressedTexImage2D. |
||
mod - radiant/image/dds.cpp | Diff File | ||
master 0e2e6c58 18.06.2020 19:55 Details Diff |
Remove some redundant elements from DDSImage 'pixels', 'width' and 'height' members are never used. allocateMemory() and releaseMemory() are only used by the constructor and destructor respectively, so do not need to be in separate (public) methods. |
||
mod - radiant/image/dds.cpp | Diff File | ||
master f831f74c 18.06.2020 19:48 Details Diff |
Move DDSImage into dds.cpp | ||
mod - radiant/Makefile.am | Diff File | ||
rm - radiant/image/DDSImage.cpp | Diff | ||
rm - radiant/image/DDSImage.h | Diff | ||
mod - radiant/image/dds.cpp | Diff File | ||
core_module c6f52c39 18.06.2020 18:21 Details Diff |
0005231: Implement missing MRU methods. Cleanup class and project from unused stuff. |
Affected Issues 0005231 |
|
rm - radiant/ui/mru/MRUMenuItem.cpp | Diff | ||
rm - radiant/ui/mru/MRUMenuItem.h | Diff | ||
mod - radiantcore/map/mru/MRU.cpp | Diff File | ||
mod - radiantcore/map/mru/MRU.h | Diff File | ||
mod - radiantcore/map/mru/MRUList.h | Diff File |