Shipwright/soh
Christopher Leggett 526aad59d5
Fix the trick options loop (#4917)
It initialized an array with a size, which pre-filled
it all with nullptrs, and then used push_back on top of that.
So it was a bunch of nullptrs followed by the actual
option pointers. Fixed by calling reserve instead of
constructing with a size, so it reserves the memory it needs
without actually filling the vector with nullptrs, so push_back
properly starts from the beginning.
2025-01-19 18:06:42 -07:00
..
assets Rename Business Scrub functions/flags from decomp (#4776) 2025-01-15 11:23:06 -05:00
CMake sccache for windows builds (#3385) 2024-02-01 23:11:31 -06:00
include Update Actor Flags to decomp (#4822) 2025-01-16 04:02:23 +01:00
macosx Merge remote-tracking branch 'origin/develop' into merge-macready-805 2024-02-28 23:49:06 -05:00
platform
soh Fix the trick options loop (#4917) 2025-01-19 18:06:42 -07:00
src Play success sound on dropping in spoiler log (#4899) 2025-01-18 11:46:38 +01:00
.clang-format
.clang-tidy
.gitattributes
.gitignore Pass for some warning fixes (#4501) 2024-10-31 07:42:27 -07:00
.gitrepo
CMakeLists.txt Copy Assets with "If Different" Variants, CMake bump (#4714) 2024-12-18 00:10:20 -07:00
fixbaserom.py
format.sh
icon.jpg
properties.h.in clean up cmake configure files (#4002) 2024-04-20 11:03:41 -04:00
resource.h
Resource.rc Use UTF-8 for MSVC and enable visual styles for Windows (#2888) 2023-05-17 22:21:26 -04:00
SHIPOFHARKINIAN.ico
SHIPOFHARKINIAN.manifest Use manifest for windows DPI awareness (#3270) (#4256) 2024-08-05 19:31:20 -04:00