| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-05-07 | Added resource file for raylib.dll | Ray | |
| Some minor tweaks | |||
| 2019-04-28 | Review formatting to follow raylib style | raysan5 | |
| 2019-04-28 | This is dumb... | Reece Mackie | |
| 2019-04-28 | Formatting changes | Reece Mackie | |
| 2019-04-28 | Merge branch 'master' into gamepad-rework | Reece Mackie | |
| 2019-04-28 | WARNING: Functions renamed | raysan5 | |
| Two functions have been renamed for coherence; previous naming was confusing for several users: - DrawPolyEx() ---> DrawTriangleFan() - DrawPolyExLines() ---> DrawLineStrip() | |||
| 2019-04-27 | Line cleaning | Reece Mackie | |
| 2019-04-27 | More work, UWP now supports it and deleted old gamepads | Reece Mackie | |
| 2019-04-27 | First gamepad stuff | Reece Mackie | |
| 2019-04-23 | Support custom memory management macros | Ray | |
| Users can define their custom memory management macros. NOTE: Most external libraries support custom macros in the same way, raylib should redefine those macros to raylib ones, to unify custom memory loading. That redefinition is only implemented as example for stb_image.h in [textures] module. | |||
| 2019-04-22 | Review rnet errors | Ray | |
| 2019-04-22 | Reviewed rnet inclusion | Ray | |
| Move to own header for a more deep review of the module | |||
| 2019-04-22 | [rnet] module WIP (#809) | Jak | |
| Added experimental network module | |||
| 2019-04-21 | Initial unicode implementation for UTF8 encoded text | Demizdor | |
| 2019-04-12 | Use typedef rather than #define in order to avoid issues in application code | Björn Wahlstrand | |
| 2019-04-12 | Corrected typo | Ray | |
| 2019-04-12 | Reorganize struct | Ray | |
| 2019-04-11 | Review VR simulator mechanism | Ray | |
| - No default VR device parameteres inside raylib - VR device parameter should be provided by user - VR distortion shader should be provided by user | |||
| 2019-04-11 | Some tweaks | Ray | |
| 2019-04-10 | Comments review | Ray | |
| 2019-04-07 | Happy new year 2019 | ChillerDragon | |
| 2019-04-05 | ADDED: SetShaderValueTexture() | Ray | |
| Some tweaks | |||
| 2019-04-05 | BIG UPDATE: New models functions for animations! | Ray | |
| Multiple functions added and some reviewed to adapt to the new multi-mesh, multi-material and animated models. | |||
| 2019-04-04 | Removed trail spaces | Ray | |
| 2019-04-04 | Merge pull request #787 from Demizdor/master | Ray | |
| Added `DrawRoundedRect()` and `DrawRoundedRectLines()` | |||
| 2019-04-04 | BIG UPDATE: Support model animations! | Ray | |
| 2019-03-31 | Update raylib.h | Vlad Adrian | |
| 2019-03-30 | Added DrawRoundedRect() | Demizdor | |
| 2019-03-29 | Merge pull request #786 from Demizdor/draw_ring | Ray | |
| Added DrawRing(), DrawRingLines() and DrawCircleSectorLines() | |||
| 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-29 | Added DrawRing(), DrawRingLines() and DrawCircleSectorLines() | Demizdor | |
| 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... | |||
