| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-17 | Manual integration of material-pbr into develop | Ray | |
| 2017-07-02 | Review some formatting for consistency | raysan5 | |
| 2017-07-02 | Review TraceLog() usage | raysan5 | |
| 2017-07-02 | Review raylib path on rpi | raysan5 | |
| 2017-06-29 | Fix some other typos | Wilhem Barbier | |
| 2017-06-28 | Removed an unwanted file and fixed an example | Wilhem Barbier | |
| 2017-06-28 | Add a density parameter to GenImageRadialGradient | Wilhem Barbier | |
| 2017-06-28 | Add more image generation functions: radial gradient and perlin noise | 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-05-22 | Added bunnymark example | raysan5 | |
| 2017-05-19 | Some tweaks and additions | Ray | |
| 2017-05-16 | Some reviews for RPI | Ray | |
| 2017-05-16 | Improved shaders_postprocessing example | Ray | |
| 2017-05-15 | Move shaders to examples | Ray | |
| 2017-05-11 | Some test images for compressed texture formats | raysan5 | |
| 2017-05-11 | Some work on Android build | Ray | |
| 2017-04-23 | Review Makefiles default raylib path | raysan5 | |
| 2017-04-23 | Review game examples Makefiles | raysan5 | |
| 2017-04-22 | Renamed function for lib consistency | raysan5 | |
| LoadSpriteFontTTF() --> LoadSpriteFontEx() | |||
| 2017-04-21 | Small tweak | Ray | |
| 2017-04-20 | Turn transparent pixels to black | Ray | |
| 2017-04-20 | Update some files | Ray | |
| 2017-04-18 | Delete some old data... | Ray | |
| - Removed raylib_demo (outdated) - Removed some old examples | |||
| 2017-04-17 | Added physac examples to web | raysan5 | |
| Some tweaks on original src files | |||
| 2017-04-17 | Review and recompile web examples | raysan5 | |
| 2017-04-16 | Working on examples... | raysan5 | |
| - Removed rbmf font example - Reviewed physac examples | |||
| 2017-04-14 | new example: shapes_lines_bezier | raysan5 | |
| 2017-04-14 | new example: text_input_box | raysan5 | |
| 2017-04-14 | Replaced some images and updated examples | raysan5 | |
| 2017-04-12 | PLATFORM_WEB cleanup | RDR8 | |
| 2017-04-12 | Added _DEFAULT_SOURCE to CFLAGS for C99 compatibility | RDR8 | |
| 2017-04-08 | Working on examples... | Ray | |
| 2017-04-08 | Support generic target compilation | Ray | |
| 2017-04-07 | Redesigned textures_rectangle example | Ray | |
| 2017-04-05 | Working on web examples | Ray | |
| 2017-04-05 | Improve vr support and simulator | Ray | |
| 2017-04-04 | Reorganize examples folder | Ray | |
| 2017-03-29 | Fine-tuning PLATFORM_WEB CFLAGS | RDR8 | |
| 2017-03-29 | Edit examples/Makefile PLATFORM_WEB CFLAGS to match src/Makefile | RDR8 | |
| 2017-03-29 | Restore inadvertant changes to Makefiles | RDR8 | |
| 2017-03-24 | Strip trailing spaces | RDR8 | |
| 2017-03-24 | Automate compiler flags selection. | RDR8 | |
| 2017-03-24 | c99 fix, some linux housekeeping | RDR8 | |
| 2017-03-19 | Review contact information | raysan5 | |
| 2017-03-14 | Remove Oculus support from code | raysan5 | |
| Moved to custom example, now raylib only supports simulated VR rendering. Oculus code was too device dependant... waiting for OpenXR. | |||
| 2017-03-06 | Update physac source and examples with new changes | victorfisac | |
| 2017-03-05 | Revert test code... | raysan5 | |
| 2017-03-05 | Added function: DrawLineEx() | raysan5 | |
| Supports line thickness | |||
| 2017-02-28 | Update Makefile | Ray | |
| 2017-02-23 | Examples Linux Physics Fix | OdnetninI | |
| According to Man Pages, timespec with std=c99 needs "_POSIX_C_SOURCE 199309L". Due a some kind of bug, "#define _POSIX_C_SOURCE 199309L" doesn't work, so we must use "-D_POSIX_C_SOURCE=199309L" in compiler options. | |||
