| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-06 | Review float pixel format textures support | raysan5 | |
| 2018-01-06 | Improved pixel formats support | raysan5 | |
| - Renamed enum TextureFormat to PixelFormat for consistency - Added support for pixel format UNCOMPRESSED_R32 - Using GetPixelDataSize() where required | |||
| 2018-01-06 | Added function declaration | raysan5 | |
| 2018-01-06 | Added function: GetPixelDataSize() | raysan5 | |
| Just found I need that function... | |||
| 2018-01-06 | Corrected issue with new functionality | raysan5 | |
| Using default font texture as base white texture for rectangles reduces draw calls considerably, actually, raygui can be drawn with a single pass! | |||
| 2018-01-06 | Reviewed framebuffers cleaning | raysan5 | |
| Issues when dealing with FBOs | |||
| 2018-01-02 | Added function GetFileName() | raysan5 | |
| Review comments | |||
| 2018-01-01 | Removed function DrawRectangleT() | raysan5 | |
| Functionality integrated in DrawRectangle() and selectable with config flag USE_DEFAULT_FONT_TEXTURE | |||
| 2017-12-31 | Reviewed text input | raysan5 | |
| 2017-12-29 | Merge pull request #427 from SamNChiet/testing_uwp | Ray | |
| Add Keyboard Input | |||
| 2017-12-28 | Revert accidental inclusion of binary+build files | Sam C | |
| This removes the binary files I accidentally tacked onto the "Add keyboard input" commit | |||
| 2017-12-28 | Replace keyboard callbacks with polling | Sam C | |
| 2017-12-28 | Add keyboard input | Sam C | |
| 2017-12-28 | Minor tweaks | raysan5 | |
| 2017-12-28 | Support Wayland display on Linux desktop | raysan5 | |
| 2017-12-28 | Support UNCOMPRESSED_R32G32B32A32 texture format | raysan5 | |
| 2017-12-28 | Review Makefile config flags | raysan5 | |
| Support external GLFW usage Renamed some flags for consistency | |||
| 2017-12-24 | Renamed function to SetTraceLog() | raysan5 | |
| I think is clearer this way... | |||
| 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-24 | Review physac timming system | raysan5 | |
| 2017-12-23 | Merge pull request #424 from Martinfx/develop | Ray | |
| Added next BSD OS | |||
| 2017-12-23 | Updated VS2015 projects | raysan5 | |
| Removed GLFW3 and OpenAL Soft dependencies | |||
| 2017-12-23 | Fixed path for FreeBSD | Martinfx | |
| 2017-12-23 | Added next bsd os | Martinfx | |
| 2017-12-20 | Updated copyright year | Ray San | |
| 2017-12-20 | Corrected issue with SaveImageAs() | Ray San | |
| That function depends on SavePNG() and forces platform check on textures module, that behaviour should be changed, platform definition should be only required on core module... | |||
| 2017-12-20 | Corrected issue on OpenGL ES compilation | Ray San | |
| 2017-12-20 | Force OpenAL backend on some platforms | Ray San | |
| OpenAL audio backend is being forced on HTML5 and OSX | |||
| 2017-12-20 | Review code formatting | Ray San | |
| 2017-12-20 | Some code tweaks | Ray | |
| Audio module requires a complete formatting review.... | |||
| 2017-12-19 | Expose GetTime() function to users | Ray San | |
| Monotonic time since InitWindow() could be retrieved with this function. | |||
| 2017-12-19 | Merge pull request #423 from RDR8/patch-1 | Ray | |
| Update CONTRIBUTING.md | |||
| 2017-12-19 | Update CONTRIBUTING.md | RDR8 | |
| 2017-12-19 | Fix some typos in CONTRIBUTING.md (#422) | RDR8 | |
| 2017-12-18 | Remove Alien::raylib from bindings list | Ahmad Fatoum | |
| * `Alien::raylib` downloads raylib, builds it and installs it in the Perl module path (Basically abusing CPAN as package manager) * `Graphics::Raylib::XS` depends on `Alien::raylib` and reexports all C symbols as XS symbols usable in Perl * `Graphics::Raylib` depends on `Graphics::Raylib::XS` and is the actual Perl wrapper with a Perlish API, which users should be using | |||
| 2017-12-18 | Removed contributors file | Ray San | |
| Contributors added to contributing file | |||
| 2017-12-18 | Create CONTRIBUTING.md | Ray | |
| 2017-12-18 | Added some comments on GetTime() | Ray | |
| Reviewing GetTime() functionality | |||
| 2017-12-15 | Support audio module skip on compiling | Ray San | |
| Some programs like tools could not require audio support | |||
| 2017-12-15 | Updated mini_al to latest version | Ray San | |
| 2017-12-15 | Manually review previous PR | Ray San | |
| 2017-12-15 | Merge pull request #420 from questor/develop | Ray | |
| Develop | |||
| 2017-12-14 | Merge pull request #421 from a3f/develop | Ray | |
| Build shared libs, games and examples on CI | |||
| 2017-12-14 | Build shared libs, games and examples on CI | Ahmad Fatoum | |
| Now with external OpenAL and GLFW dependencies removed, we don't have to worry about installing them in CI. Shared libraries are now always built along with static libs. Games and examples are built everwhere except for Visual Studio, because Physac needs pthreads, which VS doesn't provide. | |||
| 2017-12-14 | make raylib not clash with windows-header | user | |
| 2017-12-14 | fix for eventmarker missed in first cl | user | |
| 2017-12-14 | make GetTime available to user of library | user | |
| 2017-12-14 | fix for GetMatrixModelview (former cl) | user | |
| 2017-12-14 | optimized matrixrotate function by removing identity matrix | user | |
