Commit Graph

  • 6dc2f979cc Updated raylib version raysan5 2018-02-04 12:33:46 +01:00
  • c32ed921a2 Security check in case window initialization fails raysan5 2018-02-04 12:31:16 +01:00
  • 8f287e72d2 Merge branch 'develop' of https://github.com/raysan5/raylib into develop raysan5 2018-02-04 12:26:33 +01:00
  • 70e0070a85 Reviewed window initialization raysan5 2018-02-04 12:26:28 +01:00
  • cb66c89dfa CMake: Rename WITH_SYSTEM_GLFW to USE_EXTERNAL_GLFW Ahmad Fatoum 2018-02-04 12:08:36 +01:00
  • e2861fa71f Merge pull request #456 from a3f/develop Ray 2018-02-04 11:55:18 +01:00
  • 26c9176a14 Return false from InitWindow if glfwInit or glfwCreateWindow fails Ahmad Fatoum 2018-02-03 12:12:50 +01:00
  • 44cd4faf83 exit(3), don't crash, when glfwCreateWindow fails Ahmad Fatoum 2018-02-03 14:40:57 +01:00
  • 2b2b1f91ee CMake: Fix typo in GLFW detection Ahmad Fatoum 2018-02-03 13:29:55 +01:00
  • 5bb23c6c06 Update README.md Ray 2018-02-03 11:33:05 +01:00
  • 7918c0bf71 Removed external dependencies Ray 2018-02-03 11:31:54 +01:00
  • 7f5fa4d49c CMake: Add tristate option for using system GLFW (#455) Ahmad Fatoum 2018-02-03 10:17:51 +01:00
  • 007ae1b7b3 CMake: Fix typo in MACOS_FATLIB Ahmad Fatoum 2018-02-03 09:38:05 +01:00
  • d1ef6869a9 Added function DrawRectangleLinesEx() Ray San 2018-02-02 11:01:38 +01:00
  • 58346414f7 Corrected typo Ray 2018-01-31 15:32:40 +01:00
  • 44c95af463 Added missing keys definitions Ray 2018-01-31 14:08:08 +01:00
  • 227880977e Do not ignore Makefiles! Ray 2018-01-29 14:01:06 +01:00
  • eb508bf75f Upload GGJ18 game: transmission mission Ray 2018-01-29 13:46:04 +01:00
  • 1ce8c80de9 Corrected several issues... Ray 2018-01-28 16:52:18 +01:00
  • f955b2255d GLFW: Fix build error on Linux < v2.6.39 Ahmad Fatoum 2018-01-27 14:50:04 +01:00
  • 2090ad8119 CMake: Add missing 0 to minimum version Ahmad Fatoum 2018-01-27 02:00:40 +01:00
  • 7f7aac643a CMake: Search dependencies and build pkg-config's Libs.private with it Ahmad Fatoum 2018-01-26 23:44:01 +01:00
  • 1093766669 CMake: remove OpenAL dependency Ahmad Fatoum 2018-01-26 22:57:57 +01:00
  • d5bbcbc15f Travis CI: Don't set CFLAGS=-m64 for macOS build Ahmad Fatoum 2018-01-27 01:04:28 +01:00
  • 1ab3c058f5 Drop libglew-dev as prereq for Travis build Ahmad Fatoum 2018-01-26 22:10:02 +01:00
  • 1d5fbef93d Clear fbo for drawing Ray 2018-01-26 11:49:00 +01:00
  • 779719f5dc Merge pull request #440 from a3f/develop Ray 2018-01-26 01:17:19 +01:00
  • 520f317a75 #include header for time() on Windows Ahmad Fatoum 2018-01-25 23:12:03 +01:00
  • 03ee03e2a6 #include header for glInsertEventMarkerEXT on macOS Ahmad Fatoum 2018-01-25 22:43:45 +01:00
  • 8be93762d9 Make function calls without prior declaration an error Ahmad Fatoum 2018-01-25 22:34:29 +01:00
  • c2ec88f930 Support DEBUG library building Ray 2018-01-25 10:07:51 +01:00
  • 2dcaddc81c Review mipmaps generation issue Ray 2018-01-23 13:23:34 +01:00
  • 04af83ff99 Improved pixel formats support Ray 2018-01-22 00:20:42 +01:00
  • cbef78ea18 Review VS2017 projects configurations Ray 2018-01-22 00:17:07 +01:00
  • e604fe1ace Added VS2017 UWP project Ray 2018-01-19 13:07:32 +01:00
  • 8e0a277f7c Reviewed UWP branch integration Ray 2018-01-19 12:02:15 +01:00
  • 6f73008007 Merge pull request #434 from raysan5/testing_uwp Ray 2018-01-19 11:43:21 +01:00
  • 750323da53 Merge branch 'develop' into testing_uwp Ray 2018-01-19 11:41:51 +01:00
  • 5931bd501c Merge pull request #433 from a3f/develop Ray 2018-01-18 13:35:09 +01:00
  • 30ef3f3122 GCC/Clang: Treat void pointer arithmetic as error Ahmad Fatoum 2018-01-18 13:22:41 +01:00
  • a2edc9d641 MSVC: Fix void pointer arithmetic error Ahmad Fatoum 2018-01-18 13:19:19 +01:00
  • ce9f191f1b Added function: ImageMipmaps() Ray 2018-01-18 00:23:28 +01:00
  • bdb61306ac CMake: build shape and texture examples (#432) kai 2018-01-17 20:14:14 +01:00
  • 727cb1819b Reviewed VS2015 projects Ray 2018-01-17 14:21:23 +01:00
  • c8e97df233 Reviewed function GenImagePerlinNoise() Ray 2018-01-17 00:43:30 +01:00
  • dd3b3dbadb Redesigned rlLoadTexture() Ray 2018-01-16 00:00:05 +01:00
  • 61679a4bbc Review releases, removed external dependencies - 2018-01-15 13:59:51 +01:00
  • 230e78a23e Code tweak while using OpenAL backend - 2018-01-15 13:54:25 +01:00
  • f2a675ae53 Reviewed Makefiles... - 2018-01-15 13:54:06 +01:00
  • 493a67e6d5 Support canvas scaling with window - 2018-01-15 12:53:14 +01:00
  • ddf6c65d00 Review Makefiles and templates - 2018-01-15 12:52:58 +01:00
  • f818ec0e05 Merge pull request #428 from SamNChiet/testing_uwp Ray 2018-01-13 11:00:56 +01:00
  • 1f70a8984a Add mouse input and revert keyboard to callback model Sam C 2018-01-12 20:56:35 -08:00
  • 278d8575bd Added new function: ImageAlphaCrop() Ray 2018-01-11 10:22:32 +01:00
  • c37d2d448d Corrected issue with matrices Ray 2018-01-08 01:03:04 +01:00
  • fcb0cae605 Use busy wait loop Ray 2018-01-07 23:55:23 +01:00
  • 4dcc02ff1e Launch draw call if buffer limits reached Ray 2018-01-07 23:54:11 +01:00
  • e4be917d1b Added new image functions raysan5 2018-01-07 00:51:26 +01:00
  • b97134c3e1 Review float pixel format textures support raysan5 2018-01-06 18:17:38 +01:00
  • 7caa3201d5 Improved pixel formats support raysan5 2018-01-06 13:43:48 +01:00
  • 1f0f8c33fa Added function declaration raysan5 2018-01-06 02:51:28 +01:00
  • 7fa2861160 Added function: GetPixelDataSize() raysan5 2018-01-06 02:50:20 +01:00
  • 0e48396369 Corrected issue with new functionality raysan5 2018-01-06 02:44:47 +01:00
  • b760f16f9b Reviewed framebuffers cleaning raysan5 2018-01-06 02:43:38 +01:00
  • 1a82e1ab26 Added function GetFileName() raysan5 2018-01-02 02:26:05 +01:00
  • e1baae0249 Removed function DrawRectangleT() raysan5 2018-01-01 16:54:32 +01:00
  • e69424c86f Reviewed text input raysan5 2017-12-31 23:50:22 +01:00
  • f51dcd8bfa Merge pull request #427 from SamNChiet/testing_uwp Ray 2017-12-29 09:54:34 +01:00
  • ff984d13db Revert accidental inclusion of binary+build files Sam C 2017-12-28 21:05:30 -08:00
  • 9941a6f4aa Replace keyboard callbacks with polling Sam C 2017-12-28 13:00:03 -08:00
  • c801830bcc Add keyboard input Sam C 2017-12-28 10:44:03 -08:00
  • e7cf03b1e4 Minor tweaks raysan5 2017-12-28 19:27:02 +01:00
  • 7965f983ba Support Wayland display on Linux desktop raysan5 2017-12-28 18:14:39 +01:00
  • b19e155b34 Support UNCOMPRESSED_R32G32B32A32 texture format raysan5 2017-12-28 17:58:37 +01:00
  • c93bca8c27 Review Makefile config flags raysan5 2017-12-28 17:58:09 +01:00
  • 0bd06eec51 Renamed function to SetTraceLog() raysan5 2017-12-24 16:49:54 +01:00
  • e517d8fd16 Added function SetTraceLogTypes() raysan5 2017-12-24 16:47:33 +01:00
  • e574428343 Some formatting tweaks raysan5 2017-12-24 16:12:52 +01:00
  • f44dbf21cf Review physac timming system raysan5 2017-12-24 15:59:03 +01:00
  • 0bb90d21c6 Merge pull request #424 from Martinfx/develop Ray 2017-12-23 18:57:26 +01:00
  • b5a1282c6b Updated VS2015 projects raysan5 2017-12-23 18:52:35 +01:00
  • dae426d9c6 Fixed path for FreeBSD Martinfx 2017-12-23 18:29:44 +01:00
  • 9b7a24331d Added next bsd os Martinfx 2017-12-23 18:12:19 +01:00
  • 00c34a035c Updated copyright year Ray San 2017-12-20 12:37:08 +01:00
  • 27c274bc3c Corrected issue with SaveImageAs() Ray San 2017-12-20 12:36:47 +01:00
  • e8bb53ed35 Corrected issue on OpenGL ES compilation Ray San 2017-12-20 12:35:12 +01:00
  • 61afd07bd7 Force OpenAL backend on some platforms Ray San 2017-12-20 12:34:18 +01:00
  • 1320044e94 Review code formatting Ray San 2017-12-20 11:37:43 +01:00
  • b63ffcfa0f Some code tweaks Ray 2017-12-20 00:34:31 +01:00
  • 5290390494 Expose GetTime() function to users Ray San 2017-12-19 14:06:54 +01:00
  • a7de5bf6d9 Merge pull request #423 from RDR8/patch-1 Ray 2017-12-19 09:37:43 +01:00
  • 22e72cb0a1 Update CONTRIBUTING.md RDR8 2017-12-19 02:27:12 -06:00
  • 8d5484bbe0 Fix some typos in CONTRIBUTING.md (#422) RDR8 2017-12-19 02:19:43 -06:00
  • 647d8b2d53 Remove Alien::raylib from bindings list Ahmad Fatoum 2017-12-18 15:35:10 +01:00
  • f3f3e7cf6d Removed contributors file Ray San 2017-12-18 12:23:29 +01:00
  • bd4aa2459f Create CONTRIBUTING.md Ray 2017-12-18 12:06:58 +01:00
  • bc6ae93a48 Added some comments on GetTime() Ray 2017-12-18 00:06:57 +01:00
  • b155333178 Support audio module skip on compiling Ray San 2017-12-15 17:02:29 +01:00
  • e17a9a8216 Updated mini_al to latest version Ray San 2017-12-15 17:01:50 +01:00
  • 53ad53d051 Manually review previous PR Ray San 2017-12-15 13:44:31 +01:00