| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-18 | [rnet] Review module formating | Ray | |
| Align formating with other raylib modules coding style. | |||
| 2020-02-18 | Review function name on RAUDIO_STANDALONE | Ray | |
| 2020-02-18 | Remove spaces | Ray | |
| 2020-02-18 | Some security checks in case music is not properly loaded | Ray | |
| 2020-02-17 | [text] TextLength() security check | Ray | |
| 2020-02-17 | Comment fprintf() calls | Ray | |
| 2020-02-14 | Update Notepad++ intellisense | Ray | |
| 2020-02-14 | Add function prototype | Ray | |
| 2020-02-14 | [raudio] ADDED: SetAudioStreamBufferSizeDefault() | Ray | |
| There could be some cases where we need to define the internal audio buffer size, now it's possible. RENAMED: InitAudioBuffer() to LoadAudioBuffer() RENAMED: CloseAudioBuffer() to UnloadAudioBuffer() Renamed some defines and reviewed some comments. | |||
| 2020-02-14 | Remove "No Audio Buffer" traces | Ray | |
| 2020-02-13 | Update miniaudio.h | Ray | |
| 2020-02-13 | [raudio] Corrected issue with OGG sound loading | Ray | |
| 2020-02-13 | Review some RPI issues | Ray | |
| 2020-02-12 | Updated periodSize reference | Ray | |
| 2020-02-12 | Trace log comment review | Ray | |
| 2020-02-12 | [core] Avoid pixel bleeding issue on MSAA | Ray | |
| 2020-02-12 | Reviewed Cppcheck issues #1098 | Ray | |
| 2020-02-11 | Fixed memory leaks in textures.c (#1097) | SasLuca | |
| 2020-02-11 | REVIEWED: GetDirectoryPath() | Ray | |
| Check if provided path is a full path containing system root letter: C:\ | |||
| 2020-02-11 | SUPPORT_HALFBUSY_WAIT_LOOP | Ray | |
| 2020-02-11 | Update CHANGELOG | Ray | |
| 2020-02-10 | REVIEWED: VS2017.UWP project | raysan5 | |
| It seems there is some problem on drawing... :( | |||
| 2020-02-10 | Remove spacing | raysan5 | |
| 2020-02-10 | [raudio] Update to latest miniaudio 0.10 | raysan5 | |
| 2020-02-10 | Minor tweaks | raysan5 | |
| 2020-02-10 | Review DEBUG trace log and custom allocators | raysan5 | |
| Not exposing some data structures | |||
| 2020-02-09 | REVIEWED: Makefile, examples clean target #1087 | raysan5 | |
| 2020-02-09 | REVIEWED: GenMeshCylinder(), solved issue #1088 | raysan5 | |
| 2020-02-09 | Corrected issue with toupper() usage | raysan5 | |
| 2020-02-09 | Review some libc dependency comments | raysan5 | |
| 2020-02-09 | Minor tweaks | raysan5 | |
| 2020-02-07 | Update CHANGELOG | Ray | |
| 2020-02-07 | Update CHANGELOG | Ray | |
| 2020-02-07 | Update CHANGELOG for raylib 3.0 -WIP- | Ray | |
| 2020-02-07 | Update ROADMAP.md | Ray | |
| 2020-02-07 | Update BINDINGS.md | Ray | |
| 2020-02-07 | Corrected typo | Ray | |
| 2020-02-07 | Added raylib-chibi binding | Ray | |
| 2020-02-06 | Review missing include | Ray | |
| 2020-02-06 | Review ALL games to raylib 3.0 | Ray | |
| 2020-02-06 | Corrected issue with TextToUpper() and TextToLower() | Ray | |
| This issue was breaking multiple things... | |||
| 2020-02-06 | Review game templates | Ray | |
| 2020-02-06 | Minor format tweaks | Ray | |
| 2020-02-06 | Update resource files | Ray | |
| 2020-02-06 | Update GLFW to latest master | Ray | |
| 2020-02-06 | Update external libraries | Ray | |
| 2020-02-04 | Added func used in comments | Ray | |
| 2020-02-04 | Review GetCurrentTime() | Ray | |
| 2020-02-04 | Update gestures.h | Ray | |
| 2020-02-04 | Review libc dependencies and remove when possible | Ray | |
| Just for clarification, no plans to remove libc dependency, just did some code analysis to see how much raylib depend on stardard C library. My conclusions: - stdlib.h: primary dependency is for malloc() and free() - stdio.h: primary dependency is for FILE access, maybe it could go through a custom ABI? - string.h: just around 8 functions required - math.h: just around 8 functions required - others: 1-2 functions required for some other headers | |||
