Commit Graph

  • 3d825eb973 Added RaspberryPi option to ignore duplicate touchscreens (On by default) Berni8k 2018-10-21 15:06:40 +01:00
  • 804b291ff1 Merge pull request #673 from Berni8k/master Ray 2018-10-21 11:38:44 +02:00
  • 7a712d00e6 Added multitouch example Berni8k 2018-10-21 10:10:50 +01:00
  • 30f2483bdb Merge pull request #672 from Berni8k/master Ray 2018-10-21 09:56:26 +02:00
  • e07ec6a2e8 Overhaul mouse and touch for RaspberryPi \n\nNow all '/dev/input/event*' devices are now used for input. No longer uses '/dev/input/mouse*', keyboard and gamepad continue to use existing method\nMultitouch is now supported on RPi with 10 point multitouch\nFixed bugs with IsMouseButtonPressed(Used to constantly fire when holding button) and GetMouseWheelMove(Did not work)\n Fixed exesive CPU usage of GamepadThread Berni8k 2018-10-21 00:09:17 +01:00
  • bd383fe219 Tweak for OpenGL 2.1 Ray 2018-10-20 12:48:03 +02:00
  • 464a559020 Merge pull request #1 from raysan5/master Berni8k 2018-10-20 12:34:40 +02:00
  • 161b18edea Reviewed possible issue with external libs Ray 2018-10-20 12:30:37 +02:00
  • 1f4866276a Corrected typo Ray 2018-10-19 21:50:50 +02:00
  • 16914dfaa2 Reviewed possible issue with... Ray 2018-10-19 21:40:34 +02:00
  • 2759218368 Added comment on issue Ray 2018-10-19 16:17:44 +02:00
  • fa5cebdfd2 Comment tweak Ray 2018-10-19 16:17:29 +02:00
  • 3b674cd281 Some security checks on font loading Ray 2018-10-18 17:48:33 +02:00
  • 764766bfb2 Some formatting tweaks Ray 2018-10-18 16:00:11 +02:00
  • 1dba2788bb Merge pull request #669 from dj0nes/master Ray 2018-10-18 13:49:33 +02:00
  • 59bbad9360 Remove non-Windows includes from Makefile Dillon Jones 2018-10-18 07:28:57 -04:00
  • c2aa1fed7b Removed OpenAL backend Ray 2018-10-18 11:38:42 +02:00
  • 8bac72f4fa Working on MP3 loading Ray 2018-10-17 19:39:16 +02:00
  • 8a88e65a94 Update src/external/dr_mp3.h Ray 2018-10-17 19:37:53 +02:00
  • b8b8936cd7 Review defines Ray 2018-10-16 10:53:01 +02:00
  • f566173927 Merge pull request #664 from ChrisDill/master Ray 2018-10-16 10:38:40 +02:00
  • d1c4a4f873 Merge pull request #663 from jubalh/fileexists Ray 2018-10-16 10:38:09 +02:00
  • a7a70004f1 Update .gitignore ChrisDill 2018-10-15 15:19:58 +01:00
  • d8331bde3a Add FileExists() function Michael Vetter 2018-10-14 14:14:04 +02:00
  • e371609a12 Merge branch 'master' of https://github.com/raysan5/raylib raysan5 2018-10-13 16:31:22 +02:00
  • 68d2b0c071 Corrected description raysan5 2018-10-13 16:30:44 +02:00
  • e9f3f6347f Update LICENSE.md Ray 2018-10-13 16:03:42 +02:00
  • cd6c362485 Corrected func name typo raysan5 2018-10-13 16:00:54 +02:00
  • c7b601b624 Renamed new PR function raysan5 2018-10-13 15:59:17 +02:00
  • fc4e9e7a37 Merge pull request #661 from ChrisDill/master Ray 2018-10-13 15:53:02 +02:00
  • c2b36af60f Added GetLastWriteTime to allow for file reloading ChrisDill 2018-10-12 13:53:36 +01:00
  • 5945805b15 CMake: remove erroneous status message Ahmad Fatoum 2018-10-11 13:52:25 +02:00
  • 9b25da5f98 CMake: Fix build breakage trying to set OpenGL version Ahmad Fatoum 2018-10-11 13:39:23 +02:00
  • 9ac5a8b1a0 Update CONTRIBUTING.md Ray 2018-10-11 13:38:03 +02:00
  • c7c6d1ed4e Update CONTRIBUTING.md Ray 2018-10-11 10:54:27 +02:00
  • 43b4d25a7f Update CONTRIBUTING.md Ray 2018-10-11 10:53:19 +02:00
  • 13844df2ea Review raylib bindings Ray 2018-10-11 10:49:28 +02:00
  • a12cafe84d Merge pull request #659 from noshbar/text-memory-leak Ray 2018-10-11 00:21:25 +02:00
  • 126ab49221 Minor tweaks Ray 2018-10-10 23:55:36 +02:00
  • 64778e8cd8 Merge pull request #657 from noshbar/minor-game-fixes Ray 2018-10-10 23:46:59 +02:00
  • b8b8e6ab7d Merge pull request #656 from noshbar/vs2017-fix Ray 2018-10-10 23:44:20 +02:00
  • 4a4efaa25e Merge pull request #658 from noshbar/incorrect-GenImageFontAtlas-def Ray 2018-10-10 23:44:08 +02:00
  • ec6b21bd91 Fixes memory leak in text.c noshbar 2018-10-10 22:41:20 +02:00
  • ccaf462cbf GenImageFontAtlas prototype in raylib.h is incorrect. noshbar 2018-10-10 22:28:17 +02:00
  • 1d548eaa4b 3 minor sample game cleanups: * changed bitwise & to logical && * removed redundant state check * moved a strcpy inside a NULL check to prevent a crash. NOTE: nothing sensible will happen as a result, but no crash at least. noshbar 2018-10-10 22:05:13 +02:00
  • 7f7f3b7cd5 Physac.h fix for variable array size declaration. noshbar 2018-10-10 21:52:50 +02:00
  • f238b9ea3c Small tweak to avoid warning Ray 2018-10-10 12:31:55 +02:00
  • a511337ce8 ADDED: GetFileNameWithoutExt Ray 2018-10-10 12:01:59 +02:00
  • 555fdec958 Corrected issues with VS2017 compilation Ray 2018-10-09 00:20:39 +02:00
  • 2320c2febf ADDED: ImageExtractPalette() Ray 2018-10-08 18:57:33 +02:00
  • 4f5937e89b OSX native window keeps breaking... Ray 2018-10-08 18:51:41 +02:00
  • 717cf77129 Corrected issue with dirent.h inclusion... Ray 2018-10-08 18:38:39 +02:00
  • 2652e7d1c1 Avoid multiple gl.h inclusions Ray 2018-10-08 18:08:39 +02:00
  • 81d28c5784 dirent.h implementation for MSVC Ray 2018-10-08 16:55:01 +02:00
  • 6e4bd60978 Trying to include dirent.h for MSVC Ray 2018-10-08 16:25:47 +02:00
  • 2d324f22a7 Corrected issue with native window handler on OSX Ray 2018-10-08 16:12:09 +02:00
  • 97f6454982 Corrected issue with native handler on OSX Ray 2018-10-08 13:29:42 +02:00
  • ca1e309d9d Corrected issue with GetWindowHandle() Ray 2018-10-08 13:14:15 +02:00
  • 2feea87b61 Multiple changes, check description Ray 2018-10-08 12:29:02 +02:00
  • 46c0e73c6c README.md: add link to raylib bindings list Ahmad Fatoum 2018-10-07 21:54:14 +02:00
  • c4b7d17516 CMake: report what kind of libraries will be built Ahmad Fatoum 2018-10-07 19:35:31 +02:00
  • 2981713e4f CMake: accept standard -DBUILD_SHARED_LIBS as well Ahmad Fatoum 2018-10-07 19:09:05 +02:00
  • 93f68fa612 Merge pull request #655 from a3f/master Ray 2018-10-07 09:16:54 +02:00
  • 1fe6d9fc06 core: workaround window not being rendered till moved on macOS Mojave Ahmad Fatoum 2018-10-07 00:47:57 +02:00
  • 6572d5ff8c raylib.h: include <stdbool.h> if available Ahmad Fatoum 2018-10-07 00:34:50 +02:00
  • a56b3c2194 CMake: suppress OpenGL deprecation warnings on macOS Mojave Ahmad Fatoum 2018-10-07 00:33:05 +02:00
  • 35ee4fa685 Merge pull request #653 from pamarcos/physac_fix Ray 2018-10-04 21:21:28 +02:00
  • 35634f37c8 Fix physac's fixed time step Pablo Marcos Oltra 2018-09-23 13:55:39 +02:00
  • 589152b658 Review void pointer incrementation Ray 2018-10-01 15:45:01 +02:00
  • d67edb591a Support KXT image file export Ray 2018-10-01 15:30:48 +02:00
  • ecb787d76f Update version number (internally) Ray 2018-10-01 15:29:34 +02:00
  • 47fab2f54d Merge pull request #650 from ChrisDill/master Ray 2018-09-30 16:43:09 +02:00
  • 67dc50ef00 Changed monitor functions to use a index ChrisDill 2018-09-30 15:20:02 +01:00
  • 6b84b76b70 Forgot #else in platform check ChrisDill 2018-09-29 14:28:07 +01:00
  • ed95337eb8 Added platform check ChrisDill 2018-09-29 14:10:29 +01:00
  • ed79d53e1a Changed tabs to spaces ChrisDill 2018-09-27 16:23:11 +01:00
  • 73701c12b2 Merge remote-tracking branch 'upstream/master' ChrisDill 2018-09-27 15:54:02 +01:00
  • 1836e02c1e Added monitor functions ChrisDill 2018-09-27 15:52:56 +01:00
  • 29eddb9ff3 Updated icon data Ray 2018-09-26 16:02:42 +02:00
  • abfbc42df7 PNG image size optimization Ray 2018-09-25 12:53:31 +02:00
  • d1e5b4b546 New icon generation Ray 2018-09-25 10:41:15 +02:00
  • 756065d42c Review iconography raysan5 2018-09-24 14:21:31 +02:00
  • 9e046a4293 Merge pull request #646 from MurrayIRC/master Ray 2018-09-22 09:40:34 +02:00
  • 9c6a98aa61 Merge pull request #6 from MurrayIRC/MurrayIRC-vscode Murray Campbell 2018-09-21 18:19:48 -05:00
  • d17c323f98 Update tasks.json Murray Campbell 2018-09-21 18:18:38 -05:00
  • 65c74c7cfa Update c_cpp_properties.json Murray Campbell 2018-09-21 18:16:27 -05:00
  • 46b171a80c Update Makefile Murray Campbell 2018-09-21 18:12:11 -05:00
  • 4757ead493 Update launch.json Murray Campbell 2018-09-21 18:10:50 -05:00
  • c015529088 Merge pull request #5 from raysan5/master Murray Campbell 2018-09-21 18:09:53 -05:00
  • 9efe5c6802 Support MP3 wave loading -NOT TESTED- Ray 2018-09-19 15:57:46 +02:00
  • be599a9ece enjoy! Ray 2018-09-18 21:34:02 +02:00
  • 27c3afd91c enjoy! Ray 2018-09-18 21:30:52 +02:00
  • 2bd18ab91e Support ExportImage() as raw pixel data Ray 2018-09-17 19:00:51 +02:00
  • f503fded67 Support image export Ray 2018-09-17 17:06:58 +02:00
  • ec5c9686b3 Improved data export capabilities! Ray 2018-09-17 16:56:02 +02:00
  • 3a1a489545 Removed TABS Ray 2018-09-14 13:00:48 +02:00
  • 5b09630d45 Update mini_al to v0.8.8 Ray 2018-09-14 12:47:31 +02:00
  • f32e23c11b Merge pull request #641 from ChrisDill/master Ray 2018-09-13 12:51:45 +02:00
  • 1e1bbaa40b Added a few missing functions to raymath ChrisDill 2018-09-13 11:43:10 +01:00
  • 37acf0aa22 Update README.md Ray 2018-09-09 17:36:24 +02:00