Gary Talent gary
gary pushed to master at drinkingtea/nostalgia 2023-12-14 23:39:50 -06:00
13ddbd981e [olympic,nostalgia] Cleanup some reinterpret_casts
gary pushed to master at drinkingtea/nostalgia 2023-12-14 22:41:11 -06:00
3a781f6704 [ox/std] Improve r/l-value correctness of Result::to, make unwrap nodiscard
30909f85a3 [ox/std] Fix Result::copyTo
Compare 2 commits »
gary pushed to master at drinkingtea/nostalgia 2023-12-14 22:28:23 -06:00
9cc27f5be9 [ox/std] Fix error handling for Result::copyTo
cdc7428eb6 [olympic,nostalgia] Update Result copyTo and moveTo calls to take refs
d31938ba4f [ox] Make Result copyTo and moveTo take refs
Compare 3 commits »
gary pushed to master at drinkingtea/nostalgia 2023-12-14 22:03:55 -06:00
935099f8d4 [nostalgia] Re-enable Scene module
gary pushed to master at drinkingtea/nostalgia 2023-12-14 22:01:58 -06:00
63608229e1 [nostalgia/scene/studio] Remove Scene maker from New Item wizard
gary pushed to master at drinkingtea/nostalgia 2023-12-14 21:47:27 -06:00
e6803af22f [ox/mc] Fix more Clang issues
db961739ad [olympic/studio] Fix several crashes
2167a46266 [olympic/studio] Make copy/cut/paste enabled function noexcept
d1c6ab9f77 [nostalgia/core/studio] Cleanup TileSheetEditor, make it set copy/cut/paste enabled/disabled
c426decd99 [ox/oc] Fix C string writing
Compare 7 commits »
gary pushed to master at drinkingtea/nostalgia 2023-12-13 23:16:31 -06:00
819e93bb1c [olympic/studio,nostalgia] Change Editor item name to item path, make
gary pushed to master at drinkingtea/nostalgia 2023-12-13 23:14:18 -06:00
19b5f7c57d [nostalgia/core/studio] Make TileSheetEditorImGui inherit from Editor
5c37088545 [olympic/studio,nostalgia] Change Editor item name to item path
960889749d [ox] Fix some template issue that come up with some versions of Clang, fix empty string read in OC
1b93b2038f [olympic,nostalgia] Move item name/path studio::Editor
Compare 4 commits »
gary opened issue drinkingtea/nostalgia#5 2023-12-12 21:00:54 -06:00
Studio: ItemMakerT silently fails if the destination directory new file does not exist
gary pushed to master at drinkingtea/nostalgia 2023-12-12 20:57:46 -06:00
d056323679 [nostalgia,olympic] Remove src as include directory
b10d9b6118 [developer-handbook] Cleanup ordering of Claw section
bd44fcf6ad [nfde] Update minimum CMake version
a1de7fbd8a [olympic,nostalgia] Make Applib an interface library that publicly exports applib.cpp
debeb83119 [glutils] Move glutils to deps
Compare 118 commits »
gary pushed tag release-d2023.12.0 to drinkingtea/nostalgia 2023-12-09 23:36:43 -06:00
gary pushed to master at drinkingtea/nostalgia 2023-11-30 01:02:48 -06:00
dd16577b50 [ox/fs] Change substr function form
c0aa119155 [ox/fs] Add FileSystem::write variants that take Spans
3c9ce4436a [ox/fs] Make FileAddress::getPath return a StringView
2a692fc46e [ox/std] Add Span::data()
e543131f0d [nostalgia,studio] Cleanup Studio
Compare 7 commits »
gary pushed to master at drinkingtea/nostalgia 2023-11-29 20:26:48 -06:00
15bc41dd35 [ox/std] Fix StringView(BaseStringView const&) constructor
85e7375f6f [buildcore] Cleanup
da98aa864c [keel,nostalgia,studio,turbine] Fixes for ox::String explicit change
3a62650d62 [ox/std] Make String(StringView) constructor explicit, add StringLiteral
7008ebfb40 [ox/std] Make HashMap use StringView for string lookups
Compare 6 commits »
gary pushed to master at drinkingtea/nostalgia 2023-11-25 20:59:24 -06:00
540ed9b3f9 [keel,nostalgia,turbine] Change log channel delimiter from :: to .
ecc49a63b0 [ox] Change log channel delimiter from :: to .
c8ad05215f [glutils] Fix destructors
79b6046813 [nostalgia/studio] Fix main argc and argv for Windows
Compare 4 commits »
gary pushed to master at drinkingtea/nostalgia 2023-11-23 18:23:18 -06:00
ed5271166e Update developer handbook
gary pushed to master at drinkingtea/nostalgia 2023-11-23 11:09:49 -06:00
b946e428ad [keel,nostalgia,turbine] Cleanup
a84a829769 [ox] Cleanup String/StringView conversions, MallocaPtr
Compare 2 commits »
gary pushed to master at drinkingtea/nostalgia 2023-11-14 20:24:56 -06:00
5b91ad25c2 [teagba] Fix MSVC warning
98983d1229 [nostalgia/core] Cleanup
b12097769e [ox/std] Fix MSVC warnings
99a7a2cbfc [buildcore] Fix arch output for host_env to be more consistent
e9c5134286 [ox/model] Fix compile error when instantiating ModelHandlerAdaptor for readers
Compare 6 commits »
gary pushed to master at drinkingtea/nostalgia 2023-11-13 23:42:50 -06:00
d386bc8c91 [ox/mc] Fix MC read alloca in a loop
3eec0a149d [ox/mc] Cleanup
Compare 2 commits »
gary pushed to master at drinkingtea/nostalgia 2023-11-13 21:54:22 -06:00
8d2c8df014 [ox/mc] Fix an unwanted formatting "correction" from Visual Studio
gary pushed to master at drinkingtea/nostalgia 2023-11-13 21:50:34 -06:00
18ace3ceff [ox/mc] Fix use of uncaptured var in lambda