| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-04 | Incremeted version to align with CMake | raysan5 | |
| 2018-02-04 | Updated raylib version | raysan5 | |
| Note that this version is under development and could be buggy on some platforms... | |||
| 2018-02-04 | Security check in case window initialization fails | raysan5 | |
| 2018-02-04 | Reviewed window initialization | raysan5 | |
| In case graphic device could not be created it returns false instead of failing with an error tracelog (and consequently closing the program). Window initialization success could be checked with new function IsWindowReady() | |||
| 2018-02-03 | Return false from InitWindow if glfwInit or glfwCreateWindow fails | Ahmad Fatoum | |
| You can't do much with raylib if glfwInit or glfwCreateWindow fails, currently it just exits by means of TraceLog(LOG_ERROR. User code, however, might want to fall back to a text-only UI or display a warning if raylib can't be used. | |||
| 2018-02-03 | exit(3), don't crash, when glfwCreateWindow fails | Ahmad Fatoum | |
| glfwSetWindowPos was called on a NULL window, triggering an assert inside GLFW. Check for failure and exit cleanly by means of TraceLog(LOG_ERROR instead. | |||
| 2018-01-26 | Clear fbo for drawing | Ray | |
| Just in case ClearBackground() is not used after BeginTextureMode(), it clears fbo to color defined by previous ClearBackground() | |||
| 2018-01-19 | Merge branch 'develop' into testing_uwp | Ray | |
| 2018-01-07 | Use busy wait loop | Ray | |
| If not using busy wait loop, linkage with WINMM in Windows platform is required | |||
| 2018-01-06 | Reviewed framebuffers cleaning | raysan5 | |
| Issues when dealing with FBOs | |||
| 2018-01-02 | Added function GetFileName() | raysan5 | |
| Review comments | |||
| 2017-12-31 | Reviewed text input | raysan5 | |
| 2017-12-24 | Added function SetTraceLogTypes() | raysan5 | |
| Trace log messages could be configured with this function to select wich ones are shown | |||
| 2017-12-24 | Some formatting tweaks | raysan5 | |
| 2017-12-19 | Expose GetTime() function to users | Ray San | |
| Monotonic time since InitWindow() could be retrieved with this function. | |||
| 2017-12-18 | Added some comments on GetTime() | Ray | |
| Reviewing GetTime() functionality | |||
| 2017-12-15 | Manually review previous PR | Ray San | |
| 2017-12-14 | make raylib not clash with windows-header | user | |
| 2017-12-14 | make GetTime available to user of library | user | |
| 2017-12-14 | compilefix for function declaration (win only) | user | |
| 2017-12-14 | added proper define checks for png-save if it's disabled | user | |
| 2017-12-10 | Fix typo in preprocessor macro | Ahmad Fatoum | |
| 2017-12-05 | Removed OpenAL Soft dependency on building | Ray San | |
| OpenAL Soft backend is still available in audio module, I'm thinking if exposing it for building in some way or just left it there for advance users to switch to it manually in case of necessity... | |||
| 2017-12-05 | Change version number for develop | Ray | |
| Updated raylib version to 1.9-dev for development pourposes. Next raylib version is planned to implement a big amount of changes, so the version bump. | |||
| 2017-11-22 | Avoid duplicate definition of feature macro | Ahmad Fatoum | |
| Feature macros need to be defined before #including any headers, preferably through the build system, but this is good enough. Fixes a compile error on my fork's Travis CI. | |||
| 2017-11-12 | Remove PLATFORM_ checks from raylib header | raysan5 | |
| Now header is truly multiplatform... Actually still a small pending check on XBOX gamepad controls that hopefully will be removed with next GLFW 3.3 | |||
| 2017-11-10 | Working on UWP support | Ray San | |
| Support Universal Windows Platform (UWP): - Windows 10 App - Windows Phone - Xbox One | |||
| 2017-11-03 | Review Fade() functionality | Ray San | |
| 2017-11-02 | Some code tweaks... | Ray San | |
| 2017-10-30 | Review new build platform: FreeBSD | Ray | |
| Corrected issue with RPI_CROSS_COMPILE | |||
| 2017-10-02 | Renamed gif writting library | Ray San | |
| 2017-09-29 | Code tweaks and comments for Android | Ray San | |
| 2017-09-08 | Added new functions | raysan5 | |
| SetWindowTitle() GetExtension() | |||
| 2017-08-04 | Review transforms to match OpenGL 1.1 | raysan5 | |
| 2017-07-22 | Updated Vector math to new naming | raysan5 | |
| 2017-07-22 | Corrected GetMouseRay() and rlUnproject() | raysan5 | |
| Now it works great with reviewed maths | |||
| 2017-07-22 | Corrected bug on MatrixPerspective() | raysan5 | |
| Some other tweaks... | |||
| 2017-07-21 | Complete review of raymath | raysan5 | |
| Now it should be coherent with OpenGL math standards | |||
| 2017-07-21 | Moved some functions to raymath | raysan5 | |
| Exposed some raymath useful functions to raylib API | |||
| 2017-07-21 | MatrixPerspective() angle required in radians | raysan5 | |
| Consistent with similar functions in raymath | |||
| 2017-07-19 | Working on PBR materials, renamed some data | raysan5 | |
| 2017-07-17 | Manual integration of material-pbr into develop | Ray | |
| 2017-07-02 | Incremented version number for reference | raysan5 | |
| 2017-07-02 | Rename enum LogType names... | raysan5 | |
| ...to avoid possible conflicting symbols | |||
| 2017-06-11 | Add define to have CLOCK_MONOTONIC work in c99 | Michael Vetter | |
| If we compile with c99 without gnu extensions (gnu99) we need this define, to have CLOCK_MONOTONIC and similar macros available | |||
| 2017-05-27 | Review gif recording (simplified) | raysan5 | |
| 2017-05-18 | Support Gif recording | Ray | |
| 2017-05-11 | Added some useful functions | Ray | |
| 2017-05-09 | Review functions descriptions | Ray | |
| 2017-05-09 | Added comments to create transparent framebuffer | Ray | |
| Comments to create transparent framebuffer on RPI, when activate you see though full screen window the console below! | |||
