summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2017-10-22Merge pull request #371 from raysan5/develop1.8.0Ray
Integrate Develop branch
2017-10-22Update fileRay
2017-10-22Added cross-compiler RPI libsRay
2017-10-22Comments tweakRay
2017-10-22Simplified desktop examples compilationRay
2017-10-22Name tweakRay
2017-10-22Adapted games to compile for AndroidRay
2017-10-22Updated Makefile to support AndroidRay
2017-10-22Simplified flagsRay
2017-10-22Added resource config fileRay
2017-10-20Updated release versions for raylib 1.8Ray San
2017-10-20Merge pull request #369 from raysan5/developRay
Integrate Develop branch
2017-10-20Update exampleRay
2017-10-20Updated to latest library versionRay
2017-10-20Some examples code tweaksRay
2017-10-19Remove unused fileRay San
2017-10-19Updated raylib release 1.8Ray San
2017-10-19Updated raylib VS2015 projectRay San
2017-10-19Updated for raylib 1.8Ray San
2017-10-18Merge pull request #367 from raysan5/developRay
Integrate Develop branch
2017-10-17Update CHANGELOGRay
2017-10-17Review VR functionalityRay San
To be more generic and configurable
2017-10-17Added new examples to build...Ray San
...and reviewed some details
2017-10-17Add screenshotRay San
2017-10-17Improved some examplesRay San
2017-10-16Review issue with resources folderRay San
2017-10-16Updated libraries for WindowsRay San
2017-10-16Corrected issue with OpenAL Soft staticRay San
2017-10-14Review some issuesRay
It seems there are some platform-dependant issues
2017-10-14Reverted to old OpenAL librariesraysan5
mingw32 libraries provided were compiled with a different GCC version (different computer) and seemed to be incompatible on linkage (missing symbols).
2017-10-14Web release for raylib 1.8raysan5
2017-10-14Small tweak, remove tabsraysan5
2017-10-14Review templates for Androidraysan5
- Removed useless templates - Reviewed all Makefiles - Rework some code for Android support - Added resources to advance template
2017-10-14NEW self-contained Android Makefile for APK buildraysan5
2017-10-14Working on game templatesraysan5
2017-10-14Review Makefilesraysan5
2017-10-14Added new logo sizes (required for Android)raysan5
2017-10-14Corrected issues on examplesraysan5
2017-10-14Remove android_project templateraysan5
2017-10-14Remove basic_test templateraysan5
2017-10-13Merge pull request #366 from a3f/developRay
Fix warning about unsequenced modification of variable
2017-10-13Fix bug, add some whitespaceAhmad Fatoum
2017-10-12Fix warning about unsequenced modification of variableAhmad Fatoum
Variable t was read and modified without interleaving sequence points, technically undefined behavior. Report by Clang's -Wunsequenced
2017-10-12Review comments about raylibraysan5
2017-10-12Added glfw3 msvc libraysan5
2017-10-12Update README.mdRay
2017-10-12Merge pull request #365 from a3f/developRay
Add Travis CI integration
2017-10-12Add Travis CI integrationAhmad Fatoum
Also adds commented-out deployment on tag specification (push build artifacts to Github releases page).
2017-10-11Update README.mdRay
2017-10-11Check to avoid bool redefinitionRay San