commit 873de4072595ea431fdc4dfa0a7c76e02f8b6f08 Author: Evan Ramos Date: Fri Jun 9 04:16:25 2023 -0500 debugbreak: Fix building with GCC targeting Apple Silicon commit 2a27a217f597d90eb29302aa359d7c8d4063d89c Author: Evan Ramos Date: Fri Jun 9 04:02:48 2023 -0500 Disable undefined and signed-integer-overflow sanitizers They make running with LLDB untenable because they constantly fire. commit 472fa07ad0111e63428a2b5336cc700233d8a8fa Author: Evan Ramos Date: Fri Jun 9 03:49:21 2023 -0500 compat.h: Add CSTD definition for C17 commit e448d09b31e01b7327f599f3be824cb0954c6c01 Author: Evan Ramos Date: Fri Jun 9 03:28:47 2023 -0500 SW, KenBuild: Fix Allman brace styling in macOS startup window commit d3ce7342c8890871ecffd3b696a77d29b0299c4e Author: Evan Ramos Date: Fri Jun 9 03:09:44 2023 -0500 Add bitmap_size macro git grep -E '\+ *7 *\) *>> *3' find: \( *([A-Za-z0-9_]+) *\+ *7 *\) *>> *3 replace: bitmap_size(\1) commit a545fe8b74697926825ba5420ae49caf35f56cf7 Author: Evan Ramos Date: Fri Jun 9 03:00:13 2023 -0500 Use std::numeric_limits instead of cfloat's FLT_MAX and DBL_MAX Reinstates aaca29588a7ee8216ac8beeab41df2f2c45b17be. For some reason adbce8b6cc49b169885624dee8e982cb2dffb222 reverted it. commit 78a27afc5f21f9d89856c522d605985a9bd974e4 Author: Evan Ramos Date: Fri Jun 9 02:55:05 2023 -0500 voxmodel: Fix signed integer overflow in setzrange Replaces 8298dd307692a50cc6eab279a460111ac6e273de and f278dd17bf05f0f32b24ab40437a65a545109079 commit 03b11ed5848159c0a598b1400818974e135b478f Author: Evan Ramos Date: Fri Jun 9 02:44:04 2023 -0500 capi: Fix unused parameter warning commit ca4adc83a1734871ac894ed39b2db5239976146c Author: Evan Ramos Date: Sun Feb 21 21:18:34 2021 -0600 weapons.sample.con: Implement EVENT_DISPLAYTIP and EVENT_DISPLAYACCESS commit 8b8a5d560395a8d853ed4fc8b17b3f47048020c2 Author: Evan Ramos Date: Sun Feb 21 20:40:57 2021 -0600 weapons.sample.con: Fix knuckle shade and position commit 54e335cfd326f52a7e793b8c287c11fb9a8b82fb Author: Evan Ramos Date: Sun Feb 21 23:06:59 2021 -0600 weapons.sample.con: Replace "ifand N xor N" with "and -N-1" commit 567aee3b36459e4d8de7727d1fecfb1e086ab83e Author: Evan Ramos Date: Sun Feb 21 23:03:17 2021 -0600 weapons.sample.con: Make use of scalevar where appropriate commit cc55450b4bd009bfe228ce2e6f25edce99cb4c6c Author: Evan Ramos Date: Sun Feb 21 20:21:42 2021 -0600 weapons.sample.con: Replace multiplications by -1 with inv and abs commit 74f5555e43351f8e2e8cbae88efb1dc7ecc32ca9 Author: Evan Ramos Date: Sun Feb 21 20:17:40 2021 -0600 weapons.sample.con: Replace "[THISACTOR]" with "[]" commit 628318877c8b5b4fc749659d6526a94632bc04b7 Author: Evan Ramos Date: Sun Feb 21 20:10:29 2021 -0600 weapons.sample.con: Replace "var" and "varvar" tokens with short forms commit a59ec8ab7f19b27bece5471ffce1bf47b3e61842 Author: Evan Ramos Date: Sun Feb 21 17:26:52 2021 -0600 weapons.sample.con: Implement EVENT_DISPLAYKNUCKLES commit 49f2dfd8b522ba1be7fc72807b3af74e8b476963 Author: Evan Ramos Date: Sun Feb 21 17:12:52 2021 -0600 weapons.sample.con: Implement Incinerator commit 5256648b45d11d658eac045807548c27fa8631ce Author: Evan Ramos Date: Mon Sep 7 17:36:52 2020 -0500 Fixes for MIPS handhelds I had this on a branch in my local tree but can't remember the context. See https://voidpoint.io/terminx/eduke32 for more details.