9c7ccb5df5
[jasper/world] Fix ObjTileRefSet comparison operator
2025-01-13 22:42:43 -06:00
0a11f2db76
[studio] Cleanup
2025-01-13 22:40:08 -06:00
ee840ae25e
[studio] Ensure Editor tabs do first draw immediately, fix shift key being missed with tab shortcuts
Build / build (push) Successful in 3m44s
2025-01-13 22:29:48 -06:00
8f5ab51158
[jasper/world/studio/worldeditor] Cleanup
Build / build (push) Successful in 3m44s
2025-01-13 22:17:00 -06:00
a4045cfae5
[jasper/world/studio/worldobjectseteditor] Fix possible array overrun
2025-01-13 22:16:32 -06:00
2d7f55fe07
[nostalgia/core/gba] Fix partial tilesheet loading overrun
2025-01-13 22:03:36 -06:00
20d65849f5
[nostalgia/core/gba] Make panic use standard abort call
2025-01-13 21:37:29 -06:00
37e0ead5bf
[jasper/world/studio/worldobjectseteditor] Fix build for certain compilers
2025-01-13 21:34:23 -06:00
d16a6e1659
[jasper/world/studio/worldobjectseteditor] Make palette removal update object palette refs
2025-01-13 21:33:29 -06:00
dc9d7f2082
[ox/std] Add and integrate standard abort call
2025-01-13 20:39:21 -06:00
4919a594b3
[gbabuildcore] Enable exceptions
2025-01-13 20:18:28 -06:00
0ecf9d3200
[teagba] Add symbols needed for enabling exceptions
2025-01-13 20:17:10 -06:00
c8217e5ab0
[jasper/world] Move obj states initialization to initial loading of resources
Build / build (push) Successful in 3m54s
2025-01-13 01:43:25 -06:00
2823db63ac
[studio] Remap toggle explorer keyboard shortcut, add Ctrl+1-0 mappings for jumping between tabs
Build / build (push) Successful in 3m47s
2025-01-13 01:14:57 -06:00
4520050bf9
[jasper/world] Clear object states when tiles are reset
2025-01-13 00:36:13 -06:00
2eba5a6882
[jasper/world/studio/worldobjectseteditor] Make object edits obsolete if nothing changed
Build / build (push) Successful in 3m54s
2025-01-13 00:23:54 -06:00
d33eef2be6
[jasper/world/studio/worldobjectseteditor] Disable Interval for objects with only 1 frame
2025-01-13 00:20:13 -06:00
d5d22372e1
[jasper/world] Make World::updateObj return error
Build / build (push) Successful in 3m55s
2025-01-12 23:58:26 -06:00
a986ab5734
[jasper/project] Update project files
Build / build (push) Successful in 3m44s
2025-01-12 23:00:53 -06:00
fd5a82689c
[jasper/world] Get animations working
Build / build (push) Successful in 3m43s
2025-01-12 22:50:44 -06:00
21f7ce7885
[jasper/world] Fix issues with selecting a non-leaf node subsheet in WorldObjectSetEditor
Build / build (push) Successful in 3m44s
2025-01-12 16:27:44 -06:00
f55ede08b2
[nostalgia/core] Fix TileSheet validation/repair to ensure pixels gets cleared if there are subsheets
2025-01-12 16:06:24 -06:00
dd240b5be8
[studio] Fix new project menu to return an appropriately sized string for name
2025-01-12 15:04:31 -06:00
8288dc3f72
[nostalgia/core/studio] Fix SubSheet editor to return an appropriately sized string
2025-01-12 14:55:50 -06:00
4d8a3dc0e9
[jasper/world] Make obj frames default to SubSheet children count
Build / build (push) Successful in 3m40s
2025-01-12 02:56:07 -06:00
028d98cc41
[jasper/world] Cleanup
2025-01-12 01:40:44 -06:00
953edfa64a
[jasper/world] Cleanup, add frames to WorldObjectSetEditor
Build / build (push) Successful in 3m42s
2025-01-12 01:33:53 -06:00
2b9609e308
[jasper/world] Cleanup
2025-01-11 23:12:44 -06:00
590b2524e5
[jasper/world] Rework WorldEditor to use incremental loading
Build / build (push) Successful in 3m43s
2025-01-11 22:20:29 -06:00
c774b5da70
[jasper/world] Give world static a default obj ref set
Build / build (push) Successful in 3m42s
2025-01-11 19:45:38 -06:00
58b0254ff5
[jasper/world/studio] Cleanup
Build / build (push) Successful in 3m43s
2025-01-11 16:26:17 -06:00
2c1dc8c734
[nostalgia/core/studio/tilesheeteditor] Fix select all not to go beyond end
Build / build (push) Successful in 3m39s
2025-01-11 16:21:10 -06:00
e5e33bb90a
[nostalgia/core/studio] Fix crash that occurs when a non-leaf node subsheet is selected
Build / build (push) Successful in 3m40s
2025-01-11 16:06:48 -06:00
cbab7dc9ba
[nostalgia/core/studio] Fix tile insert to correct input when inserting past the last tile
Build / build (push) Successful in 3m42s
2025-01-11 15:38:11 -06:00
ddb24c530a
[nostalgia/core/studio] Fix tile insert to work on last tile
Build / build (push) Successful in 3m42s
2025-01-11 15:23:57 -06:00
ff7357a6d9
[jasper/world] Cleanup
Build / build (push) Successful in 3m42s
2025-01-11 14:15:25 -06:00
73da8eaaec
[jasper/project] Update project files
2025-01-11 13:39:08 -06:00
4ea4a61d54
Squashed 'deps/nostalgia/' changes from 98ddb08a..791b7746
...
791b7746 [nostalgia] Update liccor file
842e3587 [nostalgia] Update .gitignore for new location of scripts dir
318e7900 [ox] Update liccor file
9f338a74 [ox] Run liccor
645e48af [nostalgia,olympic] Run liccor
ef92c8df [nostalgia] Make pkg-gba.py force lower case for pack tool
849d50be [nostalgia/core] Make getTileIdx return an Optional
845092f1 [turbine] Make common turbine.cpp file private to its target
75819a17 [ox/std] Add SmallMap::values()
d66da857 [ox/std] SmallMap fixes, add findIdx function
git-subtree-dir: deps/nostalgia
git-subtree-split: 791b7746f331a3ad02cfdcdbc7c3ecde0cab7779
2025-01-11 12:32:00 -06:00
d8b4afe053
Merge commit '4ea4a61d542777a270c4e2c283e0e986fc9eec9c'
2025-01-11 12:32:00 -06:00
ab21f09f55
[jasper/world] Fix build warning
Build / build (push) Successful in 3m41s
2025-01-11 03:52:19 -06:00
8676315710
[keel] Fix reloadAsset
Build / build (push) Failing after 3m43s
2025-01-11 03:39:38 -06:00
2103a03a15
[jasper/world] Add support for incremental updating of WorldStatic
2025-01-11 03:38:05 -06:00
cdd6ac9a4d
[ox/std] Add non-const SmallMap::pairs
2025-01-11 03:37:27 -06:00
deac8ecd0d
[jasper/world] Cleanup
2025-01-09 00:57:38 -06:00
e323cb4ef6
[jasper] Update liccor file
Build / build (push) Successful in 3m53s
2025-01-08 23:11:51 -06:00
ace11f392b
[jasper/world/studio] Cleanup
2025-01-08 23:11:34 -06:00
e2e5240bae
[jasper] Run liccor
Build / build (push) Successful in 3m52s
2025-01-08 22:47:42 -06:00
fc184258c9
[jasper/world] Rework World system
Build / build (push) Successful in 3m43s
2025-01-08 22:06:04 -06:00
95587f664f
[jasper] Add jasper-manifest.json to gitignore
2025-01-08 22:04:18 -06:00
0ae3adc7c7
[jasper/player] Rename player from jasper to Jasper, add quit shortcut in debug builds
2025-01-08 22:03:50 -06:00