| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-14 | Remove example from Android building | Ray | |
| 2019-06-14 | ADDED: shaders_basic_lighting | Ray | |
| 2019-06-12 | Review DEBUG mode | Ray | |
| 2019-06-09 | Update Makefile | XiaochuanWang | |
| a minor issue: where the location of the file "raylib.rc.data" is wrong, and this will cause an error in compilation. | |||
| 2019-06-05 | Review font | Ray | |
| 2019-06-05 | Review contributed example | Ray | |
| 2019-06-05 | Review contributor info | Ray | |
| 2019-06-05 | Added waving cubes example | Codecat | |
| 2019-05-31 | Example instructions tweak for clarity | Ray | |
| 2019-05-31 | Reduce textures size2.5.0 | Ray | |
| 2019-05-29 | Added array bounds check to textures_bunnymark | Chris Dill | |
| 2019-05-29 | Define standard examples size | Ray | |
| 2019-05-27 | Review variables initialization | Ray | |
| 2019-05-25 | Review easings PR | Ray | |
| 2019-05-24 | rename easings_example.c to easings_testbed.c | flashback-fx | |
| 2019-05-24 | Move easings_example to its proper place | flashback-fx | |
| 2019-05-24 | Add easings example | flashback-fx | |
| 2019-05-22 | Move emscripten web shell to src | Ray | |
| 2019-05-22 | Comment tweaks | Ray | |
| 2019-05-21 | Review Makefiles | Ray | |
| 2019-05-21 | Review paths | Ray | |
| 2019-05-21 | Update core_3d_picking.c | Ray | |
| 2019-05-20 | Review ALL examples | Ray | |
| 2019-05-18 | Tweaks | Ray | |
| 2019-05-18 | Corrected issue with shader loading | Ray | |
| When using FormatText() several times in same function, returned string is static and so, the same is returned, resulting in failures on shader loading. | |||
| 2019-05-17 | Review shader examples | Ray | |
| 2019-05-17 | examples review | Ray | |
| 2019-05-16 | new example: shaders_eratosthenes | Ray | |
| Contributed by ProfJski | |||
| 2019-05-16 | Review shader to use provided texture coordinates | Ray | |
| Now shader uses `fragTexCoord` that are the full screen texture coordinates normalized, instead of `gl_fragCoord`, the unnormalized screen coordinates | |||
| 2019-05-16 | Review build config on web | Ray | |
| 2019-05-16 | Implement VR distortion shader for GLSL 100 | Ray | |
| 2019-05-16 | Review shaders for GLSL 100 | Ray | |
| 2019-05-15 | Ammended comment. | eggmund | |
| Also changed path to shader back to what it was originally. | |||
| 2019-05-15 | Updating julia set example. | eggmund | |
| Now dividing by the zoom instead of multiplying (in the shader), so zoom works as expected. Also zoom increase/decrease is now scaled depending on the current zoom. | |||
| 2019-05-15 | Update example! | Ray | |
| 2019-05-15 | Update shaders_julia_set.c | Ray | |
| 2019-05-15 | Update shaders_julia_set.c | Ray | |
| 2019-05-15 | Added new examples to Makefile | Ray | |
| 2019-05-15 | examples: CMake: restrict OpenGL deprecation warnings to macOS | Ahmad Fatoum | |
| 2019-05-14 | Improve support for web building | Ray | |
| Note that building examples for web as they are (no code adaptation for web avoiding while loop) implies using the emterpreter... and that's very slow! | |||
| 2019-05-14 | examples review | Ray | |
| Redesigns, deletes and renames Also noted authors propertly on contributed examples | |||
| 2019-05-14 | Some example tweaks | Ray | |
| 2019-05-14 | Merge branch 'master' of https://github.com/raysan5/raylib | Ray | |
| 2019-05-14 | new examples: shaders_texture_waves | Ray | |
| 2019-05-12 | Fixed another small comment error | hmmmmmmmm | |
| 2019-05-12 | Fixed small error in comments | eggmund | |
| 2019-05-12 | Added julia set shader example. | eggmund | |
| 2019-05-10 | Add WinMM library for linkage | raysan5 | |
| Now it's required on Windows if not using a busy wait loop | |||
| 2019-05-07 | NO SUPPORT_BUSY_WAIT_LOOP by default | Ray | |
| 2019-05-06 | Remove broken example: standard_lighting | Ray | |
