summaryrefslogtreecommitdiffhomepage
path: root/templates
AgeCommit message (Collapse)Author
2017-10-10More work on Android building...Ray San
2017-10-05Android APK building...Ray San
Using shared libraries just don't work...
2017-10-04Keep working on Android shared libs...Ray San
2017-10-03Keep working on Makefiles...Ray San
2017-10-02Working on Makefiles...Ray San
2017-09-29Updated libraries for releaseRay
OpenAL Soft and raylib compiled for release and stripped
2017-09-29Updated to work!Ray San
2017-09-29Keep working on Android custom building...Ray San
...almost there! raylib already works, issues with OpenAL Soft linkage...
2017-09-28Strip down functionality for testingRay San
2017-09-28Work on custom Android buildRay San
- Renamed some folders - Added some files for testing - Removed useless files
2017-09-27Added verbose outputRay San
2017-09-26More work on Android APK building...Ray San
For some reason it's not working properly... :(
2017-09-26Working on Android APK building...Ray San
2017-09-23Added JAVA_HOMEraysan5
2017-09-23Update Android libs and buildingRay
2017-09-23Updated comments and pathsRay
2017-09-23Working on project Makefile for AndroidRay
2017-09-23Working on Android APK building with MakefileRay
2017-05-19Some tweaks and additionsRay
2017-05-14Review Android template librariesRay
Updated to latest version, not tested
2017-05-10Review some path for image sharingRay
2017-04-28Renamed deprecated function nameRay
2017-04-23Set canvas background to black...raysan5
..to avoid blending issues with white background
2017-04-21basic_game - update makefileEugene F
Removed glew from basic_game makefile as glew is not part of the raylib package (no glew in mingw).
2017-04-17Review and recompile web examplesraysan5
2017-03-19Review contact informationraysan5
2017-03-05Update basic_game.cRay
2016-11-24Update releases to latest versionraysan5
2016-11-18Updated android template and libraysan5
2016-08-26Review Android projectraysan5
2016-08-01Review audio module and examplesraysan5
2016-07-18Update ro raylib 1.5 releaseraysan5
2016-07-16Added release versions of raylib 1.5raysan5
2016-06-08Add physac module to android compile instructions...victorfisac
... and switch from debug build to release
2016-06-08Fix default android project game with new functionsvictorfisac
2016-05-20remove user-specific ant filesGordon McShane
2016-05-14Fix glfw name on OSX and remove unused directory warningChris Hemingway
2016-04-17Updated template game library nameraysan5
2016-04-06Fix Makefile filesLelixSuper
I've added .PHONY targets and fixed "clean" recipe.
2016-04-03Remove recipes of GLEW from Makefile (not used any more)LelixSuper
2016-04-03Remove duplicate codeLelixSuper
2016-03-13Remove GLEW library and uncomment other GNU/Linux dependencesLelixSuper
2016-03-13Convert tabs to spaces when it is possible in Makefile filesLelixSuper
2016-03-12Raname all makefile files to "Makefile"LelixSuper
I've renamed all makefile files to "Makefile" because they appear in the first files.
2016-03-12Add a missing library for compiling on GNU/LinuxLelixSuper
I've added "-ldl" library, it's necessary to compile the project.
2016-03-12Update "libraries" and "includes" sectionLelixSuper
I've cleaned the GNU/Linux compilation, now you can compile without useless parameters.
2016-03-12Update GNU/Linux compilationLelixSuper
If you have raylib on standard directories ("/usr/local/include/raylib/raylib.h" for the header and "/usr/local/lib/libraylib.a" for raylib library) you can compile without edit the makefile.
2016-03-12Edit the default target to conform to GNU standardsLelixSuper
I've changed all default target names with 'all'. Here there is the explanation: <https://www.gnu.org/prep/standards/standards.html#Standard-Targets>.
2016-02-21Updated some filesraysan5
2016-02-21Update makefilesraysan5