Commit Graph

  • 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
  • bcdde6c65a Merge pull request #420 from questor/develop Ray 2017-12-15 13:28:33 +01:00
  • 35d54dd7e4 Merge pull request #421 from a3f/develop Ray 2017-12-14 13:47:25 +01:00
  • 263e81b5c9 Build shared libs, games and examples on CI Ahmad Fatoum 2017-12-14 12:20:05 +01:00
  • 2affac820e make raylib not clash with windows-header user 2017-12-14 11:52:45 +01:00
  • 217917530b fix for eventmarker missed in first cl user 2017-12-14 11:51:17 +01:00
  • 48d0c93ace make GetTime available to user of library user 2017-12-14 11:50:35 +01:00
  • b872de951b fix for GetMatrixModelview (former cl) user 2017-12-14 11:49:31 +01:00
  • d51f382ef8 optimized matrixrotate function by removing identity matrix user 2017-12-14 11:48:33 +01:00
  • b5395b22cc make raymath compiling with msvc in c++ mode user 2017-12-14 11:47:52 +01:00
  • 07b522c113 make matrix stack work closer to old opengl implementation user 2017-12-14 11:46:38 +01:00
  • a7f2fedbfb compilefix for function declaration (win only) user 2017-12-14 11:45:47 +01:00
  • 0e18b14605 added debug-event-markers for opengl so that you're able to set markers for renderdoc or other gpu debuggers what your program is currently doing user 2017-12-14 11:44:48 +01:00
  • 963551ee6e added possibility to get modelview matrix from rlgl to be able to send it to shaders user 2017-12-14 11:43:06 +01:00
  • 69c8fa409a fixed function declaration differ from implementation user 2017-12-14 11:42:06 +01:00
  • 54587d7fdb proper if-clauses for disabling functionality in text.c user 2017-12-14 11:41:31 +01:00
  • 08fc886afd added proper define checks for png-save if it's disabled user 2017-12-14 11:40:08 +01:00
  • 2388cbc3cd Corrected crash on shader loading Ray 2017-12-13 20:10:13 +01:00
  • a6f9cc5629 Remove rres support Ray 2017-12-11 11:55:02 +01:00
  • 3e1d6859db Merge pull request #417 from a3f/develop Ray 2017-12-11 11:40:46 +01:00
  • 4a7840b752 Remove Meson build system Ahmad Fatoum 2017-12-11 11:13:34 +01:00
  • d24b89bb0e Add library versioning to Make/CMake build systems Ahmad Fatoum 2017-12-10 21:57:25 +01:00
  • de78fa69bc Fix CI builds after mini_al changes Ahmad Fatoum 2017-12-06 22:18:14 +01:00
  • 203b2f65d1 Fix typo in preprocessor macro Ahmad Fatoum 2017-12-10 21:11:04 +01:00
  • 5ae2c0d15b Added Wayland support raysan5 2017-12-09 19:05:42 +01:00
  • 950f31e620 Update mini_al. David Reid 2017-12-06 18:48:47 +10:00
  • 3b5a26099e Removed OpenAL Soft dependency on building Ray San 2017-12-05 14:01:35 +01:00
  • 33eec31575 Updated external libraries dependencies Ray San 2017-12-05 13:23:04 +01:00
  • acbfba9250 Updated library features and dependencies Ray San 2017-12-05 13:22:26 +01:00
  • 9d0ee6c2f6 Merge pull request #413 from mackron/dr/mini_al Ray 2017-12-05 11:23:16 +01:00
  • 104391f82b Update mini_al. David Reid 2017-12-05 18:49:00 +10:00
  • 54d0acc3b6 Change version number for develop Ray 2017-12-05 00:05:05 +01:00
  • 0cd327ccb2 Moved QuaternionNlerp() function Ray San 2017-12-04 11:03:45 +01:00
  • 82f88e5df9 Potential fixes for Raspberry Pi. David Reid 2017-12-03 11:20:02 +10:00
  • 25a232a6f3 Merge branch 'develop' of https://github.com/raysan5/raylib into develop Ray San 2017-11-30 16:59:13 +01:00
  • 9a7524661f Removed GLFW3 linking and added rglfw Ray San 2017-11-30 16:59:09 +01:00
  • 14b81c20c1 Merge pull request #410 from SamNChiet/testing_uwp Ray 2017-11-30 09:26:42 +01:00
  • 9dbd30c44b Add UWP gamepad input polling Sam C 2017-11-29 20:43:41 -08:00
  • 825d15b069 Fixed broken include for AppVeyor Martinfx 2017-11-29 16:54:25 +01:00
  • 55396ae2b8 Merge pull request #407 from Martinfx/develop Ray 2017-11-29 14:54:29 +01:00
  • 69a1c19735 Fixed use ${LIBS_PRIVATE} for FreeBSD Martinfx 2017-11-29 13:17:02 +01:00
  • 2f471414c2 Added compile with cmake for FreeBSD Martinfx 2017-11-29 00:05:39 +01:00
  • 2cf37708c0 Added glfw support for FreeBSD Martinfx 2017-11-29 00:04:29 +01:00
  • c9722161d1 Support GetCurrentTime() on macOS Ray San 2017-11-27 12:46:40 +01:00
  • ca921e5a53 CMake: Explicitly ask for C99 support Ahmad Fatoum 2017-11-27 01:24:08 +01:00
  • 7099e4ea4d Merge pull request #400 from a3f/develop Ray 2017-11-26 11:24:35 +01:00
  • a78a1504a8 Note that raylib can be installed via Homebrew Ahmad Fatoum 2017-11-26 10:42:19 +01:00
  • f991a075e1 Build examples and games on Travis CI Ahmad Fatoum 2017-11-25 20:27:53 +01:00
  • 853cc6f4c9 Added authorization token raysan5 2017-11-25 19:40:05 +01:00
  • d54ea107f7 [CI] Push Github artifacts only on tag Ahmad Fatoum 2017-11-24 23:03:02 +01:00
  • 13fa61f7d9 CI: Only push binaries for develop branch builds Ahmad Fatoum 2017-11-24 22:46:23 +01:00
  • 8337787ced Merge pull request #396 from a3f/develop Ray 2017-11-24 22:33:08 +01:00
  • 49c5a433df Setup CMake package target and CI auto-deploy tags Ahmad Fatoum 2017-11-24 19:57:44 +01:00
  • 10dc276423 Merge pull request #395 from a3f/develop Ray 2017-11-24 18:49:49 +01:00
  • 44376c04fa Generate and install pkg-config pc file Ahmad Fatoum 2017-10-11 22:33:09 +02:00
  • a0d9913c7c Potential fixes for audio on RPI and Emscripten builds. David Reid 2017-11-24 22:13:33 +10:00
  • 5463e14886 Audio: Fix a bug with AudioStreams. David Reid 2017-11-24 21:54:00 +10:00
  • 589cec0dd5 Update README.md Ray 2017-11-24 12:40:08 +01:00
  • f9d9ff7e48 Update README.md Ray 2017-11-23 10:14:53 +01:00
  • 83029225d6 Update README.md Ray 2017-11-23 10:13:40 +01:00
  • 08200f8f40 Merge pull request #393 from a3f/develop Ray 2017-11-23 09:59:36 +01:00
  • 17c91bad6f Disable CRT "secure" warnings Ahmad Fatoum 2017-11-23 07:44:55 +01:00
  • 1e1b20c889 Add AppVeyor CI for automatic Windows Builds Ahmad Fatoum 2017-11-22 23:32:08 +01:00
  • 96e0f0e35e Merge pull request #392 from a3f/develop Ray 2017-11-22 23:16:52 +01:00