| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-29 | WARNING: Redesigned model struct for multi-meshes | Ray | |
| This is quite a big change, Model struct has been redesigned to support multiple meshes and multiple materials, most 3d fileformats contain multiple meshes and reference multiple materials. Consequently, multiple functions have been reviewed. LoadOBJ(), LoadIQM(), LoadGLFT() now return a Model. Current LoadOBJ() is not valid anymore, actually, tinyobj_loader_c library is considered for replacement. | |||
| 2019-03-28 | REDESIGNED: DrawCircleSector() | Ray | |
| 2019-03-17 | ADDED: GetScreenData() | raysan5 | |
| 2019-03-08 | Adding DrawCubeWiresV for convenience | Rafael Sachetto | |
| 2019-03-05 | Proposed Model struct review | Ray | |
| 2019-03-04 | ADDED: IsWindowResized() | Ray | |
| 2019-02-13 | ADDED: DrawCircleSector() | Ray | |
| 2019-02-11 | ADDED: GetClipboardText(), SetClipboardText() | Ray | |
| 2019-02-06 | Reviewed fbo creation and VR system | Ray | |
| 2019-02-04 | ADDED: LoadTextureCubemap() | Ray | |
| Probably uncomplete, not tested yet... | |||
| 2019-02-04 | Review DrawTextRecEx() formatting | Ray | |
| 2019-01-23 | Added DrawTextRecEx() | Demizdor | |
| 2019-01-21 | Review last PR formatting | Ray | |
| 2019-01-21 | Merge pull request #731 from MarcoLizza/reorganizing-logging | Ray | |
| Reorganizing logging | |||
| 2019-01-21 | Changing enums, now referenced as int. | Marco Lizza | |
| 2019-01-20 | Adding function to control the "exit-on-error" behaviour. | Marco Lizza | |
| 2019-01-20 | Fixing logging level configuration API. | Marco Lizza | |
| 2019-01-20 | Reworking log level as incremental. | Marco Lizza | |
| 2019-01-19 | Allow ShowWindow usage ;) | raysan5 | |
| 2019-01-17 | Renamed ShowWindow() to UnhideWindow() -WIP- | Ray | |
| Function provisional renaming... that's not the end of this issue... | |||
| 2019-01-16 | Crazy test | Ray | |
| 2019-01-14 | Review code formatting on ColorFromHSV() | Ray | |
| Following raylib notation rules | |||
| 2019-01-14 | Added ColorFromHSV() | Demizdor | |
| 2019-01-11 | Reverted flag value (but kept order) | Ray | |
| This specific change could be very annoying for people already using FLAG_MSAA_4X_HINT, their programs will compile correctly but window won't be shown... | |||
| 2019-01-10 | Reviewed latest PR | Ray | |
| 2019-01-10 | Merge branch 'master' into window-visibility | Ray | |
| 2019-01-10 | Reworking API upon suggestion. | Marco Lizza | |
| 2019-01-10 | Adding window visibility functions. | Marco Lizza | |
| 2019-01-10 | Adding window visibility configuration flag. | Marco Lizza | |
| 2019-01-10 | Some improvements on SetShaderValue() | Ray | |
| - Unsigned int not supported on OpenGL ES 2.0 -> Removed - Reorganized enum -> Removed BOOL (not uniformType) - Support sample2D uniform type | |||
| 2019-01-10 | WARNING: Redesigned SetShaderValue() | Ray | |
| 2019-01-09 | Merge pull request #718 from MarcoLizza/shaders-uniforms-array | Ray | |
| Shaders uniforms array | |||
| 2019-01-09 | Adding uniform array support for shaders. | Marco Lizza | |
| 2019-01-05 | Some code tweaks | raysan5 | |
| 2019-01-03 | REMOVED: ShowLogo() | raysan5 | |
| Same functionality could be achieved using FLAGS... but also considering removing raylib logo animation... | |||
| 2019-01-03 | REVIEWED some functions parameters | raysan5 | |
| Decided to allow user to provide values directly instead of requiring a Vector2 struct, probably more confortable to use. - SetMousePosition() - SetMouseOffset() - SetMouseScale() | |||
| 2019-01-02 | Mouse functions changed | ChrisDill | |
| - SetMouseScale changed to take in a Vector2. - Added mouseOffset global which is used in mouse read functions. | |||
| 2019-01-02 | Added SetMouseOffset | ChrisDill | |
| - Changed mouseScale to Vector2. - Added SetMouseOffset to change XY of mouseScale. | |||
| 2018-12-29 | ADDED: DrawTextRec() and example | raysan5 | |
| 2018-12-26 | ADDED: DrawTextureQuad() | raysan5 | |
| Useful for tiling and offset parameters definition. | |||
| 2018-12-26 | Corrected typo | raysan5 | |
| 2018-12-26 | WARNING: BREAKING CHANGE | raysan5 | |
| Added a bunch of useful text management functions. Consequently, some already available functions like `FormatText()` and `SubText()` has been renamed for consistency. Created temporal fallbacks for old names. raylib version bumped to 2.3. | |||
| 2018-12-26 | REVIEWED: DrawRectanglePro() | raysan5 | |
| 2018-12-25 | REVIEWED: LoadFontEx() | raysan5 | |
| Changed parameters order for consistency with LoadFontData() and other functions when an array is passed by parameter and array size is the following parameter. | |||
| 2018-12-24 | Review DrawPolyEx() | raysan5 | |
| Also reviewed rlCheckBufferLimit() | |||
| 2018-12-20 | Exposed LoadFontFromImage() | Ray | |
| 2018-12-15 | Added scissor functionality | Ray | |
| To draw only in defined area of the screen ADDED: BeginScissorMode(), EndScissorMode() | |||
| 2018-12-03 | Improved textures wrap support | Ray | |
| 2018-12-03 | Reviewed some comments | Ray | |
| 2018-12-03 | Replaced #defines by enums | Ray | |
