Commit Graph

  • dd147d5d09 Adds BORDERLESS_WINDOWED_MODE for PLATFORM_DESKTOP ubkp 2023-08-01 09:46:49 -0300
  • e7664d5684
    build change (#3214) Matheus C. França 2023-08-01 05:46:40 -0300
  • 4fd40f0333
    Fixes GetCurrentMonitor() detection inconsistency issue (#3215) ubkp 2023-08-01 05:42:50 -0300
  • a6058f9267 Fixes GetCurrentMonitor() detection inconsistency issue ubkp 2023-07-31 17:02:55 -0300
  • 62db2ef5d2
    build change Matheus C. França 2023-07-31 16:45:25 -0300
  • d3ea649832
    Update BINDINGS.md to include rayjs (#3212) Alexander Klingenbeck 2023-07-30 19:08:59 +0200
  • 0b79f5f39b
    Update BINDINGS.md to include rayjs Alexander Klingenbeck 2023-07-30 18:20:43 +0200
  • 44659b7ba8
    Fix android soname in src/Makefile (#3211) ndytts 2023-07-29 07:46:04 -0400
  • 671ea9684a Fix android soname in src/Makefile ndytts 2023-07-29 01:31:00 -0400
  • 962030e70a
    Changes SetWindowMonitor() to no longer force fullscreen (#3209) ubkp 2023-07-28 15:08:41 -0300
  • fdf13a5616 Readds fullscreen support ubkp 2023-07-28 08:49:57 -0300
  • 4d08d82ffc Changes SetWindowMonitor() to no longer force fullscreen ubkp 2023-07-28 02:12:32 -0300
  • 5d28bad0ad
    Fix LoadTextureCubemap for manual layouts (#3204) Nikolas 2023-07-27 22:41:43 +0200
  • dce6d5c8cb Add GetWindowSize() function ubkp 2023-07-27 14:52:19 -0300
  • cf6d5b9ef4
    Fix LoadTextureCubemap for manual layouts Not-Nik 2023-07-26 21:39:05 +0200
  • ac6f889dfc
    Fix misleading indentation in src/Makefile (#3202) ashn 2023-07-26 11:50:07 -0400
  • 298f93ef50
    Fix DrawBillboardPro to allow source of negative size (#3197) (#3203) bohonghuang 2023-07-26 23:46:57 +0800
  • ae08f55bfe Fix DrawBillboardPro to allow source of negative size (#3197) coco24 2023-07-26 12:22:55 +0800
  • 01498d288a Fix misleading indentation in src/Makefile ashn 2023-07-25 22:21:59 -0400
  • 7aae86fb6e Fix DrawBillboardPro to allow source of negative size (#3197) coco24 2023-07-25 21:27:20 +0800
  • 32b54be5cb
    Update FAQ.md Ray 2023-07-24 12:32:22 +0200
  • 95e99b84a3 Added TextToFloat() Z0RIK 2023-07-24 09:24:40 +0600
  • 090b857912
    Fix mouse wheel not working in PLATFORM_RPI or PLATFORM_DRM (#3193) ubkp 2023-07-23 15:35:41 -0300
  • 83bf5f4269 Fix mouse wheel not working in PLATFORM_RPI or PLATFORM_DRM ubkp 2023-07-23 01:04:56 -0300
  • 295e8c2a2f
    Optimize and simplify the gesture system (#3190) ubkp 2023-07-22 15:50:04 -0300
  • 049917f282 Merge branch 'master' of https://github.com/raysan5/raylib lesleyrs 2023-07-22 18:56:15 +0200
  • fdfc83d47f Decouples GESTURE_SWIPE_* from GESTURE_DRAG ubkp 2023-07-21 19:24:06 -0300
  • ad2338b994
    build.zig: Support for building with PLAFORM_DRM (#3191) Jakub Václav Flasar 2023-07-21 14:08:35 +0200
  • ede3c2fb08 build.zig: Support for building with PLAFORM_DRM Jakub V. Flasar 2023-07-21 08:36:50 +0200
  • 9cd08ff9b1 Optimize and simplify the gesture system ubkp 2023-07-20 22:44:48 -0300
  • 1310617a92
    Optimization of ImageDrawRectangleRec() (#3185) smalltimewizard 2023-07-20 07:50:56 -0400
  • 5635e4214c
    Add note about sample format to AttachAudioStreamProcessor() (#3188) Alberto González Palomo 2023-07-20 13:41:35 +0200
  • 055fd752c2
    Fixed GetMonitorName description (#3184) (#3189) Danil 2023-07-20 11:56:35 +0300
  • 1a738caa69
    Fixed GetMonitorName description (#3184) Danil 2023-07-20 10:45:26 +0300
  • ba9d48abb9 Add note about sample format to AttachAudioStreamProcessor() Alberto González Palomo 2023-07-20 08:23:41 +0200
  • 73d62aab54 Merge branch 'master' of https://github.com/raysan5/raylib lesleyrs 2023-07-20 00:51:53 +0200
  • cffb20902a update path lesleyrs 2023-07-20 00:51:33 +0200
  • 7124a14a60
    Document buffer format for audio processors. (#3186) Alberto González Palomo 2023-07-19 23:11:29 +0200
  • 2644ab357a Document buffer format for audio processors. Alberto González Palomo 2023-07-19 21:08:52 +0200
  • 45fd1fdf1d
    Optimization of ImageDrawRectangleRec() smalltimewizard 2023-07-19 13:28:42 -0400
  • d6f16b7664
    Update usage of 'sinf()' and 'cosf()' to be correct (#3181) Rokas Puzonas 2023-07-19 14:46:14 +0300
  • 954c60100f
    Fix GESTURE_DRAG and GESTURE_SWIPE_* issues (mostly) for web (#3183) ubkp 2023-07-19 06:33:10 -0300
  • aca4b017ec Fix GESTURE_DRAG and GESTURE_SWIPE_* issues (mostly) for web ubkp 2023-07-18 23:50:21 -0300
  • 603f4426b8 Update formatting of arithmetic operations Rokas Puzonas 2023-07-18 21:34:51 +0300
  • c545583713 Update usage of 'sinf()' and 'cosf()' to be correct Rokas Puzonas 2023-07-18 21:21:25 +0300
  • a9ff13a367 Update CMakeOptions.txt Ray 2023-07-18 18:07:49 +0200
  • 52541b4a1f ADDED: SUPPORT_FONT_ATLAS_WHITE_REC Ray 2023-07-18 17:57:10 +0200
  • a52ddc14bb Add support for receiving control characters. nthung-2k5 2023-07-17 21:06:29 +0700
  • e0c80f5ddd Revert "Makefile change for cross compiling. (#3176)" Ray 2023-07-16 20:18:38 +0200
  • 86f95d7150 Reviewed C compilation issues and formatting Ray 2023-07-16 13:24:49 +0200
  • 70286c7cdc
    Makefile change for cross compiling. (#3176) Michael Anghelone 2023-07-16 07:08:55 -0400
  • b980268ba7
    [example] Core Input Gestures for Web (#3172) ubkp 2023-07-16 08:07:29 -0300
  • 557de422e8 Makefile change for cross compiling. Michael Anghelone 2023-07-15 22:12:44 -0400
  • 7c232d718d Changes TAP_TIMEOUT and rgGetCurrentTime to seconds ubkp 2023-07-15 19:45:46 -0300
  • 645830fbb3 Fix Doubletap for web ubkp 2023-07-15 18:19:54 -0300
  • 7c63cfa664 [example] Core Input Gestures for Web ubkp 2023-07-13 23:08:00 -0300
  • 22895ba14f
    fix: cmake option "OPENGL_VERSION" doesn't work (#3170) Roy Qu 2023-07-14 03:20:06 +0800
  • 4681d4aac7 fix: cmake option "OPENGL_VERSION" doesn't work Roy Qu 2023-07-13 16:58:27 +0800
  • bc9c063254 Update external sdefl and sinfl Ray 2023-07-12 15:49:38 +0200
  • 8096f142ec
    Add a new task the issue template about checking the wiki (#3169) ubkp 2023-07-12 07:02:33 -0300
  • 54c8418985 Add a new task the issue template about checking the wiki ubkp 2023-07-12 06:11:56 -0300
  • 290ec11e7c Merge branch 'master' of https://github.com/raysan5/raylib Ray 2023-07-12 10:37:17 +0200
  • 7f21cf1dcf Revert "UPDATED: sdefl and sinfl compression libraries" Ray 2023-07-12 10:37:10 +0200
  • e8181a5ddf
    Update latest h-raylib version (#3166) Anand Swaroop 2023-07-11 09:21:49 -0400
  • ba9fad1041
    Update latest h-raylib version Anand Swaroop 2023-07-11 09:20:14 -0400
  • 2061bfc5e8 Reviewed parameter names to avoid issues #3159 Ray 2023-07-10 19:29:10 +0200
  • bc40012ca3 Added missing structure on standalone mode #3160 Ray 2023-07-10 19:15:55 +0200
  • b807c590cb Merge branch 'master' of https://github.com/raysan5/raylib Ray 2023-07-10 19:13:53 +0200
  • 0b9fae3c53 Reviewed rcamera/rgestures file-macros for consistency #3161 Ray 2023-07-10 19:13:44 +0200
  • 4b6cbd2340
    Fix Touch pointCount for web (#3163) ubkp 2023-07-10 13:58:56 -0300
  • 91e4eea52d
    Add raylib-ffi to bindings list (#3164) Evan Pratten 2023-07-10 12:58:10 -0400
  • 7ae6954f13
    Add raylib-ffi to bindings list Evan Pratten 2023-07-10 11:50:22 -0400
  • 39a444056f Fix Touch pointCount for web ubkp 2023-07-10 10:46:29 -0300
  • 334e96d470
    update bindbd-raylib3 to raylib 4.5 (#3157) o3o 2023-07-06 12:32:02 +0200
  • 685d47938b Reverted MeasureTextEx() change #3105 Ray 2023-07-06 12:31:01 +0200
  • 668b37e111 REVIEWED: GenImageFontAtlas(), make atlas size less conservative Ray 2023-07-06 12:29:28 +0200
  • 0f97488e02
    update bindbd-raylib3 to raylib 4.5 o3o 2023-07-06 10:49:36 +0200
  • 4f9235f6eb Merge branch 'master' of https://github.com/raysan5/raylib Ray 2023-07-05 18:36:59 +0200
  • 58bd10edb2 Update rtext.c Ray 2023-07-05 18:36:54 +0200
  • 13a26a0fa2
    Fix degrees of swipe gestures for web (#3155) ubkp 2023-07-05 11:43:00 -0300
  • 3c4ce9c99b
    Update examples_template.c to raylib 4.5 (#3156) Wytek01 2023-07-05 16:39:38 +0200
  • 1c5cf0056b
    Update examples_template.c to raylib 4.5 Wytek01 2023-07-05 16:30:50 +0200
  • 6f08b42690 Fix degrees of swipe gestures for web ubkp 2023-07-04 17:12:41 -0300
  • 225b4fb3e2 REVIEWED: Vector2Angle() Ray 2023-07-04 16:58:43 +0200
  • dd2d64e058
    Fix pinch gestures for web (#3153) ubkp 2023-07-04 06:08:58 -0300
  • f12693bbcc Fix pinch gestures for web ubkp 2023-07-04 01:58:42 -0300
  • ffe4d36e0a
    Fix swipe gestures for web (#3151) ubkp 2023-07-03 04:29:26 -0300
  • ec8063e91e Add CodeQL workflow Jorge 2023-07-03 09:10:59 +0200
  • 4c633eee3a Fix swipe gestures for web ubkp 2023-07-02 22:33:41 -0300
  • fdc28fce80 Reviewed vector2angle example Ray 2023-07-02 20:05:15 +0200
  • e8af875756 Minor format tweak, another issue introduced... Ray 2023-07-02 18:54:50 +0200
  • 64bb2fe3ec
    fix vector angle example mode 0 circle segment drawing (#3150) Gisteron 2023-07-02 18:51:27 +0200
  • 4547bf1571 fix vector angle example mode 0 circle segment drawing Gisteron 2023-07-02 18:42:35 +0200
  • d1ab031a27 ADDED: SetWindowFocused() #3142 Ray 2023-07-02 17:48:00 +0200
  • 5361d498c3 WARNING: REDESIGN: Vector2Angle()<-->Vector2LineAngle() #2887 Ray 2023-07-02 17:27:38 +0200
  • 4fc5e82e30 REVIEWED: TextToUpper(), TextToLower(), TextToPascal() Ray 2023-07-02 11:10:42 +0200
  • 3e4e4b32fd WARNING: BREAKING: ADDED: SetTextLineSpacing() Ray 2023-07-02 10:52:20 +0200
  • 48e2663d03 REVIEWED: Issue #3105 Ray 2023-07-02 10:51:39 +0200
  • df90da0b37 Update rcore.c Ray 2023-07-02 10:50:40 +0200
  • d76c0222b5 M gitignore DevyDhanish 2023-07-02 12:08:28 +0530