You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Made `getOmega`, `getScale`, `getShipyardPosition`, `getVelocity`, `getWorldspacePosition`, and `transformPositionToWorld` output proper `vector`s with correct metatable
4
-
- Made `getQuaternion` output a proper `quaternion` with correct metatable
5
-
- Made `getTransformationMatrix` output a proper `matrix` with correct metatable
6
-
- Made `getConstraints` output use proper `vector`s and `quaternion`s where applicable
7
-
- Re-added `getEulerAnglesZYX"`, `getEulerAnglesZXY`, `getEulerAnglesYXZ`, `getEulerAnglesXYZ`, `getRoll`, `getYaw`, `getPitch`, and `getRotationMatrix`***only*** so they throw a more useful error redirecting to the new methods.
8
-
- Updated Ship API help page
9
-
- Iproved `physics_ticks` event output
10
-
- Moved `physics_ticks` event to Ship API
11
-
- Added `pullPhysicsTicks` to utilize `physics_ticks` with proper `vector` and `quaternion` support
12
-
### Quaternion API
13
-
- Moved to [CC: Advanced Math Library](https://github.com/TechTastic/Advanced-Math)
14
-
### Extended Ship API
15
-
- Moved `physics_ticks` event to Ship API
16
-
### New APIs
17
-
-[CC: Advanced Math Library](https://github.com/TechTastic/Advanced-Math) created and included to handle pure Lua math including `quaternion` and `matrix` APIs, as well as a new `pid` module
2
+
- Fixed Physics Ticks Event Handler only responding to one computer only
3
+
- Fixed Ship API missing methods
4
+
- Merged Extended Ship API into Ship API
5
+
- New documentation via LDoc (targeting `1.20.x/main`)
6
+
7
+
# This version is now officially dead and archived!
0 commit comments