raysan5
83f6ae148a
Merge branch 'master' of https://github.com/raysan5/raylib
5年前
raysan5
f9a2d89ed2
Use function GetSizeBase64()
5年前
Ray
b4da7b6777
Review VSCode project
5年前
Ray
4ad1fa85a4
Remove old OpenAL comments
5年前
Ray
892813de76
Review multichannel PR addition
- Capital letters at beginning
- for loop spacing and brackets
- Functions naming for consistency
- Example following examples template
- Other tweaks
5年前
chriscamacho
83a4eb0852
add multi channel audio to raudio ( #895 )
* added multi channel sound replay to raudio
added -fPIC to Makefile for Linux
added simple lighting and audio multi channel to examples Makefile
* not properly reporting audio buffer pool size...
5年前
Leandro Gabriel
a4e307ed96
Fix typo in comment (onlyl -> only)
5年前
Ray
65a21ab416
Renamed screenWidth & screenHeight
5年前
Ray
1b249ac1e1
Define some globals
5年前
Ray
e0854696b4
ADDED: DrawTriangleStrip()
5年前
Ray
f951f0c536
RENAMED: LoadDefaultFont() -> LoadFontDefault()
Renamed internal function for consistency with similar functions.
5年前
Ray
e36a80f730
Code tweaks
5年前
Ray
d21422687a
Some formatting tweaks
5年前
Ray
9a7d4ccb79
Merge pull request #893 from kawa-yoiko/rlgl-quad-padding
Fix vertex padding not zeroed for quads
5年前
Shiqing
5baab54f93
Fix vertex padding not zeroed for quads, close #891
5年前
Ray
721d18589f
Corrected issue with input threads (RPI)
5年前
Ray
dccd61bef9
Support new flag: FLAG_WINDOW_ALWAYS_RUN
Do not stop update/draw on window minimized
WARNING: SetConfigFlag() was reviewed to support int flags
5年前
Ray
9c991bd079
Remove example from Android building
5年前
Ray
81d8302d53
ADDED: shaders_basic_lighting
5年前
Ray
a43d49ed72
Added CMake flags
Reviewed comments
5年前
Ray
0c60af8981
Tweak: Change check order
5年前
Ray
9609ebf49a
Corrected IQM function declaration
5年前
Ray
55380f8489
Review DEBUG mode
5年前
Ray
266df463cc
Support externally provided compiler
5年前
Ray
5fec3ef895
Merge pull request #879 from DarkElvenAngel/Keyboard-patch
Keyboard patch
5年前
Ray
396b830db5
Update CONTRIBUTING.md
5年前
DarkElvenAngel
034e9ba1b8
Add files via upload
5年前
DarkElvenAngel
d7f4be0715
Merge pull request #1 from raysan5/master
Update
5年前
Ray
baf7d7d19a
Update BINDINGS.md
5年前
Ray
632d16e27d
Added raylib-python-cffi
5年前
Ray
f6db1ef9c5
Merge pull request #876 from XiaochuanWang/patch-2
Update Makefile
5年前
Ray
9b3b28c81f
Merge pull request #875 from XiaochuanWang/patch-1
Update Makefile
5年前
XiaochuanWang
391555a063
Update Makefile
corrected file location for "raylib.rc.data", which will cause an error during compilation
5年前
XiaochuanWang
63e320d405
Update Makefile
a minor issue: where the location of the file "raylib.rc.data" is wrong, and this will cause an error in compilation.
5年前
Ray
59b7412772
Updated games building
5年前
Ray
718f7a0161
Remove wrong files
5年前
Ray
dee602464b
Merge branch 'master' of https://github.com/raysan5/raylib
5年前
Ray
baf225dc01
Update emsdk version for testing
5年前
Ray
6945511e82
Update example
5年前
Ray
e1f3f84e84
Merge pull request #873 from msmshazan/ANGLE-fix
Changed ANGLE binaries location
5年前
Mohamed Shazan
eb1b2535f6
Change ANGLE binaries location
5年前
Ray
566a8d17c8
Update CONTRIBUTING.md
5年前
Ray
af38e18389
Review projects <PlatformToolset> to use default
5年前
Ray
37ce51b274
Merge pull request #872 from msmshazan/ANGLE-fix
Added VS2017.ANGLE Project
5年前
Ray
498c172d8e
Review function prototype
5年前
Mohamed Shazan
272d9d58e3
Add VS2017.ANGLE Project
5年前
Ray
7b4831f1b7
Update LICENSE.md
5年前
Ray
bdbc05c0dc
Review font
5年前
Ray
e3ef738264
Replace TABS by spaces
5年前
Ray
03720b30a1
Review contributed example
5年前