| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-25 | Support DEBUG library building | Ray | |
| 2018-01-23 | Review mipmaps generation issue | Ray | |
| When changing image format, mipmaps are lost and regenerated from scratch | |||
| 2018-01-22 | Improved pixel formats support | Ray | |
| Review rlLoadTexture() function to make it simpler, now OpenGL texture glInternalFormat, glFormat and glType are retrieved with new function GetGlFormats() | |||
| 2018-01-19 | Reviewed UWP branch integration | Ray | |
| 2018-01-19 | Merge branch 'develop' into testing_uwp | Ray | |
| 2018-01-18 | GCC/Clang: Treat void pointer arithmetic as error | Ahmad Fatoum | |
| As an extension, GNU C treats sizeof(void) as 1. MSVC doesn't. Make it an error on GCC/Clang to avoid accidental MSVC breakage. | |||
| 2018-01-18 | MSVC: Fix void pointer arithmetic error | Ahmad Fatoum | |
| GNU C allows it as a compiler extension, but MSVC doesn't. | |||
| 2018-01-18 | Added function: ImageMipmaps() | Ray | |
| 2018-01-17 | Reviewed VS2015 projects | Ray | |
| - Support OpenGL 1.1 if selected macro - Corrected MSVC compiler issues with (void *) data - Removed raylib.dll project - Created DEBUG_DLL and RELEASE_DLL configurations | |||
| 2018-01-17 | Reviewed function GenImagePerlinNoise() | Ray | |
| Added support for noise image offset | |||
| 2018-01-16 | Redesigned rlLoadTexture() | Ray | |
| - Added support for mipmap levels loading - Removed internal function LoadTextureCompressed(), not required any more... | |||
| 2018-01-15 | Code tweak while using OpenAL backend | - | |
| 2018-01-15 | Reviewed Makefiles... | - | |
| - Renamed VERSION to RAYLIB_VERSION - Renamed API_VERSION to RAYLIB_API_VERSION - Renamed RAYLIB_RELEASE to RAYLIB_RELEASE_PATH - Support Web Assembly compilation on PLATFORM_WEB | |||
| 2018-01-11 | Added new function: ImageAlphaCrop() | Ray | |
| 2018-01-08 | Corrected issue with matrices | Ray | |
| Matrix stack system should be reviewed but, in the meantime, currentMatrix should be reseted in order of 3d to work | |||
| 2018-01-07 | Use busy wait loop | Ray | |
| If not using busy wait loop, linkage with WINMM in Windows platform is required | |||
| 2018-01-07 | Launch draw call if buffer limits reached | Ray | |
| Note that this solution is a temporal patch, not properly tested and prone to fail, specially if matrix are pushed into the stack... | |||
| 2018-01-07 | Added new image functions | raysan5 | |
| - Added: ImageAlphaClear() - Added: ImageAlphaPremultiply() - Reorganized some functions | |||
| 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-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 | 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-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-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 | |
