| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-21 | MatrixPerspective() angle required in radians | raysan5 | |
| Consistent with similar functions in raymath | |||
| 2017-07-21 | Review heightmap example for raylib 1.8 | raysan5 | |
| 2017-07-21 | Additional path check | raysan5 | |
| 2017-07-21 | Review mesh loading and textures generation | raysan5 | |
| 2017-07-20 | Simplify a bit GenTexture*() functions | raysan5 | |
| Still shader dependant, locations set should be moved out | |||
| 2017-07-20 | Removed useless functions | raysan5 | |
| SetMaterialTexture() and UnsetMaterialTexture()... too shader dependant... | |||
| 2017-07-20 | Corrected some issues | raysan5 | |
| Corrected compilation for OpenGL 1.1 Review mesh data uploading to GPU | |||
| 2017-07-19 | Reorganized a couple of functions | raysan5 | |
| 2017-07-19 | Working on PBR system | raysan5 | |
| Moved PBR material loading to example, right decision? | |||
| 2017-07-19 | Merge pull request #329 from define-private-public/328.shared-library-on-os-x | Ray | |
| Able to make a .dylib for OS X | |||
| 2017-07-19 | Working on PBR materials, renamed some data | raysan5 | |
| 2017-07-18 | Able to make a .dylib for OS X | Benjamin N. Summerton | |
| 2017-07-17 | Review shared library generation | Ray | |
| 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. | |||
