| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-06 | Revert "Update .travis.yml" | Ahmad Fatoum | |
| This reverts commit 214aa0c1b0d5c766d22bbb1069ecfb3a78373577. | |||
| 2019-01-06 | README.md: Change Travis Badge Branch to master | Ahmad Fatoum | |
| It was develop before, which is no longer used. | |||
| 2019-01-06 | Review BRDF texture generation | raysan5 | |
| Actually, that function should be redesigned... | |||
| 2019-01-05 | Some code tweaks | raysan5 | |
| 2019-01-05 | Support screenshots and GIF capturing on Android and Web | raysan5 | |
| 2019-01-05 | Reviewed example | raysan5 | |
| 2019-01-05 | Corrected issue with text measure on Latin-1 chars | raysan5 | |
| Considering chars inputs come in UTF8 form! | |||
| 2019-01-04 | Corrected issue on web | raysan5 | |
| 2019-01-03 | Update .travis.yml | raysan5 | |
| 2019-01-03 | Trying to get Windows build on Travis CI | raysan5 | |
| 2019-01-03 | REMOVED: ShowLogo() | raysan5 | |
| Same functionality could be achieved using FLAGS... but also considering removing raylib logo animation... | |||
| 2019-01-03 | REVIEWED some functions parameters | raysan5 | |
| Decided to allow user to provide values directly instead of requiring a Vector2 struct, probably more confortable to use. - SetMousePosition() - SetMouseOffset() - SetMouseScale() | |||
| 2019-01-03 | Merge pull request #711 from ChrisDill/SetMouseOffset | Ray | |
| Added SetMouseOffset | |||
| 2019-01-02 | Mouse functions changed | ChrisDill | |
| - SetMouseScale changed to take in a Vector2. - Added mouseOffset global which is used in mouse read functions. | |||
| 2019-01-02 | Test Windows compilation on Travis CI | raysan5 | |
| 2019-01-02 | Merge pull request #708 from BaZom/master | Ray | |
| utils: declare funopen only on Android | |||
| 2019-01-02 | Avoid crashing if music file not loaded | raysan5 | |
| 2019-01-02 | Default mouseScale fixed | ChrisDill | |
| - Didn't set X and Y values correctly. | |||
| 2019-01-02 | Added SetMouseOffset | ChrisDill | |
| - Changed mouseScale to Vector2. - Added SetMouseOffset to change XY of mouseScale. | |||
| 2019-01-01 | Update Makefile for Emscripten | raysan5 | |
| 2019-01-01 | Update mini_al to latest version (Web Audio / AAudio backends) | raysan5 | |
| 2018-12-29 | utils: declare funopen only on Android | Basem Abughallya | |
| funopen is only needed on Android, so declare it only there. This fixes following MinGW build failure: utils.c:50:7: error: conflicting types for ‘funopen’ FILE *funopen(const void *cookie, int (*readfn)(void *, char *, int), ^~~~~~~ In file included from utils.c:45:0: /usr/include/stdio.h:586:7: note: previous declaration of ‘funopen’ was here FILE *funopen (const void *__cookie, ^~~~~~~ | |||
| 2018-12-29 | Corrected issue with MOD/XM loop | raysan5 | |
| 2018-12-29 | ADDED: DrawTextRec() and example | raysan5 | |
| 2018-12-29 | Use QUADS for DrawPolyEx() | raysan5 | |
| 2018-12-29 | Corrected issue on draws resetting | raysan5 | |
| 2018-12-26 | ADDED: DrawTextureQuad() | raysan5 | |
| Useful for tiling and offset parameters definition. | |||
| 2018-12-26 | Corrected typo | raysan5 | |
| 2018-12-26 | WARNING: BREAKING CHANGE | raysan5 | |
| Added a bunch of useful text management functions. Consequently, some already available functions like `FormatText()` and `SubText()` has been renamed for consistency. Created temporal fallbacks for old names. raylib version bumped to 2.3. | |||
| 2018-12-26 | REVIEWED: DrawRectanglePro() | raysan5 | |
| 2018-12-26 | Corrected issue with internal buffer | raysan5 | |
| Problem aligning provided vertex data to multiples of four, because main buffer is intended to bu used with indexed quads... but also shared with triangles and lines. | |||
| 2018-12-25 | Support float texture data on OpenGL ES 2.0 | raysan5 | |
| 2018-12-25 | Corrected issue with MOD playing | raysan5 | |
| Despite issue is corrected, now module loop doesn't work... | |||
| 2018-12-25 | REVIEWED: LoadFontEx() | raysan5 | |
| Changed parameters order for consistency with LoadFontData() and other functions when an array is passed by parameter and array size is the following parameter. | |||
| 2018-12-24 | Some code tweaks | raysan5 | |
| 2018-12-24 | Added some TODO note | raysan5 | |
| OpenGL extensions loading could be improved... | |||
| 2018-12-24 | Tweaks to support OpenGL ES 2.0 desktop | raysan5 | |
| 2018-12-24 | Review DrawPolyEx() | raysan5 | |
| Also reviewed rlCheckBufferLimit() | |||
| 2018-12-21 | Use stb_vorbis.h as header only | Ray | |
| 2018-12-20 | Delete libraylib.a | Ray | |
| 2018-12-20 | Exposed LoadFontFromImage() | Ray | |
| 2018-12-20 | Update models_obj_viewer.c | Ray | |
| 2018-12-20 | Some tweaks | Ray | |
| 2018-12-20 | new example: shaders_raymarching | Ray | |
| 2018-12-20 | new example: models_obj_viewer | Ray | |
| 2018-12-19 | Corrected issue | Ray | |
| 2018-12-19 | Improved BeginScissorMode() | Ray | |
| Now rectangle coordinates refer to upper-left corner instead of bottom-left | |||
| 2018-12-19 | Keep reviewing RPI keyboard input... | Ray | |
| 2018-12-19 | Corrected issue on plane drawing | Ray | |
| 2018-12-18 | Review RPI keyboard inputs -WIP- | Ray | |
