Skip to content

Commit

Permalink
deploy: 1e8b3f1
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC committed Dec 14, 2024
1 parent c651a0d commit 10bf854
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion assets/sa/classes.db
Original file line number Diff line number Diff line change
Expand Up @@ -2440,7 +2440,7 @@ GetYAngle,0D03,0,0,("self: Matrix" "yAngle%f")
GetZAngle,0D04,0,0,("self: Matrix" "zAngle%f")
Multiply,0D00,0,0,("matrixA: Matrix" "matrixB: Matrix" "handle: Matrix")
Rotate,0D08,0,0,("self: Matrix" "x%f" "y%f" "z%f")
RotateOnAxis,0D01,0,0,("self: Matrix" "axisX%f" "axisY%f" "axisZ%f" "angle%f" "combineOp%i")
RotateOnAxis,0D01,0,0,("self: Matrix" "axisX%f" "axisY%f" "axisZ%f" "angle%f" "combineOp: RwCombine")
SetPosition,0D05,0,0,("self: Matrix" "x%f" "y%f" "z%f")
$END

Expand Down
4 changes: 2 additions & 2 deletions assets/sa/opcodes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2036,7 +2036,7 @@
{0F16:} set_on_mission {status} [bool]
{0F17:} [var address: int] = get_model_name_pointer {modelId} [model_any]
{0D00:} [var handle: Matrix] = multiply_matrices {matrixA} [Matrix] {matrixB} [Matrix]
{0D01:} rotate_matrix_on_axis [Matrix] {axisX} [float] {axisY} [float] {axisZ} [float] {angle} [float] {combineOp} [int]
{0D01:} rotate_matrix_on_axis [Matrix] {axisX} [float] {axisY} [float] {axisZ} [float] {angle} [float] {combineOp} [RwCombine]
{0D02:} [var xAngle: float] = get_matrix_x_angle [Matrix]
{0D03:} [var yAngle: float] = get_matrix_y_angle [Matrix]
{0D04:} [var zAngle: float] = get_matrix_z_angle [Matrix]
Expand All @@ -2059,7 +2059,7 @@
{0D15:} set_matrix_z_rotation {matrix} [any] {angle} [float]
{0D16:} set_matrix_rotation_from_quat {matrix} [any] {quat} [any]
{0D17:} set_quat_from_matrix {matrix} [any] {quat} [any]
{0D18:} rotate_quat_on_axis {quat} [any] {x} [float] {y} [float] {z} [float] {angle} [float] {combineOp} [int]
{0D18:} rotate_quat_on_axis {quat} [any] {x} [float] {y} [float] {z} [float] {angle} [float] {combineOp} [RwCombine]
{0D19:} [var quat: any] = get_normalised_quat {quat} [any]
{0D1A:} [var quat: any] = multiply_quats {quat1} [any] {quat2} [any]
{0D1B:} [var type: EntityTypes], [var class: EntityClasses] = get_entity_type_and_class {entity} [any]
Expand Down
8 changes: 4 additions & 4 deletions assets/sa/sa.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1733722052360,
"version": "0.807",
"last_update": 1734177289355,
"version": "0.808",
"url": "https://library.sannybuilder.com/#/sa"
},
"extensions": [
Expand Down Expand Up @@ -56544,7 +56544,7 @@
},
{
"name": "combineOp",
"type": "int"
"type": "RwCombine"
}
],
"id": "0D01",
Expand Down Expand Up @@ -57094,7 +57094,7 @@
},
{
"name": "combineOp",
"type": "int"
"type": "RwCombine"
}
],
"id": "0D18",
Expand Down
2 changes: 1 addition & 1 deletion ngsw.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"configVersion": 1,
"timestamp": 1734176232265,
"timestamp": 1734177357219,
"index": "/index.html",
"assetGroups": [
{
Expand Down

0 comments on commit 10bf854

Please sign in to comment.