| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-10-24 | Merge pull request #8 from MurrayIRC/vscode-updates | Murray Campbell | |
| Vscode updates | |||
| 2018-10-24 | Update Makefile | Murray Campbell | |
| 2018-10-24 | Update tasks.json | Murray Campbell | |
| 2018-10-24 | Update launch.json | Murray Campbell | |
| 2018-10-24 | Merge pull request #7 from raysan5/master | Murray Campbell | |
| pull | |||
| 2018-10-24 | Code tweaks | Ray | |
| 2018-10-23 | ADDED: SplitText() function | Ray | |
| 2018-10-22 | Review code formatting for RPI inputs | Ray | |
| 2018-10-22 | Merge pull request #674 from Berni8k/master | Ray | |
| Added RaspberryPi option to ignore duplicate touchscreens (Default on) | |||
| 2018-10-21 | Added RaspberryPi option to ignore duplicate touchscreens (On by default) | Berni8k | |
| 2018-10-21 | Merge pull request #673 from Berni8k/master | Ray | |
| Added multitouch example | |||
| 2018-10-21 | Added multitouch example | Berni8k | |
| 2018-10-21 | Merge pull request #672 from Berni8k/master | Ray | |
| RaspberryPi Mouse and touch overhaul | |||
| 2018-10-21 | Overhaul mouse and touch for RaspberryPi \n\nNow all '/dev/input/event*' ↵ | Berni8k | |
| 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 | |||
| 2018-10-20 | Tweak for OpenGL 2.1 | Ray | |
| Why am I still supporting this??? | |||
| 2018-10-20 | Merge pull request #1 from raysan5/master | Berni8k | |
| Update | |||
| 2018-10-20 | Reviewed possible issue with external libs | Ray | |
| 2018-10-19 | Corrected typo | Ray | |
| 2018-10-19 | Reviewed possible issue with... | Ray | |
| ...disposing RenderTexture. | |||
| 2018-10-19 | Added comment on issue | Ray | |
| 2018-10-19 | Comment tweak | Ray | |
| 2018-10-18 | Some security checks on font loading | Ray | |
| 2018-10-18 | Some formatting tweaks | Ray | |
| 2018-10-18 | Merge pull request #669 from dj0nes/master | Ray | |
| Remove non-Windows includes from Makefile | |||
| 2018-10-18 | Remove non-Windows includes from Makefile | Dillon Jones | |
| 2018-10-18 | Removed OpenAL backend | Ray | |
| 2018-10-17 | Working on MP3 loading | Ray | |
| Loading full mp3 file works but loading for music streaming does not work, it seems total number of samples is not obtained correctly from mp3 file... | |||
| 2018-10-17 | Update src/external/dr_mp3.h | Ray | |
| 2018-10-16 | Review defines | Ray | |
| 2018-10-16 | Merge pull request #664 from ChrisDill/master | Ray | |
| Update .gitignore | |||
| 2018-10-16 | Merge pull request #663 from jubalh/fileexists | Ray | |
| Add FileExists() function | |||
| 2018-10-15 | Update .gitignore | ChrisDill | |
| - Ignore files in Debug.DLL from building VS2017 project. | |||
| 2018-10-14 | Add FileExists() function | Michael Vetter | |
| 2018-10-13 | Merge branch 'master' of https://github.com/raysan5/raylib | raysan5 | |
| 2018-10-13 | Corrected description | raysan5 | |
| 2018-10-13 | Update LICENSE.md | Ray | |
| 2018-10-13 | Corrected func name typo | raysan5 | |
| 2018-10-13 | Renamed new PR function | raysan5 | |
| RENAME: GetLastWriteTime() to GetFileModTime() | |||
| 2018-10-13 | Merge pull request #661 from ChrisDill/master | Ray | |
| Added GetLastWriteTime to allow for file reloading | |||
| 2018-10-12 | Added GetLastWriteTime to allow for file reloading | ChrisDill | |
| - Added a function to get the last write time of a file. I used this so I can reload files or resources if the time since they were last loaded changes. | |||
| 2018-10-11 | CMake: remove erroneous status message | Ahmad Fatoum | |
| OPENGL_VERSION is the version requested by the user, not the detected one... | |||
| 2018-10-11 | CMake: Fix build breakage trying to set OpenGL version | Ahmad Fatoum | |
| Fixes #660. | |||
| 2018-10-11 | Update CONTRIBUTING.md | Ray | |
| 2018-10-11 | Update CONTRIBUTING.md | Ray | |
| 2018-10-11 | Update CONTRIBUTING.md | Ray | |
| 2018-10-11 | Review raylib bindings | Ray | |
| 2018-10-11 | Merge pull request #659 from noshbar/text-memory-leak | Ray | |
| Fixes memory leak in text.c | |||
| 2018-10-10 | Minor tweaks | Ray | |
| 2018-10-10 | Merge pull request #657 from noshbar/minor-game-fixes | Ray | |
| 3 minor sample game cleanups: | |||
| 2018-10-10 | Merge pull request #656 from noshbar/vs2017-fix | Ray | |
| Physac.h fix for variable array size declaration. | |||
