| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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. | |||
| 2018-10-10 | Merge pull request #658 from noshbar/incorrect-GenImageFontAtlas-def | Ray | |
| GenImageFontAtlas prototype in raylib.h is incorrect. | |||
| 2018-10-10 | Fixes memory leak in text.c | noshbar | |
| GenImageFontAtlas() allocates an array of stbrp_rect for the packing functions, but it never frees them. | |||
| 2018-10-10 | GenImageFontAtlas prototype in raylib.h is incorrect. | noshbar | |
| The prototype of GenImageFontAtlas() in the main raylib.h header has a set of swapped parameter names. Going through the usage of the function within raylib itself, it appears as if the correct order is: 1) charsCount 2) fontSize However, it's exposed to the world as the other way around, which may cause some major confusion. | |||
| 2018-10-10 | 3 minor sample game cleanups: | noshbar | |
| * 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. | |||
| 2018-10-10 | Physac.h fix for variable array size declaration. | noshbar | |
| Generating the projects using CMake, targeting VS2017, results in an error when compiling. This is due to physac.h trying to make a 'vertices' array of size 'int count', making it const does not work, either. This changes the static declaration to a malloc/free combo. Tested using the physics-demo. | |||
| 2018-10-10 | Small tweak to avoid warning | Ray | |
| 2018-10-10 | ADDED: GetFileNameWithoutExt | Ray | |
| 2018-10-09 | Corrected issues with VS2017 compilation | Ray | |
| 2018-10-08 | ADDED: ImageExtractPalette() | Ray | |
| 2018-10-08 | OSX native window keeps breaking... | Ray | |
| 2018-10-08 | Corrected issue with dirent.h inclusion... | Ray | |
| ...and MacOSX OBJC types definition... | |||
| 2018-10-08 | Avoid multiple gl.h inclusions | Ray | |
| Expose native Cocoa Window again... | |||
| 2018-10-08 | dirent.h implementation for MSVC | Ray | |
| This implementation is a bit limited, does not support wide characters directories but it's a temporal solution... This solution uses "io.h" (like MinGW provided one) while other modern solutions use the "windows.h", that result in duplicate symbols issues... need to review it carefully. | |||
| 2018-10-08 | Trying to include dirent.h for MSVC | Ray | |
