| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-02 | Incremented version number for reference | raysan5 | |
| 2017-07-02 | Review some formatting for consistency | raysan5 | |
| 2017-07-02 | Rename enum LogType names... | raysan5 | |
| ...to avoid possible conflicting symbols | |||
| 2017-06-30 | Prevent bogus triangle being added when there is whitespace at end of .OBJ file | Joel Davis | |
| 2017-06-29 | Fix some other typos | Wilhem Barbier | |
| 2017-06-29 | Fix some typos in raymath.h | Wilhem Barbier | |
| 2017-06-28 | Add a density parameter to GenImageRadialGradient | Wilhem Barbier | |
| 2017-06-28 | Merge pull request #311 from nounoursheureux/image_gen | Ray | |
| Add more image generation functions: radial gradient and perlin noise | |||
| 2017-06-28 | Swap the two parameters | Wilhem Barbier | |
| 2017-06-28 | Add more image generation functions: radial gradient and perlin noise | Wilhem Barbier | |
| 2017-06-28 | Add the SaveImageAs function | Wilhem Barbier | |
| 2017-06-28 | Add some functions to generate images | Wilhem Barbier | |
| Namely: - GenImageHorizontalV - GenImageHorizontalH - GenImageChecked - GenImageWhiteNoise - GenImageCellular The gradient implementation may be a bit naive, for example it doesn't do any gamma correction. | |||
| 2017-06-12 | Additional check on file open | Ray | |
| 2017-06-11 | Additional check for bool header definition | Ray | |
| 2017-06-11 | Add define to have CLOCK_MONOTONIC work in c99 | Michael Vetter | |
| If we compile with c99 without gnu extensions (gnu99) we need this define, to have CLOCK_MONOTONIC and similar macros available | |||
| 2017-06-08 | Meson: build library with so version | Michael Vetter | |
| This should always be the number of the raylib release. Especially when the new version is ABI incompatible the major version should be bumped. | |||
| 2017-06-08 | Merge pull request #297 from jubalh/meson | Ray | |
| Initial meson support | |||
| 2017-06-05 | Added note about transposing | raysan5 | |
| 2017-06-05 | Added note about transposing | raysan5 | |
| 2017-06-05 | Allow static/dynamic library building with meson | Michael Vetter | |
| Using the library() function instead of shared_library() allows changing of the library type via the default_library option. This allows for easy change between static and dynamic library building. Use 'meson --default-library=static builddir' to build as static, if no builddir yet exists. Use 'mesonconf -Ddefault_library=static builddir' to change the type for an existing builddir. | |||
| 2017-06-05 | Add meson files for basic Linux building | Michael Vetter | |
| 2017-05-29 | Accept external CFLAGS | Michael Vetter | |
| Some distributions build the programs with a specific set of CFLAGS. Lets allow that by adding raylibs flags. | |||
| 2017-05-27 | Review gif recording (simplified) | raysan5 | |
| 2017-05-22 | Renamed file (issues with Makefile) | raysan5 | |
| 2017-05-19 | Some tweaks and additions | Ray | |
| 2017-05-18 | Reverted to previous OpenAL version | Ray | |
| Issues when pausin musing and trying to resume (not resuming!) | |||
| 2017-05-18 | Updated libs | Ray | |
| 2017-05-18 | Support Gif recording | Ray | |
| 2017-05-17 | Added gif file writter library | Ray | |
| Setup for a new amazing feature! ;) | |||
| 2017-05-17 | Comments tweaks | Ray | |
| 2017-05-16 | Some reviews for RPI | Ray | |
| 2017-05-15 | Move android_native_app_glue to folder | Ray | |
| 2017-05-15 | Review comments for better organization | Ray | |
| 2017-05-14 | Moved Android header to external folder | Ray | |
| 2017-05-14 | Reviewed some comments... | Ray | |
| 2017-05-14 | Update to latest OpenAL Soft version (1.18.0-dev) | Ray | |
| Note that Android and Desktop versions of OpenAL Soft come from the same sources, recompiled for every platform | |||
| 2017-05-14 | Review header comments | Ray | |
| 2017-05-14 | Remove OculusSDK library | Ray | |
| Just waiting for a better future alternative (multiplatform)... OpenXR ? | |||
| 2017-05-14 | Remove ndk-build based src building | Ray | |
| Replaced by standaloane-toolchain based building, included in src/Makefile | |||
| 2017-05-11 | Avoid math function duplicates | Ray | |
| 2017-05-11 | Remove useless files | Ray | |
| 2017-05-11 | Some work on Android build | Ray | |
| 2017-05-11 | Added some useful functions | Ray | |
| 2017-05-10 | Some tweaks | Ray | |
| 2017-05-10 | Review issue and added some comments | Ray | |
| 2017-05-10 | Renamed RayHitInfo variables | Ray | |
| 2017-05-09 | HDR textures vertical flip | Ray | |
| 2017-05-09 | Review functions descriptions | Ray | |
| 2017-05-09 | Added comments to create transparent framebuffer | Ray | |
| Comments to create transparent framebuffer on RPI, when activate you see though full screen window the console below! | |||
| 2017-05-09 | Corrected issue #281 | Ray | |
