Commit graph

150 commits

Author SHA1 Message Date
dca5c483c4 fix(workspace): do not fire signals from physics thread as lua has to always be executed from main thread 2025-07-13 18:45:19 +02:00
bb2b0a2762 feat(rendering): added messages and hints 2025-07-13 16:58:30 +02:00
fcf4343509 feat(lua): track source of scripts to allow hyperlinking to script 2025-07-13 16:58:30 +02:00
133ca0bb5e refactor(lua): generate separate environments for script 2025-07-13 16:58:30 +02:00
e28436b76c feat(editor): command bar 2025-07-13 16:58:30 +02:00
c628fa2b83 refactor(logging): changed the way source-linked traces are logged 2025-07-13 16:58:30 +02:00
c63e91285b refactor(lua): pre-parse pcall wrapper ahead of time 2025-07-13 16:58:30 +02:00
74b8bca10a feat(lua): added Instance.new for object creation 2025-07-13 16:58:30 +02:00
9f97a90c12 misc: lua.h => luaapis.h 2025-07-13 16:58:30 +02:00
f305595b8f fix(lua): applied previous fix also to signal 2025-07-13 16:58:30 +02:00
c54580bdeb fix(lua): yet another rewrite of wrapper that supports yielding (via lua) 2025-07-13 16:58:30 +02:00
a10b34dc94 fix(lua): detect and print syntax errors 2025-07-13 16:58:30 +02:00
d558f166f9 fix(lua): segfault on error handler, new error handler system adopted 2025-07-13 16:58:30 +02:00
0d53d1593f refactor(datamodel): include worksapce via GetService instead 2025-07-08 10:49:23 +02:00
650ba0068a fix(physics): crash when deleting parts due to misusing simulationTicket iterator 2025-07-07 20:29:00 +02:00
e829b0c279 refactor(physics): asynchronous rigidbody update 2025-07-01 14:44:27 +02:00
fea837a29c feat(physics): basic parallelism 2025-07-01 12:27:23 +02:00
b1c7eca289 refactor(workspace): physicsWorld is now never null 2025-07-01 01:57:29 +02:00
f2a7662b08 feat(debug): added debug fps stats 2025-06-30 22:14:17 +02:00
d3ea7cc0cd fix(editor): reset undo history on load/new 2025-06-25 01:21:03 +02:00
6800ac27f3 refactor(selection): replaced with Selection instance 2025-06-23 17:34:24 +02:00
9c42209e93 refactor(objects): moved services into objects/service 2025-06-23 02:37:09 +02:00
4e22bbb2ad refactor(instance): renamed some functions 2025-06-14 03:12:09 +02:00
8c6f038b9f feat(physics): added CanCollide property (which still fires Touched) 2025-06-13 02:12:34 +02:00
166950f08d fix(model): clicking selects root model unless alt is pressed 2025-06-10 20:02:16 +02:00
a16643dbab fix(lua): iwyu causing bad headers to be included 2025-06-08 16:28:14 +02:00
9d72d7f47a fix(editor): DataModel not remembering file path when opening rather than saving 2025-06-08 03:50:13 +02:00
6d733e82d4 fix(lua): missing tab between arguments in print statement 2025-06-08 03:49:51 +02:00
0ca65b1306 fix(misc): more compatibility changes 2025-06-08 03:38:32 +02:00
d5e24bf3ca refactor(autogen): changed type of size in Part to Vector3 and removed vec3 from autogen 2025-06-05 20:36:37 +02:00
2b650c0fed chore: added warnings and dependencies. also fixed warnings 2025-06-05 20:19:36 +02:00
253c617d19 fix(instance): not compiling due to bad usage of std::make_shared 2025-06-05 16:56:25 +02:00
f5931c746d feat(lua): added missing tostrings and removed debug starter objects 2025-06-05 15:31:07 +02:00
5f3bed1c58 refactor(enum): made SurfaceType an enum class and added support for enum class in autogen 2025-06-05 00:54:14 +02:00
46856a06e2 feat(autogen): added enums 2025-06-04 23:02:01 +02:00
10d69ce7ac refactor(datatypes): generified types allowing a parameter to be specified for enum type and instance type. Also made deserialization fallible 2025-06-03 00:49:29 +02:00
5149e34723 refactor(datatypes): more refactoring to allow for enums 2025-06-02 18:39:39 +02:00
0f44012e33 refactor(datatypes): changed how typeinfo works 2025-06-02 00:36:26 +02:00
5f6ff971d2 refactor(datatypes): complete refactor of how datatypes work and removal of wrapper classes for bool, string etc. 2025-05-31 23:08:13 +02:00
80ec1a9132 feat(editor): icon for ServerScriptService 2025-05-30 21:45:39 +02:00
1af34a21fa feat(physics): last part of model that falls off world destroys model too 2025-05-30 02:19:44 +02:00
964c733f53 feat(physics): parts fallen beyond fall height get automatically destroyed 2025-05-30 02:15:58 +02:00
19b6489476 feat(model): added model container object for parts 2025-05-30 02:15:44 +02:00
497a3f783c refactor(misc): removed InstanceRef and InstanceRefWeak type aliases due to confusion with Data::InstanceRef
Possible alternative names: Object and ObjectWeak
2025-05-30 01:27:22 +02:00
f6d5ebd7c7 feat(instance): folder, AKA probably one of if not the most useless features thus far 2025-05-30 00:40:04 +02:00
8b7fef624f feat(serialization): serialize instance references 2025-05-29 22:15:05 +02:00
778a5e35a4 fix(lua): stack overflow in signal 2025-05-27 21:39:57 +02:00
9ca0bb0cec feat(editor): hyperlink in stack trace 2025-05-23 02:00:27 +02:00
1cbb349e05 feat(logging): better error logging with stack trace in lua 2025-05-23 00:59:31 +02:00
cc87d08dad feat(physics): added collision detection with Touched/TouchEnded 2025-05-21 21:58:15 +02:00