| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-06 | Support custom texture on shapes drawing | Ray | |
| By default, internal white texture was used to draw most of the shapes; some time ago, support for white font character from default internal font was added. That way, all basic drawing (shapes, text) could be performed without a texture change and in a single drawing pass. Now, we move a step further and we allow configuring the texture (and rectangle) used to do the shapes drawing. | |||
| 2018-11-05 | Corrected issue with sampleCount | Ray | |
| 2018-10-31 | Add flag: SUPPORT_EVENTS_WAITING | Ray | |
| Wait for input events passively (sleep) instead of polling events actively every frame | |||
| 2018-10-31 | Reviewed audio issues | Ray | |
| - Updated dr_mp3 and implemented it - Reviewed sampleCount vs frameCount - Reviewed XM playing (some weird things...) | |||
| 2018-10-29 | Corrected typo | Ray | |
| 2018-10-29 | ADDED: Some functions... | Ray | |
| text: IsEqualText() -WIP- audio: SaveWAV() audio: ExportWaveAsCode() textures: ExportImageAsCode() | |||
| 2018-10-25 | Merge pull request #676 from jubalh/pathdefines | Ray | |
| Pathdefines | |||
| 2018-10-25 | Fix GetDirectoryFiles description | Michael Vetter | |
| The comment sais it allows max 256 files, but the MAX_DIRECTORY_FILES define actually is set to 512. | |||
| 2018-10-25 | Use seperate blog for MAX_FILEPATH_LENGTH define | Michael Vetter | |
| Let's have a seperate if linux block for this. Since we will need to define MAX_FILEPATH_LENGTH for all other cases. And its more readable like this. | |||
| 2018-10-25 | Use filepath define | Michael Vetter | |
| On Linux systems the length of the path is defined in linux/limits.h as PATH_MAX. Lets use that for MAX_FILEPATH_LENGTH, which is a define that we can find in some comments in the code that is actually never used. Instead often we see 256 handwritten. So lets have MAX_FILEPATH_LENGTH as a proper define, being set to PATH_MAX on Linux and to 256 on Windows systems. | |||
| 2018-10-24 | Merge pull request #675 from MurrayIRC/master | Ray | |
| VSCode Project Updates | |||
| 2018-10-24 | Reviewed functions definition | Ray | |
| 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() | |||
