Commit Graph

  • 085f933b17 Review example formating Ray 2025-10-17 17:17:54 +02:00
  • ab4831911a [examples] Added: core_text_file_loading (#5278) Aanjishnu Bhattacharyya 2025-10-17 20:42:14 +05:30
  • cd0d693a56 Reviewed example Ray 2025-10-17 17:09:55 +02:00
  • 7995f8d1b3 Avoid auto push on rename Ray 2025-10-17 17:01:58 +02:00
  • ed8c4c1b9b REXM: Update examples collection, some renames Ray 2025-10-17 17:01:38 +02:00
  • 4099218f1a Update new examples UUID Ray 2025-10-17 12:55:13 +02:00
  • ffc405325f Update shapes_pie_chart.c Ray 2025-10-17 12:54:46 +02:00
  • 9c1216699d ADDED: example: core_highdpi_testbed -WIP- Ray 2025-10-17 12:35:12 +02:00
  • 0c97c95f6c Update rexm.c Ray 2025-10-17 12:33:50 +02:00
  • bb910bb0b8 REXM: RENAME: example: models_geometry_textures_cube --> models_rotating_cube Ray 2025-10-17 12:33:41 +02:00
  • 153401810a Merge branch 'master' of https://github.com/raysan5/raylib Ray 2025-10-17 10:04:29 +02:00
  • 9ed785c2e1 Update rlgl.h Ray 2025-10-17 10:04:21 +02:00
  • 311f6243e3 Disable touch position simulation from mouse movement for DRM touchscreen devices (#5279) MULTi 2025-10-17 13:31:24 +05:30
  • 601ff4f02e REVIEW: Naming tweaks and comments added #5271 Ray 2025-10-17 09:54:49 +02:00
  • 4256be5608 Fix branch array size and remove extra function (#5281) Jopestpe 2025-10-17 03:53:48 -03:00
  • 087aa1bc3f Fix triangle strip array size and simplify loop (#5280) Jopestpe 2025-10-17 03:53:02 -03:00
  • 484cc0e255 Fix DrawBillboardPro so that flipped images that are sampling from part of a larger texture still draw from the same source rectangle (#5276) Mr. Ai 2025-10-16 04:18:42 -04:00
  • c6f9f76afb [examples] Added donut pie charts to shapes_pie_chart (#5277) GideonSerf 2025-10-16 09:53:55 +02:00
  • af068ec020 Reviewed dynamic library building #5270 Ray 2025-10-15 20:18:44 +02:00
  • 8e052b81b4 REVIEWED: New examples on VS project Ray 2025-10-15 19:59:28 +02:00
  • 4ba92f8962 REVIEWED: Solution when adding new examples Ray 2025-10-15 19:48:36 +02:00
  • 2a04317cff [examples] Added: shapes_particles (#5260) JordSant 2025-10-15 19:39:47 +02:00
  • 1c45776bb7 Added clock of clocks example (#5263) themushroompirates 2025-10-15 19:37:17 +02:00
  • b020bed2b3 rlparser: update raylib_api.* by CI github-actions[bot] 2025-10-15 17:36:24 +00:00
  • fd28db53ad Update parse_api.yml Ray 2025-10-15 19:35:59 +02:00
  • 1c39d47b5b Added simple starfield example (#5255) themushroompirates 2025-10-15 19:34:39 +02:00
  • 047c9d2052 Added text alignment example (#5254) themushroompirates 2025-10-15 19:33:53 +02:00
  • 7383de3dea feat(shapes): Add shapes_mouse_trail.c example and screenshot (#5246) Balamurugan R 2025-10-15 23:00:37 +05:30
  • 21404d958e [examples] Added core_clipboard_text (#5231) Robin ❤️ 2025-10-15 13:28:38 -04:00
  • d2acf06779 [examples] Added core_directory_files (#5230) Hugo 2025-10-15 19:27:42 +02:00
  • af11859906 [examples] Added shapes_pie_chart (#5227) GideonSerf 2025-10-15 19:25:01 +02:00
  • 1f65a17274 Set name as Const and remove not used variable (#5245) Maicon Santana 2025-10-15 18:22:05 +01:00
  • 18e4d1d44f Reviewed formating Ray 2025-10-15 19:20:11 +02:00
  • adfe2c1704 C++ compiler support v2 (#5252) Saksham Goyal 2025-10-15 13:11:44 -04:00
  • 17bc628fd9 [rcore] Add ComputeSHA256() function (#5264) JohnnyCena123 2025-10-15 20:07:41 +03:00
  • 7191749d66 [examples] Fix examples to work in MSVC (#5267) Jeffery Myers 2025-10-15 10:02:52 -07:00
  • e3a562ab57 UpdateModelAnimation does matrixtranspose(matrixinvert) only once per bone instead of per vertex (#5244) Arrangemonk 2025-10-15 19:00:24 +02:00
  • aaf4c1d3ae always forward declare the windows stuff, prevents failure of rgfw in GCC. (#5269) Jeffery Myers 2025-10-14 15:18:48 -07:00
  • 2d7b66dd37 change free to RL_FREE (#5265) Thomas Anderson 2025-10-13 15:15:20 -05:00
  • 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