Commit Graph

  • 8ea8928fd0 opengl.model.sphere.lit_colored_textured: Update texturing and add color. Rod Kay 2023-10-21 14:21:26 +11:00
  • 833584970a opengl.model.sphere.lit_colored_textured: Update texturing. Rod Kay 2023-10-21 13:41:32 +11:00
  • 94f6fb3a3c gel.demo.pong: Set light position. Rod Kay 2023-10-21 12:35:43 +11:00
  • 4fa47e7396 gel.sprite: Fix apply force. Rod Kay 2023-10-21 12:35:10 +11:00
  • 0b6e063d29 gel.forge: Cosmetics. Rod Kay 2023-10-21 12:31:40 +11:00
  • 85a269be38 lace.text: Fix several bugs. Rod Kay 2023-10-17 15:49:12 +11:00
  • bbf195bbe5 lace.environ.paths: Rid incorrect 'check's of destination paths. Rod Kay 2023-10-17 15:47:40 +11:00
  • 6a4f1c148c lace: Add 'wide_Text'. Rod Kay 2023-07-13 22:05:13 +10:00
  • 4861f54232 opengl.model: Add basic texturing subprograms. Rod Kay 2023-05-31 15:22:25 +10:00
  • ce41c9afef opengl.geometry.texturing: Use 'Mixin' generic. Rod Kay 2023-05-31 11:39:01 +10:00
  • ec4a9b357a opengl.geometry.texturing: Add 'Mixin' generic. Rod Kay 2023-05-31 10:54:59 +10:00
  • bb6df0ba31 Update git ignore rules. Rod Kay 2023-05-31 10:01:47 +10:00
  • 715e9edb80 openGL.Geometry: Rid unused 'Textures' array type. Rod Kay 2023-05-31 09:31:12 +10:00
  • 6850241aa9 openGL.Geometry.texturing: Factor out texturing code from 'openGL.Geometry.lit_textured'. Rod Kay 2023-05-31 08:05:58 +10:00
  • f1d7b2c645 opengl: Rename 'openGL.texture_Set.texture_Set' to 'openGL.texture_Set.Item'. Rod Kay 2023-05-31 07:08:51 +10:00
  • af64e4ce3e opengl: Rename 'openGL.texturing' to 'openGL.texture_Set'. Rod Kay 2023-05-31 07:07:11 +10:00
  • a362e5aeff opengl.geometry: Rid obsolete prototype code. Rod Kay 2023-05-29 21:41:00 +10:00
  • c29d50f544 opengl.geometry: Rename 'enable_Texture' to 'enable_Textures'. Rod Kay 2023-05-29 21:40:17 +10:00
  • 3783591ed1 opengl.geometry.lit_textured: Rename 'Textures' record component to 'texture_Set'. Rod Kay 2023-05-29 21:26:17 +10:00
  • 640c3f4790 opengl: Rename 'openGL.Geometry.texturing' to 'openGL.texturing'. Rod Kay 2023-05-16 17:17:28 +10:00
  • 65ac65b204 opengl.geometry.texturing: Make 'fade_Level' atomic. Rod Kay 2023-05-16 15:30:55 +10:00
  • 139cb01643 opengl: Work on multi-texturing. Rod Kay 2023-05-15 15:01:32 +10:00
  • 1beb8e1140 opengl: Work on multi-texturing. Rod Kay 2023-05-09 18:04:18 +10:00
  • d3e4119172 opengl.model.box: Add a lit, colored and single textured box. Rod Kay 2023-05-08 11:40:37 +10:00
  • 0cbd97b7a1 opengl.assets.shader: Add 'version.header' and 'texturing.frag' shader snippets. Rod Kay 2023-05-08 11:35:41 +10:00
  • e1bec3b089 opengl.shader: Comment out debug code. Rod Kay 2023-05-07 12:22:03 +10:00
  • f7b88262be opengl.demo: Set a default light. Rod Kay 2023-05-07 12:20:47 +10:00
  • 14dc31a6f6 opengl.renderer.lean: Set a 'max_Geometries' constant. Rod Kay 2023-05-07 12:19:38 +10:00
  • 8d7f78b74f opengl.geometry: Add multi-texture support to more geometries. Rod Kay 2023-05-07 11:39:57 +10:00
  • 263f7e8095 opengl.geometry.lit_textured_x2: Tidy. Rod Kay 2023-05-07 08:27:59 +10:00
  • 5daf101be3 opengl.shader: Allow shaders to be built from snippets. Rod Kay 2023-05-07 06:46:45 +10:00
  • 8570d1709e opengl: Add 'asset_Names' array type. Rod Kay 2023-05-07 06:45:56 +10:00
  • 6bd8001f2e opengl.glyphimpl.texture: Revert to using '()' instead of '[]' for record aggregates. Rod Kay 2023-05-05 03:50:47 +10:00
  • ba8a471557 opengl.geometry: Change mode of the 'Self' parameter in 'enable_Texture' to 'in out'. Rod Kay 2023-05-05 03:50:30 +10:00
  • 84283a72ea Update git ignore rules. Rod Kay 2023-05-05 03:14:12 +10:00
  • 2ac6d57a53 opengl.geometry: Add/use texturing support. Rod Kay 2023-05-05 03:13:07 +10:00
  • b9064c43c8 opengl.geometry: Use the 'openGL.Variable.uniform.sampler2D' type for textures. Rod Kay 2023-05-05 01:06:18 +10:00
  • 6a8da0bd4b opengl.variable.uniform: Add a 'gl_Variable' function. Rod Kay 2023-05-05 01:04:58 +10:00
  • 9655567e96 opengl.variable: Add a 'null_Variable' constant. Rod Kay 2023-05-05 01:04:06 +10:00
  • 1f6d5924c9 opengl.variable.uniform: Add a 'sampler2D' uniform variable. Rod Kay 2023-05-05 01:02:52 +10:00
  • 5b2d58c5c8 opengl.glyphimpl.texture: Revert to using '()' instead of '[]' for record aggregates. Rod Kay 2023-05-04 23:21:08 +10:00
  • 660ca343fa opengl.geometry.lit_textured_x2.fragment_shader: Apply alpha value to surface_Color, when combining textures. Rod Kay 2023-05-04 21:40:07 +10:00
  • 4ca946531a opengl.geometry: Pre-initialise texture uniforms. Rod Kay 2023-05-04 21:32:03 +10:00
  • eb17c310f1 lace: Add a simple stack generic. Rod Kay 2023-05-01 21:18:04 +10:00
  • 2a3231830e lace: Add fast pools. Rod Kay 2023-05-01 21:17:41 +10:00
  • 86721ca2db openGL: Add preliminary multi-texturing code. Rod Kay 2023-05-01 21:17:12 +10:00
  • 2209ac7ca8 gel.applet: Make evolving the physics world optional in 'freshen'. Rod Kay 2023-04-28 21:58:49 +10:00
  • 1a381eb2ec opengl.model.hexagon: Document vertex site order. Rod Kay 2023-04-28 21:57:53 +10:00
  • c6fdf17ae2 gel.Sprite: Rid ".all'Access" conversion from an access variable. Rod Kay 2023-04-28 21:56:21 +10:00
  • 19a8d22d90 opengl.demo: Add an 'openGL.Model.hexagon.lit_textured' sprite, Rod Kay 2023-04-28 21:53:55 +10:00
  • 11ba34d76d opengl.model.hexagon.lit_textured: Enable texturing. Rod Kay 2023-04-28 21:52:48 +10:00
  • 2879286956 lace_shared: Add "-C", "-j0" and "-gnat2022" switches to 'Builder' default switches. Rod Kay 2023-04-28 21:47:43 +10:00
  • bd5557cb67 gel.sprite: Add 'user_Data'. Rod Kay 2023-04-24 16:34:21 +10:00
  • ac87a2e6ca Re-enable mouse selection of sprites. Rod Kay 2023-04-21 17:43:18 +10:00
  • ac39003165 gel.applet: Code cosmetics. Rod Kay 2023-04-20 15:11:21 +10:00
  • c69e792ddc lace.event.Logger.text: Code cosmetics. Rod Kay 2023-04-20 14:50:11 +10:00
  • 27ab3950bc lace.event.Logger.text: Cosmetics for log messages. Rod Kay 2023-04-20 14:48:42 +10:00
  • 9d1dddaae2 demo.mouse.selection: Update. Rod Kay 2023-04-20 13:54:10 +10:00
  • cae9d2856e lace_shared: Use '-O3' for optimisation level. Rod Kay 2023-04-20 13:49:12 +10:00
  • fcbc5e3676 lace_shared: Cosmetics. Rod Kay 2023-04-20 13:12:20 +10:00
  • 50f5c2f6b2 lace.environ.paths: Use 'shell.Directories' instead of 'shell.Directory_Iteration'. Rod Kay 2023-04-20 10:15:19 +10:00
  • b06d612c34 gel: Cosmetics. Rod Kay 2023-04-20 10:14:22 +10:00
  • c3a536b37b lace.gpr: Re-enable 'ashell'. Rod Kay 2022-11-12 13:25:37 +11:00
  • eafc137c69 lace.environ.*: Cosmetics. Rod Kay 2022-11-12 12:55:23 +11:00
  • 6147cb0366 lace.environ.os_commands: Use 'unsafe' aShell commands. Rod Kay 2022-11-11 16:48:22 +11:00
  • 4385bfdc47 lace_shared: Add compiler option to show extra debug info in 'constraint_Error' messages. Rod Kay 2022-11-11 15:44:57 +11:00
  • 4675fa37c8 lace.text.cursor: Fix bug in the 'peek' function. Rod Kay 2022-09-29 17:55:37 +10:00
  • 3fd3c580eb lace.text.forge: Rid <CR> in line terminators. Rod Kay 2022-09-23 13:37:50 +10:00
  • aeb0822348 lace.text.cursor: Fix bug in the 'advance' procedure. Rod Kay 2022-08-28 22:33:58 +10:00
  • 66e650b86d lace.text.forge: Remove unneeded handling of <CR> line terminators. Rod Kay 2022-08-28 22:32:27 +10:00
  • 792830405d lace.text.forge: Add a procedure to store a string in a file. Rod Kay 2022-08-28 22:30:59 +10:00
  • dd7b02578f lace.text.cursor: Add 'match_Case' parameters. Rod Kay 2022-08-16 14:31:32 +10:00
  • 147b7ae4c4 lace.text.forge: Rid 'CR' from line endings. Rod Kay 2022-08-16 14:30:18 +10:00
  • 9f32667aaf lace.text: Add an 'Element' function. Rod Kay 2022-08-16 14:29:29 +10:00
  • 953edb9604 lace.text.cursor: Handle 'CR/LF' end of lines. Rod Kay 2022-08-11 12:31:54 +10:00
  • 359377777e lace.text.utility: Cosmetics. Rod Kay 2022-08-11 12:30:34 +10:00
  • 7d1f3b8db0 README: Rid 'Status' message. Rod Kay 2022-07-31 17:43:18 +10:00
  • 64408340b7 README: Rid 'Alire' section til the Alire index has been updated from 'lace-alire' to this 'lace' project. Rod Kay 2022-07-31 17:39:50 +10:00
  • 54a53b2ac0 Add initial prototype. Rod Kay 2022-07-31 17:34:54 +10:00