| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-27 | #917 This commit changes the path to 'shell.html' in all Makefiles (#918) | Antonio Radovcic | |
| 2019-05-22 | Move emscripten web shell to src | Ray | |
| 2019-05-21 | Review Makefiles | Ray | |
| 2019-05-10 | Add WinMM library for linkage | raysan5 | |
| Now it's required on Windows if not using a busy wait loop | |||
| 2019-04-07 | Happy new year 2019 | ChillerDragon | |
| 2019-03-17 | Review build release path, default to src directory | raysan5 | |
| 2018-11-19 | Review resources naming | Ray | |
| raylib resource data file for Windows platform (containing raylib icon and metadata for executable file) has been renamed to a more consistent name: raylib.rc.data Also required to work with tcc compiler. | |||
| 2018-07-21 | Review formatting | raysan5 | |
| 2018-07-21 | Review templates Makefiles | raysan5 | |
| 2018-07-21 | Looking for a place for raylib resource file | raysan5 | |
| 2018-07-10 | Review Android Makefiles | Ray | |
| 2018-07-09 | Corrected issue on 32bit ARM build | raysan5 | |
| 2018-07-09 | Support ARM and ARM64 Android building | raysan5 | |
| 2018-06-23 | Added support OpenBSD, NetBSD, DragonFly | maficccc@gmail.com | |
| 2018-05-29 | Reviewed Windows resource file name | Ray | |
| 2018-05-27 | Corrected issue with compiler param | Ray | |
| Added android_native_app_glue module to raylib compilation instead of compiling it as static lib at apk generation. | |||
| 2018-05-21 | Working on Android APK building | raysan5 | |
| 2018-05-20 | Removed 32bit arm Android library | raysan5 | |
| From 2019 64bit support will be mandatory to publish an Android app. Google plans to require that new apps target Oreo (API level 26) in August of 2018. | |||
| 2018-05-12 | Makefile: Remove unnecessary -no-pie for older GCC support | Ahmad Fatoum | |
| Currently, if: * GCC doesn't supports -no-pie: Build error * GCC supports -no-pie * GCC is not configured with --enable-default-pie: No-op * GCC is configured with --enable-default-pie: Slightly worse performance because we still generate -fpie code (-pie affects linker, -fpie affects compiler) So instead of probing for existence of -fno-pie -no-pie, remove it altogether. Fixes #540: Build breakage on Debian 8 with gcc 4.9. | |||
| 2018-05-11 | Review raylib version to 2.0 | Ray | |
| Review raylib_icon resource | |||
| 2018-04-03 | Updated to latest raylib changes | Ray | |
| Removed OpenAL and GLFW3 dependencies on building. Reviewed platforms and flags | |||
| 2018-03-16 | Allow use of main instead of android_main | Ahmad Fatoum | |
| Inspired by #504. Instead of requiring the user to do PLATFORM_ANDROID #ifdefery, have the android_main entry point exported by raylib and call the user-defined main. This way many games could (in theory) run unmodified on Android and elsewhere. This is untested! | |||
| 2018-02-21 | Removed flag -fgnu89-inline | Ray | |
| 2018-02-19 | Corrected path backslash | Ray | |
| 2018-01-15 | Reviewed Makefiles... | - | |
| - Renamed VERSION to RAYLIB_VERSION - Renamed API_VERSION to RAYLIB_API_VERSION - Renamed RAYLIB_RELEASE to RAYLIB_RELEASE_PATH - Support Web Assembly compilation on PLATFORM_WEB | |||
| 2018-01-15 | Review Makefiles and templates | - | |
| 2017-10-16 | Review issue with resources folder | Ray San | |
| 2017-10-14 | Review templates for Android | raysan5 | |
| - Removed useless templates - Reviewed all Makefiles - Rework some code for Android support - Added resources to advance template | |||
| 2017-10-14 | NEW self-contained Android Makefile for APK build | raysan5 | |
| 2017-10-14 | Working on game templates | raysan5 | |
| 2017-10-14 | Review Makefiles | raysan5 | |
| 2017-05-19 | Some tweaks and additions | Ray | |
| 2017-03-19 | Review contact information | raysan5 | |
| 2016-05-14 | Fix glfw name on OSX and remove unused directory warning | Chris Hemingway | |
| 2016-04-06 | Fix Makefile files | LelixSuper | |
| I've added .PHONY targets and fixed "clean" recipe. | |||
| 2016-04-03 | Remove recipes of GLEW from Makefile (not used any more) | LelixSuper | |
| 2016-04-03 | Remove duplicate code | LelixSuper | |
| 2016-03-13 | Remove GLEW library and uncomment other GNU/Linux dependences | LelixSuper | |
| 2016-03-13 | Convert tabs to spaces when it is possible in Makefile files | LelixSuper | |
| 2016-03-12 | Raname all makefile files to "Makefile" | LelixSuper | |
| I've renamed all makefile files to "Makefile" because they appear in the first files. | |||
| 2016-03-12 | Add a missing library for compiling on GNU/Linux | LelixSuper | |
| I've added "-ldl" library, it's necessary to compile the project. | |||
| 2016-03-12 | Update "libraries" and "includes" section | LelixSuper | |
| I've cleaned the GNU/Linux compilation, now you can compile without useless parameters. | |||
| 2016-03-12 | Update GNU/Linux compilation | LelixSuper | |
| 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-12 | Edit the default target to conform to GNU standards | LelixSuper | |
| 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-21 | Update makefiles | raysan5 | |
| 2015-12-31 | Updated makefiles | raysan5 | |
| 2015-01-25 | Fixes for makefiles, GLFW 3.1 library for Linux | Constantine Tarasenkov | |
| 2015-01-18 | Updated makefiles for templates | raysan5 | |
| Now support multiple platforms | |||
| 2015-01-18 | Ignore compiled binaries on templates (*.o, *.exe) | raysan5 | |
| 2014-09-30 | Added required linker libs | Ray | |
