| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-21 | Feature: On desktop, center window on screen | Ray San | |
| 2015-10-06 | Reviewed some comments and WritePNG() | 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-08-29 | Small code tweaks | raysan5 | |
| 2015-08-28 | Small tweaks | raysan5 | |
| 2015-08-27 | Some bugs corrected and trying to implement 3d picking | raysan5 | |
| 2015-08-10 | Depth buffer configuration | Ray | |
| 2015-08-07 | Added MSAA 4X support for EGL contexts | raysan5 | |
| 2015-07-29 | Decoupled some modules: audio, camera, gestures | raysan5 | |
| Added window drop files support | |||
| 2015-07-13 | Move shaders functions to module rlgl | raysan5 | |
| Shader functionality owns to rlgl, not core module | |||
| 2015-07-05 | Corrected bug on GetHexValue() function | raysan5 | |
| 2015-06-16 | Updated postpro shaders system | raysan5 | |
| 2015-05-21 | Added extensions check on rlglInit() and more | raysan5 | |
| Corrected shader version depending on OGL version Corrected bug in gestures module | |||
| 2015-05-11 | raymath module review and other changes | raysan5 | |
| Complete review of matrix rotation math Check compressed textures support WIP: LoadImageFromData() | |||
| 2015-05-04 | Big batch of changes, check description: | raysan5 | |
| - Camera system moved to a separate module [camera.c] - WIP: Added customization functions for camera controls - Added custom shaders support on batch drawing - Complete redesign of textures module to support multiple texture formats (compressed and uncompressed) | |||
| 2015-04-22 | Corrected input bug | raysan5 | |
| 2015-04-22 | Corrected some bugs and warnings | raysan5 | |
| 2015-04-22 | Added Gestures System for Android and Web | Marc Palau | |
| 2015-04-06 | Big batch of changes! Check description: | raysan5 | |
| Support multiple texture formats (uncompressed and compressed) Postprocessing shaders support Model struct redefined and improved Extended loading functions for Textures and Models Simplified functions: DrawPlane(), DrawQuad() Deleted functions: DrawPlaneEx(), DrawGizmoEx() Now Text module only depends on Textures module Shapes: Reviewed functions to low lines/triangles usage Removed useless tabs and spaces around code | |||
| 2015-03-02 | Changes integration (some WIP, view details) | Marc Palau | |
| Corrected GetMouseWheelMove() Corrected camera system Reviewed cubicmap resolution (collision detection) Added QuaternionTransform() WIP: Raycast system (not working) WIP: Reviewing axis-angle rotations... | |||
| 2015-03-01 | Redesign shader system and more | raysan5 | |
| Shader system has been completely redesigned Added support for multiple texture color modes | |||
| 2015-02-26 | Renamed some functions | raysan5 | |
| 2015-02-09 | Corrected camera system | Marc Palau | |
| 2015-02-09 | Removed some TODO already done | raysan5 | |
| 2015-02-06 | Merge pull request #22 from procedural/hide-mouse | Ray | |
| Functions to show and hide mouse cursor at runtime | |||
| 2015-02-04 | Added support for multiple camera modes | Marc Palau | |
| 2015-02-03 | Adding functions to show and hide mouse cursor | Constantine Tarasenkov | |
| 2015-02-02 | Add support for custom shaders | raysan5 | |
| Custom shaders for models Postprocessig on FBO (in progress) Some useless spaces removed | |||
| 2015-01-21 | Pause loop execution on window minimized | Ray | |
| 2015-01-18 | Some code tweaks | raysan5 | |
| 2015-01-04 | Review build system for Android and RPI1.2.2 | raysan5 | |
| 2015-01-02 | Added support for model color tint | raysan5 | |
| Also, added support for normals on models | |||
| 2014-12-31 | Added full support for HTML5 (emscripten) | raysan5 | |
| Corrected some bugs on the way... Automatically convert textures to POT on RPI and WEB | |||
| 2014-12-15 | Added support for emscripten and more | raysan5 | |
| Added PLATFORM_WEB support (emscripten-webgl) [audio] Added LoadSoundFromWave() [textures] Added LoadTextureFromImage() to replace CreateTexture() Some TraceLogs edited... | |||
| 2014-12-09 | Added features and corrected bugs... | raysan5 | |
| [core] Added SetMousePosition() [models] LoadHeightmap() - Corrected textures bug [raymath] Functions renaming [WEB] Prepare environment for emscripten! | |||
| 2014-12-09 | Revert "Corrected some bugs..." | Palaui | |
| This reverts commit 29d8b48503f3064cdc1f3a87c01b4264e716a220. | |||
| 2014-12-09 | Corrected some bugs... | Palaui | |
| [core] Added SetMousePosition() [models] LoadHeightmap() - Corrected textures bug [raymath] Functions renaming [WEB] Prepare environment for emscripten! | |||
| 2014-11-23 | Corrected Android bug on Native Activity cycle | raysan5 | |
| 2014-10-17 | Small Fixes Update (1.2.1) | raysan5 | |
| View CHANGELOG for description on small fixes and add-ons | |||
| 2014-09-30 | Corrected issue with transparent surface in Raspberry Pi | Ray | |
| 2014-09-19 | Android: Added support for Tap gesture | raysan5 | |
| 2014-09-16 | raylib 1.2 | raysan5 | |
| This is a huge update. Check CHANGELOG for details | |||
| 2014-09-03 | Explicit define of functions prototypes | raysan5 | |
| No-parameters functions use the prototype style FunctionName(void); | |||
| 2014-09-03 | Removed useless spaces | raysan5 | |
| 2014-07-23 | Corrected bugs... | raysan5 | |
| Set default raylib to use OpenGL 1.1 (compatibility issues on ATI cards) | |||
| 2014-07-23 | Update to version 1.1.1 | raysan5 | |
| Check CHANGELOG for a detailed list of changes | |||
| 2014-04-19 | raylib 1.1 | raysan5 | |
| View CHANGELOG for a detailed list of changes | |||
| 2014-04-09 | Lots of changes, most of them under testing-review | raysan5 | |
| Added a Tracing/Log system Added OGG stream music support (DOESN'T WORK) Added Compressed textures support * This update is probably very buggy... | |||
| 2014-03-25 | Road to raylib 1.1 - Testing rlgl | raysan5 | |
