Commit Graph

  • 33327760f1 REXM: RENAME: example: text_draw_3d --> text_3d_drawing Ray 2025-09-03 18:43:17 +02:00
  • 785ad4015c REXM: RENAME: example: textures_polygon --> textures_polygon_drawing Ray 2025-09-03 18:40:53 +02:00
  • cadd28e5a0 REXM: RENAME: example: text_raylib_fonts -> text_sprite_fonts Ray 2025-09-03 18:33:33 +02:00
  • 2cb387b50a REVIEWED: Font atlas image generation, added some comments #5141 Ray 2025-09-03 18:30:00 +02:00
  • f53cd449ce Update config.h Ray 2025-09-03 18:25:27 +02:00
  • b7eda8159c [build.zig] Make X11 the default display backend instead of choosing at runtime (#5168) Nikolas 2025-09-03 18:17:07 +02:00
  • 64d6a90d48 REXM: RENAME: example: text_unicode --> text_unicode_emojis Ray 2025-09-03 18:14:47 +02:00
  • 3a0c8009af Update rexm.c Ray 2025-09-03 18:14:18 +02:00
  • d1768d387c Update utils.c Ray 2025-09-03 13:37:08 +02:00
  • c579eef4b7 REVIEWED: Examples section comments, for better organization and consistency Ray 2025-09-03 10:40:31 +02:00
  • 1fa3c15942 Revert "add const qualifier to the first arg of TextJoin (#5166)" Ray 2025-09-02 19:00:22 +02:00
  • 4e8d08523f add const qualifier to the first arg of TextJoin (#5166) JohnnyCena123 2025-09-02 19:58:39 +03:00
  • cb6a64843c Remove raylib logs Ray 2025-09-02 18:52:10 +02:00
  • 4fa8e23efc Update rexm.c Ray 2025-09-02 18:52:00 +02:00
  • 1dfff2252d rexm update Ray 2025-09-02 18:44:27 +02:00
  • cf61a8b888 REXM: Update examples report Ray 2025-09-02 18:38:20 +02:00
  • bcd46fb36b Update rexm.c Ray 2025-09-02 18:38:04 +02:00
  • 9fab2c8a13 REVIEWED: example: text_unicode_ranges Ray 2025-09-02 18:34:58 +02:00
  • 0fd5a1a3f5 REDESIGNED: example: text_unicode_ranges Ray 2025-09-02 17:47:25 +02:00
  • d5ea6a87d9 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2025-09-02 17:47:13 +02:00
  • 17d9927a4f Update raylib_api.* by CI github-actions[bot] 2025-09-02 15:46:09 +00:00
  • b16d14f5ed Update text_font_sdf.c Ray 2025-09-02 17:45:52 +02:00
  • 29ce5d8aa9 WARNING: BREAKING: LoadFontData() redesigned, added parameter Ray 2025-09-02 17:45:39 +02:00
  • aa475b1046 REVIEWED: Code sections description for consistency Ray 2025-09-02 12:34:04 +02:00
  • 8b3c68f8b5 Update core_random_sequence.c Ray 2025-09-02 12:18:19 +02:00
  • 8f32c502a7 REVIEWED: Code sections definition Ray 2025-09-02 12:10:40 +02:00
  • b6ae380260 REVIEWED: Examples comments, consistent code sections Ray 2025-09-02 12:10:16 +02:00
  • 864459cbd2 Update core_3d_camera_fps.c Ray 2025-09-01 20:59:37 +02:00
  • e18d167c8f REVIEWED: New examples added renaming, avoid duplicated .sln GUIDs Ray 2025-09-01 20:47:59 +02:00
  • 1777da9056 REVIEWED: Avoid realloc() calls, small security improvement Ray 2025-09-01 20:37:23 +02:00
  • 6226abb0d3 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2025-09-01 11:39:20 +02:00
  • 708c1539e4 Update rtextures.c Ray 2025-09-01 11:38:57 +02:00
  • 917533224f Update raylib_api.* by CI github-actions[bot] 2025-09-01 09:27:38 +00:00
  • 0a92c863c4 Reverted const codepoints to avoid warnings Ray 2025-09-01 11:27:11 +02:00
  • 12ce72c32d REVIEWED: ExportImage() Ray 2025-09-01 11:24:53 +02:00
  • 998a18b641 removed macro that does nothing (#5163) wileyanderssen 2025-09-01 12:17:51 +03:00
  • 223feca13a Update raylib_api.* by CI github-actions[bot] 2025-09-01 05:56:44 +00:00
  • 7d07d21ee5 Update Camera3D.fovy description in raylib.h (#5164) 0_stamina 2025-08-31 22:56:31 -07:00
  • 82d65e110a Update build status badges Ray 2025-08-31 12:22:50 +02:00
  • f61c2c504d [rcore][win32] Adding native win32 backend (#4869) Jonathan Marler 2025-08-31 04:13:21 -06:00
  • ecf032fe4f REVIEW: Avoid warning on fgets() return value Ray 2025-08-31 12:11:48 +02:00
  • d7f82aa7ae Update raylib_api.* by CI github-actions[bot] 2025-08-31 10:11:18 +00:00
  • edce3d41b2 REVERT: Making codepoints const, variable is used to generate list in case it was NULL Ray 2025-08-31 12:11:03 +02:00
  • f2adb0272d Update raylib_api.* by CI github-actions[bot] 2025-08-31 09:39:29 +00:00
  • ecedf40da6 REVIEW: const for codepoints arrays passed to function #5159 Ray 2025-08-31 11:39:14 +02:00
  • fce888c0c0 changed function params formatting (#5160) wileyanderssen 2025-08-31 12:34:39 +03:00
  • d9cb078299 FindNearestConnectorMode: prefer mode with smallest number of unused pixels (#5158) maiphi 2025-08-31 11:34:05 +02:00
  • 0d29d8d4b1 [build.zig]: a concrete approach to build for web with zig-build (#5157) HaxSam 2025-08-31 11:32:19 +02:00
  • bbf884d7b3 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2025-08-29 21:32:34 +02:00
  • f0e49787cd minor tweak Ray 2025-08-29 21:32:21 +02:00
  • 0e73e0ea64 reviewed ALL non-external files to follow raylib's convention of no spaces around / or * (#5153) JohnnyCena123 2025-08-29 15:53:16 +03:00
  • 507c85900f fix: [digital_clock] minute hand doesn't appear (#5151) Hamza RAHAL 2025-08-28 22:32:41 +02:00
  • 03617e0bdd Add raylib-ada to BINDINGS.md (#5150) Artem V. Ageev 2025-08-28 23:31:39 +03:00
  • 481daf2423 remove extra backslash in fix_win32_compatibility.h (#5148) JohnnyCena123 2025-08-28 22:30:25 +02:00
  • 4a4997c615 fix unnecessary warnings in some files (#5152) JohnnyCena123 2025-08-28 22:28:56 +02:00
  • 7103703313 Update raylib_api.* by CI github-actions[bot] 2025-08-26 08:17:48 +00:00
  • d2f6c4924c ADDED: [rtext] LoadTextLines()/UnloadTextLines() Ray 2025-08-26 10:17:33 +02:00
  • ed3b5b2649 Update rexm.c Ray 2025-08-26 09:23:18 +02:00
  • 42abcb9492 Updated examples init window title Ray 2025-08-26 00:36:32 +02:00
  • a72b4b177b Updated examples short description Ray 2025-08-26 00:32:24 +02:00
  • a67b49498f Update rexm.c Ray 2025-08-26 00:24:01 +02:00
  • 3b16a72302 REXM: Allow building web examples locally on Windows platform Ray 2025-08-25 21:23:30 +02:00
  • 6343251857 Update rexm.c Ray 2025-08-25 21:13:44 +02:00
  • 60ac8f2a86 Renamed example Ray 2025-08-25 21:11:37 +02:00
  • 47db1da9ea REXM: RENAMED: example: core_3d_fps_controller to core_3d_camera_fps Ray 2025-08-25 20:58:09 +02:00
  • 8b68d548c9 Reviewing some examples titles Ray 2025-08-25 20:57:18 +02:00
  • b04a94d1e1 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2025-08-25 20:56:20 +02:00
  • f9af011965 Update core_window_letterbox.c Ray 2025-08-25 20:56:05 +02:00
  • 99c4d4b597 Add pub to compileRaylib (#5143) annaymone 2025-08-24 22:55:13 +00:00
  • 79497e1c88 REXM: Updated reports Ray 2025-08-24 12:02:24 +02:00
  • 2e95cdb2b5 Minor comment tweaks Ray 2025-08-24 12:01:58 +02:00
  • c9564c0de8 Update update_examples.yml Ray 2025-08-24 12:01:46 +02:00
  • e796b00eb0 [workflows] (almost) rewrite update_examples.yml workflow (#5130) JohnnyCena123 2025-08-24 11:56:49 +02:00
  • 04a3ab0ca7 REVIEW: Added warning in case of no [rcore] backend defined Ray 2025-08-24 11:23:15 +02:00
  • 52980c947d REVIEWED: [rtext] Provide more detailed info on glyphs failing to pack #5141 Ray 2025-08-24 11:07:55 +02:00
  • 4d0c3affaa REXM: Update examples and lists Ray 2025-08-24 10:53:47 +02:00
  • 0e5837fb86 REXM: Fixed some issues, improved make call defining base path Ray 2025-08-24 10:53:19 +02:00
  • f60333d9b2 Update update_examples.yml Ray 2025-08-23 22:19:51 +02:00
  • 785965fcef Update update_examples.yml Ray 2025-08-23 22:18:17 +02:00
  • d0e6f60ef3 Update update_examples.yml Ray 2025-08-23 22:13:18 +02:00
  • 6c4f220e89 Update update_examples.yml Ray 2025-08-23 22:07:39 +02:00
  • c95630b7d0 Update update_examples.yml Ray 2025-08-23 22:00:06 +02:00
  • e9f655d002 Update update_examples.yml Ray 2025-08-23 21:54:09 +02:00
  • 41211b0c8c Update update_examples.yml Ray 2025-08-23 21:45:50 +02:00
  • d320a029c8 REXM: Reviewed building, using default examples Makefile/Makefile.Web Ray 2025-08-23 21:44:28 +02:00
  • f83c5cb6e1 Merge pull request #5138 from maiconpintoabreu/fix-glsl100 Ray 2025-08-23 14:59:32 +02:00
  • 69021939e6 fix write_depth.fs glsl120 Maicon Santana 2025-08-23 13:06:56 +01:00
  • 9cc9f3bbbe Merge pull request #5139 from Siltnamis/stbtt_rl_malloc Ray 2025-08-23 13:07:04 +02:00
  • 3c9c66e72b use RL_MALLOC in stb_truetype Siltnamis 2025-08-23 13:10:27 +03:00
  • c6d7694286 set glsl100 back to 100 Maicon Santana 2025-08-23 10:17:11 +01:00
  • 11bf3996cf REDM: Add web metadata validation and update Ray 2025-08-23 02:00:21 +02:00
  • a7aeb2f2b5 REXM: Add example build option Ray 2025-08-23 01:59:24 +02:00
  • 500494f791 Update core_3d_fps_controller.c Ray 2025-08-23 00:02:19 +02:00
  • 1d17be6c1c Merge pull request #5137 from feive7/master Ray 2025-08-22 23:41:34 +02:00
  • ce1cd0d7e6 Merge pull request #5128 from CashWasabi/zig-0.15 Ray 2025-08-22 08:19:35 +02:00
  • 566eb34ff8 Update build.zig Marcel Ochs 2025-08-21 03:00:49 +02:00
  • 8b0cbb6f47 Clamp camera pitch feive7 2025-08-21 11:10:13 -07:00
  • ce8bcb332b Using internal defined File*() functions Ray 2025-08-21 19:37:59 +02:00
  • fc082edccc Merge branch 'master' of https://github.com/raysan5/raylib Ray 2025-08-21 19:37:10 +02:00
  • 4e71e91a4a REXM: Replace example name on project file Ray 2025-08-21 19:30:44 +02:00