Gary Talent gary
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
gary pushed to master at drinkingtea/nostalgia 2023-11-13 21:47:03 -06:00
8ddc8f40e5 [buildcore] Fix hostevn cmd to return OS instead of hostname
gary pushed to master at drinkingtea/nostalgia 2023-11-13 21:43:50 -06:00
d7a6bc4ae4 [nostalgia/core/opengl] Fix sprite drawing for instances of core that are not application wide
597a8c736e [ox/mc] Fix alloca use in loop
Compare 2 commits »
gary pushed to master at drinkingtea/nostalgia 2023-11-13 21:41:23 -06:00
gary pushed to master at drinkingtea/nostalgia 2023-11-13 20:56:43 -06:00
8db30a4777 [nostalgia/core/opengl] Fix sprite drawing for instances of core that are not application wide
90466e7a37 Merge branch 'master' of git.drinkingtea.net:drinkingtea/nostalgia
597a8c736e [ox/mc] Fix alloca use in loop
Compare 3 commits »
gary pushed to master at drinkingtea/nostalgia 2023-11-12 09:05:22 -06:00
5ee9ffa3db [nostalgia/core] Make Context constructor protected
gary pushed to master at drinkingtea/nostalgia 2023-11-12 01:27:17 -06:00
b08860ea42 [ox/mc] Fix test struct model, fix zeroing out of empty vectors in unions
gary pushed to master at drinkingtea/nostalgia 2023-11-12 00:42:04 -06:00
d9b676d1b2 [ox/std] 32 bit system fixes