| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-16 | Update FUNDING.yml | Ray | |
| 2019-07-15 | Move raylib memory pool docs to raylib Wiki | raysan5 | |
| 2019-07-15 | Review rmem functions naming and coding conventions | raysan5 | |
| 2019-07-15 | Submitting rmem memory and object pool module (#898) | Kevin Yonan | |
| * Submitting rmem memory and object pool module * changed 'restrict' to '__restrict' so it can compile for MSVC Added `const` to parameters for `MemPool_Realloc` * Update and rename mempool README.txt to mempool_README.md * Update mempool_README.md * Update mempool_README.md * Update and rename objpool README.txt to objpool_README.md * implementing changes * updating header for changes. * forgot to change _RemoveNode to __RemoveNode * removing l * removing l * Updating documentation on MemPool_CleanUp function * Updating documentation on ObjPool_CleanUp function * changed *_CleanUp function parameter Replaced `void*` pointer to pointer param to `void**` so it's more explicit. * Updating header to reflect changes to the *_CleanUp functions * A single change for the mempool and a patch for the objpool. Object Pool Patch: if you deplete the object pool to 0 free blocks and then free back one block, the last given block will be rejected because it was exactly at the memory holding the entire pool. Mempool change: switched memory aligning the size from the constructor to when allocating. | |||
| 2019-07-15 | Adding solar system examples. (#900) | Aldrin Martoq | |
| 2019-07-15 | Delete CODE_OF_CONDUCT.md | raysan5 | |
| 2019-07-12 | Review extensions loading and freeing | raysan5 | |
| 2019-07-12 | Merge branch 'master' of https://github.com/raysan5/raylib | raysan5 | |
| 2019-07-12 | Use function GetSizeBase64() | raysan5 | |
| 2019-07-02 | Review VSCode project | Ray | |
| 2019-06-29 | Remove old OpenAL comments | Ray | |
| 2019-06-29 | Review multichannel PR addition | Ray | |
| - Capital letters at beginning - for loop spacing and brackets - Functions naming for consistency - Example following examples template - Other tweaks | |||
| 2019-06-29 | add multi channel audio to raudio (#895) | chriscamacho | |
| * added multi channel sound replay to raudio added -fPIC to Makefile for Linux added simple lighting and audio multi channel to examples Makefile * not properly reporting audio buffer pool size... | |||
| 2019-06-24 | Fix typo in comment (onlyl -> only) | Leandro Gabriel | |
| 2019-06-19 | Renamed screenWidth & screenHeight | Ray | |
| 2019-06-19 | Define some globals | Ray | |
| 2019-06-17 | ADDED: DrawTriangleStrip() | Ray | |
| 2019-06-16 | RENAMED: LoadDefaultFont() -> LoadFontDefault() | Ray | |
| Renamed internal function for consistency with similar functions. | |||
| 2019-06-16 | Code tweaks | Ray | |
| 2019-06-16 | Some formatting tweaks | Ray | |
| 2019-06-15 | Merge pull request #893 from kawa-yoiko/rlgl-quad-padding | Ray | |
| Fix vertex padding not zeroed for quads | |||
| 2019-06-15 | Fix vertex padding not zeroed for quads, close #891 | Shiqing | |
| 2019-06-14 | Corrected issue with input threads (RPI) | Ray | |
| 2019-06-14 | Support new flag: FLAG_WINDOW_ALWAYS_RUN | Ray | |
| Do not stop update/draw on window minimized WARNING: SetConfigFlag() was reviewed to support int flags | |||
| 2019-06-14 | Remove example from Android building | Ray | |
| 2019-06-14 | ADDED: shaders_basic_lighting | Ray | |
| 2019-06-12 | Added CMake flags | Ray | |
| Reviewed comments | |||
| 2019-06-12 | Tweak: Change check order | Ray | |
| 2019-06-12 | Corrected IQM function declaration | Ray | |
| 2019-06-12 | Review DEBUG mode | Ray | |
| 2019-06-12 | Support externally provided compiler | Ray | |
| 2019-06-12 | Merge pull request #879 from DarkElvenAngel/Keyboard-patch | Ray | |
| Keyboard patch | |||
| 2019-06-12 | Update CONTRIBUTING.md | Ray | |
| 2019-06-10 | Add files via upload | DarkElvenAngel | |
| 2019-06-10 | Merge pull request #1 from raysan5/master | DarkElvenAngel | |
| Update | |||
| 2019-06-09 | Update BINDINGS.md | Ray | |
| 2019-06-09 | Added raylib-python-cffi | Ray | |
| 2019-06-09 | Merge pull request #876 from XiaochuanWang/patch-2 | Ray | |
| Update Makefile | |||
| 2019-06-09 | Merge pull request #875 from XiaochuanWang/patch-1 | Ray | |
| Update Makefile | |||
| 2019-06-09 | Update Makefile | XiaochuanWang | |
| corrected file location for "raylib.rc.data", which will cause an error during compilation | |||
| 2019-06-09 | Update Makefile | XiaochuanWang | |
| a minor issue: where the location of the file "raylib.rc.data" is wrong, and this will cause an error in compilation. | |||
| 2019-06-07 | Updated games building | Ray | |
| 2019-06-06 | Remove wrong files | Ray | |
| 2019-06-06 | Merge branch 'master' of https://github.com/raysan5/raylib | Ray | |
| 2019-06-06 | Update emsdk version for testing | Ray | |
| 2019-06-06 | Update example | Ray | |
| 2019-06-06 | Merge pull request #873 from msmshazan/ANGLE-fix | Ray | |
| Changed ANGLE binaries location | |||
| 2019-06-06 | Change ANGLE binaries location | Mohamed Shazan | |
| 2019-06-06 | Update CONTRIBUTING.md | Ray | |
| 2019-06-06 | Review projects <PlatformToolset> to use default | Ray | |
