summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2016-11-24Merge pull request #198 from raysan5/develop1.6.0Ray
Develop branch integration
2016-11-24Update releases to latest versionraysan5
2016-11-24Merge pull request #197 from xspager/developRay
[games] Fix building the games on Linux by adding missing libs
2016-11-24[games] Fix building the games on Linux by adding missing libsDaniel Lemos
2016-11-22Update README.mdRay
2016-11-22Added physics samples to makefileRay
2016-11-22Reviewed some lua examples and added new onesRay
2016-11-22Corrected bug on GenTextureMipmaps()Ray
texture.mipmaps value needs to be updated, so, texture must be passed by reference instead of by value
2016-11-21Merge pull request #195 from victorfisac/developRay
Updated Physac to new version (library and examples)
2016-11-21Added new Physac examplesvictorfisac
2016-11-21Removed old Physac examplesvictorfisac
2016-11-21Updated Physac libraryvictorfisac
2016-11-21Merge remote-tracking branch 'refs/remotes/raysan5/develop' into developvictorfisac
2016-11-21Simplified audio exampleraysan5
2016-11-21Added new text sample: text_bmfont_unorderedraysan5
BMFont loading has been improved to support unordered chars and extended characters (up to 255)
2016-11-21Corrected bug with alpha mask on fontraysan5
Mask was wrongly applied to 8-bit font image, it generated dark borders on the font. Grayscale image has to be considered as the alpha mask for a completely white image to use it correctly.
2016-11-21rlua: Added functions notesRay
Functions that need to manage big data arrays don't work properly, that functionality should be reviewed...
2016-11-21rlua: Added some missing functionsRay
Updated to raylib 1.6 functionality
2016-11-20UpdatedRay
2016-11-18Review examples and added new onesraysan5
2016-11-18Updated releasesraysan5
Latest raylib 1.6
2016-11-18Some code tweaksraysan5
Correcting details that pop-up when testing the different platforms
2016-11-18Updated android template and libraysan5
2016-11-17Corrected bug on Androidraysan5
2016-11-17Some tweaks aroundraysan5
2016-11-16raylib 1.6 html5 releaseraysan5
2016-11-16raylib 1.6 release (static and shared)raysan5
2016-11-16Updated to support OpenAL Soft static libraryraysan5
2016-11-16Remove CMakeListraysan5
Working on an updated version...
2016-11-16Update resource file for raylib 1.6raysan5
2016-11-16Reviewed modules commentsraysan5
2016-11-15Removed byte typedefraysan5
2016-11-15Merge pull request #192 from raysan5/developRay
Integrate Develop branch
2016-11-14Updated for raylib 1.6Ray
2016-11-13Review ROADMAPRay
2016-11-13Improved text measurementRay
2016-11-13Improved text measurementRay
Still not working correctly, font offsets are not considered correctly...
2016-11-13Corrected SIGSEV bugRay
2016-11-06Update ROADMAP.mdRay
2016-11-06Improve text exampleraysan5
2016-11-03Corrected issue on chars drawingraysan5
Support by default unordered charsets
2016-11-03Raspberry Pi custom gamepad axisraysan5
2016-11-03Example tweakraysan5
2016-11-02Brand new gamepad exampleraysan5
2016-11-02Improved gamepad support on Raspberry Piraysan5
2016-11-02code tweaks to avoid some warningsRay
2016-11-01Merge remote-tracking branch 'refs/remotes/raysan5/develop' into developvictorfisac
2016-11-01Improved gamepad supportraysan5
new function: GetGamepadAxisCount() new function: IsGamepadName()
2016-11-01Support unordered charset, neither fixed first charraysan5
Still requires some testing...
2016-10-31Improve TTF loadingraysan5