Commit Graph

  • 9e5a9892be REVIEWED: PlaySoundMulti() #2231 Ray 2021-12-21 23:57:13 +01:00
  • 58f2bf4181 REVIEWED: Export format for float 32bit raysan5 2021-12-21 20:32:58 +01:00
  • a7bc5196cc Update dr_wav.h raysan5 2021-12-21 20:21:00 +01:00
  • bb7b13ef3c fixed cross-compilation from x86-64 (debian buster) to Raspberry Pi (raspbian) (#2233) Damien Pitard 2021-12-21 19:03:25 +01:00
  • 87b9ee9183 updated license of raylib-freebasic bindings (#2235) Michał KM 2021-12-21 14:44:12 +01:00
  • 588de4d095 Re-enable QOI support (#2236) Uneven Prankster 2021-12-21 10:42:27 -03:00
  • 22d0baa896 Review makefiles debug flag raysan5 2021-12-21 12:24:03 +01:00
  • dcb0e62095 Remove TODO on Makefile (#2232) Laurentino Luna 2021-12-20 13:04:36 -03:00
  • 5499388a4c REVIEWED: GenMeshCylinder() #2225 Ray 2021-12-19 13:40:55 +01:00
  • 278c9fa5bd REVIEWED: LoadTextureCubemap() #2224 Ray 2021-12-19 13:17:37 +01:00
  • 76daf6e364 REVIEWED: LoadTextureCubemap() #2223 Ray 2021-12-19 13:10:43 +01:00
  • 05428df667 ADDED NOTE: ImageDraw() does not support f32bit #2222 Ray 2021-12-19 12:48:06 +01:00
  • f5e951145a Add a comment to LoadFontEx to specify how to get the default character set. (#2221) Jeffery Myers 2021-12-18 10:33:19 -08:00
  • ef5be632fe REVIEWED: ExportMesh() #2220 raysan5 2021-12-17 20:55:38 +01:00
  • 87fa23beee Fix build results path on Linux and RPi (#2218) Tomas S 2021-12-16 17:10:13 +01:00
  • 51c929ef21 Parse struct descriptions (#2214) Benedek Szilvasy 2021-12-16 15:34:55 +00:00
  • 60b1f29783 Fix RPi make install (#2217) Tomas S 2021-12-16 16:29:09 +01:00
  • 2db44bc34a Turn on interpolation for XM playback (#2216) ptarabbia 2021-12-16 10:28:30 -05:00
  • 86611e6459 Fix issue #2092 (#2215) ptarabbia 2021-12-16 10:27:31 -05:00
  • 55d310fcc3 REVIEWED: EscapeBackslashes() in raylib-parser Ray 2021-12-16 14:59:40 +01:00
  • fffd78e7c8 Parse enum descriptions and value descriptions (#2208) Benedek Szilvasy 2021-12-16 13:49:17 +00:00
  • 48918ca5c6 REVIEWED: DrawMesh*() issue #2211 Ray 2021-12-16 00:19:41 +01:00
  • 1653fc5bb5 Update rcore.c Ray 2021-12-16 00:19:09 +01:00
  • 0454acaacf REVIEWED: Clear SSBO buffers on loading #2185 raysan5 2021-12-15 13:09:24 +01:00
  • 20f4d8c147 Reviewed typo Ray 2021-12-10 11:41:45 +01:00
  • 7787102573 Remove hardcoded path #2200 Ray 2021-12-10 10:42:13 +01:00
  • c0715c1225 Fixed functions Vector2Angle and Vector3Angle (#2203) Andrea Fontana 2021-12-09 22:30:52 +01:00
  • fd0e3a4fdd REVIEWED: GetCodepoint() #2201 Ray 2021-12-09 20:13:53 +01:00
  • fe95d82890 Add raylib-guile to BINDINGS.md (#2202) peter elliott 2021-12-09 12:08:58 -07:00
  • f09a916587 Update raudio.c Ray 2021-12-08 14:02:54 +01:00
  • ed1e1f35df REVIEWED: GenImageCellular() #2178 Ray 2021-12-08 11:01:41 +01:00
  • 7d25480723 REVIEWED: DrawTextureTiled() #2173 raysan5 2021-12-07 19:06:18 +01:00
  • 81240fe960 REVIEWED: vox_loader.h, 64bit issue #2186 raysan5 2021-12-07 19:00:58 +01:00
  • 72f3b00b00 Fix Vector2Angle() not working as expected (#2196) Jaedeok Kim 2021-12-07 18:45:36 +09:00
  • 3d0b56045a Add raylib-d binding. Also fix some spelling/grammar (#2194) Steven Schveighoffer 2021-12-06 18:09:54 -05:00
  • ef6959ed54 ADDED: raylibVersion symbol #2190 Ray 2021-12-06 19:53:09 +01:00
  • e7f48eb16b Tweaks Ray 2021-12-06 19:08:06 +01:00
  • 3cb4ef2599 Fix inverse length in Vector2Normalize (#2189) HarriP 2021-12-06 20:07:05 +02:00
  • fa7337e19c Vector2Angle returns degrees instead of radians, but all other raymath (#2193) Steven Schveighoffer 2021-12-06 13:05:28 -05:00
  • 93f05d851d Update webassembly.yml Ray 2021-12-06 18:37:44 +01:00
  • c5eaaed873 Update Makefile Ray 2021-12-06 12:09:44 +01:00
  • c4a62ca1e4 ADDED: Modules info at initialization Ray 2021-12-06 12:02:57 +01:00
  • 895f5ddd98 raylib-cslo switches to MPL-2.0 (#2187) Novaleaf 2021-12-05 01:24:35 -08:00
  • e637ad9d2a Support custom modules inclusion Ray 2021-12-04 19:56:02 +01:00
  • 48d4806e53 Update raylib_compile_execute.bat Ray 2021-12-03 15:39:46 +01:00
  • 930941e85e Added a couple of notes Ray 2021-12-03 00:30:27 +01:00
  • ba8c73a327 Added some reference code to load bones id and weight data for animations raysan5 2021-12-02 20:48:12 +01:00
  • d6517f9cd9 Add License to Ray4Laz (#2182) Gunko Vadim 2021-12-02 23:22:13 +05:00
  • 3aff6dd63e Update BINDINGS.md Ray 2021-12-02 18:35:56 +01:00
  • 6a0d5f6335 Added Licenses to BINDINGS raysan5 2021-12-02 18:30:41 +01:00
  • 59c4facd90 Disabled QOI image format raysan5 2021-12-01 20:56:39 +01:00
  • 7c6adc5d97 Update LICENSE.md (#2179) Tobias Berger 2021-12-01 15:12:56 +01:00
  • 65e07036a6 update to Jaylib 4.0 in BINDINGS.md (#2177) Richard Smith 2021-11-30 12:13:12 +00:00
  • d1b8d4f2c7 REVIEWED: Updated QOI to first official release Ray 2021-11-28 01:22:56 +01:00
  • 71f2e2b1e4 Add macos support to zig build system (#2175) Anders Holmberg 2021-11-27 10:46:18 +01:00
  • 2b2141902b ADDED: Support for QOI image format Ray 2021-11-27 10:35:00 +01:00
  • 49a5547386 dray has been updated to raylib v4.0! (#2171) red thing 2021-11-25 00:11:40 -08:00
  • 9088135b49 REVIEWED: Formating and comments Ray 2021-11-25 01:07:54 +01:00
  • b248a00c90 Fix scissor on macos (#2170) Arnaud Valensi 2021-11-25 01:03:20 +01:00
  • e60aa8e935 add raylib-cslo to bindings.md (#2169) Novaleaf 2021-11-23 13:21:39 -08:00
  • c5fc7c7640 allow physac to be built as a shared library (#2168) Novaleaf 2021-11-23 13:21:01 -08:00
  • 460eba53c7 Update NimraylibNow!'s supported Raylib version (#2166) Dmitry Matveyev 2021-11-23 13:57:22 +06:00
  • 924b1c7b0c fixed typo: aproximation to approximation (#2164) めぐみ発動機 (isVowel / GreenWing) 2021-11-22 02:06:52 +09:00
  • 478b70e53e fixed typo: aproximation to approximation (#2163) めぐみ発動機 (isVowel / GreenWing) 2021-11-22 02:06:20 +09:00
  • 4d3c79f91f Updated hxRaylib to 4.0 (#2158) Ratul Krisna 2021-11-19 20:12:18 +05:30
  • 73bded3b0c Move raylib-v7 to list of unmaintained bindings (#2156) Lorenzo 2021-11-18 23:22:14 +03:00
  • 7755cd0019 Tweak to minimize buffer overflow possibility raysan5 2021-11-18 10:25:28 +01:00
  • 3a9f089018 Added dart-raylib to BINDINGS.md (#2149) Jochum van der Ploeg 2021-11-17 22:13:39 +01:00
  • e24443bbbc Fixes CC while compiling for ANDROID_ARCH x86 (#2148) WilledgeR 2021-11-17 23:15:07 +03:30
  • 03f55d8f9e Minor tweaks raysan5 2021-11-17 13:36:28 +01:00
  • be371ebf99 REVIEWED: LoadTextureFromImage() Ray 2021-11-15 11:41:05 +01:00
  • b7bf220598 REVIEWED: rlUpdateTexture() Ray 2021-11-15 10:25:24 +01:00
  • ed125f27b0 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2021-11-15 10:14:03 +01:00
  • 5a6aa52a7c REVIEWED: ExportMesh() #2138 Ray 2021-11-15 10:14:00 +01:00
  • 6342cf103a Fix memory leak in parser (#2136) Ronnie Holm 2021-11-13 09:40:35 -08:00
  • 864e3ee9f3 Update BINDINGS.md (#2131) Milan Nikolic 2021-11-11 19:37:11 +01:00
  • 2c38dad214 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2021-11-11 18:26:28 +01:00
  • c8f029dba9 Expose MAX_KEYBOARD_KEYS and MAX_MOUSE_BUTTONS #2127 Ray 2021-11-11 18:26:25 +01:00
  • 802a1a1529 added LUA output format for parser; added Makefile for raylib_parser; added raylib_api.lua parser result; added raylib_parser binary to gitignore (#2129) iskolbin 2021-11-11 20:12:30 +03:00
  • fc268129ef Update BINDINGS.md (#2130) Ian Rash 2021-11-11 09:09:50 -08:00
  • 91135c8799 Fixed file/alloc limitation in GetDirectoryFiles() (#2126) lib-omar 2021-11-10 13:52:30 -05:00
  • da7e0ba9d9 ouch Ray 2021-11-10 13:37:50 +01:00
  • c82390e3f1 Reviewed descriptions and notes Ray 2021-11-10 13:31:42 +01:00
  • 4853082a4f REVIEWED: DrawRectanglePro(), support TRIANGLES drawing Ray 2021-11-10 13:28:43 +01:00
  • f6180efd35 REVIEWED: CheckCollision*() consistency Ray 2021-11-10 13:28:05 +01:00
  • 7158c80448 tweak Ray 2021-11-10 13:26:50 +01:00
  • 15fffa12a6 Update parser files (#2125) Laurentino Luna 2021-11-09 20:30:21 -03:00
  • 35cbacc68b Allow GL4.3 capabilities to be shown (#2124) Uneven Prankster 2021-11-09 11:24:39 -03:00
  • 44ba3a50ba Updated ODIN binding Ray 2021-11-09 13:29:56 +01:00
  • 14e4992d73 REVIEWED: rlGetCompressedFormatName() Ray 2021-11-09 11:53:18 +01:00
  • 21ec8c38ae Review variables initialization Ray 2021-11-09 11:49:03 +01:00
  • 8ec5b2dc2f Protect TextIsEqual from NULLs (#2121) Luke Krasnoff 2021-11-09 21:07:55 +10:30
  • 3f595fda26 Update BINDINGS.md (#2119) Calvin Day 2021-11-08 12:43:33 -05:00
  • 42f5903b91 Update BINDINGS.md Ray 2021-11-07 20:24:48 +01:00
  • bb87d2ae82 Update BINDINGS.md (#2116) Michał KM 2021-11-07 17:17:02 +01:00
  • 43c8c8ec34 README.md: HTTP => HTTPS (#2114) Kai 2021-11-07 16:42:45 +01:00
  • 9cb8934688 Updated the version of nelua-raylib to 4.0 (#2113) AKDev 2021-11-07 19:27:47 +05:30
  • f67947325b Update README.md Ray 2021-11-07 12:56:34 +01:00
  • 1bfdc468da Update BINDINGS.md Ray 2021-11-07 11:53:03 +01:00
  • f78b666c26 Changed hxRaylib version to 4.0-dev (#2112) Ratul Krisna 2021-11-07 16:21:39 +05:30