| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-17 | Added PBR required resources | Ray | |
| 2017-07-17 | Corrected some issues | raysan5 | |
| 2017-07-17 | Manual integration of material-pbr into develop | Ray | |
| 2017-07-16 | Updated twitter address | Ray | |
| 2017-07-15 | Merge branch 'master' of https://github.com/raysan5/raylib | victorfisac | |
| 2017-07-08 | Removed function reference | raysan5 | |
| 2017-07-08 | Added command line compiling with MSVC | raysan5 | |
| That's just a reference file, needs review | |||
| 2017-07-08 | Corected some issues with jar_xm | raysan5 | |
| Problems when compiling with VS2015 Probably DEBUG(...) macro is not the best naming... | |||
| 2017-07-02 | Incremented version number for reference | raysan5 | |
| 2017-07-02 | Review some formatting for consistency | raysan5 | |
| 2017-07-02 | Added VS2015 raylib release files | raysan5 | |
| 2017-07-02 | Review VS2015 projects configurations | raysan5 | |
| 2017-07-02 | Review TraceLog() usage | raysan5 | |
| 2017-07-02 | Rename enum LogType names... | raysan5 | |
| ...to avoid possible conflicting symbols | |||
| 2017-07-02 | Review raylib path on rpi | raysan5 | |
| 2017-07-01 | Merge pull request #315 from joeld42/obj-loader-fix | Ray | |
| Fix for OBJ loading | |||
| 2017-06-30 | Prevent bogus triangle being added when there is whitespace at end of .OBJ file | Joel Davis | |
| 2017-06-29 | Merge pull request #314 from nounoursheureux/develop | Ray | |
| Fix some typos (lenght -> length) | |||
| 2017-06-29 | Fix some other typos | Wilhem Barbier | |
| 2017-06-29 | Fix some typos in raymath.h | Wilhem Barbier | |
| 2017-06-29 | Merge pull request #313 from nounoursheureux/develop | Ray | |
| Removed an unwanted file and fixed an example | |||
| 2017-06-28 | Removed an unwanted file and fixed an example | Wilhem Barbier | |
| 2017-06-28 | Merge pull request #312 from nounoursheureux/image_gen | Ray | |
| Add a density parameter to GenImageRadialGradient | |||
| 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 | Merge pull request #310 from nounoursheureux/save_image | Ray | |
| Add the SaveImageAs function | |||
| 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 | Merge pull request #309 from nounoursheureux/image_gen | Ray | |
| Add some image generation functions | |||
| 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-13 | Merge pull request #305 from jubalh/mesondepv | Ray | |
| Add version info to glfw dependency | |||
| 2017-06-13 | Add version info to glfw dependency | Michael Vetter | |
| glfwSetWindowMonitor and some other functions are only available from 3.2 onwards. | |||
| 2017-06-12 | Additional check on file open | Ray | |
| 2017-06-11 | Merge pull request #303 from jubalh/mesongnu | Ray | |
| Meson: use gnu99 | |||
| 2017-06-11 | Additional check for bool header definition | Ray | |
| 2017-06-11 | Meson: use gnu99 | Michael Vetter | |
| We use variable init in for loops, so need c99. | |||
| 2017-06-11 | Merge pull request #301 from jubalh/time | Ray | |
| Add define to have CLOCK_MONOTONIC work in c99 | |||
| 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 | Merge pull request #299 from jubalh/soversion | Ray | |
| Add library versioning | |||
| 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-06-05 | Fix link in readme | Michael Campagnaro | |
| 2017-05-31 | Merge pull request #296 from sir-pinecone/fix-readme-link | Ray | |
| Fix link in readme | |||
| 2017-05-31 | Fix link in readme | Michael Campagnaro | |
| 2017-05-29 | Merge pull request #295 from jubalh/cflags | Ray | |
| Accept external CFLAGS | |||
