Commit Graph

  • 9f831428e6 Update core_render_texture.c Ray 2025-10-09 17:16:54 +02:00
  • c80726511c Merge branch 'master' of https://github.com/raysan5/raylib Ray 2025-10-09 01:09:58 +02:00
  • 767df4cf52 Update core_render_texture.c Ray 2025-10-09 01:09:55 +02:00
  • 04a1a0293e Update examples_list.txt Ray 2025-10-08 18:17:32 +02:00
  • f62565dc72 Update text_unicode_ranges.c Ray 2025-10-08 18:16:46 +02:00
  • 6f584464b6 remove duplicate entry from keyMappingRGFW (#5242) JohnnyCena123 2025-10-08 16:04:29 +03:00
  • 9bf7699624 [examples] Added shapes_kaleidoscope (#5233) Hugo 2025-10-08 00:10:43 +02:00
  • 4cfae99a74 [examples] Added shapes_triangle_strip (#5240) Jopestpe 2025-10-07 15:25:22 -03:00
  • 5dd97ecf2f REVIEWED: TextToPascal(), fix https://github.com/raylibtech/rtools/issues/57 Ray 2025-10-07 19:42:05 +02:00
  • ca664cb023 Fix zig compileRaylib target to emscripten (#5239) Maicon Santana 2025-10-07 11:00:50 +01:00
  • b99a6cc6bd [examples] Added shapes_recursive_tree (#5229) Jopestpe 2025-10-06 17:35:18 -03:00
  • b067b0b878 Update analyze_codeql.yml Ray 2025-10-06 18:27:56 +02:00
  • 59c3fcc23a Update analyze_codeql.yml Ray 2025-10-06 18:15:32 +02:00
  • a683dd9615 Update analyze_codeql.yml Ray 2025-10-06 17:40:39 +02:00
  • de50402dd5 Check if video mode is valid and rename to match with other methods (#5235) Maicon Santana 2025-10-05 21:26:25 +01:00
  • b9e7cb64c5 rlparser: Reviewed command-line info Ray 2025-10-04 20:16:16 +02:00
  • d4ca9f9213 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2025-10-04 20:15:19 +02:00
  • 1937fedf08 rlparser: Minor tweaks Ray 2025-10-04 20:07:39 +02:00
  • 07aafdd585 Updated miniaudio.h - v0.11.23 (#5234) pyrokn8 2025-10-05 04:10:53 +10:30
  • d7a83a1111 REVIEWED: RENAMED: Renamed tool raylib_parser to rlparser Ray 2025-10-04 19:39:25 +02:00
  • f0ffdb33f4 REXM: Support building full example collection and categories Ray 2025-10-02 20:04:41 +02:00
  • e7d27e5b80 REXM: Remove test code Ray 2025-10-02 19:26:27 +02:00
  • 7b5c597da5 Update rexm.c Ray 2025-10-02 19:25:45 +02:00
  • 02b3e44f88 swap TraceLog to TRACELOG (#5226) JohnnyCena123 2025-10-02 15:13:07 +03:00
  • 718a841cfb REXM: Update examples Ray 2025-10-02 13:54:11 +02:00
  • 8670e6e1b9 REXM: FIX: Get others category Ray 2025-10-02 13:45:25 +02:00
  • 29a7996402 REXM: Remove dead code of functions already moved to raylib Ray 2025-10-02 13:45:06 +02:00
  • 301df440bd Merge branch 'master' of https://github.com/raysan5/raylib Ray 2025-10-02 13:41:40 +02:00
  • 7e6f38ad29 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2025-10-02 13:40:55 +02:00
  • 78a79a8523 Update list Ray 2025-10-02 13:40:36 +02:00
  • 2ea18f7c88 Update raylib_api.* by CI github-actions[bot] 2025-10-02 11:38:31 +00:00
  • 7e3b7cd349 REVIEWED: DrawLineDashed() Ray 2025-10-02 13:38:13 +02:00
  • 36d3c8acfb Update rexm.c Ray 2025-10-02 13:16:29 +02:00
  • 377853bb32 REXM: Updated new examples requried files Ray 2025-10-02 13:16:00 +02:00
  • a0a0d4d5ad Update rcore_desktop_win32.c Ray 2025-10-02 13:05:42 +02:00
  • 8494d76c93 Update rexm.c Ray 2025-10-02 13:04:43 +02:00
  • 5d9c11e165 Updated examples Ray 2025-10-02 13:04:34 +02:00
  • de20076d36 Update examples_list.txt Ray 2025-10-02 13:02:58 +02:00
  • a5a5d3f347 removed unneeded include (#5225) Robin ❤️ 2025-10-01 12:33:51 -04:00
  • 1cdf1dcbbe [examples] Add models_geometry_textures_cube (#5221) Jopestpe 2025-10-01 13:31:53 -03:00
  • 452cac33b8 [examples] Add core_monitor_change (#5215) Maicon Santana 2025-10-01 17:31:03 +01:00
  • 14a0a4d0c4 FIXED: rexm's makefile and default paths (#5224) Teeto44 2025-10-01 12:27:28 -04:00
  • 6f1077737e Update raylib_api.* by CI github-actions[bot] 2025-10-01 09:43:50 +00:00
  • f680776941 feat:Added DrawLineDashed() and a new example explaining how to use this new function. (#5222) Luís Almeida 2025-10-01 10:43:38 +01:00
  • e5f809f534 switch to enum (#5223) Robin ❤️ 2025-10-01 05:42:35 -04:00
  • 6ed61e107b flipped binary check to fix bug (#5220) Robin ❤️ 2025-09-30 15:49:58 -04:00
  • 8932ba0b0a Update core_delta_time.c Ray 2025-09-30 18:48:42 +02:00
  • 6966ad5717 Update shaders_ascii_rendering.c Ray 2025-09-30 18:39:27 +02:00
  • 3f30533f1c [examples] Add core_delta_time (#5216) Robin ❤️ 2025-09-30 12:35:15 -04:00
  • a553fbd0c7 [examples] Fix shaders_ascii_rendering (#5219) Maicon Santana 2025-09-30 17:34:06 +01:00
  • 0e2e8ce225 [examples] Update shapes_bouncing_ball with gravity (#5217) Jopestpe 2025-09-30 13:32:25 -03:00
  • 5d9352a0a1 Update shapes_bullet_hell.c Ray 2025-09-30 18:27:59 +02:00
  • 56e32f2c3e ADDED: example: shapes_bullet_hell (#5218) zero 2025-09-30 06:59:44 -03:00
  • 37149082e8 Avoid warnings Ray 2025-09-29 18:05:16 +02:00
  • 0e57a572b4 REVIEWED: rlsw module and related files Ray 2025-09-29 18:05:07 +02:00
  • beabb1300d Revert "Update miniaudio to v0.11.23 (#5208)" Ray 2025-09-29 18:03:42 +02:00
  • 218a806ec2 REVIEWED: example: shaders_ascii_rendering Ray 2025-09-29 18:01:42 +02:00
  • 317c1eaeeb Add ascii post processing (#5213) Maicon Santana 2025-09-29 16:44:48 +01:00
  • 3da2fc1bf8 [rtextures] fix initialization align in Image to avoid issues with some platforms (#5214) Antonio Jose Ramos Marquez 2025-09-29 17:16:51 +02:00
  • 43c81d216c REVIEWED: VS2022: New example core_input_actions UUID Ray 2025-09-29 11:00:35 +02:00
  • 584bc14929 [rlgl] Add Software Rendering Support (#4832) Le Juez Victor 2025-09-29 10:28:20 +02:00
  • 6d9e17594b Merge branch 'master' of https://github.com/raysan5/raylib Ray 2025-09-28 23:48:24 +02:00
  • f76666af3f REXM: Avoid updating metadata from others examples Ray 2025-09-28 23:48:10 +02:00
  • e5e684a5ca Update examples_report.md Ray 2025-09-28 23:47:39 +02:00
  • c551fb7118 Add models_basic_voxel example (#5212) Tim Little 2025-09-28 22:40:09 +01:00
  • 7d780d18b5 REVIEWED: New example format and requirements: core_input_actions #5211 Ray 2025-09-28 23:31:07 +02:00
  • a2a22e5e48 ADDED: example: core_input_actions (#5211) Jett 2025-09-28 17:02:53 -04:00
  • 4767841b71 Code format review Ray 2025-09-28 19:45:52 +02:00
  • f36c8ddc56 [rlgl] Allow tint colors in GL_LINE (wires) and GL_POINT (points) draw modes on OpenGL 1.1 clean (#5207) iann 2025-09-29 02:34:38 +09:00
  • 4cd131cf29 Update miniaudio to v0.11.23 (#5208) Alexandre Almeida 2025-09-28 13:53:40 -03:00
  • 070c7894c6 REVIEWED: Some flags for window/context creation attributes Ray 2025-09-26 23:35:28 +02:00
  • e79603d501 REDESIGNED: rcore_desktop_win32 platform backend Ray 2025-09-26 23:17:37 +02:00
  • 06cfda6ff9 Update raymath.h Ray 2025-09-26 23:03:10 +02:00
  • 87f758f9b4 Review latest PRs formatting Ray 2025-09-26 22:26:19 +02:00
  • f6c07099af Merge branch 'master' of https://github.com/raysan5/raylib Ray 2025-09-26 22:22:57 +02:00
  • 2724f07c9a Update rexm.c Ray 2025-09-26 22:22:43 +02:00
  • fe8c83b57d Update palette_switch.fs (#5205) Smallz3201 2025-09-26 14:56:54 -04:00
  • 15d234b79d GLTF anim correctly inherits world transform (#5206) Arman Ommid 2025-09-26 11:56:37 -07:00
  • 3f6d67c61c [rcore_android] implement GetCurrentMonitor() (#5204) Keks137 2025-09-24 20:45:55 +02:00
  • 07033cff90 Fix polygon drawing example for opengl 1.1 (#5202) Maicon Santana 2025-09-24 19:44:15 +01:00
  • 2554dcba9b fix rlSetTexture not overriding default mode (#5200) Maicon Santana 2025-09-24 09:22:03 +01:00
  • 4f9b933b34 REXM: Update examples; text_unicode_emojis requires additional resources on Web Ray 2025-09-24 10:17:34 +02:00
  • ca33d495b3 [build][cmake] set lib m as public so it can be linked by consumer (#5193) Bruno Cabral 2025-09-23 09:07:11 -07:00
  • 085391e788 [build][cmake] fix issue introduced by #5181 (#5198) JohnnyCena123 2025-09-23 19:04:30 +03:00
  • fbae395e85 Update raymath.h (#5201) Arman Ommid 2025-09-23 08:58:42 -07:00
  • 78a607b778 Update twitter links Ray 2025-09-22 11:40:06 +02:00
  • bb28d7fd0e Update normalmap.fs Ray 2025-09-21 20:37:01 +02:00
  • 363855ec3e Update rexm.c Ray 2025-09-21 20:21:42 +02:00
  • 8ada37d967 Update depth_write.fs Ray 2025-09-21 13:28:30 +02:00
  • e7cfd3d4a3 Update depth_render.fs Ray 2025-09-21 13:28:27 +02:00
  • 95cb0cbf67 Update README.md Ray 2025-09-21 13:14:01 +02:00
  • 47576e4e10 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2025-09-21 13:13:48 +02:00
  • 1161286d51 Update rexm.c Ray 2025-09-21 13:13:46 +02:00
  • f0674676b6 Update raylib_parser.c Ray 2025-09-21 13:12:32 +02:00
  • ff8333435a use lowercase "message" to remove recommendation warning (#5196) Connor O'Connor 2025-09-19 11:06:43 -04:00
  • 1c3f9fa135 Update parse_api.yml Ray 2025-09-18 16:06:24 +02:00
  • 9268b0d029 REXM: Commented functions moved to main raylib API Ray 2025-09-18 15:51:48 +02:00
  • e81fc8d21a Merge branch 'master' of https://github.com/raysan5/raylib Ray 2025-09-18 15:51:27 +02:00
  • 23e0898c65 Ouch! Ray 2025-09-18 15:51:18 +02:00
  • 97e214fc68 Update raylib_api.* by CI github-actions[bot] 2025-09-18 13:34:30 +00:00