54 Commits

Author SHA1 Message Date
c81e208f70 [jasper/world/studio] Remove Editor::setRequiresConstantRefresh
All checks were successful
Build / build (push) Successful in 3m21s
2024-10-02 01:19:01 -05:00
3cb4058ae1 [jasper/world/studio] Fixes for Studio update
All checks were successful
Build / build (push) Successful in 3m12s
2024-09-30 23:08:08 -05:00
d8f419a756 [jasper/core] Cleanup for consistency, fix name 2024-09-19 23:49:00 -05:00
1fc681b23e [jasper/world] Remove palette based animation system 2024-06-04 00:38:17 -05:00
8a67657473 [jasper/world/studio] Make WorldEditor remember animate option 2024-06-01 20:38:19 -05:00
f338a6a86a [jasper/player] Make player default to working dir for asset dir
All checks were successful
Build / build (push) Successful in 3m18s
2024-06-01 18:06:28 -05:00
cab71a5fcf [jasper/world/studio] Make WorldEditor able to animate BG
All checks were successful
Build / build (push) Successful in 3m17s
2024-06-01 15:43:38 -05:00
f8acaf6551 [studio,turbine] Fix Turbine sleep logic, tweak Studio default sleep values
All checks were successful
Build / build (push) Successful in 3m16s
2024-06-01 01:21:43 -05:00
e861b4f6e7 [jasper/world] Add world background animation
All checks were successful
Build / build (push) Successful in 3m15s
2024-05-31 23:55:12 -05:00
79d7f76407 [jasper/world/studio] WorldEditor: suppress keyboard when popup open 2024-05-31 23:50:49 -05:00
7ac29585d6 [jasper/world/studio] Fix world tile selection to properly release when out of bounds
All checks were successful
Build / build (push) Successful in 3m14s
2024-05-31 02:23:36 -05:00
d0073b2161 [jasper] Add missing install destinations 2024-05-31 02:22:48 -05:00
6233682d04 [jasper/world/studio] Remove erroneous noexcept
All checks were successful
Build / build (push) Successful in 3m14s
2024-05-29 00:13:21 -05:00
0be51e8079 [jasper/world/studio] Add extra check for clipboard safety 2024-05-28 22:22:26 -05:00
580f27ac87 [jasper/world/studio] Cleanup redundant keelCtx calls
Some checks failed
Build / build (push) Failing after 3m0s
2024-05-28 21:27:19 -05:00
5d4af474b1 [jasper/world/studio] Cleanup
Some checks failed
Build / build (push) Has been cancelled
2024-05-28 21:24:16 -05:00
46c3e4e0de [jasper/world/studio] Cleanup, give WorldEditor an acceptsClipboardPayload function
Some checks failed
Build / build (push) Failing after 2m38s
2024-05-28 21:12:38 -05:00
8a1e60e571 [jasper/player] Make player use file pointed to in Bootfile 2024-05-28 20:59:44 -05:00
db5cff5e8c [jasper/world/studio] Add copy/cut/paste to WorldEditor
All checks were successful
Build / build (push) Successful in 3m18s
2024-05-28 02:08:54 -05:00
3eee6161a0 [jasper/world/studio] Improve WorldEditor dependency tracking 2024-05-27 00:56:04 -05:00
55a747f6a1 [jasper/world/studio] Make ObjectSetEditor use UUIDs 2024-05-27 00:55:41 -05:00
f6235304a0 [jasper/world/studio] Make Ctrl-A select the entire map
All checks were successful
Build / build (push) Successful in 3m18s
2024-05-26 02:10:25 -05:00
aa43dc9575 [jasper/world/studio] Simplify CollisionMapView with MapTileHighlighter
All checks were successful
Build / build (push) Successful in 3m15s
2024-05-26 00:00:44 -05:00
6e32d36c78 [jasper/world/studio] Make mouse release only finish selection if selection is ongoing
All checks were successful
Build / build (push) Successful in 3m11s
2024-05-25 22:41:03 -05:00
cf4f56fcf7 [jasper/world/studio] Fix tile drop to handle dropping to edges of selection
All checks were successful
Build / build (push) Successful in 3m9s
2024-05-25 22:28:59 -05:00
704434bc3c [jasper/world/studio] Make selection tracking safer, allow clearing selection
All checks were successful
Build / build (push) Successful in 3m10s
2024-05-25 22:22:24 -05:00
a49af0bc32 [jasper/world/studio] Cleanup
All checks were successful
Build / build (push) Successful in 3m8s
2024-05-25 22:07:42 -05:00
46544872cd [jasper/world/studio] Make tile drop work with map tile selection
Some checks failed
Build / build (push) Failing after 3m31s
2024-05-25 22:03:52 -05:00
ee86436d58 [jasper/world/studio] Add map tile selection 2024-05-25 21:42:26 -05:00
c5971ec641 [jasper/world/studio] Change WorldEditor Claw format back to Organic 2024-05-24 22:07:56 -05:00
d3578ab5bd [jasper/world/studio] Put map resize in a popup 2024-05-24 01:55:23 -05:00
2a55a5762d [jasper/world/studio] Make executing UndoCommands report errors
All checks were successful
Build / build (push) Successful in 3m8s
2024-05-23 21:50:44 -05:00
6eb78f90cf [jasper/world/studio] Make UndoCommand undo/redo return ox::Error
All checks were successful
Build / build (push) Successful in 3m9s
2024-05-23 21:30:15 -05:00
18e4183623 [jasper/world/studio] Simplify EditWorldSizeCommand::mergeWith
All checks were successful
Build / build (push) Successful in 3m8s
2024-05-23 20:54:45 -05:00
ded73a0b4c [jasper/world/studio] Fix WorldEditor to pull in resource updates
All checks were successful
Build / build (push) Successful in 3m9s
2024-05-22 23:24:08 -05:00
1988e785e6 [jasper/world] Cleanup 2024-05-22 23:15:55 -05:00
f920748e19 [jasper] Fixes for Studio changes, make EditWorldSizeCommand merge
All checks were successful
Build / build (push) Successful in 3m13s
2024-05-22 02:12:46 -05:00
299a91fd66 [jasper/world]/studio] Make World refer to obj sets with UUIDs
Some checks failed
Build / build (push) Failing after 30s
2024-05-22 00:37:03 -05:00
b26601fad9 [jasper/world/studio] Fix positioning for tile placement
All checks were successful
Build / build (push) Successful in 3m9s
2024-05-21 01:19:57 -05:00
abba35d64e [jasper/world/studio] Add tile placement in world editing
All checks were successful
Build / build (push) Successful in 3m11s
2024-05-20 02:17:29 -05:00
cd94dd8cd7 [jasper/world] Cleanup
All checks were successful
Build / build (push) Successful in 3m4s
2024-05-03 23:01:35 -05:00
f547c92a65 [jasper/world] Fix name of palBank in WorldObject model 2024-04-28 16:24:42 -05:00
4955e177c6 [jasper/world/studio] Fixes for Ox update
All checks were successful
Build / build (push) Successful in 3m5s
2024-04-24 23:21:01 -05:00
eecc9da3ce [jasper] Add missing files, update for Nostalgia changes
All checks were successful
Build / build (push) Successful in 2m51s
2024-04-21 13:15:17 -05:00
513e3360b5 [jasper/world/studio] Get a good start to world editor going
Some checks failed
Build / build (push) Failing after 46s
2024-04-21 10:25:56 -05:00
dbbdb7c79e [jasper] Fix build
All checks were successful
Build / build (push) Successful in 2m48s
2024-02-21 22:52:05 -06:00
e733bc930f [jasper/world] Double the dimensions of collision tiles 2024-01-28 12:05:46 -06:00
aa1f063a6d [jasper/world] Add WorldObjectEditor
All checks were successful
Build / build (push) Successful in 2m44s
2024-01-28 00:00:22 -06:00
2da5a6f024 [jasper] Update copyright notice 2024-01-01 16:11:34 -06:00
536e4540cb [jasper] Fix build
All checks were successful
Build / build (push) Successful in 2m19s
2023-12-29 00:39:57 -06:00