Commit Graph

  • 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
  • e12182f59b Merge pull request #384 from nounoursheureux/develop Ray 2017-11-10 12:10:49 +01:00
  • 7ef604fbf5 Store the default shaders Wilhem Barbier 2017-11-09 20:47:22 +01:00
  • 0eb222bda1 Issue with libraries renamed on Raspbian Stretch Ray San 2017-11-07 13:02:15 +01:00
  • 99d3803d16 Added VS2017 raylib project Ray 2017-11-06 23:56:03 +01:00
  • 37986b26cb Corrected issue with text drawing on image Ray San 2017-11-06 14:13:50 +01:00
  • 2f024dbfef Corrected possible issue on FBO creation Ray San 2017-11-06 13:58:11 +01:00
  • 4fe8e05a7f Review GLSL 120 shaders Ray San 2017-11-06 13:49:33 +01:00
  • 81518ccd13 Corrected issue with shader locations init Ray San 2017-11-06 13:41:13 +01:00
  • 2eceecb7b7 Merge pull request #382 from nounoursheureux/develop Ray 2017-11-05 22:47:55 +01:00
  • 879c2f484b SetShaderValue take const pointer Wilhem Barbier 2017-11-05 21:57:29 +01:00
  • 085779707f Uploaded shaders for GLSL 120 Ray 2017-11-05 17:13:17 +01:00
  • 24657ca789 Review textures to be POT Ray 2017-11-05 17:06:50 +01:00
  • 5f65380732 Merge branch 'develop' of https://github.com/raysan5/raylib into develop Ray 2017-11-05 09:58:31 +01:00
  • aa6a1b4283 Corrected issue with missing defines Ray 2017-11-05 09:58:25 +01:00
  • 36ae9c8c3a Compile DLL avoiding extra dependencies raysan5 2017-11-04 18:36:15 +01:00
  • d43af4918b Improve textures support for OpenGL 2.1 Ray 2017-11-04 16:57:46 +01:00
  • 9e0105a1a3 Corrected function name Ray 2017-11-04 16:57:20 +01:00
  • c570f7ca63 Rebuild dynamic libs for MSVC (VS2015) Ray San 2017-11-03 17:32:13 +01:00
  • 244007a99b Review Fade() functionality Ray San 2017-11-03 12:41:03 +01:00
  • 3c3d56bb4a Renamed data types to standard names Ray San 2017-11-03 12:40:46 +01:00
  • 3d755d617a Some code tweaks... Ray San 2017-11-02 20:08:52 +01:00
  • 415e7e972c Review some issues, view description Ray San 2017-10-30 13:51:46 +01:00
  • f460b3842e Added new example: text drawing on image Ray San 2017-10-30 09:37:16 +01:00
  • 743cc6add6 Review new build platform: FreeBSD Ray 2017-10-30 00:14:13 +01:00
  • ecf797cc7d Updated VS2015 project include and link paths raysan5 2017-10-29 14:33:35 +01:00
  • 52cd0395b4 Merge pull request #373 from Martinfx/master Ray 2017-10-28 22:22:04 +02:00