| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-09-03 | Added strdup() function replacement | raysan5 | |
| strdup() is not a C99 function (it's POSIX), not available in emscripten | |||
| 2015-09-02 | Corrected crazy bug about model textures | raysan5 | |
| On OpenGL ES it was set to use GL_CLAMP_TO_EDGE wrap mode for textures. On LoadOBJ() texture coordinates were wrongly Y-flipped | |||
| 2015-09-02 | Added some comments | raysan5 | |
| 2015-09-02 | Added some comments | raysan5 | |
| 2015-09-02 | Reviewed to work on Raspberry Pi | raysan5 | |
| [rlgl] Extensions strings loading was redone to avoid a Segmentation Fault on Raspberry Pi | |||
| 2015-09-01 | Updated some comments | raysan5 | |
| 2015-08-30 | Redesigned UpdateCamera() function | raysan5 | |
| Splitted into: UpdateCamera() // Update only camera UpdateCameraPlayer() // Update camera and player position | |||
| 2015-08-30 | Redesigned SpriteFont struct | raysan5 | |
| 2015-08-30 | Reviewed some comments | raysan5 | |
| 2015-08-30 | Added some comments | raysan5 | |
| 2015-08-29 | Small code tweaks | raysan5 | |
| 2015-08-29 | Corrected bug on first person camera | raysan5 | |
| 2015-08-29 | Detected issue | raysan5 | |
| 2015-08-29 | Corrected bugs on DDS and PKM loading | raysan5 | |
| 2015-08-28 | Small tweaks | raysan5 | |
| 2015-08-28 | Review camera system | raysan5 | |
| 2015-08-27 | New raylib module: raygui | raysan5 | |
| Immediate Mode GUI (IMGUI) | |||
| 2015-08-27 | View description: | raysan5 | |
| - Trying to implement rlglUnproject() - NOT WORKING - Tested GLEW alternatives: glad and glLoadGen - NOT WORKING | |||
| 2015-08-27 | Some bugs corrected and trying to implement 3d picking | raysan5 | |
| 2015-08-27 | Corrected bug to show cursor on free camera mode | raysan5 | |
| 2015-08-10 | Depth buffer configuration | Ray | |
| 2015-08-07 | Reviewed ImageConvertToPOT() | raysan5 | |
| 2015-08-07 | Added MSAA 4X support for EGL contexts | raysan5 | |
| 2015-08-07 | Added function SetBlendMode() | raysan5 | |
| Useful to enable additive blend mode for particles | |||
| 2015-08-07 | Reviewed GetTextureData() | raysan5 | |
| 2015-08-05 | Reviewed for standalone usage | Ray | |
| Requires raymath as standalone and GLEW | |||
| 2015-08-05 | Added trace log for data unloading | Ray | |
| 2015-08-03 | Review framebuffer creation and... | raysan5 | |
| ...shader loading security check | |||
| 2015-08-03 | Added security check if file not found | raysan5 | |
| 2015-07-31 | SetDefaultShader(): Solved issue | raysan5 | |
| 2015-07-31 | Added stb_vorbis lib compilation | raysan5 | |
| 2015-07-31 | Audio module reviewed for standalone usage | raysan5 | |
| 2015-07-29 | Added camera and gestures modules functions | raysan5 | |
| 2015-07-29 | Decoupled some modules: audio, camera, gestures | raysan5 | |
| Added window drop files support | |||
| 2015-07-29 | Replaced old mail by twitter user | raysan5 | |
| 2015-07-29 | Decoupling gestures system module | raysan5 | |
| Now gestures system can be used as standalone module | |||
| 2015-07-29 | Decoupling camera system module | raysan5 | |
| Camera system can be used as standalone module | |||
| 2015-07-29 | Decoupling audio module from raylib | raysan5 | |
| Now audio module can be used as standalone module | |||
| 2015-07-18 | Corrected issue on mipmaps generations | raysan5 | |
| 2015-07-13 | Move shaders functions to module rlgl | raysan5 | |
| Shader functionality owns to rlgl, not core module | |||
| 2015-07-13 | Added some functions and renamed some others | raysan5 | |
| Added: - LoadImageRaw() - ImageCopy() Renamed: - GetPixelData() -> GetImageData() | |||
| 2015-07-13 | Decoupling camera system from raylib main library | raysan5 | |
| 2015-07-13 | Some small code tweaks | raysan5 | |
| 2015-07-13 | Updated to raylib v1.3 | raysan5 | |
| 2015-07-13 | Updated to latest version 2.06 | raysan5 | |
| 2015-07-05 | Improved mipmaps support and image loading | raysan5 | |
| 2015-07-05 | Corrected bug on GetHexValue() function | raysan5 | |
| 2015-07-05 | Functions renaming for better consistency | raysan5 | |
| 2015-06-24 | Corrected bug on reset default shader | Ray | |
| 2015-06-22 | Moved postpro texture to shader | raysan5 | |
