Dettaglio
2020.05.18.Log1805.txt
Nessuna revisione SVN parsata. Mostro il contenuto raw sotto.
Contenuto Raw
commit 2e2e0e3af3378734c4f0b890c6b4d10253628416
Author: Richard C. Gobeille <richard@voidpoint.com>
Date: Mon May 18 18:20:47 2020 -0700
audiolib: fix buffer overflow crash
commit a868d2a0e7437a4bc500584db65d4dbcd8959b6d
Author: Richard C. Gobeille <richard@voidpoint.com>
Date: Mon May 18 00:37:13 2020 -0700
Duke3d: block horiz input while the player view is returning to center
commit dc46c60e9fb511c0bc955ca39ea48ccfa3b02a24
Author: Evan Ramos <hendricks266@gmail.com>
Date: Sun May 17 23:35:33 2020 -0500
Duke3D: Disable dead code in implementation of undocumented SE 128
Avoids warning: bitwise or with non-zero value always evaluates to true [-Wtautological-bitwise-compare]
commit 7ea9abc4e3b09be8e51807576af6dbd1f6d3554b
Author: Evan Ramos <hendricks266@gmail.com>
Date: Sun May 17 23:56:11 2020 -0500
KenBuild: Fix redundant sqr/ksqr functions
commit a7820e6694259f0cd1c1739b9e47d69b870d6ca0
Author: Evan Ramos <hendricks266@gmail.com>
Date: Sun May 17 23:55:39 2020 -0500
KenBuild: Fix -Wformat warnings
commit 53dec9835faed8b3a3d388ee759ca846bb2aac6f
Author: Evan Ramos <hendricks266@gmail.com>
Date: Mon May 18 00:23:30 2020 -0500
Link with -pthread when building with clang on Windows
commit 52cad3a8e4bf0b42dfdab5fafceb47d226bf48b4
Author: Evan Ramos <hendricks266@gmail.com>
Date: Sun May 17 23:46:36 2020 -0500
fix16: Add FIXMATH_FUNC_ATTRS to relevant function definitions
Avoids warning: missing exception specification [-Wmissing-exception-spec]
commit 365d3c941e8eccdcd334355e4679fa06c05f30b1
Author: Evan Ramos <hendricks266@gmail.com>
Date: Mon May 18 00:37:21 2020 -0500
screentext: Change TEXT_* from enums to #defines
Avoids warning: bitwise operation between different enumeration types is deprecated [-Wdeprecated-enum-enum-conversion]
commit 5f2229f6d7e571243f1e7c65aba73575f382d8bb
Author: Evan Ramos <hendricks266@gmail.com>
Date: Sun May 17 23:42:14 2020 -0500
ENet: Move ENET_PROTOCOL_COMMAND_FLAG_* to ENetProtocolCommand
Avoids warning: bitwise operation between different enumeration types is deprecated [-Wdeprecated-enum-enum-conversion]
commit 781a84e7c8500f9d5dffcd09a658b5cf6f3f6164
Author: Evan Ramos <hendricks266@gmail.com>
Date: Sun May 17 23:21:40 2020 -0500
debugbreak.h: Use FORCE_INLINE macro instead of attributes
Avoids warning: 'gnu_inline' attribute without 'extern' in C++ treated as externally available, this changed in Clang 10 [-Wgnu-inline-cpp-without-extern]
commit 96a29cecf62543cd9b6e171c8c93555a86cca20d
Author: Evan Ramos <hendricks266@gmail.com>
Date: Sat May 16 02:21:24 2020 -0500
BuildGLErrorCheck: Avoid C++20 -Wvolatile warning
commit 9bf7e41be33f3ee293c1e1d0b39179d47025b5e3
Author: Evan Ramos <hendricks266@gmail.com>
Date: Sat May 16 02:16:10 2020 -0500
Replace deprecated is_pod with is_standard_layout && is_trivial
commit 8c39e59704b01ead848e43f97f4115170b764c07
Author: Evan Ramos <hendricks266@gmail.com>
Date: Sat May 16 02:10:36 2020 -0500
compat.h: Add CXXSTD definition for C++20
See https://voidpoint.io/terminx/eduke32 for more details.