Commit Graph

  • 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
  • da95f88c36 updated camera speeds with GetFrameTime (#4362) Anthony Carbajal 2024-10-04 04:15:43 -05:00
  • cded378205 [build] CMake: Fix GRAPHICS check (#4359) Kacper Zybała 2024-10-04 11:08:12 +02:00
  • 0ef0791854 Allow Zig build script to change desktop backend (#4358) Nikolas 2024-10-04 11:05:19 +02:00
  • 20ce8ba046 Typo fix (#4356) Ashley Chekhov 2024-10-04 09:04:26 +00:00
  • 96d91a3892 [rlgl] Fix rlgl standalone defaults (#4357) Asdqwe 2024-10-02 06:41:21 -03:00
  • 09987b01cc [MODELS] Better fix for GPU skinning issues (#4353) Jeffery Myers 2024-10-02 01:49:56 -07:00
  • d9c10ed264 Fixes GetClipboardText() memory leak for PLATFORM_DESKTOP_SDL (#4354) Asdqwe 2024-10-02 05:49:06 -03:00
  • 282d6478ba Complements the #4348 GPU skinning fix (#4352) Asdqwe 2024-10-01 07:09:06 -03:00
  • 0e7bcd5639 [MODELS] Disable GPU skinning for MacOS platform (#4348) Jeffery Myers 2024-09-30 03:10:02 -07:00
  • 84a4d93bc4 Fix #4349 Ray 2024-09-30 12:06:53 +02:00
  • 0573ef0382 [SHAPES] Add more detail to comment for DrawPixel (#4344) Jeffery Myers 2024-09-27 14:06:54 -07:00
  • 55e83468c9 Fix isGpuReady flag on android (#4340) Menno van der Graaf 2024-09-24 20:02:54 +02:00
  • 13178b9373 Update rcore.c Ray 2024-09-22 23:01:22 +02:00
  • 291063c98f Update rcore.c Ray 2024-09-22 22:56:21 +02:00
  • 24a1cd8c5b Update rcore.c Ray 2024-09-22 22:50:47 +02:00
  • 352c450ad0 Update rcore.c Ray 2024-09-22 22:43:35 +02:00
  • a643dd058b Merge branch 'master' of https://github.com/raysan5/raylib Ray 2024-09-22 22:36:26 +02:00
  • 100f6624d6 Update rcore.c Ray 2024-09-22 22:36:17 +02:00
  • 1c7b18923c Update raylib_api.* by CI github-actions[bot] 2024-09-22 20:11:24 +00:00
  • 55a25ac04b ADDED: MakeDirectory() Ray 2024-09-22 22:11:08 +02:00
  • 1eb8ff5e54 LoadFontDefault(): Initialize glyphs and recs to zero #4319 Ray 2024-09-22 18:05:58 +02:00
  • 7d3f04ca35 Update BINDINGS.md (#4337) Daniil Kisel 2024-09-22 15:36:06 +03:00
  • daaca40416 Update parser's readme to mirror fixed help text (#4336) Daniil Kisel 2024-09-22 14:45:10 +03:00
  • 9337913766 Projects: Fix CMake example project (#4332) Ridge3Dproductions 2024-09-21 17:12:48 -04:00
  • 212b1e5fe7 Fix rlgl standalone defaults (#4334) Asdqwe 2024-09-21 18:11:40 -03:00
  • e5d0cc978a Some minor tweaks Ray 2024-09-20 17:32:01 +02:00
  • c09dadd9b5 Update raylib_api.* by CI github-actions[bot] 2024-09-20 15:30:53 +00:00
  • 86ead96263 [rmodels] Optional GPU skinning (#4321) Daniel Holden 2024-09-20 11:30:37 -04:00
  • 2f0cf8fbe1 [BINDINGS.md] Added raylib-bqn, moved rayed-bqn (#4331) Brian E 2024-09-20 09:01:15 +02:00
  • c762a99bd5 Update raylib_api.* by CI github-actions[bot] 2024-09-17 15:30:59 +00:00
  • 0a03ed913b Update raylib.h Ray 2024-09-17 17:30:40 +02:00