| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-12 | Update Makefile | RDR8 | |
| 2018-02-12 | Update Makefile | RDR8 | |
| 2018-02-11 | Update Makefiles for Linux installation. See prior commit. | RDR8 | |
| These changes are intended to provide context and control over the Linux make install process. make install RAYLIB_LIBTYPE=SHARED now works as expected. libraylib.so is properly installed with attendant runtime links. The examples will be running against the newly installed libraylib.so unless otherwise specified with RAYLIB_RUNTIME_PATH. See raylib/src/Makefile and raylib/examples/Makefile for usage of RAYLIB_INSTALL_PATH, RAYLIB_H_INSTALL_PATH, and RAYLIB_RUNTIME_PATH variables. RAYLIB_RUNTIME_PATH in particular is interesting for portability since sudo isn't needed. The default configuration and workflow is essentially unchanged and unaffected. | |||
| 2018-02-11 | Update Makefiles for Linux installation. | RDR8 | |
| 2018-02-11 | Some reviews for Android compilation | Ray | |
| 2018-02-04 | Bump version to 1.9.4 | Ahmad Fatoum | |
| 2018-01-25 | Make function calls without prior declaration an error | Ahmad Fatoum | |
| which is the default behavior on C99 and up. | |||
| 2018-01-25 | Support DEBUG library building | Ray | |
| 2018-01-18 | GCC/Clang: Treat void pointer arithmetic as error | Ahmad Fatoum | |
| As an extension, GNU C treats sizeof(void) as 1. MSVC doesn't. Make it an error on GCC/Clang to avoid accidental MSVC breakage. | |||
| 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 | |||
| 2017-12-28 | Support Wayland display on Linux desktop | raysan5 | |
| 2017-12-28 | Review Makefile config flags | raysan5 | |
| Support external GLFW usage Renamed some flags for consistency | |||
| 2017-12-20 | Force OpenAL backend on some platforms | Ray San | |
| OpenAL audio backend is being forced on HTML5 and OSX | |||
| 2017-12-15 | Support audio module skip on compiling | Ray San | |
| Some programs like tools could not require audio support | |||
| 2017-12-11 | Add library versioning to Make/CMake build systems | Ahmad Fatoum | |
| See #401 for the discussion. Also bumps version number to 1.9.2 without the -dev, because neither ELF nor MachO like such a suffix. The -dev suffix will have to be restricted to the git tags. | |||
| 2017-12-09 | Added Wayland support | raysan5 | |
| Updated to latest GLFW library and working on Wayland support, still looking how to implement it on raylib because it just exposes PLATFORM_DESKTOP and defaults to X11 windowing system on Linux... | |||
| 2017-12-05 | Removed OpenAL Soft dependency on building | Ray San | |
| OpenAL Soft backend is still available in audio module, I'm thinking if exposing it for building in some way or just left it there for advance users to switch to it manually in case of necessity... | |||
| 2017-11-30 | Removed GLFW3 linking and added rglfw | Ray San | |
| 2017-10-30 | Review new build platform: FreeBSD | Ray | |
| Corrected issue with RPI_CROSS_COMPILE | |||
| 2017-10-28 | Added support FreeBSD for example | Martinfx | |
| 2017-10-28 | Added support FreeBSD | Martinfx | |
| 2017-10-22 | Added cross-compiler RPI libs | Ray | |
| 2017-10-20 | Updated release versions for raylib 1.8 | Ray San | |
| 2017-10-16 | Corrected issue with OpenAL Soft static | Ray San | |
| 2017-10-14 | Small tweak, remove tabs | raysan5 | |
| 2017-10-14 | Review Makefiles | raysan5 | |
| 2017-10-11 | Updated compilation output paths | Ray San | |
| 2017-10-04 | Keep working on Android shared libs... | Ray San | |
| 2017-10-03 | Keep working on Makefiles... | Ray San | |
| 2017-10-02 | Working on Makefiles... | Ray San | |
| 2017-09-29 | Default to OpenAL static lib | Ray | |
| 2017-09-29 | Added some compiler flags for Android | Ray San | |
| 2017-09-23 | Update Android libs and building | Ray | |
| 2017-08-27 | CMake based build system. | ASDF | |
| Some people might find this handly | |||
| 2017-07-18 | Able to make a .dylib for OS X | Benjamin N. Summerton | |
| 2017-07-17 | Review shared library generation | Ray | |
| 2017-05-29 | Accept external CFLAGS | Michael Vetter | |
| Some distributions build the programs with a specific set of CFLAGS. Lets allow that by adding raylibs flags. | |||
| 2017-05-19 | Some tweaks and additions | Ray | |
| 2017-05-18 | Updated libs | Ray | |
| 2017-05-11 | Some work on Android build | Ray | |
| 2017-05-10 | Some tweaks | Ray | |
| 2017-05-08 | Included required paths for web compilation | Ray | |
| 2017-05-08 | Review Android compiling | Ray | |
| 2017-05-03 | Review makefiles | Ray | |
| 2017-04-12 | Added _DEFAULT_SOURCE to CFLAGS for C99 compatibility | RDR8 | |
| 2017-03-29 | Fine-tuning PLATFORM_WEB CFLAGS | RDR8 | |
| 2017-03-29 | Restore inadvertant changes to Makefiles | RDR8 | |
| 2017-03-24 | Always something | RDR8 | |
| 2017-03-24 | Sweep blank lines | RDR8 | |
| 2017-03-24 | Strip trailing spaces | RDR8 | |
