Commit Graph

360 Commits

Author SHA1 Message Date
gary 110d4a2e6a [keel] Cleanup 2026-02-07 15:29:53 -06:00
gary 54d7c706eb [studio] Make FileInfo free resources on close 2026-02-06 21:36:39 -06:00
gary c9cb186462 [studio] Cleanup useless complexity 2026-02-06 21:28:46 -06:00
gary f204d01a3d [studio] FileInfo: reset file info when opening 2026-02-05 22:22:07 -06:00
gary 62337bd29e [studio] FileInfo: Rename ID to Asset ID, allow for no value of fields 2026-02-05 22:15:00 -06:00
gary 86c2c26d8d [studio] Fix warning 2026-02-05 21:35:39 -06:00
gary f8b2700ea7 [studio] Add Get Info file dialog 2026-02-05 21:32:36 -06:00
gary 9ce4d3f8c7 [keel,nostalgia/gfx] Minor cleanup of tests 2026-01-25 21:51:10 -06:00
gary 03328ac10f [turbine/glfw] Fix to handle null click handler 2025-12-03 20:44:01 -06:00
gary b31c01f724 [keel,studio] Cleanup 2025-09-04 22:37:01 -05:00
gary 8a430faf4c [keel] Cleanup 2025-08-12 22:57:13 -05:00
gary e59382dd60 [keel] Address undefined behavior 2025-08-12 22:39:08 -05:00
gary 59c112a69c [studio] Fix navigate back not to iterate on the first item twice 2025-08-09 15:15:34 -05:00
gary 31b39982c5 [keel] Fix AssetRef to call incRef on initial creation of ref, not just copy 2025-07-31 22:06:52 -05:00
gary e38b85b4f4 [studio] Eliminate redundant serialization and deserialization 2025-07-30 21:48:44 -05:00
gary f7c3c02c4c Merge commit '1bfb7f99c215e2c74556bd3281f44962b8faaa96' 2025-07-30 00:42:42 -05:00
gary 2f36a3f6f0 [studio] Add File -> Reload Project menu item 2025-07-30 00:37:23 -05:00
gary 07e5bf9054 [keel] Make keel attempt to delete all existing assets when FS is changed 2025-07-30 00:36:56 -05:00
gary c275c5f5e6 [hull] Disable building hull for now 2025-07-26 18:33:24 -05:00
gary 16886cdf1c [hull] Add start on command interpreter 2025-07-26 18:29:51 -05:00
gary 4e7dc66610 [nostalgia,olympic] Rename string len() functions to size() 2025-07-25 22:48:08 -05:00
gary 7461d832b6 [nostalgia/gfx/studio,studio] Fix CLI tool output to only show usage if no args given 2025-07-24 21:17:58 -05:00
gary 6052798fea Merge commit 'dceeaaa9302b7e9ce85fa773fc187bc593f3c93c' 2025-07-24 01:58:27 -05:00
gary 0c866d1b96 [studio,nostalgia/gfx] Add system for adding sub-commands in Modules, add export-tilesheet command 2025-07-24 01:29:09 -05:00
gary 801d35c823 [keel] Make type converters work with functions that take const src arg 2025-07-23 00:41:33 -05:00
gary f5f2c3bee6 [studio/applib] Make Studio remove files unable to be opened from open file list in config 2025-07-07 23:35:28 -05:00
gary f6ef2b5acb [turbine,nostalgia] Make memory regions cast to bounded ox::Arrays 2025-06-29 23:32:36 -05:00
gary 952637a1ea Merge commit 'cbf4414fcaf00c00a2abf73b5c04a055180ad980' 2025-06-25 21:33:16 -05:00
gary 7569698e95 [nostalgia,studio] Add FileExts_TileSheet const, and corresponding FilePickerPopup constructor 2025-06-25 21:30:49 -05:00
gary 9f040392c7 [olympic,nostalgia] Cleanup style 2025-06-24 01:59:22 -05:00
gary 94b0020d15 [nostalgia,olympic] Cleanup 2025-06-23 01:30:33 -05:00
gary f5ccab5f2c [studio] Cleanup 2025-06-21 19:19:39 -05:00
gary 0efed70b57 [studio] Fix Studio to clear editor pointers when opening a new project 2025-06-21 14:12:45 -05:00
gary 857587c18b [studio] Cleanup 2025-06-21 08:31:27 -05:00
gary eb3d53c955 [studio] Cleanup 2025-06-21 08:22:13 -05:00
gary 14d58f3f5b [studio] Fix Navigation shortcuts for non-Mac systems 2025-06-21 08:13:14 -05:00
gary 5f2397903a [studio,nostalgia/gfx/studio/tilesheet] Fix copy/cut/paste enablement when there is no selection 2025-06-21 00:20:06 -05:00
gary 58e0ecb469 [studio] Make FilePickerPopup accept on double click of a file 2025-06-20 23:58:29 -05:00
gary 8838bf420e [studio] Fix to properly copy file that has the same name as deleted file 2025-06-20 23:36:20 -05:00
gary a9437191bf [studio,turbine] Add support for mouse back/forward buttons 2025-06-20 22:44:09 -05:00
gary 394b568e72 [studio] Add Back/Forward navigation 2025-06-20 20:58:42 -05:00
gary cfdfb0a8c9 [studio] Fix file deletion to close file even if not active 2025-06-19 23:55:47 -05:00
gary 56e665301f [studio] Cleanup 2025-06-19 21:37:57 -05:00
gary c780924122 [studio] Add [DEBUG] tag to About in debug builds 2025-06-08 21:33:17 -05:00
gary 2ca77173d3 [keel] Add isUuidUrl function 2025-05-30 23:29:42 -05:00
gary b55993294a [studio/modlib] Fix headerizeConfigFile to handle slashes in file name 2025-05-25 01:20:20 -05:00
gary d8f847d707 [studio/applib] Move popup types into their own directory 2025-05-24 15:01:17 -05:00
gary 8419b137e5 [turbine,studio] Fix some popup window resize weirdness, cleanup some function names 2025-05-24 01:32:14 -05:00
gary 78379f58c8 [studio] Add ability to remember recent projects in config 2025-05-24 00:48:10 -05:00
gary 4322f720ba [keel] Fix ox::Result<DstType> convert(Context &ctx, ox::BufferView const&src) 2025-05-24 00:47:39 -05:00