| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-04-24 | Merge pull request #817 from Demizdor/fix_draw_text_rec_ex | Ray | |
| Fixed text selection in DrawTextRecEx() | |||
| 2019-04-24 | Fixed selection in DrawTextRecEx() | Demizdor | |
| 2019-04-24 | Merge pull request #815 from ChrisDill/testing | Ray | |
| Added project for 4coder | |||
| 2019-04-24 | Removed game binary | Chris Dill | |
| 2019-04-24 | Added project for 4coder | Chris Dill | |
| Using example from the VSCode project | |||
| 2019-04-23 | new example: models_first_person_maze -WIP- | Ray | |
| 2019-04-23 | Review camera module | Ray | |
| This module still requires further work but 3rd person camera is less broken now... | |||
| 2019-04-23 | Merge pull request #812 from Demizdor/fix_draw_rectangle_rounded | Ray | |
| Fix for DrawRectangleRounded | |||
| 2019-04-23 | Fix for DrawRectangleRounded | Demizdor | |
| 2019-04-23 | WARNING: Issues on web building | Ray | |
| Found some issues when building for web using latest emscripten 1.38.30, traced the error and found that eglGetProcAdress does not return function pointers for VAO functionality, supported by extension. It requires more investigation but now it works (avoiding VAO usage) | |||
| 2019-04-23 | Set a version for rGIF library | Ray | |
| 2019-04-23 | Update STB libraries to latest version | Ray | |
| 2019-04-23 | Update README.md | Ray | |
| 2019-04-23 | Alloc custom allocators on standalone mode | Ray | |
| 2019-04-23 | Review issues on OpenGL 1.1 | Ray | |
| 2019-04-23 | Correct RL_FREE bug | Ray | |
| 2019-04-23 | Support custom memory management macros | Ray | |
| Users can define their custom memory management macros. NOTE: Most external libraries support custom macros in the same way, raylib should redefine those macros to raylib ones, to unify custom memory loading. That redefinition is only implemented as example for stb_image.h in [textures] module. | |||
| 2019-04-23 | Some tweaks to custom memory management system | Ray | |
| 2019-04-23 | Remove unnecesary GLFW deps (used by examples) | Ray | |
| 2019-04-22 | Renamed file to avoid breaking build | Ray | |
| 2019-04-22 | More rnet review to avoid warnings/errors | Ray | |
| 2019-04-22 | Review rnet errors | Ray | |
| 2019-04-22 | Update miniaudio to v0.9.3 | Ray | |
| 2019-04-22 | Reviewed rnet inclusion | Ray | |
| Move to own header for a more deep review of the module | |||
| 2019-04-22 | [rnet] module WIP (#809) | Jak | |
| Added experimental network module | |||
| 2019-04-22 | Merge pull request #789 from myd7349/fix-cmake-for-win32 | Ray | |
| Fix CMake support on Win32 | |||
| 2019-04-22 | Update GLFW to 3.3.1 | Ray | |
| 2019-04-22 | Merge branch 'master' of https://github.com/raysan5/raylib | Ray | |
| 2019-04-22 | Comment HiDPI window request | Ray | |
| At least until a proper solution is found! | |||
| 2019-04-22 | Merge pull request #810 from Demizdor/unicode_implementation | Ray | |
| Unicode implementation | |||
| 2019-04-22 | Expose rlgl functions on shared libraries | Ray | |
| 2019-04-21 | Fix formatting ...not very good at this | Vlad Adrian | |
| 2019-04-21 | Fixed formatting! Grumble, grumble... | Vlad Adrian | |
| 2019-04-21 | Added unicode example | Demizdor | |
| 2019-04-21 | Initial unicode implementation for UTF8 encoded text | Demizdor | |
| 2019-04-14 | Check buffer overflow | Ray | |
| 2019-04-13 | Merge pull request #799 from flashjaysan/master | Ray | |
| Update raymath.h | |||
| 2019-04-13 | Update raymath.h | flashjaysan | |
| Removed a useless semicolon. | |||
| 2019-04-13 | Merge pull request #798 from bjornwah/master | Ray | |
| Use typedef rather than #define in order to avoid issues in applicati… | |||
| 2019-04-12 | Use typedef rather than #define in order to avoid issues in application code | Björn Wahlstrand | |
| 2019-04-12 | Update CHANGELOG | Ray | |
| 2019-04-12 | FLAG not supported on web GLFW implementation | Ray | |
| 2019-04-12 | WARNING: Added GLFW hint to support hi-DPI | Ray | |
| This needs to be tested on a hi-DPI monitor, probably requiring a FLAG to enable it would be a good idea... | |||
| 2019-04-12 | Review some examples | Ray | |
| 2019-04-12 | Corrected typo | Ray | |
| 2019-04-12 | Working on raylib 2.5 changelog... | Ray | |
| 2019-04-12 | Reorganize struct | Ray | |
| 2019-04-12 | Added Crystal binding | Ray | |
| 2019-04-11 | Removed iqm example | Ray | |
| Already integrated into raylib | |||
| 2019-04-11 | new example: shapes_rectangle_scaling_mouse | Ray | |
