Commit Graph

  • 3888299bf5 WARNING: REMOVED: DrawTextureTiled() Ray 2022-11-10 10:17:37 +01:00
  • 7f68c65406 WARNING: REMOVED: DrawTextureQuad() Ray 2022-11-10 10:11:28 +01:00
  • 84a2a88572 WARNING: REMOVED: DrawTexturePoly() Ray 2022-11-10 10:05:11 +01:00
  • fca58c8e2f dray is now 4.2.0 (#2792) red thing 2022-11-08 22:42:58 -08:00
  • 311a57f9fc Add frameworks needed on macos (#2793) Martin Wickham 2022-11-09 00:40:59 -06:00
  • 773c0d78d8 removing typo (#2790) Dor Shapira 2022-11-08 22:47:05 +02:00
  • ca6f58eed1 Update rcore.c Ray 2022-11-05 00:31:13 +01:00
  • dbdfad7ace Fix ExportDataAsCode() data types (#2787) RGDTAB 2022-11-04 15:39:04 -04:00
  • 1cb81e3f4c Fix examples/build.zig for the latest Zig version (#2786) Roman Akberov 2022-11-02 18:41:21 +01:00
  • 4c4a703841 Fix Android x86 Architecture name (#2783) IsaacTCB 2022-10-30 08:18:12 -03:00
  • d91f30958f Fix deprecation error on android api higher than 23 (#2778) Angga Permana 2022-10-27 16:38:25 +07:00
  • 5113817507 Improved billboards example, highlighting rotation and draw order (#2779) nobytesgiven 2022-10-26 20:16:35 +03:00
  • 28e8b2add3 REVIEWED: Issue with OpenURL() Ray 2022-10-26 18:04:20 +02:00
  • bcb47255b9 fixing typo (#2781) Dor Shapira 2022-10-26 18:14:52 +03:00
  • bc60812d68 added raylib-python-ctypes bindings (#2780) Dor Shapira 2022-10-26 18:14:24 +03:00
  • df4199e2c1 Add ChezScheme support (#2776) Yunoinsky 2022-10-26 15:12:14 +08:00
  • c4abf68351 fixed blur issue on opaque pictures & added example (#2775) nobytesgiven 2022-10-26 10:11:14 +03:00
  • 865f823835 Review -s Ray 2022-10-25 21:03:33 +02:00
  • dbecb95024 Added Box and Gaussian blurring (#2770) nobytesgiven 2022-10-25 18:56:06 +03:00
  • 072e92615a Updated support for crystal (#2774) Ian Rash 2022-10-25 01:51:40 -07:00
  • e5d332dea2 Fix bezier line breaking #2735 (#2767) nobytesgiven 2022-10-24 17:35:47 +03:00
  • d5cd5ebd80 Update to latest miniaudio (dev) Ray 2022-10-24 13:37:20 +02:00
  • d71505bdc6 Update Makefile Ray 2022-10-24 13:37:08 +02:00
  • 483f10397e review note Ray 2022-10-20 20:09:54 +02:00
  • d9f434afb9 Added -s EXPORTED_RUNTIME_METHODS=ccall to examples web build #2739 Ray 2022-10-20 20:07:29 +02:00
  • 40cf84e7e5 build.zig: let user decide how to set build mode + fix linker warning (#2763) InKryption 2022-10-20 18:33:12 +02:00
  • b8e14a4f99 Review parser Makefile (#2765) Peter0x44 2022-10-20 16:29:03 +01:00
  • 7e7939e1ad Add DrawCapsule(Wires) (#2761) ianband 2022-10-17 02:36:53 -07:00
  • c5e89241c5 BINDINGS: Add Umka bindings to BINDINGS.md (#2760) Rob Loach 2022-10-15 18:25:52 -04:00
  • 0b69bc28c6 Fix ImageTextEx and ImageDrawTextEx scaling (#2756) hkc 2022-10-14 18:43:12 +03:00
  • e61639f6fc ADDED: GenImageText() Ray 2022-10-14 10:51:43 +02:00
  • ccd4f8b5ae Add C3 binding to BINDINGS.md (#2757) Kenta 2022-10-13 22:00:53 +01:00
  • 11fd883ee4 Add Haskell bindings to BINDINGS.md (#2753) Anut-py 2022-10-12 16:04:11 -04:00
  • aa67f7c39a Fix & Simplify .vox signature check (#2752) CrezyDud 2022-10-12 17:14:18 +02:00
  • f080367a0c examples/core/core_custom_logging.c: Fix typo (#2751) hartmannathan 2022-10-12 11:12:28 -04:00
  • 07bbfe86b9 Update core_basic_window.c Ray 2022-10-11 22:28:40 +02:00
  • 8ebe62b4dd Use RL_QUADS/RL_TRIANGLES for single-pixel drawing (#2750) hkc 2022-10-11 19:45:34 +03:00
  • 4cca234f46 avoid leading spaces in text_rectangle_bounds (#2746) Szieberth Ádám 2022-10-11 12:14:40 +02:00
  • 0d04ceafbf build raylib_api without the 'vectex' tyops (#2749) Dor Shapira 2022-10-11 13:14:01 +03:00
  • 8025b052b3 fixing typo (#2748) Dor Shapira 2022-10-11 12:20:29 +03:00
  • cb085a1b50 Update BINDINGS.md (#2745) JupiterRider 2022-10-07 19:03:08 +02:00
  • cee0fc5d78 Update README.md Ray 2022-10-07 16:33:39 +02:00
  • 38025362ee Update version to raylib 4.5-dev to avoid confusions with 4.2 Ray 2022-10-07 16:22:44 +02:00
  • 7a15861d44 Update rlgl.h Ray 2022-10-06 00:56:18 +02:00
  • 26969c2c38 Added BLEND_CUSTOM_SEPARATE #2741 Ray 2022-10-05 13:57:38 +02:00
  • 25d846aa9a Avoid early return calls Ray 2022-10-05 13:34:19 +02:00
  • 9017be3259 Reviewed latest PR formating and variables naming #2741 Ray 2022-10-05 13:29:34 +02:00
  • 2d88958d35 Add rlSetBlendFactorsSeparate and custom blend mode modification checks (#2741) 凌溢狐 2022-10-05 19:05:44 +08:00
  • 2e26cf48e8 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2022-10-03 00:07:34 +02:00
  • 7459d906de Update rtext.c Ray 2022-10-03 00:07:22 +02:00
  • 62d228346b Update build.zig to work with last GLFW update (#2737) _Tradam 2022-10-02 14:29:48 -04:00
  • 2872b2fff5 Clear PCM buffer state when closing audio device (#2736) veins1 2022-10-02 22:30:26 +05:00
  • 33e7f7cc59 WARNING: DrawLineBezier() implementation needs review #2721 Ray 2022-10-02 11:11:13 +02:00
  • 0daaaddeef Fix Gestures to use GetTime() if it's available (#2733) Rob Loach 2022-10-02 04:47:17 -04:00
  • 03f5fce672 removed glfwSetWindowPos on InitWindow (#2732) Random 2022-10-02 01:46:33 -07:00
  • 178a356cb4 minor tweaks Ray 2022-09-30 23:07:29 +02:00
  • f14955512f fix issue #2728 (#2731) Random 2022-09-30 01:09:49 -07:00
  • 45da03df23 Reviewed monitor checking order Ray 2022-09-29 12:00:20 +02:00
  • 4fe6f885f7 Update gamepad mappings with latest gamecontrollerdb, fix #2725 Ray 2022-09-29 11:23:25 +02:00
  • 357f782f4e Merge branch 'master' of https://github.com/raysan5/raylib Ray 2022-09-29 11:08:02 +02:00
  • 0ced04f0df Fix #2722 Ray 2022-09-29 11:08:00 +02:00
  • 587e61def9 fixing new typoes (#2727) Dor Shapira 2022-09-28 21:04:59 +03:00
  • 5c404c79da Update raylib.h (#2726) Dor Shapira 2022-09-28 21:04:41 +03:00
  • 8f88c61bdf update build.zig (#2720) Michael Scherbakow 2022-09-27 01:27:22 +02:00
  • e9ca38fafa Clarified working of ImageDrawCircle and ImageDrawCircleV (#2719) bXi 2022-09-26 12:24:10 +02:00
  • 7ab056b6ef REVIEWED: GeneshHeightmap(), fix #2716 Ray 2022-09-25 15:41:49 +02:00
  • 2ef0b064e5 Fix isssue #2718 Ray 2022-09-25 14:09:28 +02:00
  • ea87491a82 ADDED: Support CAPS/NUM lock keys registering if locked Ray 2022-09-25 00:14:59 +02:00
  • 810a0330ab WARNING: Several changes on UTF-8/Codepoints API Ray 2022-09-22 20:35:55 +02:00
  • 4b1d4b4f6b Update rcore.c Ray 2022-09-22 20:30:02 +02:00
  • 907e9e1fe2 Update text_codepoints_loading.c Ray 2022-09-22 20:29:54 +02:00
  • 4311ffc9e1 REVIEWED: New functions coding conventions Ray 2022-09-19 18:47:16 +02:00
  • 2093fdcc53 Added: ImageDrawCircleLines, ImageDrawCircleLinesV (#2713) Rob Loach 2022-09-19 12:41:17 -04:00
  • 0e5cd442be REVIEWED: Renamed some shaders, fix #2707 Ray 2022-09-19 18:29:08 +02:00
  • 5530a3ceb8 REVIEWED: ScanDirectoryFilesRecursively(), fix #2704 Ray 2022-09-19 18:20:36 +02:00
  • 6e8f3b0f45 Update rlgl.h Ray 2022-09-19 10:35:34 +02:00
  • 12e8cef9cf REMOVED: Mipmaps software generation for OpenGL 1.1 Ray 2022-09-19 10:31:55 +02:00
  • 27781a4767 Remove touch points on touch up events on Android (#2711) Denis Pobedrya 2022-09-19 00:01:10 +03:00
  • 7e3a50b4ac Update BINDINGS.md (#2710) Gunko Vadim 2022-09-19 01:36:59 +05:00
  • 42ecd72547 [rlgl] Check for extensions before enabling them (#2706) Nikolas 2022-09-18 21:08:51 +02:00
  • 8f597b3cc3 Basic gamepad support for Android (#2709) Denis Pobedrya 2022-09-18 20:58:52 +03:00
  • ff25402f68 Fix viewport scaling bug on android after context rebind (#2703) Denis Pobedrya 2022-09-18 12:28:55 +03:00
  • 8e57c8ace3 Fix touchscreen input related functions on Android (#2702) Denis Pobedrya 2022-09-18 00:15:11 +03:00
  • 494a581339 Update BINDINGS.md (#2701) AQuantumPotato 2022-09-17 21:14:00 +00:00
  • 4c3d577ddb CMake: Project template fix to easily target raylib version (#2700) Rob Loach 2022-09-17 17:12:57 -04:00
  • c328f09efc Move compressed textures loading to a separate self-contained library Ray 2022-09-17 19:26:23 +02:00
  • cb9b8f73c0 ADDED: GenImagePerlinNoise() Ray 2022-09-17 13:39:49 +02:00
  • eaa0b9102b Fix typo (#2696) murilluhenrique 2022-09-15 19:06:25 -03:00
  • a12ddacb7b Enable DXT compression on __APPLE__ targets (#2694) Nikolas 2022-09-12 12:21:41 +02:00
  • 853c66baed REVIEWED: CheckCollisionPointPoly() Ray 2022-09-10 23:56:52 +02:00
  • cf76d23476 Minor format tweaks Ray 2022-09-10 10:23:38 +02:00
  • cf24c021a3 WARNING: BREAKING: Reviewed SSBO usage to avoid long long Ray 2022-09-09 00:26:47 +02:00
  • b478364914 REVIEWED: Removed comment, fixes #2691 Ray 2022-09-09 00:04:08 +02:00
  • c1b4881e8a examples/core/core_custom_logging.c: Fix typo (#2692) hartmannathan 2022-09-08 10:10:15 -04:00
  • ac1ffbad1d REVIEWED: Data type to unsigned Ray 2022-09-07 00:39:38 +02:00
  • b09725fa84 REPLACED: rlVertex2i() by rlVertex2f() Ray 2022-09-05 18:45:33 +02:00
  • e59442bfab REMOVED: rlPushMatrix()/rlPopMatrix() from rshapes Ray 2022-09-05 18:23:25 +02:00
  • 9996e328cb WARNING: BREAKING: Removed rlCheckRenderBatchLimit() requirement Ray 2022-09-05 13:20:09 +02:00
  • ad5ffd78d6 REVIEWED: rlgl enums and comments Ray 2022-09-05 11:15:28 +02:00
  • 0917290e95 REVIEWED: M3D model loading #2688 Ray 2022-09-04 18:49:54 +02:00