Commit Graph

3017 Commits

Author SHA1 Message Date
gary 95a69b72b5 [ox/std] Fix String::c_str to always retrun a valid C str
Build / build (push) Successful in 2m36s
2024-05-29 20:51:15 -05:00
gary e4c3866017 [nostalgia/core] Fix subsheet resize not to read garbage 2024-05-29 02:16:07 -05:00
gary 67cf3ae837 [ox/std] Ensure ox::String always has at least a null terminator 2024-05-29 02:15:30 -05:00
gary 2761f23d31 [nostalgia/developer-handbook] Update serialization notes
Build / build (push) Successful in 2m31s
2024-05-29 00:21:59 -05:00
gary 6c170d31b0 [nostalgia/developer-handbook] Update serialization notes
Build / build (push) Has been cancelled
2024-05-29 00:19:58 -05:00
gary d20bfc7795 [nostalgia/developer-handbook] Update serialization notes
Build / build (push) Successful in 2m32s
2024-05-29 00:08:16 -05:00
gary 07ecbde112 [nostalgia/developer-handbook] Update notes on error handling
Build / build (push) Successful in 2m31s
2024-05-29 00:00:25 -05:00
gary fbe2fcd32a [nostalgia/developer-handbook] Update notes on error handling
Build / build (push) Successful in 2m30s
2024-05-28 23:52:20 -05:00
gary a8bb99b620 [turbine] Remove ClipboardObject::typeMatches 2024-05-28 23:41:21 -05:00
gary 667dd21a05 [turbine] Make ClipboardObject::typId return a StringView 2024-05-28 23:39:02 -05:00
gary 5d89370cb0 [turbine] Rework getClipboardObject to use ox::ModelTypeId_v 2024-05-28 23:35:22 -05:00
gary b968ec8a91 [keel] Remove redundant move
Build / build (push) Successful in 2m33s
2024-05-28 21:33:19 -05:00
gary ec45ffb794 [studio] Fix build error 2024-05-28 21:25:31 -05:00
gary 97dc027498 [nostalgia/core/studio] Add acceptsClipboardPayload to TileSheetEditor 2024-05-28 20:58:49 -05:00
gary a138f60fea [studio] Add acceptsClipboardPayload to Editor 2024-05-28 20:58:26 -05:00
gary 791d19504e [turbine] Make ClipboardObject use ox::ModelTypeId_v for typeId 2024-05-28 20:57:49 -05:00
gary 78eb8fca28 [keel] Cleanup pack logging 2024-05-28 20:56:40 -05:00
gary 0b8051b6cc [ox/preloader] Fix alignment issue 2024-05-28 20:44:26 -05:00
gary 5a426829f2 [nostalgia/core/studio] Cleanup TileSheet selection, fix copy/paste bug 2024-05-28 20:36:27 -05:00
gary 9d2fe0e814 [studio] Add size function to Selection 2024-05-28 01:45:40 -05:00
gary f189469926 [keel] Remove setAsset
Build / build (push) Successful in 2m36s
2024-05-27 21:13:17 -05:00
gary 27b38ed250 [keel,studio] Fix hotloading for files that get loaded as multiple types
Build / build (push) Successful in 2m33s
2024-05-27 19:26:58 -05:00
gary 2bb7c51425 [studio/modlib] Fix type desc writing logic inversion
Also, provide foundation for making file types configurable for default Claw format.
2024-05-27 00:53:24 -05:00
gary 5177cfb0e3 [studio/modlib] Make Project::mkdir only mkdir if dir does not exist 2024-05-27 00:51:00 -05:00
gary f9a14433d1 [studio/modlib] Add variant of ComboBox that takes callback 2024-05-27 00:46:55 -05:00
gary e62426b085 [keel] Ensure consistent asset IDs in AssetManager 2024-05-27 00:45:41 -05:00
gary af634bd4e5 [ox/fs] Add FileSystem::exists 2024-05-27 00:44:58 -05:00
gary 49b859ecf5 [studio/modlib] Give Selection constructors 2024-05-26 02:09:59 -05:00
gary 19a4120113 [studio/modlib] Make iterateSelection return errors properly
Build / build (push) Successful in 2m29s
2024-05-25 22:33:01 -05:00
gary f69b8afa62 [nostalgia] Remove use of deleted function 2024-05-25 21:34:08 -05:00
gary 9c98b5e2c2 [studio/modlib] Remove color.hpp 2024-05-25 21:33:27 -05:00
gary 1f87216da4 [nostalgia/core] Add applySelectionColor 2024-05-25 21:32:57 -05:00
gary 94c59604ee [nostalgia/core/opengl] Fix for Ox changes 2024-05-25 21:32:18 -05:00
gary 8ee016c130 [studio/modlib] Add SelectionTracker 2024-05-25 21:31:47 -05:00
gary dc20c66797 [ox/std] Add conversion functions for geo types, cleanup 2024-05-25 21:29:54 -05:00
gary 407e54246f [ox/std] Remove SmallMap dtor, replace timing code with steady_clock 2024-05-25 00:47:49 -05:00
gary 3b18869665 [ox/claw] Remove enum type from ClawFormat 2024-05-24 22:09:08 -05:00
gary 0fab6c7c20 [ox/preloader] Remove debug code 2024-05-24 22:08:35 -05:00
gary a72b865dc9 [studio/modlib] Add function for exporting selection color 2024-05-24 22:06:48 -05:00
gary c0479604aa [studio,nostalgia/studio] Make executing UndoCommands report errors
Build / build (push) Successful in 2m31s
2024-05-23 21:50:27 -05:00
gary a1c89906bd [nostalgia/studio] Make UndoCommand undo/redo return ox::Error
Build / build (push) Successful in 2m29s
2024-05-23 21:29:57 -05:00
gary 7fb0549c25 [nostalgia/core] Revert some auto formatting done by CLion...
Build / build (push) Successful in 2m28s
2024-05-23 21:01:10 -05:00
gary 37e65ab0a6 [nostalgia/core/studio] Fix Subsheet width to update properly
Build / build (push) Successful in 2m30s
2024-05-23 20:52:55 -05:00
gary 9105b1ece6 [ox/std] Fix Linux build
Build / build (push) Successful in 2m29s
2024-05-23 01:38:57 -05:00
gary fbeb08156a [ox/model] Fix type params in buildTypeId 2024-05-23 01:32:41 -05:00
gary b882a47e58 [ox/std] Fix resize to set null terminator 2024-05-23 01:27:59 -05:00
gary 660f2f5633 [ox/std] Rework FileReader into StreamReader 2024-05-23 00:45:28 -05:00
gary aa83c2a62b [nostalgia/core/studio] Remove some unnecessary copying 2024-05-22 23:19:01 -05:00
gary 4a2b1fd743 [studio,keel] Make fileChanged emit UUID as well as path, add uuidUrlToUuid 2024-05-22 23:17:28 -05:00
gary 08f958fbac [ox/std] Add IntegerRange_c 2024-05-22 23:14:06 -05:00