Commit Graph

  • 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
  • b2acff66de Fix macOS build of new rglfw.c approach Ahmad Fatoum 2017-11-22 22:33:47 +01:00
  • 899e1fbd94 Avoid duplicate definition of feature macro Ahmad Fatoum 2017-11-22 22:47:57 +01:00
  • f70a0a996c Review file issue Ray 2017-11-22 19:51:38 +01:00
  • 9ec8c0f1d6 Updated OSX compilation with clang Ray San 2017-11-22 17:29:46 +01:00
  • 1be826fb16 Removed useless file Ray San 2017-11-22 17:21:38 +01:00
  • 25ceec9b8f Corrected default textures locations Ray 2017-11-22 14:56:45 +01:00
  • 8b3694a34d Fix a crash in audio mixing code. David Reid 2017-11-22 18:36:48 +10:00
  • 6624672bfa Merge pull request #389 from Martinfx/master Ray 2017-11-21 23:26:01 +01:00
  • 398d793dbb Added FreeBSD clean for Makefile Martinfx 2017-11-21 19:30:52 +01:00
  • c71b01c8ac Update mini_al with fixes for OpenSL and SDL backends. David Reid 2017-11-21 06:35:38 +10:00
  • 14b889be41 Update mini_al with a potential fix for HTML5. David Reid 2017-11-20 21:47:07 +10:00
  • 3238cba47c Log the name of the playback device. David Reid 2017-11-19 16:36:24 +10:00
  • 49e945f958 Update mini_al with fixes and improvements for Emscripten. David Reid 2017-11-19 12:15:01 +10:00
  • 84ef860443 Update mini_al with experimental support for SDL/Emscripten. David Reid 2017-11-18 22:30:20 +10:00
  • f9144ac5b0 Rename a variable for consistency. David Reid 2017-11-18 12:15:48 +10:00
  • 3be83dac7e Update mini_al. David Reid 2017-11-18 11:51:51 +10:00
  • b9bb80d004 Add some logging and update mini_al. David Reid 2017-11-18 10:27:44 +10:00
  • 60d7215b2a mini_al: Unify the buffer system for Sounds and AudioStreams. David Reid 2017-11-18 08:42:14 +10:00
  • 6d317c7afe Remove glfw3 dependency Ray San 2017-11-17 18:43:39 +01:00
  • e2e4b8df28 Remove unneeded glfw dependencies Ray San 2017-11-17 18:42:39 +01:00
  • a6877c82c6 Added alternative license to rgif.h library Ray San 2017-11-17 18:30:19 +01:00
  • 261b00e9e8 Update mini_al. David Reid 2017-11-17 21:12:05 +10:00
  • a6416f82a7 Reviewed file comments Ray San 2017-11-16 17:59:35 +01:00
  • 96be62e88b Update mini_al.h David Reid 2017-11-16 21:49:45 +10:00
  • e03afbf2fa Add support for pitch shifting. David Reid 2017-11-15 22:04:23 +10:00
  • 322d868841 Fix minor errors with the OpenAL backend. David Reid 2017-11-14 21:44:57 +10:00
  • 88d2810fa3 Bug fixes for Music with mini_al. David Reid 2017-11-14 21:15:50 +10:00
  • 68024f1b0b Added desktop platform check... Ray 2017-11-13 21:37:00 +01:00
  • 3a96a66fdf Bring up to date with changes to mini_al. David Reid 2017-11-13 21:46:29 +10:00
  • 9c65caea8c Added GLFW sources to raylib Ray San 2017-11-13 12:09:41 +01:00
  • 6105ff9959 Added VS2015 UWP solution Ray San 2017-11-13 08:44:17 +01:00
  • e52f4282d6 Update comments. David Reid 2017-11-12 22:56:53 +10:00
  • ac4c911ad7 Work on porting Music to mini_al. David Reid 2017-11-12 21:55:24 +10:00
  • 68bf6c9701 Initial work on porting AudioStream to use mini_al. David Reid 2017-11-12 20:59:16 +10:00
  • 24b12e5e23 Remove PLATFORM_ checks from raylib header raysan5 2017-11-12 11:45:35 +01:00
  • 02dd4d32b5 Allow custom distortion shader - IN PROGRESS - raysan5 2017-11-12 11:00:28 +01:00
  • 09228752ce Review default shaders usage on loading raysan5 2017-11-12 10:33:44 +01:00
  • b0852002b8 Rename SoundInternal to SoundData for consistency with MusicData. David Reid 2017-11-12 14:54:37 +10:00
  • 75433a670e Initial work on adding support for mini_al. David Reid 2017-11-12 14:17:05 +10:00
  • b6b58991e6 Working on UWP support Ray San 2017-11-10 12:37:53 +01:00