Commit Graph

  • e1af38d1d7 Adding getters for Music, Sound and AudioStream LeandroSQ 2024-05-03 22:02:30 -0300
  • 66194d26fc Expose FBO aspect Paulo Feodrippe 2024-05-03 01:33:57 -0400
  • 49a7a64430 Merge branch 'master' of github.com:JeffM2501/raylib Jeff Myers 2024-05-02 08:12:07 -0700
  • c228819e30 Implementing GetMonitorWidth/Height and GetMonitorPhysicalWidth/Height for drm gabriel.dasilvam 2024-05-02 14:50:40 +0200
  • f1007554a0 Set default init values for random #3954 Ray 2024-05-01 22:58:33 +0200
  • 33b32ca53a Default shader attrib locations need to be exposed Ray 2024-05-01 18:41:28 +0200
  • c21edadab0 Update rprand.h Ray 2024-05-01 18:39:38 +0200
  • 763129e96b Reviewed some warnings Ray 2024-05-01 18:12:57 +0200
  • f520a7cff6 Added ifdef guards to raymath-related types Vesper 2024-05-01 16:10:48 +0100
  • 8d743b61aa Fixed some warnings on Windows Vesper 2024-05-01 16:04:49 +0100
  • a41f07949f Clean up code, handle error, fix integer-overflow for centering windowed fullscreen Christian Haas 2024-05-01 08:14:34 +0200
  • 4f44c806d4 Merge branch 'proposal-3693-initial-window-geometry' into fix-3693-initial-window-geometry (WIP) Christian Haas 2024-05-01 07:28:51 +0200
  • 27a015d022 Update raylib_api.* by CI github-actions[bot] 2024-04-30 21:47:28 +0000
  • 7246d798ad
    Changed one minor Comment (#3949) UmgefallenesGlas 2024-04-30 23:47:11 +0200
  • ae77ae25a7 Changed one minor Comment Max Bärwald 2024-04-30 23:24:05 +0200
  • 87fdfd116e added premake Sinan-Karakaya 2024-04-30 17:32:51 +0200
  • ed76ebc12a Review formatting. Cemal Gönültaş 2024-04-29 08:15:51 +0000
  • 8da5fae783 Fix: update API docs to use Is*Valid() RenzoRomeo 2024-04-28 18:55:28 -0300
  • c14082d6da Refactor: rename Is*Ready() to Is*Valid() RenzoRomeo 2024-04-28 18:49:48 -0300
  • b03c8ba945 WARNING: BREAKING: REDESIGN: SetTextLineSpacing() Ray 2024-04-28 23:07:21 +0200
  • e0027eb767 REVIEWED: DrawLine() to avoid pixel rounding issues #3931 Ray 2024-04-28 22:59:35 +0200
  • 915dd95d88 Update raylib_api.* by CI github-actions[bot] 2024-04-28 20:39:44 +0000
  • 80d318461f
    Made comments on raylib.h match those present in rcamera.h (#3942) Tomas Fabrizio Orsi 2024-04-28 17:39:28 -0300
  • a4b48e83cc
    Made comments on raylib.h match those present in rcamera.h Tomas Fabrizio Orsi 2024-04-28 17:01:15 -0300
  • f78721991f
    Use builtin_clz for clang on windows (#3939) OetkenPurveyorOfCode 2024-04-28 20:29:45 +0200
  • 10e702facd
    FIX: Added CAMERA_CUSTOM check in UpdateCamera(Camera *camera, int mode) (#3938) Tomas Fabrizio Orsi 2024-04-28 15:28:19 -0300
  • 9ff4d55498 [rcore_web] Relative mouse mode issues. Cemal Gönültaş 2024-04-27 11:18:30 +0000
  • c3330fd4bd Use builtin_clz for clang on windows OetkenPurveyorOfCode 2024-04-26 15:08:26 +0200
  • 843d0b993a
    FIX: Added CAMERA_CUSTOM check in UpdateCamera(Camera *camera, int mode) Tomas Fabrizio Orsi 2024-04-26 00:10:21 -0300
  • e911c44405 [rlgl] Fix incorrect matrix multiplication order in rlMultMatrixf coco24 2024-04-24 23:22:20 +0800
  • e47ebec661 FIX: Issue with texcoords loading for glTF Ray 2024-04-24 17:02:03 +0200
  • 2e77443209 WARNING: Fix breaking issue (introduced some days ago) Ray 2024-04-23 22:55:51 +0200
  • f15455552d Review formatting Ray 2024-04-23 19:38:45 +0200
  • 4b0e25d3af
    Add rlCullDistance variables/getters and rlSetClipPlanes function (#3912) KotzaBoss 2024-04-23 14:24:37 +0200
  • d80febde7d
    [rlgl] Implement vertex normals for RLGL immediate drawing mode (#3866) bohonghuang 2024-04-23 20:22:29 +0800
  • 468d7ed5b4 Add rlCullDistance variables/getters and rlSetClipPlanes function Georgios KOTZAMPOPOULOS 2024-04-11 11:15:12 +0200
  • e0f6faa151
    [build.zig] Drop support for 0.11.0 and use more idiomatic build script code (#3927) freakmangd 2024-04-22 03:13:01 -0400
  • 76a7e5c225 update examples further and add clarifying comment on addRaygui freakmangd 2024-04-21 18:46:46 -0400
  • 3caa424ad4 Review formatting Ray 2024-04-21 12:29:09 +0200
  • 5b6f68762b
    Merge branch 'raysan5:master' into master freakmangd 2024-04-20 23:13:09 -0400
  • 7a5a14a245 Remove support for 0.11.0 in examples/build.zig freakmangd 2024-04-20 23:09:40 -0400
  • 2eb061c918 Remove support for 0.11.0, and make build script more idiomatic + remove all 0.11.0 compatibility functions + remove most LazyPath .path variants + I didn't touch emscripten, I don't know if its relative or absolute + change all absolute paths to use .cwd_relative + only use the builder allocator + have local dependencies use the package manager + make adding raygui more flexible + use zig-cache for generated wayland files freakmangd 2024-04-20 23:03:54 -0400
  • cf47fbb20b REVIEWED: LoadImageRaw() #3926 Ray 2024-04-20 23:58:22 +0200
  • 8f24d86c1f REVIEWED: LoadImageRaw() #3926 Ray 2024-04-20 23:44:07 +0200
  • f795941521 REVIEWED: rlSetVertexAttribute(), define last parameter as offset #3800 Ray 2024-04-20 23:37:31 +0200
  • 5cfcf13d4b REVIEWED: LoadGLTF(), support 2nd texture coordinates loading Ray 2024-04-20 23:23:30 +0200
  • e543b78bb7 REVIEWED: LoadGLTF(), support additional vertex attributes data formats #3890 Ray 2024-04-20 22:01:59 +0200
  • 6435ef43f5 REVIEWED: LoadGLTF(), JOINTS loading #3836 Ray 2024-04-20 21:22:49 +0200
  • f6d85e5df7 Update project Ray 2024-04-20 21:21:31 +0200
  • 77cabc8bf2 Update shapes_draw_rectangle_rounded.c Ray 2024-04-20 20:32:37 +0200
  • e85f245ad4 REVIEWED: Remove final punctuation in code comments Ray 2024-04-20 20:31:06 +0200
  • c1943f0f7c REVIEWED: Move some functions, made them static Ray 2024-04-20 20:30:35 +0200
  • d80a622972
    [raudio] Fix 3664: crash in raudio from multithreading issues (#3907) Christian Haas 2024-04-20 20:15:09 +0200
  • d95d4d4ad5 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2024-04-20 19:59:41 +0200
  • 68201c10c2 Update models_cubicmap.c Ray 2024-04-20 19:58:14 +0200
  • 41b0c5c4f9 REVIEWED: DrawRectangleLines() pixel offset Ray 2024-04-20 19:58:10 +0200
  • 349ff16600 Update raylib_api.* by CI github-actions[bot] 2024-04-20 17:54:14 +0000
  • b51f4db8c2 REVIEWED: DrawRectangleLines() #3884 Ray 2024-04-20 19:53:59 +0200
  • 29ce13b777 Code gardening Ray 2024-04-20 13:53:13 +0200
  • 2754c80596 Added security checks #3924 Ray 2024-04-20 13:50:34 +0200
  • a17a81f05b Review code formating Ray 2024-04-19 21:13:52 +0200
  • 51486a0606 Update rtext.c Ray 2024-04-19 21:13:36 +0200
  • b88365fb01 Disable some font formats support Ray 2024-04-19 21:13:28 +0200
  • 88f7762921
    Fix window not initializing on primary monitor on GLFW backend (#3923) Rafael Bordoni 2024-04-19 10:17:22 -0300
  • 4bff6f32ca Fix window not initializing on primary monitor on GLFW backend eldskald 2024-04-19 01:31:48 -0300
  • b00e467494
    Revert "Build specific example using -DBUILD_EXAMPLE cmake flag (#3921)" (#3922) Benji 2024-04-19 02:43:24 -0400
  • 109ec7bc93
    Revert "Build specific example using -DBUILD_EXAMPLE cmake flag (#3921)" Benji 2024-04-18 21:36:29 -0400
  • c1fd98591d
    Build specific example using -DBUILD_EXAMPLE cmake flag (#3921) Benji 2024-04-17 13:26:18 -0400
  • 112ce672e1 FIX: #3918 Ray 2024-04-17 19:12:47 +0200
  • 6815e71fc2 Build specific example using -DBUILD_EXAMPLE cmake flag Benji Trosch 2024-04-17 12:35:34 -0400
  • a6a08c75eb Update corrupted-header sounds #3554 Ray 2024-04-17 18:30:02 +0200
  • 4491ff0426
    Replaced SQUAD quat interpolation with cubic hermite to align with gltf 2.0 spec (#3920) Benji 2024-04-17 02:10:48 -0400
  • 9ae10eb0b5 Replaced SQUAD quat interpolation with cubic hermite to align with gltf 2.0 spec Benji Trosch 2024-04-17 01:44:26 -0400
  • e42f9263b8
    Fix GetKeyPressed for PLATFORM_DESKTOP_SDL (#3869) Arthur 2024-04-15 23:09:20 +0200
  • 4e37c8e370
    Added missing interpolation types for GLTF animation channels (#3919) Benji 2024-04-15 17:08:09 -0400
  • cfe87923b4 Added missing interpolation types for GLTF animation channels Benji Trosch 2024-04-15 00:48:09 -0400
  • 289e7d3a6c
    Reset music.ctxType if loading wasn't succesful (#3917) veins1 2024-04-14 03:15:50 +0500
  • 844b8dc030
    Reset music.ctxType if loading wasn't succesful veins1 2024-04-14 02:37:31 +0500
  • 583f81f458
    Fix FileNotFound: .../src/raylib.h (#3915) Dylan 2024-04-13 17:35:23 -0400
  • ba2a103011
    [build.zig] Fix local dependency breakage (#3913) freakmangd 2024-04-13 17:34:14 -0400
  • 214b1997a8
    Changed RLGL_VERSION from "4.5" to "5.0 (#3914) Mute 2024-04-13 23:33:21 +0200
  • 57c28e9211
    Fix FileNotFound: .../src/raylib.h Dylan 2024-04-12 11:23:50 -0400
  • 1de43bfb49 Update rcore_ios.c blueloveTH 2024-04-12 19:11:07 +0800
  • 25a31b6234
    Changed RLGL_VERSION from "4.5" to "5.0 Mute 2024-04-12 09:41:42 +0200
  • d74ccd04fb revert accidental change in include path freakmangd 2024-04-11 17:12:37 -0400
  • 8d5697ab26 fix local dependency breakage freakmangd 2024-04-11 16:53:15 -0400
  • a3873bf759 Update project.pbxproj blueloveTH 2024-04-11 13:00:06 +0800
  • d68b8eb113 Update main.c blueloveTH 2024-04-11 12:13:44 +0800
  • b3dfa2d8ab
    Update to latest zig and simplify build.zig (#3905) freakmangd 2024-04-10 04:36:18 -0400
  • a4819f99cb
    Update shaders_hybrid_render.c (#3908) Yousif 2024-04-10 11:36:03 +0300
  • a1f5e34d81
    Update rcore_android.c (#3910) Aria 2024-04-10 01:34:05 -0700
  • a007e952ee
    Update rcore_android.c Aria 2024-04-09 18:05:15 -0700
  • d6de06d800
    Update shaders_hybrid_render.c Yousif 2024-04-10 01:30:24 +0300
  • 47bd6c9b82 Remove redundant check; Already checked at beginning of function Christian Haas 2024-04-09 09:52:43 +0200
  • 5bf19a7d9c Secure UpdateMusicStream/PlayMusicStream/UpdateAudioStream; Christian Haas 2024-04-09 09:50:31 +0200
  • 637805ff1f Add mutex locks to music/stream functions directly operating on buffer Christian Haas 2024-04-09 09:03:44 +0200
  • 51420ae4c7 Remove TODO marker; The buffer is in stopped state and its data won't be accessed Christian Haas 2024-04-09 08:47:56 +0200
  • 0ff911c0df Flip release of buffer; Christian Haas 2024-04-09 08:45:33 +0200
  • 95e77eaaa5 Add mutex locks to audio buffer functions; Separate those used from both threads Christian Haas 2024-04-09 08:42:24 +0200
  • 55b7c5adc9 Flip release of buffer; Christian Haas 2024-04-09 08:12:58 +0200