Commit Graph

  • 15f6c47f07 Use free camera in model shader example (#4428) IcyLeave6109 2024-10-24 12:49:47 -03:00
  • 16368cd353 REVIEWED: DrawRectangleLines(), considering view matrix for lines "alignment" Ray 2024-10-24 13:11:39 +02:00
  • 385187f795 [rshapes] Review DrawRectangleLines() pixel offset (#4261) RadsammyT 2024-10-24 07:08:12 -04:00
  • 530bb3dc57 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2024-10-24 12:53:24 +02:00
  • 6962364bfb Update emsdk paths to latest versions Ray 2024-10-24 12:53:16 +02:00
  • cb73970f08 Update raylib_api.* by CI github-actions[bot] 2024-10-24 10:46:22 +00:00
  • 6ff0b03629 REVIEWED: UpdateModelAnimationBoneMatrices() comments Ray 2024-10-24 12:46:02 +02:00
  • 5065b85d33 Update rlgl.h Ray 2024-10-24 12:45:12 +02:00
  • 6760d1bff8 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2024-10-24 12:25:14 +02:00
  • b0140b876b REVIEWED: GPU skninning on Web, some gotchas! #4412 Ray 2024-10-24 12:25:05 +02:00
  • 865265b832 Update raylib_api.* by CI github-actions[bot] 2024-10-24 09:58:05 +00:00
  • 670fbd8c10 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2024-10-24 11:57:44 +02:00
  • 3483a4d9cb Update raylib.h Ray 2024-10-24 11:57:36 +02:00
  • b0e77c7afd Update raylib_api.* by CI github-actions[bot] 2024-10-24 09:50:59 +00:00
  • 5706cfd600 Update Makefile Ray 2024-10-24 11:50:42 +02:00
  • d85c6fe2c0 Update raylib.h Ray 2024-10-24 11:50:30 +02:00
  • 26dfd4c3f8 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2024-10-24 10:01:06 +02:00
  • 0f5e76f91f Update CHANGELOG Ray 2024-10-24 10:00:57 +02:00
  • c6a58d9744 Update raylib_api.* by CI github-actions[bot] 2024-10-24 08:00:11 +00:00
  • 2072b4fa04 Update raylib.h Ray 2024-10-24 09:59:54 +02:00
  • 51bc6ca834 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2024-10-24 09:59:32 +02:00
  • 4abc6c3989 Update CHANGELOG Ray 2024-10-24 09:59:21 +02:00
  • f80a44c729 Update HISTORY.md Ray 2024-10-24 09:58:37 +02:00
  • 0b650f62a6 [RTEXTURES] Remove the panorama cubemap layout option (#4425) Jeffery Myers 2024-10-24 00:06:24 -07:00
  • eb04154c98 Update Makefile Ray 2024-10-24 01:35:44 +02:00
  • 00c1f0836b Update Makefile Ray 2024-10-24 01:35:37 +02:00
  • ea81436bef Update CHANGELOG Ray 2024-10-24 00:14:36 +02:00
  • 6184a2db3d ADDED: CHANGELOG for raylib 5.5 -WIP- Ray 2024-10-23 23:29:49 +02:00
  • 708089f560 Reviewed and reverted unneeded module check, rtextures should not depend on rtext Ray 2024-10-23 23:29:05 +02:00
  • de6487b177 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2024-10-23 23:28:08 +02:00
  • cd845368d8 Update skinning.fs Ray 2024-10-23 23:28:01 +02:00
  • 157ee79a8e Add drawing for generic gamepad on core_input_gamepad example (#4424) Asdqwe 2024-10-23 15:31:57 -03:00
  • 6f4407cb15 Fix typo in rshapes.c (#4421) Franz 2024-10-23 17:04:15 +02:00
  • df38564f62 Grammar fix in CONTRIBUTING.md (#4423) Cypress 2024-10-23 15:03:50 +00:00
  • fe6da67066 [examples] Add deadzone handling to core_input_gamepad example (#4422) Asdqwe 2024-10-23 11:31:27 -03:00
  • 7a4a84a561 [rcore] Fix #4405 (#4420) Asdqwe 2024-10-22 19:59:50 -03:00
  • 75a4c5bf20 Update core_input_gamepad example (#4416) Asdqwe 2024-10-22 19:28:20 -03:00
  • ebcfc7f49e Update raylib_api.* by CI github-actions[bot] 2024-10-22 22:21:35 +00:00
  • 4b60ce700f Update raylib.h Ray 2024-10-23 00:21:14 +02:00
  • 352f4ce2c4 Update config.h Ray 2024-10-23 00:21:06 +02:00
  • 79e2be68c2 Reviewed skinning shaders #4412 Ray 2024-10-23 00:20:59 +02:00
  • 53f7da2506 build.zig: Fix a minor issue with -Dconfig (#4418) Sage Hane 2024-10-23 01:31:26 +09:00
  • 55249faa58 build.zig: Re-add OpenGL to Linux deps (#4417) Sage Hane 2024-10-23 00:35:08 +09:00
  • 4cd243f0a3 Simplify EmscriptenResizeCallback() (#4415) Asdqwe 2024-10-22 08:44:53 -03:00
  • b89bf0185a build.zig: Better specify Linux dependencies (#4406) Sage Hane 2024-10-22 20:20:09 +09:00
  • b2dca724c7 REVIEWED: skinning shader for GLSL 100 #4412 Ray 2024-10-22 10:41:43 +02:00
  • fe66bfb785 moved update out of draw area (#4413) Anthony Carbajal 2024-10-22 03:31:44 -05:00
  • 2a0963ce09 Update raylib_api.* by CI github-actions[bot] 2024-10-21 22:06:52 +00:00
  • f8f6aa0907 [rcore] Adds implementation to SetGamepadVibration() on PLATFORM_WEB and updates it on PLATFORM_DESKTOP_SDL to handle duration (#4410) Asdqwe 2024-10-21 19:06:37 -03:00
  • ae150e9640 Update raylib_api.* by CI github-actions[bot] 2024-10-21 18:47:41 +00:00
  • cd3de0af0c Merge branch 'master' of https://github.com/raysan5/raylib Ray 2024-10-21 20:47:10 +02:00
  • f4cbc1fbae REVIEWED: GetGestureHoldDuration() comments Ray 2024-10-21 20:47:08 +02:00
  • a2fcbc94fd [Raymath] Add matrix operators to raymath for C++ (#4409) Jeffery Myers 2024-10-21 09:38:42 -07:00
  • f60c6d472c Update raymath.h Ray 2024-10-21 17:26:42 +02:00
  • f141c75cde Removed trailing spaces Ray 2024-10-21 17:00:52 +02:00
  • c935ca3168 Reviewed formatting #4408 Ray 2024-10-21 16:59:55 +02:00
  • f402147a63 Updated instanced rendering support loading (#4408) Rapha 2024-10-21 11:56:19 -03:00
  • 7601468211 REVIEWED: Formatting and raymath version #4385 Ray 2024-10-21 16:25:45 +02:00
  • 72f8c354b0 [Raymath] Add C++ operator overloads for common math function (#4385) Jeffery Myers 2024-10-21 07:17:50 -07:00
  • 110ee74875 build.zig: Merge src/build.zig to build.zig (#4393) Sage Hane 2024-10-21 19:57:11 +09:00
  • 9d0b1f0171 Adds SetWindowOpacity() implementation for PLATFORM_WEB (#4403) Asdqwe 2024-10-21 04:47:19 -03:00
  • cb21fe88d3 Fix MaximizeWindow() for PLATFORM_WEB (#4404) Asdqwe 2024-10-21 04:45:46 -03:00
  • 4290a0d9f2 [rcore] [web] Updates SetWindowState() and ClearWindowState() to handle FLAG_WINDOW_MAXIMIZED for PLATFORM_WEB (#4402) Asdqwe 2024-10-20 20:04:32 -03:00
  • 680238689b removed extra update command (#4401) Anthony Carbajal 2024-10-20 18:03:01 -05:00
  • 51ff6586f4 [rtextures] ImageDraw(): Don't try to blend images without alpha (#4395) Nikolas 2024-10-21 01:31:01 +03:00
  • 3dbbe60376 Adds MaximizeWindow() and RestoreWindow() implementation for PLATFORM_WEB (#4397) Asdqwe 2024-10-20 19:29:32 -03:00
  • ce9259cd02 build.zig: Fix various issues around -Dconfig (#4398) Sage Hane 2024-10-21 07:27:25 +09:00
  • 23354e1551 correction of comments (#4400) Le Juez Victor 2024-10-21 00:26:15 +02:00
  • 902d3c92e3 [rl_gputex] Correctly load mipmaps from DDS files (#4399) Nikolas 2024-10-21 01:25:33 +03:00
  • dc5e6e0ad0 build.zig: Clean up my mess (#4387) Sage Hane 2024-10-19 04:03:27 +09:00
  • c6d67f006d Update raylib_api.* by CI github-actions[bot] 2024-10-17 23:15:33 +00:00
  • 80393c0fb6 [rcore] added sha1 implementation (#4390) Anthony Carbajal 2024-10-17 18:15:19 -05:00
  • b201b74c3f Fix VSCode Makefile to support multiple .c files (#4391) Alan Arrecis 2024-10-17 17:08:07 -06:00
  • a2e31c4e1b Fix #4388 (#4392) Asdqwe 2024-10-17 10:35:49 -03:00
  • d6399622a0 Update raylib_api.* by CI github-actions[bot] 2024-10-16 17:26:49 +00:00
  • 8cbf34ddc4 WARNING: BREAKING: Renamed several functions for data validation #3930 Ray 2024-10-16 19:26:12 +02:00
  • 9b3d019502 Update raylib_api.* by CI github-actions[bot] 2024-10-16 14:50:42 +00:00
  • 361b0e85c1 ADDED: Utility functions: ComputeCRC32() and ComputeMD5() Ray 2024-10-16 16:49:50 +02:00
  • c9c830cb97 Fix rectangle width and height check to account for squares (#4382) Jojaby 2024-10-16 04:04:30 +11:00
  • 8d267aaf23 qoi: Added support for image of channels 3 (#4384) R-YaTian 2024-10-16 01:03:17 +08:00
  • 99ff770edc Fix the type mismatch caused due to unsupported ?[]const u8 (#4383) yuval_dev 2024-10-15 20:02:20 +03:00
  • c18677e70f build.zig: Very minor fixes (#4381) Sage Hane 2024-10-14 03:24:39 +09:00
  • 735308f8eb REVIEWED: CodepointToUTF8(), clean static buffer #4379 Ray 2024-10-13 20:02:40 +02:00
  • bac3798ad3 build.zig: Fix @src logic and a few things (#4380) Sage Hane 2024-10-14 01:58:42 +09:00
  • 59417636ca Update BINDINGS.md (#4378) Anand Swaroop 2024-10-12 07:14:35 -04:00
  • f5328a9bb6 Update raylib_api.* by CI github-actions[bot] 2024-10-10 19:17:48 +00:00
  • d29eb34cfb REMOVED: LoadImageSvg() Ray 2024-10-10 21:17:31 +02:00
  • 1effe92129 WARNING: REMOVED: SVG files loading and drawing, moving it to raylib-extras Ray 2024-10-10 20:37:46 +02:00
  • d3f86eb957 build.zig: Improve logic (#4375) Sage Hane 2024-10-10 16:56:43 +00:00
  • c4be013294 Fix build.zig (#4374) William Culver 2024-10-10 17:56:29 +01:00
  • 454acca84b Some update to gltf loading (#4373) Harald Scheirich 2024-10-10 12:53:02 -04:00
  • 3fb1ba25ac Removed tabs and triple line-breaks Ray 2024-10-08 18:45:52 +02:00
  • 44e37c5f97 Update RGFW (#4372) Colleague Riley 2024-10-08 12:39:15 -04:00
  • 712ab798d1 updated makefile to disable wayland by default (#4369) Anthony Carbajal 2024-10-08 11:33:33 -05:00
  • 89a37cd315 Update CHANGELOG Ray 2024-10-07 21:03:55 +02:00
  • 43b109a4e3 removed old comment (#4370) Anthony Carbajal 2024-10-07 02:32:04 -05:00
  • b290d47bd5 [zig] Fix build.zig bug (#4366) Visen 2024-10-06 08:52:01 -05:00
  • 74ce90ce67 [example] Input virtual controls example (#4342) Magnus Oblerion 2024-10-06 15:47:47 +02:00
  • f9e709915a Fix #4355 Ray 2024-10-04 11:24:02 +02:00
  • d06287d562 taken from FluxFlus PR (#4363) Anthony Carbajal 2024-10-04 04:16:03 -05:00