Shauren
b3fb5d6f50
Core/Vmaps: Bump vmap version
2025-11-01 15:27:58 +01:00
Shauren
4b27db87b7
Core/Vmaps: Remove tile X/Y coord swapping
2025-11-01 14:26:48 +01:00
Shauren
157a16d790
Tools/vmap_extractor: Preserve destructible models to use them in mmaps_generator
2025-11-01 14:26:48 +01:00
Shauren
0b4f02c002
Core/Vmaps: Don't ignore gameobject model rotation when calculating liquid level
2025-10-31 13:49:07 +01:00
Shauren
3cbf5fe47f
Core/Miscc: Fix compile warning with clang on windows
2025-10-28 14:10:56 +01:00
Shauren
9646bdddaf
Core/Miscc: Add file/line/function information to ASSERT_NOTNULL
2025-10-28 13:43:16 +01:00
Shauren
29539aa4de
Core/CrashHandler: Fix clang warnings
2025-10-27 09:55:50 +01:00
Shauren
62ba3d8b4e
Tools/mmaps_generator: Enable async console logging
2025-10-26 23:37:15 +01:00
Shauren
03e2aa6737
Core/Vmaps: Rename VMapManager2 to VMapManager
2025-10-25 00:55:34 +02:00
Shauren
96b567995a
Core/Vmaps: Remove VMapManager2 virtual interface
2025-10-25 00:52:55 +02:00
Shauren
1eb581610b
Tools/mmaps_generator: Move TileBuilder to its own file
2025-10-24 00:13:50 +02:00
Shauren
6916f94863
Core/Vmaps: Remove unused template argument from RegularGrid2D
2025-10-23 19:51:17 +02:00
Shauren
f10eb2f1bf
Core/Vmaps: Use unique_ptr in RegularGrid2D and DynamicTree classes
2025-10-23 19:50:56 +02:00
Shauren
381fb0b394
Core/Vmaps: Replace G3D containers with std ones
2025-10-21 14:03:10 +02:00
Shauren
62aefda51d
Core/GameObjects: Don't ignore collision for destructible gameobjects in destroyed state - they simply have a different model
2025-10-15 11:57:59 +02:00
Shauren
e549e11aa8
Dep/fmt: Update to 12.0.0
2025-10-11 13:02:11 +02:00
Shauren
3fecc05f19
Core/MMaps: Use unique_ptr for memory management and remove MMapFactory
2025-10-02 15:27:42 +02:00
Shauren
6b41c3d327
Core/MMaps: Improve mmap debugging experience for terrain swap maps
...
* Output terrain map id in `.mmap loc` command
* Suppress file not found errors for terrain swap maps
* Fix generating single tiles for terrain swap maps (--tile argument)
2025-10-02 13:43:45 +02:00
Shauren
df02bec2a1
Core/Network: Minor include cleanup in SocketConnectionInitializer related files
2025-09-22 16:12:01 +02:00
Shauren
bb1cc8a48f
Core/Network: Implement connect operations in Socket class
2025-09-22 13:17:50 +02:00
Shauren
c3bc6f568b
Core: Fix clang build on windows
2025-09-20 22:18:32 +02:00
An-Zheng
7c7873b73b
Core/Network: Refactor duplicate code in Socket ( #30970 )
2025-08-27 19:09:34 +02:00
Shauren
a27e3a52a0
Core/Utils: Added .contains member function to FlatSet
2025-08-15 12:37:47 +02:00
Shauren
764b6a5a93
Core/Utils: Fix nopch build with gcc 14
2025-08-15 12:37:15 +02:00
Shauren
f26f6c6220
Core/Misc: Add splice/pop_front/pop_back to LinkedListHead
2025-07-18 20:06:00 +02:00
Shauren
5de252ae84
Core/Misc: Move large functions out of header files
2025-07-13 13:40:31 +02:00
Shauren
8fad176f5f
Core/CrashHandler: Fix nopch build
2025-07-13 11:44:10 +02:00
Shauren
b4f7948dfb
Core/Database: Add Empty and CancelAll functions to AsyncCallbackProcessor and enable callback concept check
2025-07-09 20:14:21 +02:00
Shauren
2c74626e66
Core/Random: Use standard aligned operator new and remove RandomEngine singleton instance (it is trivially constructible)
2025-07-09 12:20:10 +02:00
Shauren
dc0c707213
Core/CrashHandler: Remove MAX_PATH limit
2025-07-06 21:58:33 +02:00
Shauren
d62b412c92
Core/Misc: Remove StringFormat exception handling code from the header
2025-06-23 11:38:34 +02:00
Shauren
6502efbae8
Core/Misc: Remove extremely forgettable tiny utility function
2025-06-17 23:09:08 +02:00
Shauren
38f1955fca
Core/Calendar: MSVC nopch fix
2025-06-17 12:36:14 +02:00
Shauren
36332d2463
Core/Misc: Remove a bunch of code from headers
2025-06-13 16:36:03 +02:00
Shauren
394d6d4563
Core/Network: Enable PCH
2025-06-11 22:18:49 +02:00
Shauren
1ae7cdd512
Core/Common: Update PCH content to include most commonly used headers
2025-06-11 16:35:31 +02:00
Shauren
1f5f245c02
Core/Misc: Fix revision_data.h and boost/predef preprocessor macro conflict
2025-06-11 15:52:40 +02:00
Shauren
7657a289d7
Core/Misc: Kill copy/move constructors for singleton classes
2025-06-10 13:12:33 +02:00
Shauren
ff6df050c5
Core/Misc: Remove boost/algorithm dependency
2025-06-08 14:37:54 +02:00
Shauren
f22321ede4
Tools/Extractors: Skip extracting visual only liquids (determined by LiquidMaterial flags)
2025-06-07 12:49:34 +02:00
Shauren
74d9da7f32
Core/Network: Make ip address formattable with fmt
2025-06-02 18:38:41 +02:00
Shauren
2d984fcade
Core/Misc: Add end iterator/sentinel to make char const* work with std::ranges algorithms
2025-06-02 18:29:47 +02:00
Shauren
d2d0995097
Core/Misc: Move fmt::formatter forward declaration to a common header to reduce number of replacements needed when upgrading fmt to new major version
2025-06-02 13:12:52 +02:00
Shauren
85e621f01a
Core/PacketIO: Remove ByteBuffer constructor from MessageBuffer
2025-05-23 14:41:39 +02:00
An-Zheng
d1f9b23825
Core/Network: Fix typo in AsyncAcceptor function name ( #30975 )
2025-05-22 15:10:21 +02:00
Shauren
4653638e18
Core/Misc: Add support for non-copyable types in LockedQueue
2025-05-19 21:20:46 +02:00
Shauren
17a783ce45
Core/Misc: Fixed some uninitialized variables
2025-05-19 15:54:59 +02:00
Shauren
fe788a5eeb
Core/Misc: Silence some statis analysis false positive warnings
2025-05-19 14:41:23 +02:00
Shauren
546d23264c
Core/Misc: Make string and string_view literal suffixes globally available
2025-05-13 11:41:54 +02:00
Shauren
ee251a94d6
Core/Config: Use std::string_view instead of std::string to lookup config values
2025-05-07 19:28:08 +02:00