d19a3dd13f
[studio] Make first tab not draw before selected tab when window opens
Build / build (push) Successful in 3m56s
2025-01-04 01:12:48 -06:00
c74950ec7e
Merge commit '25133af822313ee5aad1ab5f90c1a68b7092185e'
2025-01-02 22:03:05 -06:00
25133af822
Squashed 'deps/nostalgia/' changes from a75c4a11..e758e03d
...
e758e03d [nostalgia,olympic] Update for ox::Error changes
835e3270 [ox] Make Error use std::source_location
480dd5ec [ox/std] Cleanup
dba6bb58 [ox/std] Make Vector(initializer_list) use list size as capacity
40a456e5 [ox/std] Add Vector::shrink_to_fit
bf5be00c Merge commit 'dc96270ca5e882e41f6b657be14a20e8bd2ad501'
dc7c2559 [studio] Make selection tracker not go below 0
git-subtree-dir: deps/nostalgia
git-subtree-split: e758e03d2bbffbf72d28970ec379e29d7dd0cbf3
2025-01-02 22:03:05 -06:00
dc96270ca5
Squashed 'deps/nostalgia/' changes from 161640fa..a75c4a11
...
a75c4a11 [nfde] Address CMake warning, remove unwanted logging
347a1657 [sample_project] Update type descriptors
fd64bfae [keel] Fix a use after free, cleanup
aaeec20a [nostalgia/player] Fix build
37030f9c [keel] Cleanup pack tool
462f2bca [nostalgia,olympic] Change macro names to comply with broader conventions
dc72500b [glutils] Change macro names to comply with broader conventions
962fe8bc [ox] Change macro names to comply with broader conventions
305eb626 [studio] Fix build
4754359a [ox/std] Cleanup Vec2
dc07f3d5 [studio] Change FilePicker consturctor to take StringParams
fcdcfd10 [ox/std] Run liccor
b74f6a7a [studio,turbine] Run liccor
ac7e5be1 [ox] Remove OxException
ed910c0b [nostalgia/core/studio/tilesheeteditor] Fix access overflow on out of bounds Fill command
345fb038 [ox] Remove OxError
9881253f [glutils] Cleanup OxError
96d27eec [nostalgia,olympic] Cleanup
28ebe93b [ox/std] Make source_location::current only init if valid
e849e7a3 [ox/std] Add source_location
e6777b0a [cityhash] Add install rule
c488c336 [turbine/glfw] Fix mandatoryRefreshPeriodEnd tracking
003f9720 [turbine/glfw] Move MandatoryRefreshPeriod to config.hpp
d85a10af [nostalgia/core/studio] Cleanup
ff05d860 [turbine/glfw] Replace uninterruptedRefreshes with mandatoryRefreshPeriodEnd
76794037 [turbine] Add init wrapper that takes FS path
c51a45e1 [olympic] Cleanup
a6e24ff2 [ox/std] Add CString type alias
e0ec9e0c [nostalgia,olympic] Move olympic::run to global namespace
9a42a9b9 [nfde] Fix Windows warnings
03a05c51 Merge commit '4ccdfc3a6e5bd501968903a01f7d8141b6f88375'
bd91137d [nostalgia,olympic] Fix pack tool build for Windows
2b7d1294 [nostalgia/core/studio] Fix MSVC build
git-subtree-dir: deps/nostalgia
git-subtree-split: a75c4a11d3c555f4d3bed1ea1f70bb29fe49e99c
2024-12-21 20:13:20 -06:00
0713d266e2
Merge commit 'dc96270ca5e882e41f6b657be14a20e8bd2ad501'
2024-12-21 20:13:20 -06:00
6ba7f83a3b
[studio] Make selection tracker not go below 0
Build / build (push) Failing after 1m4s
2024-12-21 20:06:48 -06:00
2aba2516a5
[keel] Fix a use after free, cleanup
Build / build (push) Successful in 3m43s
2024-12-21 02:42:19 -06:00
f5e2f601f7
[nostalgia/player] Fix build
2024-12-21 02:42:05 -06:00
2b07b7f453
[keel] Cleanup pack tool
2024-12-21 02:41:56 -06:00
8c4f55621d
[nostalgia,olympic] Change macro names to comply with broader conventions
2024-12-21 02:41:19 -06:00
3e7a1266fa
[glutils] Change macro names to comply with broader conventions
2024-12-18 22:04:39 -06:00
24120a586d
[ox] Change macro names to comply with broader conventions
2024-12-18 22:04:25 -06:00
17a838206b
[studio] Fix build
Build / build (push) Successful in 3m37s
2024-12-18 21:41:15 -06:00
37e40b540f
[ox/std] Cleanup Vec2
Build / build (push) Failing after 52s
2024-12-15 01:26:41 -06:00
d0ebc16a36
[studio] Change FilePicker consturctor to take StringParams
Build / build (push) Failing after 56s
2024-12-15 01:20:29 -06:00
8c3f9b290b
[ox/std] Run liccor
Build / build (push) Successful in 3m39s
2024-12-14 14:33:43 -06:00
62e4ef71b4
[studio,turbine] Run liccor
2024-12-14 14:33:06 -06:00
da5b985fb2
[ox] Remove OxException
2024-12-14 00:40:05 -06:00
cbcd172512
[nostalgia/core/studio/tilesheeteditor] Fix access overflow on out of bounds Fill command
Build / build (push) Successful in 3m43s
2024-12-13 22:24:58 -06:00
f1e9b94df6
[ox] Remove OxError
Build / build (push) Failing after 1m1s
2024-12-13 22:06:47 -06:00
a8cfa82e11
[glutils] Cleanup OxError
2024-12-13 22:06:26 -06:00
a5271f6cf6
[nostalgia,olympic] Cleanup
2024-12-13 22:00:03 -06:00
fcac134af0
[ox/std] Make source_location::current only init if valid
Build / build (push) Successful in 3m37s
2024-12-12 23:13:39 -06:00
4ccc6a7412
[ox/std] Add source_location
Build / build (push) Has been cancelled
2024-12-12 23:09:01 -06:00
21cb3e9d44
[cityhash] Add install rule
2024-12-12 22:36:09 -06:00
4c8f967e0e
[turbine/glfw] Fix mandatoryRefreshPeriodEnd tracking
Build / build (push) Successful in 3m42s
2024-12-11 22:13:28 -06:00
1c0eaf7050
[turbine/glfw] Move MandatoryRefreshPeriod to config.hpp
Build / build (push) Successful in 3m32s
2024-12-10 23:29:50 -06:00
9b842d0254
[nostalgia/core/studio] Cleanup
2024-12-10 23:29:21 -06:00
1ea0a67e40
[turbine/glfw] Replace uninterruptedRefreshes with mandatoryRefreshPeriodEnd
Build / build (push) Successful in 4m20s
2024-12-10 01:49:20 -06:00
c1a628f061
[turbine] Add init wrapper that takes FS path
Build / build (push) Successful in 3m25s
2024-12-06 23:20:30 -06:00
ffb622f285
[olympic] Cleanup
2024-12-06 00:22:33 -06:00
328e37b91c
[ox/std] Add CString type alias
Build / build (push) Successful in 3m14s
2024-12-06 00:20:03 -06:00
33e41824a1
[nostalgia,olympic] Move olympic::run to global namespace
2024-12-06 00:13:10 -06:00
a52fa2319e
[nfde] Fix Windows warnings
2024-12-06 00:12:38 -06:00
4ccdfc3a6e
Squashed 'deps/nostalgia/' changes from 3c7652ef..161640fa
...
161640fa [nostalgia] Cleanup
e42126c9 [nostalgia/core] Improve TileSheet validation, add repair
36942cca [nostalgia,olympic] Replace SpanView with Span<const T>
b14f1d50 [ox] Replace SpanView with Span<const T>
1bf4f246 [applib] Make run take args as a SpanView
edda8e01 [ox/clargs] Add constructor that takes a SpanView
3308b4dd [ox/std] Add missing + and += operators to Span
27f4703a [teagba] Suppress warnings for unsafe buffers
6af00d9a [nostalgia] Enable warnings for unsafe buffers
86b9f931 [olympic] Enable warnings for unsafe buffers
a0ed1b3f [ox/std] Fix Span raw array constructor
8dad624b [studio/applib] Cleanup
dc6605fd [keel] Add missing error checking to pack
c78d3cf6 [ox] Add more unsafe buffer exceptions
cee4f65d [ox/std] Replace an unsafe buffer
cd3eeeef [ox/fs] Suppress unsafe buffer warnings
287d42f2 [ox/clargs] Cleanup
dbbaaa46 [ox/clargs] Enable unsafe buffer warnings
9b8a8c4e [ox/std] Enable unsafe buffer warnings
e44fa288 [cityhash] Add pragmas to ignore unsafe buffer warnings
e13c6e81 [ox/std] Remove raw char* CharBufferWriter constructor
cb55b31a [ox/std] Cleanup
ab3f9e16 [ox/std] Make Span access check message consistent with other messages
8f25ef96 [ox/std] Make CharBufferWriter constructor take a Span
e13eebaf [ox/std] Cleanup an unsafe buffer
114f5c66 [ox/std] Add overflow checking to SpanIterator
df44fe23 [keel] Cleanup
72f4db3d [nostalgia/core/studio] Fix paste command to never paste beyond target dimensions
8a9ff971 [nostalgia/core] Fix resizeSubsheet to work for both growing and shrinking
5a8da59d [keel] Fix readAsset to actually return asset
afa3a13d [keel] Cleanup
6522cf8a [keel] Add ensureValid call to readAsset
f772e48b [ox] Add Vector/Array/Span overflow checking
13bfe881 [nostalgia/core] Fix resizeSubsheet array overflow
50254754 Merge commit '9e11019b87ba27d1dac9e097dc212a126e404218'
bfe890ae [ox] Fix typo in docs
ab5bc1ad [ox/std] Remove oxRequireT and oxRequireMT
abf7548a [nostalgia/core] Add missing include
e2682b5e [studio/modlib] Add missing include
792ad414 [nostalgia] Remove .vs dir
git-subtree-dir: deps/nostalgia
git-subtree-split: 161640fa11986677dc2e1da6ffd4575e38ab31ad
2024-12-04 19:55:17 -06:00
0556aa4797
Merge commit '4ccdfc3a6e5bd501968903a01f7d8141b6f88375'
Build / build (push) Successful in 3m19s
2024-12-04 19:55:17 -06:00
373de390d3
[nostalgia,olympic] Fix pack tool build for Windows
2024-12-02 21:10:52 -06:00
5f84bd4c4b
[nostalgia/core/studio] Fix MSVC build
Build / build (push) Has been cancelled
2024-12-01 19:42:29 -06:00
6a574a5a92
[nostalgia/core] Improve TileSheet validation, add repair
Build / build (push) Successful in 3m19s
2024-12-01 15:47:49 -06:00
f4ec743678
[nostalgia,olympic] Replace SpanView with Span<const T>
Build / build (push) Successful in 3m14s
2024-12-01 08:41:20 -06:00
e2b8689184
[ox] Replace SpanView with Span<const T>
2024-12-01 08:41:08 -06:00
425ef61dae
[applib] Make run take args as a SpanView
2024-11-28 00:51:42 -06:00
6ad33ef2d6
[ox/clargs] Add constructor that takes a SpanView
2024-11-28 00:51:02 -06:00
f45661edd1
[ox/std] Add missing + and += operators to Span
Build / build (push) Successful in 3m17s
2024-11-27 00:17:37 -06:00
f84b15cd54
[teagba] Suppress warnings for unsafe buffers
Build / build (push) Failing after 30s
2024-11-27 00:15:59 -06:00
36645c6dd6
[nostalgia] Enable warnings for unsafe buffers
Build / build (push) Failing after 32s
2024-11-27 00:14:57 -06:00
7bdfe4d54f
[olympic] Enable warnings for unsafe buffers
2024-11-26 23:58:11 -06:00
95cd38a78e
[ox/std] Fix Span raw array constructor
2024-11-26 23:57:41 -06:00
e1b66867af
[studio/applib] Cleanup
2024-11-26 23:32:32 -06:00
e2e4f5f805
[keel] Add missing error checking to pack
2024-11-26 23:32:15 -06:00