aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-15Added OpenAL static libraryRay
2016-10-15Updated gamepad system with extra checkRay
Avoid out-of-bounds situation with button array
2016-10-14Improved gamepad systemRay
- Support up to 4 gamepads - Unified system between platforms - Corrected some bugs
2016-10-14Merge branch 'develop' of https://github.com/raysan5/raylib into developRay
2016-10-14Working on better gamepad supportRay
2016-10-12Added new wave functions to lua bindingraysan5
2016-10-11Updated standard shaderRay
Corrects weird artifacts on web
2016-10-10Update examples to new camera systemraysan5
2016-10-10Review UpdateVrTracking() and rlglLoadRenderTexture()raysan5
2016-10-10Tweak to avoid warningraysan5
2016-10-10Added support for FLAC audio loading/streamingraysan5
2016-10-09Tweak int to floatRay
2016-10-09Added simulated head-tracking on VR simulatorRay
A simple 1st person camera... still requires some work...
2016-10-09Corrected old issue with mouse buttons on webRay
2016-10-09Allow no default font loadingRay
Useful if text module is not required...
2016-10-09Correct warningRay
2016-10-06Merge remote-tracking branch 'refs/remotes/raysan5/develop' into developvictorfisac
2016-10-05Added flag to allow resizable windowRay
2016-10-03Removed function: ResolveCollisionCubicmap()raysan5
Function was inefficient and should be rewritten from scratch, it probably neither belongs to this module but an example...
2016-10-03More review on camera system...raysan5
Sincerely, don't like it... it should be ported to quaternions... the way it manages cameraTargetDistange and cameraAngle is confusing...
2016-10-02Corrected issue on DrawPolyEx()Ray
2016-09-26Working on camera system...raysan5
2016-09-25Improving camera system -IN PROGRESS-raysan5
2016-09-23Corrected crashing bug!Ray
When SetTargetFPS(0) app crashes horribly (division by zero)
2016-09-22Simplify camera module -IN PROGRESS-raysan5
Removed internal Camera, not required any more Removed useless functions
2016-09-22Simplify supported image formatsraysan5
Removed support for some unusual image formats
2016-09-21Corrected bugraysan5
2016-09-21Added standard shader for testingraysan5
2016-09-20Updated LibOVR to SDK version 1.8raysan5
Weird, OVR_Version.h still points to 1.7, probably a typo...
2016-09-15Corrected audio bugs and improved examplesraysan5
2016-09-12Tweak to avoid warningraysan5
2016-09-12Review spacing formattingraysan5
raylib uses spaces between '+' and '-' signs but not between '*' and '/' signs, it's a chosen convention
2016-09-12Corrected text drawing within an imageraysan5
2016-09-09Some more work on audio...Ray
2016-09-08Working on new audio functions...developRay
2016-09-08Removed raygui from raylib repo (own repo)Ray
2016-09-08Added new audio functions -IN PROGRESS-Ray
- LoadWave() - LoadWaveEx() - UnloadWave() - WaveFormat() - WaveCopy() - WaveCrop() - GetWaveData()
2016-09-07Some code tweaksRay
2016-09-05Redesigned lighting shader systemraysan5
2016-09-05Added function: ImageAlphaMask()Ray
2016-08-31Formatting tweaksraysan5
2016-08-31Merge pull request #188 from teodor-stoenescu/developRay
Greater LoadOBJ() flexibility
2016-08-31Merge remote-tracking branch 'upstream/develop' into developTeodor Stoenescu
2016-08-31Greater LoadOBJ() flexibilityTeodor Stoenescu
LoadOBJ can now load objects with having no texture coordinates or objects having texture coordinates specified as tuples.
2016-08-29Added function: UpdateSound()raysan5
2016-08-27Moved tool to folderraysan5
2016-08-26Review Android projectraysan5
2016-08-25Reviewed project includesraysan5
2016-08-25Added TraceLog info on image spritefont loadingraysan5
2016-08-25Merge pull request #184 from nounoursheureux/developRay
Fix a typo in the DrawCube, DrawCubeWires and DrawCubeTexture definitions