-
-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
14e01de
commit 5a1fd22
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule armorcore
updated
17 files
+2 −0 | project.js | |
+37 −1 | sources/iron.h | |
+4 −4 | sources/iron_mat4.c | |
+1 −1 | sources/iron_mat4.h | |
+4 −4 | sources/iron_obj.c | |
+6 −6 | sources/iron_vec2.c | |
+2 −2 | sources/iron_vec2.h | |
+84 −80 | sources/iron_vec4.c | |
+21 −21 | sources/iron_vec4.h | |
+2 −2 | sources/kinc/graphics2/g2_ext.c | |
+2 −12 | sources/ts/data.ts | |
+6 −6 | sources/ts/g2.ts | |
+9 −9 | sources/ts/input.ts | |
+8 −0 | sources/ts/iron.ts | |
+11 −14 | sources/ts/shader_data.ts | |
+8 −17 | sources/ts/sys.ts | |
+76 −43 | tools/make.js |