Commit Graph

241 Commits

Author SHA1 Message Date
Rod Kay
59d478511e physics.box2d.source.thin: Regenerate thin binding with swig. 2025-08-04 14:29:41 +10:00
Rod Kay
fac32b4dcb lace: Update gpr to add 'jobs' source folder. 2025-06-07 17:11:41 +10:00
Rod Kay
c7199a6181 lace: Add basic job manager. 2025-06-07 17:00:12 +10:00
Rod Kay
9dcac72ad5 lace.demo.event.distributed: Add gprclean to 'builder.sh' and update 'polyorb.confs' in 'lan' test. 2025-06-01 14:39:47 +10:00
Rod Kay
fd77a4569c lace.demo.event.distributed: Update example. 2025-05-31 20:44:05 +10:00
Rod Kay
37efda89e4 pysics.box2d.library: Add "-O2" flags to compile switches. 2025-05-24 04:57:47 +10:00
Rod Kay
de6ab2d36e opengl.renderer.lean: Make 'free_Models' and 'free_Impostors' components of 'Item' for performance. 2025-05-24 04:50:53 +10:00
Rod Kay
8435439b72 opengl.model.polygon.lit_textured: Add 'Face' function. 2025-05-16 19:53:56 +10:00
Rod Kay
ad4d1229d5 openGL.errors: Add missing errors. 2025-04-30 12:19:08 +10:00
Rod Kay
710fae02e7 openGL.Model.circle.lit_textured: Expose 'Face' attribute. 2025-04-25 15:53:03 +10:00
Rod Kay
cfc91c0576 Cosmetics. 2025-04-25 15:52:14 +10:00
Rod Kay
9693041373 Cosmetics. 2025-04-11 21:43:02 +10:00
Rod Kay
0e3e3c1d3d Work on texturing and animation. 2025-04-09 00:23:41 +10:00
Rod Kay
1612ddf208 gel.sprite: Rename 'Model_is' to 'graphics_Model_is'. 2025-04-04 21:30:39 +11:00
Rod Kay
8322451898 Cosmetics. 2025-04-04 19:12:54 +11:00
Rod Kay
e36c665501 opengl.renderer: Rid unneeded extra checks for GL errors. 2025-03-26 16:51:52 +11:00
Rod Kay
87d9031e1d opengl.renderer.clear_frame: Add extra checks for GL errors. 2025-03-20 22:51:48 +11:00
Rod Kay
b92a5ed84c opengl.renderer.lean: Add extra checks for GL errors. 2025-03-20 22:31:20 +11:00
Rod Kay
082693f3e8 opengl.geometry.colored: Add extra check for GL errors. 2025-03-20 21:57:34 +11:00
Rod Kay
0561d4f687 lace_shared,gpr: Cosmetics. 2025-03-16 20:11:10 +11:00
Rod Kay
c70aec24f2 lace.events: Fix bugs. 2024-10-30 11:39:32 +11:00
Rod Kay
2a17b624c1 lace.events: Add event sequence to ensure events are processed in order. 2024-10-16 19:37:49 +11:00
Rod Kay
ad2f92b791 gel.world: Work on server and client worlds. 2024-10-16 19:36:46 +11:00
Rod Kay
3077f2a4cd lace.event: Add 'Containers' package. 2024-10-10 20:48:42 +11:00
Rod Kay
ad38c1ec3d lace.event: Add event sequence to subjects. 2024-10-10 20:25:35 +11:00
Rod Kay
37e3e74783 lace.event: Rid 'null_Event'. 2024-10-07 16:36:32 +11:00
Rod Kay
4f080dc3bc gel.world: Add debug info. 2024-10-07 16:21:07 +11:00
Rod Kay
5360507248 opengl.texture_set.stream: Handle case where 'Animation_view' is null. 2024-09-24 16:13:59 +10:00
Rod Kay
a690050568 gel.forge.new_polygon_Sprite: Set 'texture_Applies' to 'True'. 2024-09-24 14:35:16 +10:00
Rod Kay
ab36317bd2 opengl: Add texture animation. 2024-09-24 13:45:18 +10:00
Rod Kay
d0e3870346 opengl.texturing: Update shader 'frag.snippet' to allow models with multiple textures to selectively apply/unapply individual textures. 2024-09-23 17:08:36 +10:00
Rod Kay
f59512d51e opengl: Allow models with multiple textures to selectively apply/unapply individual textures. 2024-09-23 17:05:25 +10:00
Rod Kay
47b04dcc8f lace_environ: Add 'lace' as a project dependency. 2024-09-20 06:55:11 +10:00
Rod Kay
2556755436 lace.events: Rename 'destruct' to 'destroy'. 2024-09-16 22:54:42 +10:00
Rod Kay
875d556ab2 lace.make_subject.destroy: Destroy the 'Sender' if it has been enabled. 2024-09-16 22:54:14 +10:00
Rod Kay
44c1503013 box2d.object: Implement 'b2d_Object_apply_Torque_impulse' and 'b2d_Object_apply_Torque'. 2024-09-16 22:46:23 +10:00
Rod Kay
7898ee5f20 lace.events: Add 'event_Sender'. 2024-09-16 22:45:31 +10:00
Rod Kay
bb41976be9 gel.world.client.is_a_mirror: Log errors detected in tasks when fetching graphics and physics models from mirrored world. 2024-09-15 00:05:42 +10:00
Rod Kay
2a2872495d lace.dice.d6: Add more stock dice. 2024-09-14 00:45:45 +10:00
Rod Kay
cf536c084d lace.event_connector: Rid debug code. 2024-09-08 12:39:49 +10:00
Rod Kay
f93efaaa7c lace.event_connector.destruct: Revamp 'all_Connectors_are_idle'. 2024-09-04 20:29:08 +10:00
Rod Kay
90051c141c lace.event_connector.destruct: Wait til all connectors are idle before exiting. 2024-09-04 20:02:10 +10:00
Rod Kay
03f4aee58d gel.world.client: Use tasks to fetch physics models, graphics models and sprites from the server when mirroring the server world. 2024-08-28 21:07:44 +10:00
Rod Kay
e56a7eec1f lace.event: Add an event connector to speed up remote connections. 2024-08-28 17:28:25 +10:00
Rod Kay
177376ab6d opengl.shader: Disable logging of shader programs. 2024-08-24 14:00:08 +10:00
Rod Kay
29443925c5 lace.make_observer.rid: Handle storage_Error locally. 2024-08-23 12:49:48 +10:00
Rod Kay
623da5803b lace.event_emitter: Allow recovery from exceptions in tasks. 2024-08-21 09:12:03 +10:00
Rod Kay
e8180cd883 opengl.renderer.lean: Add function to check if a light already exists. 2024-08-20 12:51:57 +10:00
Rod Kay
e63740494b gel.world: Add 'Mirror_as_observer' parameter to 'deregister' procedure. 2024-08-20 11:07:04 +10:00
Rod Kay
2a82dc5fda lace.event_emitter: Adjust output of error messages when tasks crash. 2024-08-19 11:41:39 +10:00