aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2017-10-11Updated compilation output pathsRay San
2017-10-11Updated release libraries for win32/mingw32Ray San
2017-10-11Cleaning Android project templateRay San
Notice that requries libraries are directly taken from raylib/release/libs/android folder and nativeLoader.java is generated by Makefile on the go
2017-10-11Reorganize release and dependenciesRay San
2017-10-10More work on Android building...Ray San
2017-10-09Add mesh generation example -IN PROGRESS-raysan5
2017-10-05Android APK building...Ray San
Using shared libraries just don't work...
2017-10-05Update CONTRIBUTORS.mdRay
2017-10-04Keep working on Android shared libs...Ray San
2017-10-04Reverted change that breaks 3D drawingRay San
It should be reviewed more carefully...
2017-10-04Review VR simulatorRay San
Requires some work, distortion shader could be move out of raylib to example code...
2017-10-03Keep working on Makefiles...Ray San
2017-10-02Update HISTORY.mdRay
2017-10-02Update HISTORY.mdRay
2017-10-02Working on Makefiles...Ray San
2017-10-02Updated android_native_app_glueRay San
2017-10-02Updated OpenAL Soft headersRay San
2017-10-02Renamed gif writting libraryRay San