Ray
65a21ab416
Renamed screenWidth & screenHeight
5 years ago
Ray
1b249ac1e1
Define some globals
5 years ago
Ray
e0854696b4
ADDED: DrawTriangleStrip()
5 years ago
Ray
f951f0c536
RENAMED: LoadDefaultFont() -> LoadFontDefault()
Renamed internal function for consistency with similar functions.
5 years ago
Ray
e36a80f730
Code tweaks
5 years ago
Ray
d21422687a
Some formatting tweaks
5 years ago
Ray
9a7d4ccb79
Merge pull request #893 from kawa-yoiko/rlgl-quad-padding
Fix vertex padding not zeroed for quads
5 years ago
Shiqing
5baab54f93
Fix vertex padding not zeroed for quads, close #891
5 years ago
Ray
721d18589f
Corrected issue with input threads (RPI)
5 years ago
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 years ago
Ray
9c991bd079
Remove example from Android building
5 years ago
Ray
81d8302d53
ADDED: shaders_basic_lighting
5 years ago
Ray
a43d49ed72
Added CMake flags
Reviewed comments
5 years ago
Ray
0c60af8981
Tweak: Change check order
5 years ago
Ray
9609ebf49a
Corrected IQM function declaration
5 years ago
Ray
55380f8489
Review DEBUG mode
5 years ago
Ray
266df463cc
Support externally provided compiler
5 years ago
Ray
5fec3ef895
Merge pull request #879 from DarkElvenAngel/Keyboard-patch
Keyboard patch
5 years ago
Ray
396b830db5
Update CONTRIBUTING.md
5 years ago
DarkElvenAngel
034e9ba1b8
Add files via upload
5 years ago
DarkElvenAngel
d7f4be0715
Merge pull request #1 from raysan5/master
Update
5 years ago
Ray
baf7d7d19a
Update BINDINGS.md
5 years ago
Ray
632d16e27d
Added raylib-python-cffi
5 years ago
Ray
f6db1ef9c5
Merge pull request #876 from XiaochuanWang/patch-2
Update Makefile
5 years ago
Ray
9b3b28c81f
Merge pull request #875 from XiaochuanWang/patch-1
Update Makefile
5 years ago
XiaochuanWang
391555a063
Update Makefile
corrected file location for "raylib.rc.data", which will cause an error during compilation
5 years ago
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 years ago
Ray
59b7412772
Updated games building
5 years ago
Ray
718f7a0161
Remove wrong files
5 years ago
Ray
dee602464b
Merge branch 'master' of https://github.com/raysan5/raylib
5 years ago
Ray
baf225dc01
Update emsdk version for testing
5 years ago
Ray
6945511e82
Update example
5 years ago
Ray
e1f3f84e84
Merge pull request #873 from msmshazan/ANGLE-fix
Changed ANGLE binaries location
5 years ago
Mohamed Shazan
eb1b2535f6
Change ANGLE binaries location
5 years ago
Ray
566a8d17c8
Update CONTRIBUTING.md
5 years ago
Ray
af38e18389
Review projects <PlatformToolset> to use default
5 years ago
Ray
37ce51b274
Merge pull request #872 from msmshazan/ANGLE-fix
Added VS2017.ANGLE Project
5 years ago
Ray
498c172d8e
Review function prototype
5 years ago
Mohamed Shazan
272d9d58e3
Add VS2017.ANGLE Project
5 years ago
Ray
7b4831f1b7
Update LICENSE.md
5 years ago
Ray
bdbc05c0dc
Review font
5 years ago
Ray
e3ef738264
Replace TABS by spaces
5 years ago
Ray
03720b30a1
Review contributed example
5 years ago
Ray
ddaa4a304d
Review contributor info
5 years ago
Ray
24c7549698
Merge pull request #869 from codecat/example-waving-cubes
Added waving cubes example
5 years ago
Ray
c5f605e888
Merge pull request #862 from a3f/master
build: increment API_VERSION after release
5 years ago
Ray
5c8191f8a7
Merge pull request #867 from PompPenguin/master
Removed unused code for CAMERA_THIRD_PERSON
5 years ago
Codecat
923f4b9bbd
Added waving cubes example
5 years ago
Ahmad Fatoum
e103320ad8
build: increment API_VERSION after release
With v2.5.0 out, increment API_VERSION, so binaries dynamically linked
against the released raylib aren't accidentally paired with a development
or later released raylib that may be incompatible.
5 years ago
PompPenguin
7367140fb4
Update camera.h
Removed unused code for CAMERA_THIRD_PERSON.
5 years ago