Commit Graph

  • 101502103a Fixed FLAG_IS_SET to check if all bits in the flag are set in the value (#5441) master Dan Vu 2025-12-24 20:58:40 +01:00
  • 20dd4641c8 REVIEWED: Potential security concerns while copying unbounded text data between strings Ray 2025-12-24 19:35:06 +01:00
  • fc843dc557 Create SECURITY.md Ray 2025-12-24 19:21:43 +01:00
  • 9103f6e055 ADDED: New platform backend for Web: Emscripten, not dependant on GLFW.js -WIP- Ray 2025-12-24 18:58:20 +01:00
  • ced84333a9 Update rl_gputex.h Ray 2025-12-24 18:02:24 +01:00
  • 05f42aa119 Update core_highdpi_testbed.c Ray 2025-12-24 18:02:04 +01:00
  • a1e84caa8c RGFW also requires RGBA8 images as window icons, as raylib already reports in raylib.h (#5431) Krzysztof Szenk 2025-12-24 09:04:41 +01:00
  • ddb827fb6f Fixed LoadCodepoints declaring a new local variable shadowing codpoints (#5430) Kivi 2025-12-24 08:59:51 +01:00
  • 0a4583ca54 [rl_gputex.h] Possibly fixed the swizzling in rl_load_dds_from_memory() function (#5422) Michael Smith 2025-12-23 11:10:55 -05:00
  • 6a701b2679 fix android SetWindowState (#5424) caszu 2025-12-23 15:37:08 +01:00
  • aa2884bd78 Update rcore_desktop_glfw.c Ray 2025-12-22 22:50:38 +01:00
  • f27f2d097f REVIEWED: HighDPI support on macOS (when requested by app) Ray 2025-12-22 22:48:08 +01:00
  • e4baf682ab Update rtext.c Ray 2025-12-22 20:30:11 +01:00
  • 8516750975 Remove internal function Ray 2025-12-22 20:29:57 +01:00
  • 3212becc91 Update BINDINGS.md (#5421) SabeDoesThings 2025-12-21 13:15:38 -06:00
  • b9446863d7 REXM: RENAMED: core_high_dpi --> core_highdpi_demo Ray 2025-12-20 22:36:44 +01:00
  • 13f9112d8c Update rcore_desktop_sdl.c Ray 2025-12-19 01:16:34 +01:00
  • f16fb065ea Update rcore_template.c Ray 2025-12-19 01:15:34 +01:00
  • 66392fe0ae REVIEWED: rlGetPixelDataSize(), correct compressed data size calculation per blocks #5416 Ray 2025-12-19 00:06:44 +01:00
  • 720dd22491 REVIEWED: rlLoadTexture(), un complete texture do to issue on mipmap loading #5416 Ray 2025-12-18 17:04:58 +01:00
  • ca578b8b08 Update raylib.sln Ray 2025-12-18 17:03:53 +01:00
  • 4b760091da REVIEWED: Window scaling with HighDPI on macOS #5059 Ray 2025-12-17 21:23:25 +01:00
  • 6d562e5e87 REVIEWED: HiggDPI content scaling on changing monitors with different DPI #5335 #5356 Ray 2025-12-17 19:20:18 +01:00
  • 7553e9d586 REVIEWED: Gamepads on latest SDL2 2.32.8 and SDL3 3.3.6 #5403 Ray 2025-12-16 19:36:01 +01:00
  • 80ad96acc2 Fix #5413 Ray 2025-12-16 18:33:07 +01:00
  • 7a5e8aa3a5 Update rcore_android.c Ray 2025-12-16 18:30:33 +01:00
  • 1c94e94873 [rcore] Implement FLAG_WINDOW_ALWAYS_RUN on Android (#5414) caszu 2025-12-16 18:26:20 +01:00
  • 33adda1983 fixed build errors with zig. now compatible with zig master 0.16.0-dev.1593+c13857e50. still backwards compatible with 0.15.1 (#5415) dtasada 2025-12-16 18:24:53 +01:00
  • f031b2f4f4 Alignment with other platform backends, avoid unneeded includes Ray 2025-12-16 18:20:02 +01:00
  • 1c7240a01d Revert "REVIEWED: Alignment with other platforms" Ray 2025-12-16 18:18:42 +01:00
  • cf0d6fc664 REVIEWED: Alignment with other platforms Ray 2025-12-15 20:44:28 +01:00
  • 615fc36eeb Fix #5406 Ray 2025-12-15 18:56:14 +01:00
  • cbe31759ab Fix #5405 Ray 2025-12-15 18:52:27 +01:00
  • d74556d35c Modify text_words_alignment.c (#5411) RANDRIA Luca 2025-12-15 20:49:40 +03:00
  • 8d246fdaff Fix EXTERNAL_CONFIG_FLAGS being defined even when no custom config is used when building with zig (#5410) ALONZO Robin 2025-12-15 00:03:31 +01:00
  • a0fd5ab1d9 Update rmodels.c Ray 2025-12-14 19:59:12 +01:00
  • 9a337f3b3b ADDED: Support software renderer on Web, blitting framebuffer data directly to a 2d canvas Ray 2025-12-14 19:52:18 +01:00
  • 5025009860 REVIEWED: Make sure all variables are initialized on definition, prioritize one line per variable definitions Ray 2025-12-14 19:45:28 +01:00
  • 6f5cabf60c Fix misleading example text. (#5409) Kaluub 2025-12-14 11:43:54 -05:00
  • c96669e123 REVIEWED: Webpage reference comments starting with REF:, more consistent with TODO: and NOTE: comments Ray 2025-12-13 13:03:41 +01:00
  • 9c04b1de82 REVIEWED: Store canvas name id at platform initialization Ray 2025-12-13 11:58:04 +01:00
  • b465b4e2ea RENAMED: Variable names for consistency, textLength (length in bytes) vs textSize (measure in pixels) Ray 2025-12-11 21:41:25 +01:00
  • 2853b28d6d REVIEWED: Avoid program crash if GPU data is tried to be loaded before InitWindow() #4751 Ray 2025-12-11 18:21:57 +01:00
  • 8fa5f1fe2c [examples] Fixed shaders_game_of_life for web (#5399) Jordi Santonja 2025-12-11 13:38:08 +01:00
  • 6f7cd3a9ab [core] Camera2d comment updates (#5401) Jeffery Myers 2025-12-11 04:37:17 -08:00
  • ae438e804e rlparser: update raylib_api.* by CI github-actions[bot] 2025-12-11 12:00:15 +00:00
  • 2a566544d4 ADDED: Multiply security checks to avoid crashes on wrongly provided string data #4751 Ray 2025-12-11 12:59:55 +01:00
  • 71a35f661e Update rexm.c Ray 2025-12-11 12:33:05 +01:00
  • 2d8e346945 Update update_examples.yml Ray 2025-12-10 19:14:28 +01:00
  • f3f02b3e17 REXM: examples validation and update Ray 2025-12-10 19:06:41 +01:00
  • dad93abcf8 REXM: Ignore some warnings on GCC/Clang Ray 2025-12-10 18:49:52 +01:00
  • 5e8118daf2 Update shaders_game_of_life.c Ray 2025-12-10 09:46:06 +01:00
  • bc2057345b REVIEWED: GetRandomValue(), explained the new approach to get more uniform random values range Ray 2025-12-10 09:30:18 +01:00
  • f2a900a60d [rcore] Fix modulo bias in GetRandomValue() (#5392) Marcos De La Torre 2025-12-10 00:23:40 -08:00
  • 3adfde42f7 REVIEWED: rlLoadTeexture(), max mipmap levels to use #5400 Ray 2025-12-10 09:21:33 +01:00
  • 91ac3cc707 FIX: LoadRandomSequence(), using GetRandomValue() #5393 Ray 2025-12-09 20:02:38 +01:00
  • 19a1683641 REXM: Updated examples Ray 2025-12-09 19:25:08 +01:00
  • be6007be93 fix: sha1 computation on messages longer than 31 bytes (#5397) Gregory Mitchell 2025-12-09 12:18:43 -06:00
  • efeccfef61 [examples] Add textures_cellular_automata (#5395) JordSant 2025-12-09 19:14:16 +01:00
  • 366300aafe [examples] Add shaders_game_of_life (#5394) JordSant 2025-12-09 19:13:05 +01:00
  • 215ad78d5b Fix build.zig typos (#5390) Sebastian Pineda 2025-12-09 13:10:22 -05:00
  • 8115b7e922 Update rmodels.c Ray 2025-12-06 20:40:23 +01:00
  • fd8830948e fix newer NDK version compiling errors (#5389) BoneManSeth 2025-12-06 21:01:47 +02:00
  • f9899a7182 Reviewed code formating Ray 2025-12-06 20:00:19 +01:00
  • 561cc27403 [rModels] Support 16 bit vec3 values in gltf reader (#5388) Jeffery Myers 2025-12-06 10:50:59 -08:00
  • 983efae3e4 Expose RGFW to cmake (#5386) BoneManSeth 2025-12-03 23:55:54 +02:00
  • 95c4efd7a3 Update comment on shapes_penrose_tile.c (#5384) Rayumie 2025-12-03 12:56:41 -03:00
  • 68befcc64f Update shapes_penrose_tile.c Ray 2025-12-03 10:00:09 +01:00
  • b1f8cde329 [examples] Added: text_strings_management (#5379) David Buzatto 2025-12-03 05:44:18 -03:00
  • 78a81bf407 Fix ToggleBorderlessFullscreen() Not Hiding Taskbar (#5383) Aly 2025-12-02 13:55:22 -08:00
  • 944567651c replace sprintf with snprintf (#5382) Connor O'Connor 2025-12-02 16:49:55 -05:00
  • 1bbc8682f4 Fixed some typos and mispellings (#5381) Connor O'Connor 2025-12-02 16:48:06 -05:00
  • ed5da45203 Update LICENSE.md #5380 Ray 2025-12-02 22:46:12 +01:00
  • d3addad9a7 REVIEWED: example: shapes_penrose_tile formating Ray 2025-12-02 22:34:48 +01:00
  • d13314fe1c Update core_window_flags.c Ray 2025-12-02 22:21:41 +01:00
  • 3ba186f2c1 [examples] Added: shapes_penrose_tile (#5376) David Buzatto 2025-12-01 08:57:45 -03:00
  • 4d9df337a7 rlparser: update raylib_api.* by CI github-actions[bot] 2025-11-30 18:02:52 +00:00
  • 4724f7cf1b REVIEWED: Comments for UpdateSound() specifying expected data format #5350 Ray 2025-11-30 19:02:38 +01:00
  • a568506265 REVIEWED: External libraries sdefl and sinfl to address #5367 Ray 2025-11-30 18:32:11 +01:00
  • 6a048b7afe corrected visualstudio project (#5375) Robin ❤️ 2025-11-29 17:22:38 -05:00
  • ebce9fa97a Update rcore_memory.c Ray 2025-11-29 20:01:44 +01:00
  • 78661a4ee0 REXM: ADDED: shapes_ball_physics Ray 2025-11-29 18:23:17 +01:00
  • 18e1ec504f Updated example Ray 2025-11-29 18:20:06 +01:00
  • 9f567e6ee4 Example for creating balls with simple physics simulation (#5372) David Buzatto 2025-11-29 14:11:15 -03:00
  • e273aaea1e [examples] text_inline_styling: make inline text and background colors respect base alpha (#5373) John Jimenez 2025-11-30 01:10:15 +08:00
  • 1ac1309b24 feat: add elle bindings (#5370) Rosie 2025-11-27 14:19:22 +00:00
  • c991f9e89f Merge branch 'master' of https://github.com/raysan5/raylib Ray 2025-11-25 19:13:12 +01:00
  • 8f3cabcf76 Update rcore.c Ray 2025-11-25 19:13:08 +01:00
  • 2b051afb29 [examples] shapes_kaleidoscope rewind, forward & reset buttons (#5369) Hugo 2025-11-25 19:10:56 +01:00
  • 3d9129e3b4 Update rexm.rc Ray 2025-11-25 12:15:23 +01:00
  • 80ed6eadb8 REXM: RENAME: audio_fft_spectrum_visualizer -> audio_spectrum_visualizer Ray 2025-11-25 12:15:14 +01:00
  • a7ce14ee95 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2025-11-24 15:39:08 +01:00
  • 47a8b554bc **NEW**: PLATFORM_MEMORY backend Ray 2025-11-24 15:38:58 +01:00
  • fc8049a039 rlparser: update raylib_api.* by CI github-actions[bot] 2025-11-24 14:37:49 +00:00
  • bd36610f91 Some formatting Ray 2025-11-24 15:37:28 +01:00
  • 7e3d6cbfa8 Update rcore.c Ray 2025-11-23 23:16:32 +01:00
  • 17dc2bb474 Update rcore.c Ray 2025-11-23 22:58:15 +01:00
  • aaa893f668 Update rcore.c Ray 2025-11-23 22:58:10 +01:00
  • e1b9857b14 Some TODOs and format reviews Ray 2025-11-23 21:40:39 +01:00
  • cf5e84c3c4 Update models_skybox_rendering.c Ray 2025-11-23 21:37:35 +01:00