aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-08-29Small code tweaksraysan5
2015-08-29Corrected bug on first person cameraraysan5
2015-08-29Detected issueraysan5
2015-08-29Corrected bugs on DDS and PKM loadingraysan5
2015-08-28Small tweaksraysan5
2015-08-28Review camera systemraysan5
2015-08-27New raylib module: rayguiraysan5
Immediate Mode GUI (IMGUI)
2015-08-27View description:raysan5
- Trying to implement rlglUnproject() - NOT WORKING - Tested GLEW alternatives: glad and glLoadGen - NOT WORKING
2015-08-27Some bugs corrected and trying to implement 3d pickingraysan5
2015-08-27Corrected bug to show cursor on free camera moderaysan5
2015-08-10Depth buffer configurationRay
2015-08-07Reviewed ImageConvertToPOT()raysan5
2015-08-07Added MSAA 4X support for EGL contextsraysan5
2015-08-07Added function SetBlendMode()raysan5
Useful to enable additive blend mode for particles
2015-08-07Reviewed GetTextureData()raysan5
2015-08-05Reviewed for standalone usageRay
Requires raymath as standalone and GLEW
2015-08-05Added trace log for data unloadingRay
2015-08-03Review framebuffer creation and...raysan5
...shader loading security check
2015-08-03Added security check if file not foundraysan5
2015-07-31SetDefaultShader(): Solved issueraysan5
2015-07-31Added stb_vorbis lib compilationraysan5
2015-07-31Audio module reviewed for standalone usageraysan5
2015-07-29Added camera and gestures modules functionsraysan5
2015-07-29Decoupled some modules: audio, camera, gesturesraysan5
Added window drop files support
2015-07-29Replaced old mail by twitter userraysan5
2015-07-29Decoupling gestures system moduleraysan5
Now gestures system can be used as standalone module
2015-07-29Decoupling camera system moduleraysan5
Camera system can be used as standalone module
2015-07-29Decoupling audio module from raylibraysan5
Now audio module can be used as standalone module
2015-07-18Corrected issue on mipmaps generationsraysan5
2015-07-13Move shaders functions to module rlglraysan5
Shader functionality owns to rlgl, not core module
2015-07-13Added some functions and renamed some othersraysan5
Added: - LoadImageRaw() - ImageCopy() Renamed: - GetPixelData() -> GetImageData()
2015-07-13Decoupling camera system from raylib main libraryraysan5
2015-07-13Some small code tweaksraysan5
2015-07-13Updated to raylib v1.3raysan5
2015-07-13Updated to latest version 2.06raysan5
2015-07-05Improved mipmaps support and image loadingraysan5
2015-07-05Corrected bug on GetHexValue() functionraysan5
2015-07-05Functions renaming for better consistencyraysan5
2015-06-24Corrected bug on reset default shaderRay
2015-06-22Moved postpro texture to shaderraysan5
2015-06-18Corrected bug on UnloadModel()raysan5
2015-06-17Corrected camera issue and added functionraysan5
2015-06-16Updated postpro shaders systemraysan5
2015-06-16Updated shader systemraysan5
2015-06-03Corrected gesture tap issue and text scaling issueMarc Palau
2015-06-03Corrected camera issueMarc Palau
2015-06-02Improved ResolveCollisionCubicmap()raysan5
Now it supports multiple maps one next to the other
2015-05-21Improved custom shaders supportraysan5
Corrected issues with textures loading
2015-05-21Added extensions check on rlglInit() and moreraysan5
Corrected shader version depending on OGL version Corrected bug in gestures module
2015-05-18Small tweakGatonevermind