| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-09-25 | PNG image size optimization | Ray | |
| 2018-09-25 | New icon generation | Ray | |
| Size reduced 91% | |||
| 2018-09-24 | Review iconography | raysan5 | |
| WIP | |||
| 2018-09-22 | Merge pull request #646 from MurrayIRC/master | Ray | |
| Linux Support for VSCode Project | |||
| 2018-09-21 | Merge pull request #6 from MurrayIRC/MurrayIRC-vscode | Murray Campbell | |
| Linux Support for VSCode Project | |||
| 2018-09-21 | Update tasks.json | Murray Campbell | |
| 2018-09-21 | Update c_cpp_properties.json | Murray Campbell | |
| 2018-09-21 | Update Makefile | Murray Campbell | |
| 2018-09-21 | Update launch.json | Murray Campbell | |
| 2018-09-21 | Merge pull request #5 from raysan5/master | Murray Campbell | |
| merge | |||
| 2018-09-19 | Support MP3 wave loading -NOT TESTED- | Ray | |
| 2018-09-18 | enjoy! | Ray | |
| 2018-09-18 | enjoy! | Ray | |
| 2018-09-17 | Support ExportImage() as raw pixel data | Ray | |
| Added note on KTX 2.2 | |||
| 2018-09-17 | Support image export | Ray | |
| 2018-09-17 | Improved data export capabilities! | Ray | |
| REVIEWED: ExportImage() REVIEWED: ExportMesh() ADDED: ExportWave() REMOVED: Internal funcs: SavePNG(), SaveBMP() NOTE: These changes break the API (parameters order) | |||
| 2018-09-14 | Removed TABS | Ray | |
| 2018-09-14 | Update mini_al to v0.8.8 | Ray | |
| Some minor tweaks around | |||
| 2018-09-13 | Merge pull request #641 from ChrisDill/master | Ray | |
| Added a few missing functions to raymath | |||
| 2018-09-13 | Added a few missing functions to raymath | ChrisDill | |
| - Added Vector2MultiplyV - Added Vector2DivideV - Added Vector3Divide - Added Vector3DivideV | |||
| 2018-09-09 | Update README.md | Ray | |
| 2018-09-06 | Merge pull request #639 from ratkingsminion/patch-1 | Ray | |
| Update models.c | |||
| 2018-09-06 | Update models.c | F.H | |
| fix bug with GenMeshPlane() creating too many vertices/texcoords/normals for the plane mesh | |||
| 2018-09-06 | Support aliased font texture generation | Ray | |
| Useful for bitmaps pixelated fonts where anti-aliasing is not desired! Change also enables additional font generation mechanisms in a future (cleartype, hinting...). | |||
| 2018-09-05 | Started working on IQM/glTF loaders | Ray | |
| 2018-09-05 | Review example to show text tinting | Ray | |
| 2018-09-05 | Corrected issue with font tint | Ray | |
| 2018-09-05 | Corrected issue with types | Ray | |
| 2018-08-30 | Merge pull request #637 from MurrayIRC/master | Ray | |
| Updated VSCode project to support OSX building / debugging. | |||
| 2018-08-30 | Merge pull request #4 from MurrayIRC/patch-4 | Murray Campbell | |
| Added OSX build tasks | |||
| 2018-08-30 | Merge pull request #3 from MurrayIRC/patch-3 | Murray Campbell | |
| Added OSX launch configurations for debug and release | |||
| 2018-08-30 | Merge pull request #2 from MurrayIRC/patch-2 | Murray Campbell | |
| Fixed included libs for OSX | |||
| 2018-08-30 | Merge pull request #1 from MurrayIRC/patch-1 | Murray Campbell | |
| Added a configuration for OSX | |||
| 2018-08-30 | Update README.md | Murray Campbell | |
| 2018-08-30 | Added OSX build tasks | Murray Campbell | |
| Users will have to specify their personal installation of raylib. | |||
| 2018-08-30 | Added OSX launch configurations for debug and release | Murray Campbell | |
| 2018-08-30 | Fixed included libs for OSX | Murray Campbell | |
| This was causing linker errors on OSX | |||
| 2018-08-30 | Added a configuration for OSX | Murray Campbell | |
| This requires the user to explicitly specify the path to their raylib folder. We need a better way around this (something like what we do for windows would help). | |||
| 2018-08-25 | Added link to raylib-haskell binding | raysan5 | |
| 2018-08-25 | Removed release directory | raysan5 | |
| With the CI system, release directory has not much sense, actually, every new commit it gets outdated and latest stable release is already available in GitHub Release tab. | |||
| 2018-08-25 | Create release directory if not exist | raysan5 | |
| 2018-08-25 | Support autosave also on C compilation | raysan5 | |
| 2018-08-25 | Updated compilation script to save file automatically | raysan5 | |
| 2018-08-25 | Review naming to follow raylib conventions | raysan5 | |
| strprbrk() does not follow raylib function name convention but as it is very similar to the standard strpbrk(), we'll keep the naming... also, don't like to mix static functions with API functions but as strprbrk() is just used in the two functions below, it's ok to be there... maybe it could be refactored in a future or even move the logic inside the required functions... | |||
| 2018-08-25 | Merge pull request #635 from a3f/master | Ray | |
| core: Support slashes as well in GetFileName & GetDirectoryPath | |||
| 2018-08-25 | GetDirectoryPath: return NULL, don't crash when no slash | Ahmad Fatoum | |
| Noted in #634. | |||
| 2018-08-25 | core: Support slashes as well in GetFileName & GetDirectoryPath | Ahmad Fatoum | |
| Fixes #634. | |||
| 2018-08-21 | Merge pull request #633 from unequaled86/patch-1 | Ray | |
| lerp for vector2 and float | |||
| 2018-08-21 | lerp for vector2 and float | Oğuzhan Çankaya | |
| 2018-08-20 | Merge pull request #631 from sunshinehunter/patch-1 | Ray | |
| Fixes path to rlgl.h in README.md | |||
