Commit Graph

298 Commits

Author SHA1 Message Date
n00b87
c4d559f0d4 Added missing functions to Projector Actors 2026-02-22 03:04:03 -06:00
n00b87
21e06b0848 Added Vehicle functions to TOC page on spreadsheet 2026-02-20 17:02:57 -06:00
n00b87
d53f5c43f6 Finished initial implementation of Vehicles 2026-02-20 14:59:57 -06:00
n00b87
b0f09c3aae Vehicle Actor WIP 2026-02-20 03:25:25 -06:00
n00b87
ddfd6b8838 Fixed Composite Actor functions not exported from spreadsheet 2026-02-17 00:33:04 -06:00
n00b87
2b16b0b3d2 Removed line debug output 2026-02-16 19:48:40 -06:00
n00b87
bc0d138387 WIP 2026-02-16 19:08:23 -06:00
n00b87
5779e59cdd Add mult-shape sprites and actors 2026-02-16 03:07:18 -06:00
n00b87
72ecdc046e Fixed crash when trying to set variable id that cannot be found 2026-02-12 14:00:36 -06:00
n00b87
e4d92c74b1 Update project file 2026-02-12 13:33:50 -06:00
n00b87
17238f3eeb Updated version info 2026-01-28 00:15:50 -06:00
n00b87
61e55f72f6 Added Bone Info Functions
* Added functions to get info on bones
* Fixed ColorKey() flipping images if color is not -1
2026-01-27 23:56:30 -06:00
Rodney Cunningham
a2c4eba1e2 Merge pull request #66 from n00b87/post_process_fx
Post process fx
2025-11-26 01:08:12 -06:00
n00b87
606d74fd39 Fixed Android ifdef for log 2025-11-25 05:38:12 -06:00
n00b87
dd6de7875e Return false if SetPostEffect fails 2025-11-25 04:46:34 -06:00
n00b87
db80705980 Added IFDEFs for android font loading 2025-11-25 03:33:34 -06:00
n00b87
ff7120e4a0 Changed shader path 2025-11-24 20:46:27 -06:00
n00b87
762ef94b7b Added android alternate source files 2025-11-24 19:27:29 -06:00
n00b87
320adcf808 Changed POST_EFFECT_DISTORTION to POST_EFFECT_MINERAL 2025-11-23 22:47:23 -06:00
n00b87
d5f9719d57 Fixed Pipeline_Render() not executing 2025-11-23 21:47:16 -06:00
n00b87
f11d41622b Fixed Post Processing functions 2025-11-23 03:16:43 -06:00
n00b87
f53f486c54 Added GetSpriteWorldCenter() function 2025-11-21 22:10:44 -06:00
n00b87
4df735e4f6 Fixed: ProjectorActors not rendering 2025-11-21 01:00:01 -06:00
n00b87
e0141b11e6 Added MatrixExists() function 2025-11-18 21:59:55 -06:00
n00b87
e6c0cb5a69 Added Stack_N_Exists() and Stack_S_Exists() functions 2025-11-18 21:25:42 -06:00
n00b87
340a6a6615 Fixed segfault when clearing scene with ACTOR_SHAPE_TYPE_NONE 2025-11-18 01:58:22 -06:00
n00b87
83c239fc3f Fixed segfault when deleting actors with ACTOR_SHAPE_TYPE_NONE 2025-11-18 01:55:29 -06:00
n00b87
af1ade702e WIP 2025-11-17 23:32:20 -06:00
n00b87
5bedafc8c8 Added post processing effects and custom render process functions 2025-11-10 23:22:10 -06:00
n00b87
e5deb6bc86 Fixed possible memory leak when using 3D primitives 2025-11-08 20:25:06 -06:00
n00b87
92af3e4772 Added Error checking to network functions 2025-11-08 00:59:33 -06:00
n00b87
0d345b8cd5 Fixed a typo in CreateSprite() documentation 2025-11-01 23:01:51 -05:00
n00b87
af895b3f11 Added override radius to cone, capsule, and sphere shapes 2025-10-12 00:48:22 -05:00
n00b87
8f7fd7d453 Added SetActorShapeEx() 2025-10-12 00:21:34 -05:00
n00b87
3fa3dbb4e3 Added bounds checking for sound functions 2025-10-02 20:35:38 -05:00
n00b87
4f8a4e4d7c Changed Include file check back to literal value 2025-09-29 23:54:42 -05:00
n00b87
c9a4cd6fcd Changed Include file check back to literal value 2025-09-29 23:49:49 -05:00
n00b87
3aa74deb68 Fixed environment variable resolution in INCLUDE having quotes 2025-09-29 23:42:41 -05:00
Rodney Cunningham
1293aec729 Merge pull request #65 from n00b87/fix_shadows
Fixed Shadow Rendering
2025-09-29 02:14:21 -05:00
n00b87
715098d200 Fixed Shadow Rendering
* Fixed Shadow rendering
* Added MakePlanarTextureMap, ReCalculateMeshNormals, GetMeshPolygonCount, and FlipMeshSurfaces
2025-09-29 01:20:51 -05:00
Rodney Cunningham
d63195de3b Merge pull request #64 from n00b87/blend_mode_2d
Blend mode 2d
2025-09-20 19:02:05 -05:00
n00b87
642d6dd23e Added Sprite Priority constants to spreadsheet 2025-09-20 18:15:08 -05:00
n00b87
8120a1fd96 Added SetSpriteCanvasRenderPriority function 2025-09-19 22:04:43 -05:00
n00b87
15e8426f99 Added GetSpritePhysics() function 2025-09-12 02:16:09 -05:00
n00b87
a9d15d69ec Added Nirvana Tile functions to API docs 2025-09-09 22:01:00 -05:00
n00b87
91b7b1b3d7 Updated version number 2025-08-31 22:39:13 -05:00
n00b87
bfdff4207a Set canvas render material for sprites 2025-08-31 21:50:38 -05:00
Rodney Cunningham
a25b4ad6ec Merge pull request #63 from n00b87/fix_fx_material_type_order
Fix fx material type order
2025-08-22 23:09:21 -05:00
n00b87
c2e898aa87 Updated version number in the compiler 2025-08-22 22:10:21 -05:00
n00b87
fd760f3201 Updated version number and removed test flag 2025-08-22 21:20:46 -05:00