| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-18 | Update windows.yml | Ray | |
| 2020-08-18 | Update windows.yml | Ray | |
| 2020-08-18 | Update windows.yml | Ray | |
| 2020-08-17 | Update windows.yml | Ray | |
| 2020-08-17 | Update windows.yml | Ray | |
| 2020-08-17 | Support multiple build architectures (x86, x64) | raysan5 | |
| 2020-08-17 | Update windows.yml | Ray | |
| 2020-08-17 | Update windows.yml | Ray | |
| 2020-08-17 | Update windows.yml | Ray | |
| 2020-08-17 | Update windows.yml | Ray | |
| 2020-08-17 | Update windows.yml | Ray | |
| 2020-08-17 | Merge branch 'master' of https://github.com/raysan5/raylib | raysan5 | |
| 2020-08-17 | Improved Makefile clean on Windows | raysan5 | |
| 2020-08-17 | Update windows.yml | Ray | |
| 2020-08-17 | Update Makefile | raysan5 | |
| 2020-08-17 | Update windows.yml | Ray | |
| 2020-08-17 | Update windows.yml | Ray | |
| 2020-08-17 | Update windows.yml | Ray | |
| 2020-08-17 | Update windows.yml | Ray | |
| 2020-08-17 | Update windows.yml | Ray | |
| 2020-08-17 | Update windows.yml | Ray | |
| 2020-08-17 | Update linux.yml | Ray | |
| 2020-08-17 | Update macos.yml | Ray | |
| 2020-08-17 | Update macos.yml | Ray | |
| 2020-08-17 | Update linux.yml | Ray | |
| 2020-08-17 | Update and rename ci_src_examples_linux.yml to linux.yml | Ray | |
| 2020-08-17 | Update and rename ci_src_examples_macos.yml to macos.yml | Ray | |
| 2020-08-17 | Rename ci_src_examples_win.yml to ci_src_examples_win.yml.disabled | Ray | |
| 2020-08-17 | Rename cd_src_release.yml to cd_src_release.yml.disabled | Ray | |
| 2020-08-17 | Update windows.yml | Ray | |
| 2020-08-17 | Update windows.yml | Ray | |
| 2020-08-17 | Create windows.yml | Ray | |
| 2020-08-17 | Update Makefile | raysan5 | |
| 2020-08-16 | RENAMED: FormatText() -> TextFormat() | raysan5 | |
| This function was renamed for consistency in raylib 3.0, just unified all examples to use TextFormat() instead of FormatText() | |||
| 2020-08-16 | NEW EXAMPLE: shaders_hot_reloading #1198 | raysan5 | |
| 2020-08-16 | Code reorganization on example | raysan5 | |
| 2020-08-15 | Review issue with .fnt -> .png path #1351 | Ray | |
| When .fnt file is in the .exe path, image path was wrongly calculated | |||
| 2020-08-15 | Update BINDINGS.md | Ray | |
| 2020-08-13 | Added raylib-luajit | Ray | |
| 2020-08-12 | Change raylib version for VSCode mingw project makefile (#1347) | Gaëtan Blaise-Cazalet | |
| 2020-08-11 | Support mulstiple WAV sampleSize for MusicStream #1340 | raysan5 | |
| 24bit per sample is not supported internally and automatically converted 16bit | |||
| 2020-08-10 | Making the windows build script a bit faster by verifying if the msvc ↵ | Henrique de Lima | |
| environment was set up previously and only setting it up if it wasn't (#1346) | |||
| 2020-08-08 | Review Makefiles for WEB compilation | Ray | |
| 2020-08-08 | CMake: allow spaces in CMAKE_INSTALL_PREFIX | Ahmad Fatoum | |
| We use @CMAKE_INSTALL_PREFIX@ in the pkg-config template, but the way we use it breaks when used with a path containing a space. Use quote to fix this. This now means, we probably can't have quotes, but that's of lesser concern. | |||
| 2020-08-08 | CMake: don't use raylib_static name for MinGW on Windows | Ahmad Fatoum | |
| There are no *.lib files that could overwrite each other when building both static and shared versions of raylib at once. So just use the normal library name without _static suffix. | |||
| 2020-08-06 | Reset close status for next frame #1339 | raysan5 | |
| 2020-08-05 | Added raylib-jai | Ray | |
| 2020-08-02 | Update Makefile for web (#1332) | Rfaile313 | |
| When you install emsdk out of the box, the directory is no longer `$(EMSDK_PATH)/python/33.7.4_64bit` but rather `$(EMSDK_PATH)/python/3.7.4-pywin32_64bit` noting the `3.7.4-pywin32_64bit` change on the last file. Thus, without adjusting this in the raylib Makefile it will throw an error: ``` PS C:\raylib\raylib\src> make PLATFORM=PLATFORM_WEB -B emcc -c core.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=gnu99 -Os -s USE_GLFW=3 -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_WEB -DGRAPHICS_API_OPENGL_ES2 '"python"' is not recognized as an internal or external command, operable program or batch file. ``` However, changing this line in the Makefile compiles raylib for web as expected `"raylib library generated (libraylib.bc)!"` | |||
| 2020-07-31 | Update raudio_standalone.c | raysan5 | |
| 2020-07-31 | Update raudio_standalone.c | raysan5 | |
