Commit graph

  • 9f97a90c12 misc: lua.h => luaapis.h maelstrom 2025-07-10 23:45:16 +02:00
  • f305595b8f fix(lua): applied previous fix also to signal maelstrom 2025-07-10 23:37:27 +02:00
  • c54580bdeb fix(lua): yet another rewrite of wrapper that supports yielding (via lua) maelstrom 2025-07-10 23:34:06 +02:00
  • 1f15662c2d fix(lua): fixed error handling for signals maelstrom 2025-07-10 20:07:11 +02:00
  • a10b34dc94 fix(lua): detect and print syntax errors maelstrom 2025-07-10 12:16:54 +02:00
  • f27e778f1c fix(editor): standardize line endings to LF for scripts maelstrom 2025-07-10 12:11:07 +02:00
  • 284a176158 fix(cmake): missing freetype dependency + Qt6PrintSupport pre-alpha-2 maelstrom 2025-07-07 21:31:19 +02:00
  • d558f166f9 fix(lua): segfault on error handler, new error handler system adopted maelstrom 2025-07-10 02:03:35 +02:00
  • 527f159ff3 refactor(rendering): use VBOs for torus instead of deprecated immediate mode maelstrom 2025-07-09 14:39:29 +02:00
  • 1e5e60bbcf refactor(rendering): removed glfw dependency of render functions maelstrom 2025-07-09 10:16:48 +02:00
  • 19f048b52a feat(rendering): ttf font rendering maelstrom 2025-07-09 02:04:25 +02:00
  • 82c0a86235 refactor(rendering): created vbo-based rectangle drawing maelstrom 2025-07-08 23:49:06 +02:00
  • d68b9d1f9d feat(editor): added icons to players and player feature/players maelstrom 2025-07-08 14:48:50 +02:00
  • 3d23c446ea feat(engine): creats local player when running game WindClan 2025-07-08 07:06:11 -04:00
  • 0134d5c0a9 feat(engine): add Player class WindClan 2025-07-08 06:22:14 -04:00
  • dbe79a3567 feat(engine): add Players service WindClan 2025-07-08 05:14:29 -04:00
  • 0d53d1593f refactor(datamodel): include worksapce via GetService instead maelstrom 2025-07-08 10:49:23 +02:00
  • ff83211b19 fix(logging): moved data/logging dir to a more reasonable location on gnu/linux maelstrom 2025-07-08 08:09:37 +02:00
  • 4274a4a68f feat(rendering): added linear filtering and mipmapping to parts WindClan 2025-07-08 00:49:13 -04:00
  • 1071efb137 add logs to .gitignore WindClan 2025-07-08 00:48:59 -04:00
  • 0991f31e57 fix(editor): undo state for moving objects in the explorer maelstrom 2025-07-08 00:50:46 +02:00
  • fc105400e3 fix(editor): group/ungroup-ing not creating history states maelstrom 2025-07-08 00:31:45 +02:00
  • f80e9c4cc3 feat(editor): q and e for vertical movement maelstrom 2025-07-07 22:26:14 +02:00
  • c2135b2f8c fix(editor): script not reopening after being closed maelstrom 2025-07-07 22:21:16 +02:00
  • 8c95f3b9fb fix(datatypes): rgb is measured from 0-255 not 0-256 you crumb maelstrom 2025-07-07 22:13:08 +02:00
  • 650ba0068a fix(physics): crash when deleting parts due to misusing simulationTicket iterator maelstrom 2025-07-07 20:29:00 +02:00
  • df795482b5 fix(rendering): wrong type for exported global pre-alpha-1 maelstrom 2025-07-06 22:53:49 +02:00
  • 54f14b6e49 fix(editor): missing qfile.h include maelstrom 2025-07-06 22:37:14 +02:00
  • 64bc82007b feat(rendering): enabled multisampling maelstrom 2025-07-03 14:02:21 +02:00
  • 3052b376e2 feat(physics): changed max fps from 30 to 60 maelstrom 2025-07-01 14:44:46 +02:00
  • e829b0c279 refactor(physics): asynchronous rigidbody update maelstrom 2025-07-01 14:41:37 +02:00
  • ce851aaa5e fix(editor): scale clicking sound missing maelstrom 2025-07-01 14:39:57 +02:00
  • fea837a29c feat(physics): basic parallelism maelstrom 2025-07-01 12:27:23 +02:00
  • b1c7eca289 refactor(workspace): physicsWorld is now never null maelstrom 2025-07-01 01:57:29 +02:00
  • f2a7662b08 feat(debug): added debug fps stats maelstrom 2025-06-30 21:59:35 +02:00
  • 4188e2d9e1 fix(editor): undo history causes crash when it overflows maelstrom 2025-06-30 21:59:15 +02:00
  • dd5c3a0638 feat(rendering): simple font renderer maelstrom 2025-06-30 20:24:31 +02:00
  • 6f66b9540e fix(editor): clicking save on the do you want to save dialog cancels the operation maelstrom 2025-06-25 15:14:18 +02:00
  • d3ea7cc0cd fix(editor): reset undo history on load/new maelstrom 2025-06-25 01:21:03 +02:00
  • ed5aa597ad feat(editor): undoing movement/transformations maelstrom 2025-06-23 18:04:53 +02:00
  • cef5db5b2d feat(editor): undo/redo action buttons reflect state maelstrom 2025-06-23 17:46:52 +02:00
  • b5fc91eea0 feat(editor): undoing and redoing maelstrom 2025-06-23 17:40:56 +02:00
  • 6800ac27f3 refactor(selection): replaced with Selection instance maelstrom 2025-06-23 04:07:04 +02:00
  • 9c42209e93 refactor(objects): moved services into objects/service maelstrom 2025-06-23 02:37:09 +02:00
  • 2c7a8aa434 relicense to LGPLv2.1 from GPLv3 maelstrom 2025-06-22 23:59:58 +02:00
  • 54e1576eb1 refactor(editor): license code maelstrom 2025-06-22 20:48:20 +02:00
  • 4e22bbb2ad refactor(instance): renamed some functions maelstrom 2025-06-14 03:12:09 +02:00
  • 70b164ddc2 feat(autogen): added operators to data types maelstrom 2025-06-13 09:55:02 +02:00
  • 8c6f038b9f feat(physics): added CanCollide property (which still fires Touched) maelstrom 2025-06-13 02:12:34 +02:00
  • c1c088118b fix(datatypes): InstanceRef is now shared_ptr and uses the same userdata when possible maelstrom 2025-06-13 01:45:04 +02:00
  • 23baed05a6 fix(rendering): model outline not displaying if only one object is contained maelstrom 2025-06-11 01:52:42 +02:00
  • ede0540c74 chore: fix annoying warning during compiling generated impls maelstrom 2025-06-11 01:52:24 +02:00
  • 7ab1364803 fix(editor): deselect objects on run/stop maelstrom 2025-06-10 21:07:18 +02:00
  • e51ed0c7c5 fix(rendering): selection box around models maelstrom 2025-06-10 21:05:25 +02:00
  • 525a9155e4 fix(editor): moving and scaling models maelstrom 2025-06-10 21:00:16 +02:00
  • f93b33c012 fix(datatypes): Vector3 augmented assignments not updating self, resulting in broken scaling maelstrom 2025-06-10 20:53:36 +02:00
  • 8df049d6c3 fix(editor): make models draggable maelstrom 2025-06-10 20:21:01 +02:00
  • 166950f08d fix(model): clicking selects root model unless alt is pressed maelstrom 2025-06-10 20:02:16 +02:00
  • 3f7ad90f5b chore: retroactively open-sourced older commits maelstrom 2025-06-09 22:48:07 +02:00
  • e4beeabd6e feat: added GPLv3 license maelstrom 2025-06-09 22:35:35 +02:00
  • c412546209 chore: added notice and disabled warnings for file windows-port maelstrom 2025-06-08 16:24:59 +02:00
  • 7a1a42788e fix(autogen): fixed compilation on windows + clang dependency maelstrom 2025-06-08 15:45:05 +02:00
  • 2bf5a269d6 fix(cmake): hacky workaround for qscintilla maelstrom 2025-05-16 21:31:46 +02:00
  • 61b49bcc67 chore: fixed qscintilla on windows maelstrom 2025-05-16 21:05:39 +02:00
  • 3cb5d34ced chore: ported lua to vcpkg maelstrom 2025-05-02 23:12:42 +02:00
  • a16643dbab fix(lua): iwyu causing bad headers to be included maelstrom 2025-06-08 16:28:14 +02:00
  • 9d72d7f47a fix(editor): DataModel not remembering file path when opening rather than saving maelstrom 2025-06-08 03:50:13 +02:00
  • 6d733e82d4 fix(lua): missing tab between arguments in print statement maelstrom 2025-06-08 03:49:51 +02:00
  • 0ca65b1306 fix(misc): more compatibility changes maelstrom 2025-06-08 03:38:32 +02:00
  • c7b9e873ee chore: fix builds on non-linux systems maelstrom 2025-06-07 01:04:01 +02:00
  • 0c4ef35ac7 fix(editor): PartAssembly not notifying properties pane of changes to Position and Rotation maelstrom 2025-06-05 23:52:53 +02:00
  • d5e24bf3ca refactor(autogen): changed type of size in Part to Vector3 and removed vec3 from autogen maelstrom 2025-06-05 20:36:37 +02:00
  • 2b650c0fed chore: added warnings and dependencies. also fixed warnings maelstrom 2025-06-05 20:19:36 +02:00
  • 253c617d19 fix(instance): not compiling due to bad usage of std::make_shared maelstrom 2025-06-05 16:56:25 +02:00
  • f5931c746d feat(lua): added missing tostrings and removed debug starter objects maelstrom 2025-06-05 15:29:25 +02:00
  • 5f726ad92b fix(editor): combo box closes immediately now, and spinbox allows negative values maelstrom 2025-06-05 15:22:15 +02:00
  • 5f3bed1c58 refactor(enum): made SurfaceType an enum class and added support for enum class in autogen maelstrom 2025-06-05 00:54:14 +02:00
  • 6a58aa7fbd feat(editor): enum support in properties pane maelstrom 2025-06-05 00:46:31 +02:00
  • 1f296e5fe4 feat(autogen): enum integration with objects maelstrom 2025-06-05 00:24:25 +02:00
  • 46856a06e2 feat(autogen): added enums maelstrom 2025-06-04 23:02:01 +02:00
  • 53b1788588 feat(editor): click-off to deselect maelstrom 2025-06-04 18:47:43 +02:00
  • 10d69ce7ac refactor(datatypes): generified types allowing a parameter to be specified for enum type and instance type. Also made deserialization fallible maelstrom 2025-06-03 00:49:29 +02:00
  • 5149e34723 refactor(datatypes): more refactoring to allow for enums maelstrom 2025-06-02 18:39:39 +02:00
  • 0f44012e33 refactor(datatypes): changed how typeinfo works maelstrom 2025-06-02 00:36:26 +02:00
  • bb67a246e2 fix(datatypes): signal type descriptor error maelstrom 2025-06-02 00:35:38 +02:00
  • f9fc8c8cae feat(datatypes): basis for enums maelstrom 2025-06-02 00:06:16 +02:00
  • 5f6ff971d2 refactor(datatypes): complete refactor of how datatypes work and removal of wrapper classes for bool, string etc. maelstrom 2025-05-31 23:08:05 +02:00
  • c8880e0edc feat(editor): drag-and-drop open file maelstrom 2025-05-31 17:32:08 +02:00
  • 14b0667fc9 feat(editor): right-click context menu in main gl widget maelstrom 2025-05-31 02:04:38 +02:00
  • e5c8bdd2e2 feat(editor): multi-select rotation maelstrom 2025-05-31 01:53:28 +02:00
  • 80ec1a9132 feat(editor): icon for ServerScriptService maelstrom 2025-05-30 21:45:39 +02:00
  • 1af34a21fa feat(physics): last part of model that falls off world destroys model too maelstrom 2025-05-30 02:19:44 +02:00
  • 964c733f53 feat(physics): parts fallen beyond fall height get automatically destroyed maelstrom 2025-05-30 02:15:58 +02:00
  • 19b6489476 feat(model): added model container object for parts maelstrom 2025-05-30 02:15:44 +02:00
  • 497a3f783c refactor(misc): removed InstanceRef and InstanceRefWeak type aliases due to confusion with Data::InstanceRef maelstrom 2025-05-30 01:27:22 +02:00
  • 215fa141b6 refactor(selection): made selection shared_ptr rather than weak_ptr maelstrom 2025-05-30 01:20:08 +02:00
  • f6d5ebd7c7 feat(instance): folder, AKA probably one of if not the most useless features thus far maelstrom 2025-05-30 00:40:04 +02:00
  • 8b7fef624f feat(serialization): serialize instance references maelstrom 2025-05-29 22:07:00 +02:00
  • 3a3b2d12c9 fix(lua): use-after-free in signal connection (thread) maelstrom 2025-05-27 22:13:45 +02:00
  • 778a5e35a4 fix(lua): stack overflow in signal maelstrom 2025-05-27 21:39:57 +02:00