Commit Graph

  • 8208765ed8 Implement SetMouseCursor for PLATFORM_WEB BeardedBread 2023-10-14 18:17:33 +0800
  • 4521a142c3 tweaks Ray 2023-10-14 11:48:20 +0200
  • 005ba155c0 Minor tweaks Ray 2023-10-14 10:56:09 +0200
  • 9dcb929896 Add fps back Michael 2023-10-13 20:57:56 -0400
  • e071e7f0aa Revert example Michael 2023-10-13 20:14:07 -0400
  • d833ff02d7 tweak Michael 2023-10-13 20:12:36 -0400
  • e5009550c4 Add FPS to gamepad info example and try for max FPS Michael 2023-10-13 20:11:26 -0400
  • 0d677e065c typos Thibault Leclercq 2023-10-14 01:05:31 +0200
  • b3aaa4a687 fix typo Thibault Leclercq 2023-10-14 00:59:37 +0200
  • 362e67e53d better check for shader to use Thibault Leclercq 2023-10-14 00:36:42 +0200
  • 685dcd76c1 Fix GetFPS so it doesn't hold on last time from previous window maksut 2023-10-13 21:45:40 +0100
  • 762cfb4a4a avoid breaking change Thibault Leclercq 2023-10-13 21:29:09 +0200
  • 3013d45de1 implement feature Thibault Leclercq 2023-10-13 21:17:30 +0200
  • 2f08f435b9
    Add Raylib.lean to BINDINGS.md (#3409) Daniil Kisel 2023-10-13 21:54:15 +0300
  • f7078716f3
    Add Raylib.lean to BINDINGS.md KislyjKisel 2023-10-13 21:49:27 +0300
  • 4981acb241
    fix zig syntax errors in examples, and make it install executables correctly (#3395) Purple4pur 2023-10-14 01:55:52 +0800
  • 5a0d9c8d43
    Fix UpdateSound parameter name (#3405) Daniil Kisel 2023-10-13 20:54:43 +0300
  • 36abc48cf8
    Normalize gestureEvent.position coordinates (#3406) Le Juez Victor 2023-10-13 19:54:00 +0200
  • f3c27ec157
    Fix android, drm compilation issue on InitWindow (#3407) ubkp 2023-10-13 14:53:31 -0300
  • e3560ee732 Added function SetRandomSeedWithTime Kyle Anders 2023-10-13 10:41:57 -0700
  • c295bee964 Fix android compilation issue on InitWindow ubkp 2023-10-13 13:39:37 -0300
  • 70578752d0 Fix drm compilation issue on InitWindow ubkp 2023-10-13 13:33:20 -0300
  • 3691c488c8 Remove some logging Michael 2023-10-13 12:19:34 -0400
  • 7e08cef7f5 More dumb logging Michael 2023-10-13 12:15:16 -0400
  • d879090ce9 Wrong constant for ev.code handling Michael 2023-10-13 12:13:30 -0400
  • 53901aecfd dumb logging Michael 2023-10-13 12:11:34 -0400
  • d32cf0107f Update example Michael 2023-10-13 12:10:12 -0400
  • dacbfc8810 Fix another missing array index Michael 2023-10-13 12:00:55 -0400
  • 9809ae4a75 Fix missing array index Michael 2023-10-13 11:58:25 -0400
  • 2569d101da Major updates Michael 2023-10-13 11:56:54 -0400
  • c92f54a736
    Normalize gestureEvent.position coordinates Le Juez Victor 2023-10-13 16:49:20 +0200
  • 0f4a8cf7cb
    Ported to stb_image_resize2.h (#3403) Babak 2023-10-13 16:37:35 +0200
  • 0daa5ce1e7
    Fix GetMouseDelta() issue for Android (#3404) Le Juez Victor 2023-10-13 16:36:42 +0200
  • edf88bf703
    Fix UpdateSound parameter name KislyjKisel 2023-10-13 16:58:00 +0300
  • 3fb7b4274c
    Fix GetMouseDelta() issue for Android Le Juez Victor 2023-10-13 14:52:02 +0200
  • 6aa8526edb Ported to stb_image_resize2.h babaksamimi 2023-10-13 14:26:34 +0200
  • 2e65bc675c Moved some platforms functions to generic rcore #3313 Ray 2023-10-13 14:14:16 +0200
  • 57fafad066 Test polling joystick button events Michael 2023-10-12 19:14:19 -0400
  • 99ee13bbdf Fix missing paren Michael 2023-10-12 17:39:58 -0400
  • f872f239e4 Fix axis count being reset to 0 Michael 2023-10-12 17:38:21 -0400
  • b76d20d7d2 Add missing slash Michael 2023-10-12 17:28:28 -0400
  • 7bbe5e55e8 Missing parenthesis Michael 2023-10-12 17:25:57 -0400
  • 00592ffe95 Add path logging Michael 2023-10-12 17:22:54 -0400
  • 537b012dc6 Add forgotten index to ready check Michael 2023-10-12 17:21:45 -0400
  • 684dcb6947 More debugging Michael 2023-10-12 17:18:10 -0400
  • 8489d81075 Update axisCount to be array Michael 2023-10-12 17:04:40 -0400
  • 2503ff9f95 More fixes Michael 2023-10-12 16:48:16 -0400
  • dc115592e9 Add forgotten static Michael 2023-10-12 16:46:19 -0400
  • eac5306818 Add semicolon Michael 2023-10-12 16:45:21 -0400
  • ebd46076ab Add more logging Michael 2023-10-12 16:42:49 -0400
  • 4bc31deac2 Start integrating stuff from the mikesinput lib Michael 2023-10-12 16:26:09 -0400
  • a3967df501 Add CodeQL Workflow for Code Security Analysis Brian 2023-10-11 19:40:22 -0400
  • 876e6b3a0d REVIEWED: TextFormat(), added "..." for truncation #3366 Ray 2023-10-11 20:25:09 +0200
  • 6ed8acde67
    Fix windowMin/Max to screenMin/Max for android, drm, template (#3400) ubkp 2023-10-11 14:29:21 -0300
  • d1e31e2cd0 Fix windowMin/Max to screenMin/Max for android, drm, template ubkp 2023-10-11 13:29:01 -0300
  • 61af8e7631 REVIEWED: #3399, Fix #3366 Ray 2023-10-11 12:20:03 +0200
  • 28fb58f0ea
    [rtext] TextFormat() warn user if buffer overflow occured. (#3399) Murlocohol 2023-10-11 06:15:40 -0400
  • da9c2894fe Reorganized some functions, WaitTime() is common to all platforms Ray 2023-10-11 12:10:38 +0200
  • a2c5f01059 Reordered one function Ray 2023-10-11 11:55:12 +0200
  • a19eec368a
    Update rtext.c Murlocohol 2023-10-11 05:47:15 -0400
  • 119c25dac6
    Update rcore.c Murlocohol 2023-10-11 05:46:15 -0400
  • 0d175a69ae REVIEWED: Mouse and Touch functions generic to all platforms #3313 Ray 2023-10-11 11:36:44 +0200
  • 66cb39c510
    Merge branch 'raysan5:master' into master Murlocohol 2023-10-11 05:22:25 -0400
  • 6ebfec99c5 Added gamepad functions as generic for all platforms Ray 2023-10-11 11:14:03 +0200
  • ddca525132 RENAMED: rcore_custom to rcore_template Ray 2023-10-11 11:11:09 +0200
  • ee9a045244
    Update rtext.c Murlocohol 2023-10-11 04:51:09 -0400
  • f2589d00c3 Merge branch 'master' into rtext-fix Brett 2023-10-11 04:35:17 -0400
  • daba1a2794
    Split drm update input (#3397) MichaelFiber 2023-10-11 04:30:51 -0400
  • 08e9348db7 [rtext] TextFormat now alerts user to truncation. Brett 2023-10-11 04:29:25 -0400
  • c4bb0958ec Remove pointless if statement Michael 2023-10-10 19:26:30 -0400
  • e9dbf45f13 Move axis count update out of GamepadThread - race condition Michael 2023-10-10 19:19:28 -0400
  • 3028324634 Update new gamepad info example Michael 2023-10-10 19:11:14 -0400
  • 9719bfc610 Add example to test gamepad info functions Fix typo Michael 2023-10-10 12:55:09 -0400
  • 81641bfbbb Update PLATFORM_DRM implementation of GetGamepadName Michael 2023-10-10 12:34:57 -0400
  • aacd3e2554 Update Michael 2023-10-10 12:29:29 -0400
  • 0c4b2c4a81 Update PLATFORM_DRM implementation of GetGamepadAxisCount Michael 2023-10-10 11:50:57 -0400
  • 101a9b0445 Added comments and review some functions #3313 Ray 2023-10-10 11:59:41 +0200
  • b94e6290a4 Added some comments and tweaks #3313 Ray 2023-10-10 10:50:09 +0200
  • 67a1e1ffae Update rtextures.c Ray 2023-10-10 10:48:46 +0200
  • cb57165956 REVIEWED: Fix #3387 Ray 2023-10-10 10:48:30 +0200
  • 9702a17152
    [raymath] Hotfix for Vector2Angle() and Vector2LineAngle() (#3396) Murlocohol 2023-10-10 04:42:11 -0400
  • a076a41cf8
    Merge branch 'master' into master Ray 2023-10-10 10:41:58 +0200
  • 2957c1555f [raymath] Hotfix for Vector2Angle and corresponding example Brett 2023-10-10 04:14:38 -0400
  • 5061fed120 [raymath] Hotfix for Vector2Angle and corresponding example Brett 2023-10-10 04:08:52 -0400
  • 04f098c5f4 [raymath] Hotfix for Vector2Angle and corresponding example Brett 2023-10-10 04:05:08 -0400
  • e60a806519 Hotfix for Vector2LineAngle(), should probably be reviewed along with the rest of raylib angle functions to determine what coordinate system we want. Brett 2023-10-09 10:01:05 -0400
  • 4669da855a fix zig syntax errors in examples, and make it install executables correctly Purple4pur 2023-10-10 15:25:34 +0800
  • f0d949f931
    Hotfix for Vector2LineAngle(), should probably be reviewed along with the rest of raylib angle functions to determine what coordinate system we want. (#3394) Murlocohol 2023-10-10 02:59:09 -0400
  • 0d8a6cfbfa Revert "Update zig build system to zig version 0.11.0 (#3393)" Ray 2023-10-10 08:48:55 +0200
  • b5edafafe1 Hotfix for Vector2LineAngle(), should probably be reviewed along with the rest of raylib angle functions to determine what coordinate system we want. Brett 2023-10-09 10:01:05 -0400
  • 540ad99442
    Update zig build system to zig version 0.11.0 (#3393) Purple4pur 2023-10-09 19:05:19 +0800
  • 105e30ae02 update zig version note Purple4pur 2023-10-09 18:09:18 +0800
  • 18be6d3fba discard build.zig, only use src/build.zig, to avoid annoying zig-out path problem Purple4pur 2023-10-09 18:02:55 +0800
  • cfffa74f96 REVIEWED: Libs include order Ray 2023-10-09 11:17:22 +0200
  • f93d0ff9bc Update raudio.c Ray 2023-10-09 11:17:09 +0200
  • b55cf40b91 Format tweaks Ray 2023-10-09 11:07:02 +0200
  • a38afcf053 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2023-10-09 10:51:41 +0200
  • f86f4159e6 Avoid references to PLATFORM_ flags #3313 Ray 2023-10-09 10:51:37 +0200
  • 07a2a47ba5 fix build.zig in examples to install executable correctly Purple4pur 2023-10-09 16:08:02 +0800
  • dfb0326d00
    Update rcore.c (#3326) SuperUserNameMan 2023-10-09 09:54:43 +0200