Changesets: DarkRadiant
master 37814e48 24.12.2019 05:08 Details Diff |
Remove remnant Cursor.h/Cursor.cpp from wxutil library | ||
rm - libs/wxutil/Cursor.cpp | Diff | ||
rm - libs/wxutil/Cursor.h | Diff | ||
master a399aa6c 24.12.2019 04:52 Details Diff |
Xcode: Use C++14 feature set otherwise it won't recognise the brace initializer list | ||
mod - tools/xcode/base.xcconfig | Diff File | ||
master 3dd375ce 24.12.2019 04:24 Details Diff |
Xcode: Adjust paths of ddslib and picomodellib | ||
mod - tools/xcode/DarkRadiant.xcodeproj/project.pbxproj | Diff File | ||
master 3a8bcd83 24.12.2019 04:20 Details Diff |
Xcode: Migrate the rest of the module targets to the main binary | ||
mod - tools/xcode/DarkRadiant.xcodeproj/project.pbxproj | Diff File | ||
rm - tools/xcode/uimanager.xcconfig | Diff | ||
master 189053b2 24.12.2019 04:06 Details Diff |
Xcode: Migrate more module targets to the main binary | ||
mod - tools/xcode/DarkRadiant.xcodeproj/project.pbxproj | Diff File | ||
rm - tools/xcode/model.xcconfig | Diff | ||
rm - tools/xcode/particles.xcconfig | Diff | ||
master e7a9b8e7 19.12.2019 10:28 Details Diff |
Fix compilation error, PYBIND11_VERSION_xxx macros may contain unquoted strings | ||
mod - plugins/script/PythonModule.cpp | Diff File | ||
master 2274edba 19.12.2019 09:38 Details Diff |
Update AX_CXX_COMPILE_STDXX macro | ||
mod - m4/ax_cxx_compile_stdcxx.m4 | Diff File | ||
master 4fe23ef6 13.12.2019 04:30 Details Diff |
Add missing vcruntime140_1.dll to the package | ||
mod - tools/innosetup/darkradiant.iss | Diff File | ||
mod - tools/innosetup/darkradiant.x64.iss | Diff File | ||
mod - tools/scripts/compile_release_package.ps1 | Diff File | ||
master fd946b76 10.12.2019 06:01 Details Diff |
Migrate more module targets to the main binary | ||
mod - tools/xcode/DarkRadiant.xcodeproj/project.pbxproj | Diff File | ||
rm - tools/xcode/image.xcconfig | Diff | ||
rm - tools/xcode/md5model.xcconfig | Diff | ||
master 404c542b 10.12.2019 04:53 Details Diff |
Migrate a few module targets to the main binary | ||
mod - tools/xcode/DarkRadiant.xcodeproj/project.pbxproj | Diff File | ||
master 09cb9996 10.12.2019 04:39 Details Diff |
Start adjusting the Xcode project to the new structure | ||
mod - tools/xcode/DarkRadiant.xcconfig | Diff File | ||
mod - tools/xcode/DarkRadiant.xcodeproj/project.pbxproj | Diff File | ||
rm - tools/xcode/archivezip.xcconfig | Diff | ||
master 5cfed9e6 09.12.2019 05:17 Details Diff |
Fixed paths to VC redist DLLs in the packaging scripts | ||
mod - tools/scripts/compile_release_package.ps1 | Diff File | ||
master b4ba80d8 09.12.2019 04:49 Details Diff |
Bump version for the pre-release build | ||
mod - include/version.h | Diff File | ||
master 3d00eb04 09.12.2019 04:47 Details Diff |
Fix release build linker directories for wxWidgets | ||
mod - tools/msvc/properties/DarkRadiant Base Release Win32.props | Diff File | ||
mod - tools/msvc/properties/DarkRadiant Base Release x64.props | Diff File | ||
master 46ecf336 08.12.2019 10:45 Details Diff |
Adjust innosetup files to include the newer VC++ redistributables | ||
mod - tools/innosetup/darkradiant.iss | Diff File | ||
mod - tools/innosetup/darkradiant.x64.iss | Diff File | ||
master 5f7ddcc2 08.12.2019 10:27 Details Diff |
More updates to README.md | ||
mod - README.md | Diff File | ||
master d6b8fce5 08.12.2019 10:23 Details Diff |
Update README.md with new links and instructions. The windeps links will work as soon as 2.7.0 has been released. | ||
mod - README.md | Diff File | ||
master 0f7674bc 08.12.2019 10:04 Details Diff |
Move user guide URL to registry and let it point to darkradiant.net. Invoke the browser using that setting. | ||
mod - install/user.xml | Diff File | ||
mod - radiant/ui/Documentation.cpp | Diff File | ||
master da301d5a 06.12.2019 20:03 Details Diff |
Fix a wx debug assertion caused by the combination of wxExpand and wxCenterVertical in a horizontal sizer | ||
mod - radiant/ui/einspector/EntityInspector.cpp | Diff File | ||
master d1e8d37a 06.12.2019 19:50 Details Diff |
Fix wx build settings in property sheets | ||
mod - tools/msvc/properties/DarkRadiant Base Debug Win32.props | Diff File | ||
mod - tools/msvc/properties/DarkRadiant Base Debug x64.props | Diff File | ||
mod - tools/msvc/properties/wxWidgets.props | Diff File | ||
master a6af4bdf 06.12.2019 19:49 Details Diff |
Adjust post-build event scripts for wxWidgets 3.1.x libraries | ||
mod - tools/msvc/post_build_event.cmd | Diff File | ||
mod - tools/msvc/post_build_event_x64.cmd | Diff File | ||
master ed7427fb 29.11.2019 17:09 Details Diff |
Upgrade libfmt to version 6.0.0 | ||
rm - libs/libfmt/LICENSE | Diff | ||
add - libs/libfmt/LICENSE.rst | Diff File | ||
add - libs/libfmt/fmt/chrono.h | Diff File | ||
add - libs/libfmt/fmt/color.h | Diff File | ||
add - libs/libfmt/fmt/compile.h | Diff File | ||
add - libs/libfmt/fmt/core.h | Diff File | ||
add - libs/libfmt/fmt/format-inl.h | Diff File | ||
mod - libs/libfmt/fmt/format.cc | Diff File | ||
mod - libs/libfmt/fmt/format.h | Diff File | ||
add - libs/libfmt/fmt/locale.h | Diff File | ||
rm - libs/libfmt/fmt/ostream.cc | Diff | ||
mod - libs/libfmt/fmt/ostream.h | Diff File | ||
mod - libs/libfmt/fmt/posix.cc | Diff File | ||
mod - libs/libfmt/fmt/posix.h | Diff File | ||
add - libs/libfmt/fmt/printf.h | Diff File | ||
add - libs/libfmt/fmt/ranges.h | Diff File | ||
add - libs/libfmt/fmt/safe-duration-cast.h | Diff File | ||
rm - libs/libfmt/fmt/time.h | Diff | ||
master d0ba2b11 29.11.2019 17:03 Details Diff |
Use std::shared_ptr::use_count() instead of the deprecated unique() method | ||
mod - radiant/uimanager/DialogManager.cpp | Diff File | ||
master 6469aa67 29.11.2019 17:03 Details Diff |
Remove all inheritance from std::binary_function since the STL containers don't need this anymore | ||
mod - radiant/commandsystem/CaseInsensitiveCompare.h | Diff File | ||
mod - radiant/entity/KeyObserverMap.h | Diff File | ||
mod - radiant/shaders/ShaderNameCompareFunctor.h | Diff File | ||
mod - radiant/ui/einspector/EntityInspector.h | Diff File | ||
mod - radiant/ui/mediabrowser/MediaBrowser.cpp | Diff File | ||
master 9a858799 29.11.2019 17:02 Details Diff |
Adjust fs.h header to handle VS2019 which provides the regular C++17 header <filesystem> | ||
mod - libs/os/fs.h | Diff File |