| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2018-12-18 | Reviewed rlReadTexturePixels() for OpenGL ES 2.0 | Ray | |
| Now it should work... but this behaviour could be driver dependant... | |||
| 2018-12-18 | Corrected issue when scaling | Ray | |
| 2018-12-18 | Support PIC image format loading | Ray | |
| 2018-12-18 | Reviewed some examples to work on RPI | Ray | |
| 2018-12-18 | Corrected bug on OpenGL ES quads drawing | Ray | |
| 2018-12-18 | Avoid example on Android compilation | Ray | |
| 2018-12-18 | Support externally provided compilation flags | Ray | |
| Useful in case raylib compilation want to be automated and compilation config flags provided by command line. | |||
| 2018-12-16 | Added a possible dependency include path for glfw | Ray | |
| 2018-12-16 | Review standard lighting sample -WIP- | Ray | |
| It's broken. | |||
| 2018-12-15 | ADDED: GenMeshPoly() | Ray | |
| To generate 2D polygonal shape | |||
| 2018-12-15 | Added scissor functionality | Ray | |
| To draw only in defined area of the screen ADDED: BeginScissorMode(), EndScissorMode() | |||
| 2018-12-14 | Some code tweaks | Ray | |
| - Reorganized some variables: Not used on OpenGL 1.1 - Now mipmaps can be generated on OpenGL 1.1 backend - Renamed whiteTexture to defaultTextureId | |||
