Changesets: DarkRadiant
|
master 2c552e71 26.12.2020 08:25 Details Diff |
Update README.md and PKGBUILD | ||
| mod - PKGBUILD | Diff File | ||
| mod - README.md | Diff File | ||
|
master e1aae610 26.12.2020 08:07 Details Diff |
Set version to 2.10.0 | ||
| mod - include/version.h | Diff File | ||
|
master c98020c7 26.12.2020 05:29 Details Diff |
Fix mac compilation | ||
| mod - libs/module/ApplicationContextBase.cpp | Diff File | ||
| mod - libs/os/fs.h | Diff File | ||
| mod - tools/xcode/DarkRadiant.xcodeproj/project.pbxproj | Diff File | ||
| mod - tools/xcode/DarkRadiant.xcodeproj/xcshareddata/xcschemes/DarkRadiant.xcscheme | Diff File | ||
|
master eac6cd20 26.12.2020 04:00 Details Diff |
0005406: Sort the list of entity names in the dropdown box |
Affected Issues 0005406 |
|
| mod - plugins/dm.objectives/ce/specpanel/EntityNameSpecifierPanel.cpp | Diff File | ||
|
master dff6de64 25.12.2020 15:12 Details Diff |
Fix gcc compilation | ||
| mod - radiant/ui/layers/LayerOrthoContextMenuItem.cpp | Diff File | ||
| mod - radiantcore/layers/LayerModule.cpp | Diff File | ||
|
master 4be033f8 25.12.2020 13:44 Details Diff |
Set version to 2.10.0pre3 | ||
| mod - include/version.h | Diff File | ||
|
master 0e25f166 25.12.2020 11:36 Details Diff |
0005444: Add another unit test covering patches facing both directions in orthoview |
Affected Issues 0005444 |
|
| mod - test/Selection.cpp | Diff File | ||
|
master 5ee83794 25.12.2020 11:30 Details Diff |
0005444: Add unit test covering the fixed selection behaviour of these brushes facing the opposite direction in orthoview. |
Affected Issues 0005444 |
|
| mod - test/Selection.cpp | Diff File | ||
| add - test/resources/tdm/maps/selection_test.map | Diff File | ||
|
master 610a3cbd 25.12.2020 10:09 Details Diff |
0005444: Fix brushes being unselectable when their only visible surfaces are facing away in orthoview. |
Affected Issues 0005444 |
|
| mod - radiantcore/brush/BrushNode.cpp | Diff File | ||
|
master 14e8d903 25.12.2020 08:48 Details Diff |
0005406: Double-clicking an objective will open the edit dialog |
Affected Issues 0005406 |
|
| mod - plugins/dm.objectives/ObjectivesEditor.cpp | Diff File | ||
| mod - plugins/dm.objectives/ObjectivesEditor.h | Diff File | ||
|
master 9f7eede4 25.12.2020 08:45 Details Diff |
0005406: Auto-select the first objective entity when opening the objectives editor |
Affected Issues 0005406 |
|
| mod - plugins/dm.objectives/ObjectivesEditor.cpp | Diff File | ||
| mod - plugins/dm.objectives/ObjectivesEditor.h | Diff File | ||
|
master 62a4ab79 25.12.2020 08:39 Details Diff |
0005406: Upgrade "Name of single entity" SpecifierEditor to a combo box listing all the map's entities. |
Affected Issues 0005406 |
|
| mod - plugins/dm.objectives/ce/specpanel/EntityNameSpecifierPanel.cpp | Diff File | ||
| mod - plugins/dm.objectives/ce/specpanel/EntityNameSpecifierPanel.h | Diff File | ||
|
master c5e1cb51 25.12.2020 05:26 Details Diff |
Update German localisation | ||
| mod - install/i18n/darkradiant.pot | Diff File | ||
| mod - install/i18n/de/LC_MESSAGES/darkradiant.mo | Diff File | ||
| mod - install/i18n/de/LC_MESSAGES/darkradiant.po | Diff File | ||
| mod - tools/i18n/darkradiant.pot | Diff File | ||
|
master e6b67255 25.12.2020 04:54 Details Diff |
0005443: Add unit test checking that light bounds change after modifying the spawnarg |
Affected Issues 0005443 |
|
| mod - test/Selection.cpp | Diff File | ||
| add - test/resources/tdm/def/lights.def | Diff File | ||
|
master f2ca16a0 25.12.2020 04:21 Details Diff |
0005443: Update light node bounds when the radius spawnarg is modified directly |
Affected Issues 0005443 |
|
| mod - radiantcore/entity/light/LightNode.cpp | Diff File | ||
| mod - radiantcore/entity/light/LightNode.h | Diff File | ||
|
master 92c2f90a 25.12.2020 03:59 Details Diff |
0005457: Display correct grid status text at startup |
Affected Issues 0005457 |
|
| mod - radiant/ui/grid/GridUserInterface.cpp | Diff File | ||
|
master f1db2f5c 25.12.2020 03:51 Details Diff |
0005451: Add "RenameLayer" command. Mark map as modified after renaming a layer. |
Affected Issues 0005451 |
|
| mod - radiant/ui/layers/LayerControl.cpp | Diff File | ||
| mod - radiantcore/layers/LayerModule.cpp | Diff File | ||
| mod - test/LayerManipulation.cpp | Diff File | ||
|
master 3c1db140 25.12.2020 03:25 Details Diff |
0005451: Introduce DeleteLayer command |
Affected Issues 0005451 |
|
| mod - radiant/ui/layers/LayerControl.cpp | Diff File | ||
| mod - radiantcore/layers/LayerModule.cpp | Diff File | ||
| mod - test/LayerManipulation.cpp | Diff File | ||
|
master 06d0f8b3 25.12.2020 03:03 Details Diff |
0005451: Add new "CreateLayer" command accepting a string argument. Mark the map as modified after creating a layer, also when created through the dialog. A weakness of CommandSystem::executeCommand is that there is no way to return a result, which is limiting its use - this way we can't directly use the CreateNewLayer command in the CreateLayerDialog implementation. |
Affected Issues 0005451 |
|
| mod - radiant/ui/UserInterfaceModule.cpp | Diff File | ||
| mod - radiant/ui/layers/CreateLayerDialog.cpp | Diff File | ||
| mod - radiant/ui/layers/LayerContextMenu.h | Diff File | ||
| mod - radiant/ui/layers/LayerControlDialog.cpp | Diff File | ||
| mod - radiantcore/layers/LayerModule.cpp | Diff File | ||
| mod - test/LayerManipulation.cpp | Diff File | ||
|
master 5ae4cfea 24.12.2020 12:04 Details Diff |
0005451: LayerOrthoContextMenuItems now dispatch the operations through the command system |
Affected Issues 0005451 |
|
| mod - radiant/ui/layers/LayerOrthoContextMenuItem.cpp | Diff File | ||
| mod - radiant/ui/layers/LayerOrthoContextMenuItem.h | Diff File | ||
|
master 25fc3542 24.12.2020 11:47 Details Diff |
0005451: Mark the map as modified from within the various layer Add/Remove/Move command implementation. Remove the setModified call from the LayerOrthoContextMenuItems. Add RemoveSelectionFromLayer command, as it was missing from the command set. |
Affected Issues 0005451 |
|
| mod - radiant/ui/layers/LayerOrthoContextMenuItem.cpp | Diff File | ||
| mod - radiantcore/layers/LayerModule.cpp | Diff File | ||
| mod - test/LayerManipulation.cpp | Diff File | ||
|
master 54b35855 24.12.2020 09:05 Details Diff |
0005451: Expand unit test by more failing cases |
Affected Issues 0005451 |
|
| mod - test/LayerManipulation.cpp | Diff File | ||
|
master 6b7f8b5e 24.12.2020 05:57 Details Diff |
Debian 10 is using CMake 3.13 which doesn't support TYPE LOCALE, so use DESTINATION with CMAKE_INSTALL_LOCALEDIR as argument | ||
| mod - CMakeLists.txt | Diff File | ||
|
master 18cd6e65 24.12.2020 05:18 Details Diff |
Remove DESTINATION again, it seems this has been changed between cmake 3.13 and cmake 3.16 - the latter requires setting the TYPE and will deduct the DESTINATION itself | ||
| mod - CMakeLists.txt | Diff File | ||
|
master 55435abf 24.12.2020 04:59 Details Diff |
Add stdc++fs linker flag for GCC 8 and earlier - GCC 9+ doesn't require this anymore | ||
| mod - CMakeLists.txt | Diff File | ||