Ray
45dad5d903
Update windows.yml
4 years ago
Ray
b6e0766d86
Update windows.yml
4 years ago
Ray
28917c0d14
Update windows.yml
4 years ago
Ray
0b366ec4b6
Update windows.yml
4 years ago
Ray
337068dad0
Update windows.yml
4 years ago
Ray
e41ba55036
Update windows.yml
4 years ago
Ray
84103ae936
Update windows.yml
4 years ago
Ray
9ef1ef93e7
Update windows.yml
4 years ago
raysan5
ab8ec9adad
Support multiple build architectures (x86, x64)
4 years ago
Ray
8af787cabc
Update windows.yml
4 years ago
Ray
d64f5ee02a
Update windows.yml
4 years ago
Ray
6f98c0c9b6
Update windows.yml
4 years ago
Ray
eb8cf7e4d2
Update windows.yml
4 years ago
Ray
5f78b78489
Update windows.yml
4 years ago
raysan5
5c097b26d4
Merge branch 'master' of https://github.com/raysan5/raylib
4 years ago
raysan5
090490389e
Improved Makefile clean on Windows
4 years ago
Ray
cd1b71b3f9
Update windows.yml
4 years ago
raysan5
921f0c02e2
Update Makefile
4 years ago
Ray
f618c41061
Update windows.yml
4 years ago
Ray
38d4768cdd
Update windows.yml
4 years ago
Ray
f86126aaea
Update windows.yml
4 years ago
Ray
e7f507c204
Update windows.yml
4 years ago
Ray
c6ddaaf953
Update windows.yml
4 years ago
Ray
ebeee7ebed
Update windows.yml
4 years ago
Ray
6df0f2c535
Update linux.yml
4 years ago
Ray
1d9cdc1d83
Update macos.yml
4 years ago
Ray
be6e1e7c06
Update macos.yml
4 years ago
Ray
6f012d44d4
Update linux.yml
4 years ago
Ray
ceea5cb99b
Update and rename ci_src_examples_linux.yml to linux.yml
4 years ago
Ray
62302b1f71
Update and rename ci_src_examples_macos.yml to macos.yml
4 years ago
Ray
18aef2f781
Rename ci_src_examples_win.yml to ci_src_examples_win.yml.disabled
4 years ago
Ray
4fd227527e
Rename cd_src_release.yml to cd_src_release.yml.disabled
4 years ago
Ray
2dd4ab9535
Update windows.yml
4 years ago
Ray
a96b2b5b0d
Update windows.yml
4 years ago
Ray
e3709a9754
Create windows.yml
4 years ago
raysan5
2d0811d94c
Update Makefile
4 years ago
raysan5
c32ae480af
RENAMED: FormatText() -> TextFormat()
This function was renamed for consistency in raylib 3.0, just unified all examples to use TextFormat() instead of FormatText()
4 years ago
raysan5
26f6a64a39
NEW EXAMPLE: shaders_hot_reloading #1198
4 years ago
raysan5
ebdeab7e25
Code reorganization on example
4 years ago
Ray
7b346dbbe1
Review issue with .fnt -> .png path #1351
When .fnt file is in the .exe path, image path was wrongly calculated
4 years ago
Ray
902a97f540
Update BINDINGS.md
4 years ago
Ray
53b17765f4
Added raylib-luajit
4 years ago
Gaëtan Blaise-Cazalet
810f51b3e7
Change raylib version for VSCode mingw project makefile ( #1347 )
4 years ago
raysan5
ad1b3330b7
Support mulstiple WAV sampleSize for MusicStream #1340
24bit per sample is not supported internally and automatically converted 16bit
4 years ago
Henrique de Lima
702341ae6e
Making the windows build script a bit faster by verifying if the msvc environment was set up previously and only setting it up if it wasn't ( #1346 )
4 years ago
Ray
959d0d2591
Review Makefiles for WEB compilation
4 years ago
Ahmad Fatoum
1841a6bd3b
CMake: allow spaces in CMAKE_INSTALL_PREFIX
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.
4 years ago
Ahmad Fatoum
6108ba89df
CMake: don't use raylib_static name for MinGW on Windows
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.
4 years ago
raysan5
2c7dc70878
Reset close status for next frame #1339
4 years ago
Ray
2d866d5118
Added raylib-jai
4 years ago