| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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! | |||
| 2017-05-08 | Lock cursor on first person camera | Ray | |
| 2017-05-08 | Some defines tweaks for consistency | Ray | |
| 2017-05-08 | Improved hi-res timer on Win32 | Ray | |
| 2017-05-08 | Comments review | Ray | |
| 2017-05-02 | Added function to set window minimum dimensions... | victorfisac | |
| useful when using FLAG_WINDOW_RESIZABLE. | |||
| 2017-04-28 | Commented pointer lock on web | Ray | |
| 2017-04-21 | Make TraceLog() public to the API | Ray | |
| enum LogType could require some revision... | |||
| 2017-04-16 | Make public TakeScreenshot() function | raysan5 | |
| 2017-04-08 | Web: Support pointer lock | Ray | |
| 2017-03-29 | Added IsFileExtension() | Ray | |
| Replaced old GetExtension() function Make IsFileExtension() public to the API | |||
| 2017-03-28 | Review Sleep() usage, return to busy-wait-loop | Ray | |
| 2017-03-25 | Working on configuration flags | Ray | |
| 2017-03-24 | c99 fix, some linux housekeeping | RDR8 | |
| 2017-03-21 | core: configuration flags | Ray | |
| 2017-03-20 | Review some comments | Ray | |
| 2017-03-19 | Working on file header comments... | raysan5 | |
| 2017-03-14 | Remove Oculus support from code | raysan5 | |
| Moved to custom example, now raylib only supports simulated VR rendering. Oculus code was too device dependant... waiting for OpenXR. | |||
| 2017-03-09 | Corrected naming issue | raysan5 | |
| 2017-03-09 | Corrected typo introduced in last commit | Ray | |
| 2017-03-09 | Corrected issue with reserved words: near, far | Ray | |
| 2017-03-09 | Corrected bugs on RPI compilation | Ray | |
| 2017-03-05 | Work on timming functions... | raysan5 | |
| It seems Sleep() behaves weird on my computer, disabled by default returning to the busy wait loop... also re-implemented DrawFPS() to avoid frame blitting... | |||
| 2017-03-05 | Added some flags and functions to manage window | raysan5 | |
| - SetWindowPosition(int x, int y); - SetWindowMonitor(int monitor); | |||
| 2017-02-16 | Improved modules description -IN PROGRESS- | Ray | |
| Working in modules configuration flags... | |||
| 2017-02-11 | Reviewed fread() usage around the code | raysan5 | |
| 2017-02-05 | Added function SetWindowIcon() | raysan5 | |
| Only DESKTOP platforms (Windows, Linus, OSX) | |||
| 2017-01-29 | Updated raylib version to 1.7 | Ray | |
| Preparing for next version... still some work left... :P | |||
| 2017-01-28 | Remove unecessary spaces... | Ray | |
| 2017-01-28 | Implemented Wait() | Ray | |
| Now program is halted (OS signal call) for required amount of time every frame, so CPU usage drops to zero, instead of using a busy wait loop. | |||
| 2017-01-25 | Wait for events when window is minimized... | Ray | |
| ...instead of keep polling | |||
