| Age | Commit message (Collapse) | Author |
|
|
|
Happy new year
|
|
https://github.com/fmtlib/fmt/commit/7fa8f8fa48b0903deab5bb42e6760477173ac485
Also renamed cppformat to fmt
|
|
ladislav-zezula/CascLib@8f606d1ae0e01338f80e108b8d1b41912d4a3d2f
Closes #18420
|
|
really old compiler
|
|
ladislav-zezula/CascLib@e2fc95cdb15d03eb1e4c86b1161df82d5b92eff9
|
|
(cherry picked from commit bf5c37a5d056485fc256aa7f128f81eeb125a992)
|
|
(works since gcc 4.9)
|
|
ladislav-zezula/CascLib@2702efeae5f63c64f6d883cfcc219daa2fb06108
|
|
* VMAP extractor does not work due to a bug in CascLib
|
|
|
|
|
|
* Prevents errors when the c or cxx flags are empty
for some reason (which should never happen in
proper configured environments).
* Closes #17031
|
|
* Fixes issues with linux and dynamic linking
* Closes #16993
|
|
* Makes it possible to define the linkage for every module
* Move the ScriptPCH into the root directory
* Changes the SCRIPTS cmake variable to a string type:
-> -DSCRIPTS=0 is -DSCRIPTS="minimal-static" now
(builds commands and spells statically)
-> -DSCRIPTS=1 is -DSCRIPTS="static" now
(builds all modules statically)
-> -DSCRIPTS="dynamic"
(builds all modules dynamically)
-> Also the default value which is provided by the SCRIPTS
variable is overwriteable through the SCRIPTS_COMMANDS,
SCRIPTS_SPELLS... variable.
|
|
* Sometimes added the definition in MSVC although the test
passed which lead MSVC to rebuild the whole solution
even on a CMAKE_INSTALL_PREFIX change.
|
|
* For easier usage, the processes output it routed
correctly to the TC logger line by line now.
* Add support for asynchronous process execution
and process termination.
|
|
common which is used by tools
(cherry picked from commit 0cc1af721e05c89d82429aaf04c2b8241b768252)
|
|
|
|
ladislav-zezula/CascLib@d477d30f7c2b3a306fd07c92929950639335fb3f
|
|
|
|
* Added httpget and httppost plugins
* Compile with ssl support
|
|
|
|
* Uses system API's which reduces the overhead
instead of checking periodically for changes.
* Will be used in the hotswap system to reload
shared libraries on changes.
|
|
|
|
|
|
|
|
* to make use of cmakes inherited link dependencies which
imports all include directories/ definitions from the link library
(cherry picked from commit 1a572d242593124f986d3ed08710b96a142a6763)
|
|
* Thanks dobrMAN for noticing
(cherry picked from commit 83f439ab4306bfa45df23be2bd80832ec0107c54)
|
|
(cherry picked from commit f52495c66b1b219f82729221e8023a86b28d54bf)
|
|
counts as falling under the map
* This fixes the height at which player is instantly killed when falling from The Frozen Throne
* Set PLAYER_FLAGS_IS_OUT_OF_BOUNDS on players under the map to enable release spirit button while still falling
Note: Extracting new maps is required
|
|
ladislav-zezula/CascLib@919a2d670cb749c501ee15887a88e9b9a538961b
|
|
Happy new year (Again new year with idiots ...)
|
|
|
|
(cherry picked from commit d4608c8168e547581319386114e70e6ac953a97a)
|
|
(cherry picked from commit dd55e41c8158fe1f60e120b0b89469d4112158d2)
|
|
std::static_pointer_cast and std::enable_shared_from_this from global namespace
|
|
|
|
|
|
|
|
global /dep level)
|
|
|
|
|
|
(cherry picked from commit b9d5b194df2719bda956ea4f8794916ceb4bdd58)
|
|
Disable -Wunused-parameter warnings in gsoap library to have a 0-warning build till the library gets updated
(cherry picked from commit 77f7f562683753a15bd2d3f80e65385f88383566)
|
|
* clean up our custom CMakeList.txt
(cherry picked from commit 93d1028d75ee4847ebcaa075f56a4d9e7632c33a)
|
|
(cherry picked from commit c86cf03dcefad845ca52b1bb1c9b1baa89105462)
|
|
Update recast to https://github.com/memononen/recastnavigation/commit/1dd5cf1883d61e723fef3d4957cf758c50e7a52b
Fix 2 warnings.
These changes have no effect on MMAPs and it's not needed to re-extact them.
(cherry picked from commit dfa556aaa2fd60f881845d381f71294b945396f6)
Conflicts:
dep/PackageList.txt
|
|
Set CMake option VALGRIND to add valgrind support to jemalloc. Set CMake parameter VALGRIND_INCLUDE_DIR to the valgrind include directory.
(cherry picked from commit 60a29f761467c0ac76129f2f761ca0de9e7d237d)
|
|
id and changed name format of map files to include a separator between values '_' that makes tokenization possible
* This fixes generating mmaps for maps with id >= 1000
* Fixed a crash happening when unloading last phased mmap tile
* Removed remaining references to libmpq in CMakeLists
Reextracting maps/vmaps/mmaps IS REQUIRED after this commit
|