Commit Graph

  • 0908c13258
    Merge branch 'master' into IsKeyPressedRepeat Nickolas McDonald 2023-08-20 18:49:57 -0400
  • 5ed83dfa29
    Update rcore.c (#3255) vitopigno 2023-08-21 00:36:00 +0200
  • dfd0436428 Reviewed IsKeyPressedRepeat() #3248 Ray 2023-08-21 00:34:35 +0200
  • d855abef4b
    Update rcore.c vitopigno 2023-08-21 00:03:49 +0200
  • b3f82a148a
    Add IsKeyPressedRepeat (desktop only) (#3245) actondev (Christos) 2023-08-20 23:53:20 +0200
  • b5deeab674 Add IsKeyPressedRepeat (desktop only) actondev 2023-08-16 23:27:31 +0200
  • 83628933f0 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2023-08-20 21:36:50 +0200
  • 8189bddefb tweaks Ray 2023-08-20 21:36:36 +0200
  • 820343e7ac
    add build.zig options for individual modules (#3254) actondev (Christos) 2023-08-20 21:27:39 +0200
  • 7004eeb193 Update rcore.c Nickolas McDonald 2023-08-19 22:16:52 -0400
  • 258ddbf869 Update rcore.c Nickolas McDonald 2023-08-19 22:09:30 -0400
  • 298b8711a3 Update rcore.c Nickolas McDonald 2023-08-19 21:58:07 -0400
  • a14176e89d Update rcore.c Nickolas McDonald 2023-08-19 21:49:09 -0400
  • 5bfe3b063a Update rcore.c Nickolas McDonald 2023-08-19 21:15:00 -0400
  • 36e867e350 change docs Nickolas McDonald 2023-08-19 21:07:33 -0400
  • c3c397e211 Update rcore.c Nickolas McDonald 2023-08-19 20:56:29 -0400
  • 1fed487137 Update rcore.c Nickolas McDonald 2023-08-19 20:55:53 -0400
  • 3001a4adb3 reversions Nickolas McDonald 2023-08-19 20:52:36 -0400
  • 090295b2c5 add build.zig options for individual modules Christos Vagias 2023-08-19 22:28:31 +0200
  • ae1f0981bd Update config.h Nickolas McDonald 2023-08-19 16:26:10 -0400
  • 207c1b6db1 Add KEYBOARD_KEYS_MASK Nickolas McDonald 2023-08-19 16:25:33 -0400
  • 31c339ddde Update rcore.c Nickolas McDonald 2023-08-19 16:18:57 -0400
  • 4d07530a2b Update config.h Nickolas McDonald 2023-08-19 15:48:53 -0400
  • d09b3e679b Simpler design, only one repeat per frame Nickolas McDonald 2023-08-19 15:47:36 -0400
  • f95dc2d565 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2023-08-19 20:09:53 +0200
  • 5a33f19964 Revert "Fix #3246" Ray 2023-08-19 20:09:43 +0200
  • 54ff6526ee Fix SetClipboardText for web ubkp 2023-08-19 15:04:20 -0300
  • 016b7d0a3a
    Fix text_unicode.c example crashing (#3250) ubkp 2023-08-19 08:43:00 -0300
  • ffa7a5de84 Adjust the text_unicode.c example crashing fix ubkp 2023-08-19 08:27:48 -0300
  • 4c5387f837 Fix text_unicode.c example crashing ubkp 2023-08-18 23:12:58 -0300
  • 5b1f23375f Update rcore.c Nickolas McDonald 2023-08-17 17:32:02 -0400
  • 9a9535d9e5 [Feature] Add GetKeyRepeat Nickolas McDonald 2023-08-17 17:05:33 -0400
  • e4dcbd5180 Fix #3246 Ray 2023-08-17 15:05:52 +0200
  • a86c93ebc0
    Ignore unused return value of GetCodepointNext in GetCodepointCount (#3241) ashn 2023-08-14 18:09:27 -0400
  • e2d4463886
    Update BINDINGS.md Ray 2023-08-15 00:04:07 +0200
  • e0afb8942e
    Fix examples/others/rlgl_standalone.c compilation issue (#3242) ubkp 2023-08-14 16:55:13 -0300
  • a8a77dbb45 Fix examples/others/rlgl_standalone.c compilation issue ubkp 2023-08-14 16:20:44 -0300
  • 7a1c0d2547
    Added fortran-raylib Ray 2023-08-14 21:10:24 +0200
  • 7b4d83ff0e removed a few useless parenthesis Brian-E 2023-08-13 03:26:55 +0100
  • 10993c5939 I may have gotten overboard with indentation Brian-E 2023-08-13 03:25:15 +0100
  • f85f9d4c4f removed spacing around *, standardizing it. Brian-E 2023-08-13 02:55:52 +0100
  • c21d7b70a9 Prettied up indentation in a few places Brian-E 2023-08-13 02:53:26 +0100
  • 03567d2b2e Changed 0.001 and 0.00001 to EPSILON This commit is untested. I don't know what consequences this has. Since the commits that added these numbers were before epsilon was added, I have assumed that epsilon could replace them. Brian-E 2023-08-13 02:43:19 +0100
  • feaaf95db4 fixed broken indentation caused by another commit. the commit renamed a bool to int and broke indentation: 233cf3970c Brian-E 2023-08-13 02:40:29 +0100
  • 7f6239f849 Prettified a comment Brian-E 2023-08-13 02:38:36 +0100
  • 814b23b367 Remove unnecessary void cast in GetCodepointCount ashn 2023-08-12 18:39:34 -0400
  • bf705a63de REVIEWED: DrawLineCatmullRom() Ray 2023-08-12 19:31:29 +0200
  • d873d0f173 ISSUE: DrawLineCatmullRom(), needs review Ray 2023-08-12 18:45:59 +0200
  • 9161c55d59 REVIEWED: Code formatting Ray 2023-08-12 18:40:18 +0200
  • fc88518067 ADDED: Spline drawing functions -> Ray 2023-08-12 14:00:50 +0200
  • 8f53033e86 Ignore unused return value of GetCodepointNext in GetCodepointCount ashn 2023-08-11 07:54:55 -0400
  • c25b52b1b3
    Fix rcamera.h issues (#3240) ubkp 2023-08-11 05:19:50 -0300
  • 1dfe81d507 Fix rcamera.h issues ubkp 2023-08-10 23:57:00 -0300
  • 93f59a6f59 Review tabs and trail-spaces Ray 2023-08-10 22:47:17 +0200
  • f1c31bee27 Fix #3177 #3109 Ray 2023-08-10 22:45:25 +0200
  • 1615c42ea6 Alternative fix for unused functions warnings on stb_truetype.h (and stb_image.h) ubkp 2023-08-09 21:12:02 -0300
  • 0959f6ebf6
    fix typos in rmodels, rshapes, rtext modules (#3236) RadsammyT 2023-08-09 18:21:14 -0400
  • 570178d93a fix typos in rmodels, rshapes, rtext modules RadsammyT 2023-08-09 16:42:11 -0400
  • 90f1749965
    Ignore unused function warnings from external headers when compiling with GCC and Clang (#3235) ashn 2023-08-09 13:17:12 -0400
  • 42cfabc670 REVIEWED: Old pragma formating Ray 2023-08-09 10:00:26 +0200
  • 0d231f5de6 Ignore unused function warnings from external headers when compiling with GCC and Clang ashn 2023-08-08 21:13:43 -0400
  • 03ecf2202e
    Fix typos in rcore.c comments (#3234) RadsammyT 2023-08-08 14:10:40 -0400
  • bef818e210
    Fix build for OpenGL 2.1, where half floats are part of an extension (#3233) Nikolas 2023-08-08 20:09:22 +0200
  • b2d23e1513 'fordward' > forward RadsammyT 2023-08-08 13:47:36 -0400
  • 2d5dfee79a Fix typos in rcore.c comments RadsammyT 2023-08-08 12:45:25 -0400
  • 79f180b7c5
    Fix build for OpenGL 2.1, where half floats are part of an extension Not-Nik 2023-08-08 16:19:05 +0200
  • 85acc97aad remove build artifacts MichaelFiber 2023-08-07 20:48:56 -0400
  • 35cb41a055 Remove PLATFORM_RPI MichaelFiber 2023-08-07 20:47:35 -0400
  • db55bed72b
    fix: check if ctrl modifier is among the currently set modifiers (#3230) mohad12211 2023-08-07 21:51:36 +0400
  • 937e43afab fix: check if ctrl modifier is among the currently set modifiers mohad12211 2023-08-07 21:44:28 +0400
  • c9864d8ac1
    Fixed Android app black screen issue when reopening after incomplete closing (#3227) Le Juez Victor 2023-08-06 22:04:20 +0200
  • 77a45fe407 Consolidate all build.zig files into the root. Manuel Floruß 2023-08-06 20:53:42 +0200
  • a09e305a37
    Fix APP_CMD_TERM_WINDOW for Android Le Juez Victor 2023-08-06 19:34:39 +0200
  • 76362e834a
    Fixed black screen issue when resuming the app on Android Le Juez Victor 2023-08-06 17:58:23 +0200
  • b82217eaaa
    Tweak build.zig to work with cross-compiling (#3225) yujiri8 2023-08-06 03:25:37 -0400
  • aee01922de Tweak build.zig to work with cross-compiling Evin Yulo 2023-08-06 01:46:17 -0400
  • 6ac97d4ad9 Fix compositing mixing with framebuffer for web and ANGLE ubkp 2023-08-06 01:33:36 -0300
  • dc621ca388
    Support 16-Bit HDR textures (#3220) Nikolas 2023-08-05 23:16:26 +0200
  • cde92106ae
    Move helper functions Not-Nik 2023-08-05 20:52:34 +0200
  • 6094869e3e Fix material loading #3126 Ray 2023-08-04 18:14:47 +0200
  • 62f5382d56
    [AUDIO] Add an example of how to use LoadSoundAlias (#3223) Jeffery Myers 2023-08-04 08:14:04 -0700
  • b9a10b5db7 Merge branch 'master' into clone_sound Jeff Myers 2023-08-04 07:54:19 -0700
  • cb66aa26d8 sound_multi example Jeff Myers 2023-08-04 07:53:25 -0700
  • 601cadbae6
    [AUDIO] Add a function to make an alias of a sound and share it's sample data (#3219) Jeffery Myers 2023-08-04 07:40:10 -0700
  • f9e8c13e36 PR Feedback, use custom unload for sound alias, not variant of normal sound unloading Jeff Myers 2023-08-04 07:33:41 -0700
  • d3058fe589
    [CORE] Support for SetWindowTitle and InitWindow for web (#3222) vitopigno 2023-08-04 12:04:19 +0200
  • 8d52aa559c
    Update rcore.c vitopigno 2023-08-03 14:52:46 +0200
  • 251f4308f5
    Update rcore.c vitopigno 2023-08-03 14:36:56 +0200
  • 9ad3279455
    Update raylib.h vitopigno 2023-08-03 14:18:32 +0200
  • 5b4aaf4eb1
    Adds CMake option for SUPPORT_CUSTOM_FRAME_CONTROL (#3221) ubkp 2023-08-03 05:29:45 -0300
  • d27971bea3 Adds CMake option for SUPPORT_CUSTOM_FRAME_CONTROL ubkp 2023-08-02 20:38:58 -0300
  • 43c5c1c671
    Fix build on emscripten Not-Nik 2023-08-02 20:13:25 +0200
  • 5d06648d4c
    Support 16-Bit HDR textures Not-Nik 2023-08-02 19:59:54 +0200
  • 6a6373b019 rename items based on feedback Jeff Myers 2023-08-02 10:39:51 -0700
  • d25c662f24 Add a function to clone a sound and share data with another sound. Jeff Myers 2023-08-02 10:19:21 -0700
  • 464e714a2e
    Adds BORDERLESS_WINDOWED_MODE for PLATFORM_DESKTOP (#3216) ubkp 2023-08-02 14:16:35 -0300
  • 04678bc585
    int math done with floats causes warnings. (#3218) Jeffery Myers 2023-08-02 10:12:38 -0700
  • 3a9ebc1607 int math done with floats causes warnings. Jeff Myers 2023-08-02 10:03:26 -0700
  • b60c691816
    Update BINDINGS.md (#3217) Joseph Montanez 2023-08-02 00:05:02 -0700
  • 709ed92e07
    Update BINDINGS.md Joseph Montanez 2023-08-01 22:43:40 -0700