summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
AgeCommit message (Collapse)Author
2015-09-02Added some commentsraysan5
2015-08-30Redesigned SpriteFont structraysan5
2015-08-28Small tweaksraysan5
2015-08-07Added function SetBlendMode()raysan5
Useful to enable additive blend mode for particles
2015-07-29Added camera and gestures modules functionsraysan5
2015-07-13Move shaders functions to module rlglraysan5
Shader functionality owns to rlgl, not core module
2015-07-05Improved mipmaps support and image loadingraysan5
2015-06-17Corrected camera issue and added functionraysan5
2015-06-16Updated shader systemraysan5
2015-05-21Improved custom shaders supportraysan5
Corrected issues with textures loading
2015-05-11raymath module review and other changesraysan5
Complete review of matrix rotation math Check compressed textures support WIP: LoadImageFromData()
2015-05-04Big 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-22Corrected input bugraysan5
2015-04-22Corrected some bugs and warningsraysan5
2015-04-22Added Gestures System for Android and WebMarc Palau
2015-04-13WIP on shaders and texturesraysan5
Moved functions: LoadShader(), UnloadShader() Add support for PVR textures compressed/uncompressed WIP: Detect available extensions for compressed textures
2015-04-06Big 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-02Changes 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-01Redesign shader system and moreraysan5
Shader system has been completely redesigned Added support for multiple texture color modes
2015-02-26Renamed some functionsraysan5
2015-02-09Corrected camera systemMarc Palau
2015-02-06Merge pull request #22 from procedural/hide-mouseRay
Functions to show and hide mouse cursor at runtime
2015-02-06Merge pull request #20 from procedural/cpp-fixesRay
Fixes for C++, bool type already defined
2015-02-04Added support for multiple camera modesMarc Palau
2015-02-03Adding functions to show and hide mouse cursorConstantine Tarasenkov
2015-02-03Fixes for C++Constantine Tarasenkov
2015-02-02Added functions and improvementsMarc Palau
LoadCubicmap() supports custom texture rectangle (from texture atlas) for every cubic-face. CheckCollision*() for spheres and bounding-boxes.
2015-02-02Add support for custom shadersraysan5
Custom shaders for models Postprocessig on FBO (in progress) Some useless spaces removed
2015-01-21Pause loop execution on window minimizedRay
2015-01-18Some code tweaksraysan5
2014-12-31Small tweaksraysan5
2014-12-31Added full support for HTML5 (emscripten)raysan5
Corrected some bugs on the way... Automatically convert textures to POT on RPI and WEB
2014-12-16Working on rotation math...raysan5
[models] Added DrawQuad()
2014-12-15Added support for emscripten and moreraysan5
Added PLATFORM_WEB support (emscripten-webgl) [audio] Added LoadSoundFromWave() [textures] Added LoadTextureFromImage() to replace CreateTexture() Some TraceLogs edited...
2014-12-09Added features and corrected bugs...raysan5
[core] Added SetMousePosition() [models] LoadHeightmap() - Corrected textures bug [raymath] Functions renaming [WEB] Prepare environment for emscripten!
2014-12-09Revert "Corrected some bugs..."Palaui
This reverts commit 29d8b48503f3064cdc1f3a87c01b4264e716a220.
2014-12-09Corrected some bugs...Palaui
[core] Added SetMousePosition() [models] LoadHeightmap() - Corrected textures bug [raymath] Functions renaming [WEB] Prepare environment for emscripten!
2014-11-23Updated stb headersraysan5
2014-10-17Small Fixes Update (1.2.1)raysan5
View CHANGELOG for description on small fixes and add-ons
2014-09-19Android: Added support for Tap gestureraysan5
2014-09-16raylib 1.2raysan5
This is a huge update. Check CHANGELOG for details
2014-09-03Explicit define of functions prototypesraysan5
No-parameters functions use the prototype style FunctionName(void);
2014-09-03Removed useless spacesraysan5
2014-07-23Update to version 1.1.1raysan5
Check CHANGELOG for a detailed list of changes
2014-06-09Updated some commentsraysan5
2014-04-19raylib 1.1raysan5
View CHANGELOG for a detailed list of changes
2014-04-09Lots of changes, most of them under testing-reviewraysan5
Added a Tracing/Log system Added OGG stream music support (DOESN'T WORK) Added Compressed textures support * This update is probably very buggy...
2014-04-04Adapt multiple functions to rlglraysan5
Nearly a complete rework of Models module Some teaks on multiple functions
2014-03-25Road to raylib 1.1 - Testing rlglraysan5
2014-03-16Update to version 1.0.61.0.6raysan5
Check CHANGELOG for the list of changes in this release!