maelstrom · they/them
maelstrom pushed to feature/studio-tools at maelstrom/openblocks 2025-06-24 20:45:07 +00:00
ac89dea966 fix: arrow handles
maelstrom created branch scrap/datamodeltest in maelstrom/openblocks 2025-06-24 20:45:07 +00:00
maelstrom pushed to prototype at maelstrom/openblocks 2025-06-24 20:45:07 +00:00
051ce6e89d Removed vesitigial code
maelstrom created branch data-restructure in maelstrom/openblocks 2025-06-24 20:45:07 +00:00
maelstrom pushed to green-screen at maelstrom/openblocks 2025-06-24 20:45:07 +00:00
0a3b51e735 green screen
maelstrom created branch roblox-compat in maelstrom/openblocks 2025-06-24 20:45:07 +00:00
maelstrom created branch feature/undo-history in maelstrom/openblocks 2025-06-24 20:45:07 +00:00
maelstrom opened issue maelstrom/openblocks#1 2025-06-24 20:07:20 +00:00
Add translation support
maelstrom pushed to master at maelstrom/openblocks 2025-06-23 22:33:00 +00:00
ed5aa597ad feat(editor): undoing movement/transformations
cef5db5b2d feat(editor): undo/redo action buttons reflect state
b5fc91eea0 feat(editor): undoing and redoing
6800ac27f3 refactor(selection): replaced with Selection instance
9c42209e93 refactor(objects): moved services into objects/service
Compare 5 commits »
maelstrom pushed to master at maelstrom/openblocks 2025-06-22 22:00:06 +00:00
2c7a8aa434 relicense to LGPLv2.1 from GPLv3
54e1576eb1 refactor(editor): license code
Compare 2 commits »
maelstrom pushed to master at maelstrom/openblocks 2025-06-19 22:51:28 +00:00
4e22bbb2ad refactor(instance): renamed some functions
70b164ddc2 feat(autogen): added operators to data types
Compare 2 commits »
maelstrom pushed to master at maelstrom/openblocks 2025-06-13 00:12:41 +00:00
8c6f038b9f feat(physics): added CanCollide property (which still fires Touched)
c1c088118b fix(datatypes): InstanceRef is now shared_ptr and uses the same userdata when possible
23baed05a6 fix(rendering): model outline not displaying if only one object is contained
ede0540c74 chore: fix annoying warning during compiling generated impls
Compare 4 commits »
maelstrom pushed to master at maelstrom/openblocks 2025-06-10 19:07:24 +00:00
7ab1364803 fix(editor): deselect objects on run/stop
e51ed0c7c5 fix(rendering): selection box around models
525a9155e4 fix(editor): moving and scaling models
f93b33c012 fix(datatypes): Vector3 augmented assignments not updating self, resulting in broken scaling
8df049d6c3 fix(editor): make models draggable
Compare 6 commits »
maelstrom pushed to master at maelstrom/openblocks 2025-06-09 20:51:16 +00:00
3f7ad90f5b chore: retroactively open-sourced older commits
e4beeabd6e feat: added GPLv3 license
Compare 2 commits »
maelstrom pushed to master at maelstrom/openblocks 2025-06-09 20:35:42 +00:00
5e12cc81da feat: added GPLv3 license
maelstrom pushed to master at maelstrom/openblocks 2025-06-08 14:39:59 +00:00
c412546209 chore: added notice and disabled warnings for file
7a1a42788e fix(autogen): fixed compilation on windows + clang dependency
2bf5a269d6 fix(cmake): hacky workaround for qscintilla
61b49bcc67 chore: fixed qscintilla on windows
3cb5d34ced chore: ported lua to vcpkg
Compare 5 commits »
maelstrom pushed to windows-port at maelstrom/openblocks 2025-06-08 14:37:50 +00:00
c412546209 chore: added notice and disabled warnings for file
7a1a42788e fix(autogen): fixed compilation on windows + clang dependency
Compare 2 commits »
maelstrom pushed to windows-port at maelstrom/openblocks 2025-06-08 14:34:40 +00:00
6cd935ba3e fix(lua): accidentally added lua libs outside of lua.h
0ab700c995 fix(autogen): not compiling on windows due to difference in fs::path char_type
2bf5a269d6 fix(cmake): hacky workaround for qscintilla
61b49bcc67 chore: fixed qscintilla on windows
Compare 7 commits »
maelstrom pushed to windows-port at maelstrom/openblocks 2025-06-08 14:32:43 +00:00
077b153953 fix(lua): accidentally added lua libs outside of lua.h
b33ae784ca fix(autogen): not compiling on windows due to difference in fs::path char_type
c0deba3b2b fix(cmake): hacky workaround for qscintilla
c14dfbea32 chore: fixed qscintilla on windows
Compare 42 commits »
maelstrom pushed to master at maelstrom/openblocks 2025-06-08 14:28:22 +00:00
a16643dbab fix(lua): iwyu causing bad headers to be included