| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-12 | Review extensions loading and freeing | raysan5 | |
| 2019-07-12 | Use function GetSizeBase64() | raysan5 | |
| 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 | 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-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-10 | Add files via upload | DarkElvenAngel | |
| 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 | Change ANGLE binaries location | Mohamed Shazan | |
| 2019-06-06 | Merge pull request #872 from msmshazan/ANGLE-fix | Ray | |
| Added VS2017.ANGLE Project | |||
| 2019-06-06 | Review function prototype | Ray | |
| 2019-06-06 | Add VS2017.ANGLE Project | Mohamed Shazan | |
| 2019-06-05 | Replace TABS by spaces | Ray | |
| 2019-06-05 | Merge pull request #862 from a3f/master | Ray | |
| build: increment API_VERSION after release | |||
| 2019-06-05 | build: increment API_VERSION after release | Ahmad Fatoum | |
| With v2.5.0 out, increment API_VERSION, so binaries dynamically linked against the released raylib aren't accidentally paired with a development or later released raylib that may be incompatible. | |||
| 2019-06-04 | Update camera.h | PompPenguin | |
| Removed unused code for CAMERA_THIRD_PERSON. | |||
| 2019-06-04 | Update camera.h | PompPenguin | |
| Updated CAMERA_THIRD_PERSON | |||
| 2019-06-04 | Support SSH keyboard on RPI | Ray | |
| 2019-06-02 | Add MP3 config | Reece Mackie | |
| 2019-06-01 | Comments review | Ray | |
| 2019-05-30 | Review compilation resources | Ray | |
| 2019-05-29 | Fix jar_xm_reset | Wilhem Barbier | |
| 2019-05-29 | Define standard examples size | Ray | |
| 2019-05-28 | Hide progress bar | Ray | |
| 2019-05-27 | Setup version for release | Ray | |
| 2019-05-25 | Review easings PR | Ray | |
| 2019-05-24 | Use tgmath.h and float constants in easings.h | flashback-fx | |
| 2019-05-23 | Merge pull request #850 from wbrbr/xm_fix | Ray | |
| Add rewind for the XM music format | |||
| 2019-05-23 | Move jar_xm_reset to jar_xm.h | Wilhem Barbier | |
| 2019-05-22 | Add rewind for the XM music format | Wilhem Barbier | |
| 2019-05-22 | Fix #848 | Wilhem Barbier | |
| 2019-05-22 | Added AudioContext Resume/Suspend button | Ray | |
| 2019-05-22 | Rename function to follow javascript notation | Ray | |
| 2019-05-22 | Add code to resume blocked AudioContexts | Ray | |
| 2019-05-22 | Review js formatting for better readability | Ray | |
