Package: blobby / 1.1.1+ds-2

Metadata

Package Version Patches format
blobby 1.1.1+ds-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
02_use_system_lua.patch | (download)

CMakeLists.txt | 1 0 + 1 - 0 !
src/CMakeLists.txt | 5 4 + 1 - 0 !
src/FileRead.cpp | 2 1 + 1 - 0 !
src/GameLogic.cpp | 2 1 + 1 - 0 !
src/IScriptableComponent.cpp | 4 2 + 2 - 0 !
src/ScriptedInputSource.cpp | 2 1 + 1 - 0 !
6 files changed, 9 insertions(+), 7 deletions(-)

 use system lua library instead of building a local copy
04_use_system_tinyxml.patch | (download)

src/CMakeLists.txt | 8 5 + 3 - 0 !
src/FileRead.cpp | 2 1 + 1 - 0 !
src/TextManager.cpp | 2 1 + 1 - 0 !
src/UserConfig.cpp | 2 1 + 1 - 0 !
src/replays/ReplayRecorder.cpp | 2 1 + 1 - 0 !
src/state/NetworkSearchState.cpp | 2 1 + 1 - 0 !
6 files changed, 10 insertions(+), 8 deletions(-)

 use system tinyxml library instead of building a local copy
05_fix_ftbfs_gcc15.patch | (download)

src/raknet/LinkedList.h | 36 21 + 15 - 0 !
1 file changed, 21 insertions(+), 15 deletions(-)

 [patch] update ci dependencies and add clang 19 support (#152)