| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-05-17 | examples review | Ray | |
| 2019-05-16 | new example: shaders_eratosthenes | Ray | |
| Contributed by ProfJski | |||
| 2019-05-16 | Review build config on web | Ray | |
| 2019-05-15 | Added new examples to Makefile | Ray | |
| 2019-05-14 | Improve support for web building | Ray | |
| Note that building examples for web as they are (no code adaptation for web avoiding while loop) implies using the emterpreter... and that's very slow! | |||
| 2019-05-12 | Added julia set shader example. | eggmund | |
| 2019-05-07 | NO SUPPORT_BUSY_WAIT_LOOP by default | Ray | |
| 2019-05-02 | Update Makefile | Ray | |
| 2019-04-28 | Minor tweaks | raysan5 | |
| 2019-04-23 | WARNING: Issues on web building | Ray | |
| Found some issues when building for web using latest emscripten 1.38.30, traced the error and found that eglGetProcAdress does not return function pointers for VAO functionality, supported by extension. It requires more investigation but now it works (avoiding VAO usage) | |||
| 2019-04-12 | Review some examples | Ray | |
| 2019-04-07 | Happy new year 2019 | ChillerDragon | |
| 2019-01-09 | Merge pull request #718 from MarcoLizza/shaders-uniforms-array | Ray | |
| Shaders uniforms array | |||
| 2019-01-09 | Adding basic palette-switching example using uniform arrays. | Marco Lizza | |
| 2019-01-09 | Fixing typo in examples makefile, preventing build. | Marco Lizza | |
| 2019-01-01 | Update Makefile for Emscripten | raysan5 | |
| 2018-12-20 | Some tweaks | Ray | |
| 2018-11-26 | Enable SDL2 library for audio on Web | Ray | |
| Solves audio cracking issues | |||
| 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-10-21 | Added multitouch example | Berni8k | |
| 2018-07-21 | Review formatting | raysan5 | |
| 2018-07-21 | Support examples with Emterpreter | raysan5 | |
| Examples can be compiled for web with no code change at all! Usually examples need to be refactored for web... using emscripten code interpreter (emterpreter), it can manage synchronous while() loops internally... as a downside, execution is very slow... | |||
| 2018-07-21 | Looking for a place for raylib resource file | raysan5 | |
| 2018-07-15 | Added new example: text_font_sdf | Ray | |
| 2018-06-23 | Added support OpenBSD, NetBSD, DragonFly | [email protected] | |
| 2018-05-29 | Reviewed Windows resource file name | Ray | |
| 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-10 | Updated release version1.9.7-dev | Ray San | |
| 2018-02-24 | Update Makefiles. Enable example usage of staged libraylib.so. | RDR8 | |
| 2018-02-21 | Removed flag -fgnu89-inline | Ray | |
| 2018-02-12 | Update Makefile | RDR8 | |
| 2018-02-12 | Update Makefile | RDR8 | |
| 2018-02-11 | Update Makefiles for Linux installation. | RDR8 | |
| 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-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-23 | Fixed path for FreeBSD | Martinfx | |
| 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-21 | Merge pull request #389 from Martinfx/master | Ray | |
| Added clean to Makefile for FreeBSD | |||
| 2017-11-21 | Added FreeBSD clean for Makefile | Martinfx | |
| 2017-11-07 | Issue with libraries renamed on Raspbian Stretch | Ray San | |
| libEGL and libGLESv2 have been renamed on latest Raspbian Stretch version (also included on latest Jessie upgrade). It seems to be done to avoid conflicts between official Mesa libs and Broadcomm provided ones. | |||
| 2017-10-30 | Review some issues, view description | Ray San | |
| - Review RPI compilation (core_drop_files not supported) - Review ImageFormat(), some issues - GetTextureData() reviewed for RPI | |||
| 2017-10-30 | Added new example: text drawing on image | Ray San | |
| 2017-10-28 | Removed comment | Martinfx | |
| 2017-10-28 | Added support FreeBSD for example | Martinfx | |
| 2017-10-22 | Update file | Ray | |
| 2017-10-22 | Simplified desktop examples compilation | Ray | |
