266df463cc
Support externally provided compiler
2019-06-12 12:03:34 +02:00
034e9ba1b8
Add files via upload
2019-06-10 17:09:53 -04:00
dee602464b
Merge branch 'master' of https://github.com/raysan5/raylib
2019-06-06 23:52:53 +02:00
baf225dc01
Update emsdk version for testing
2019-06-06 23:52:49 +02:00
eb1b2535f6
Change ANGLE binaries location
2019-06-06 16:44:37 +05:30
37ce51b274
Merge pull request #872 from msmshazan/ANGLE-fix
...
Added VS2017.ANGLE Project
2019-06-06 11:51:43 +02:00
498c172d8e
Review function prototype
2019-06-06 11:38:45 +02:00
272d9d58e3
Add VS2017.ANGLE Project
2019-06-06 15:03:03 +05:30
e3ef738264
Replace TABS by spaces
2019-06-05 13:01:58 +02:00
c5f605e888
Merge pull request #862 from a3f/master
...
build: increment API_VERSION after release
2019-06-05 12:29:28 +02:00
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.
2019-06-05 08:58:24 +02:00
7367140fb4
Update camera.h
...
Removed unused code for CAMERA_THIRD_PERSON.
2019-06-04 18:06:10 -04:00
767ac9bc3e
Update camera.h
...
Updated CAMERA_THIRD_PERSON
2019-06-04 17:29:18 -04:00
6f9c176d93
Support SSH keyboard on RPI
2019-06-04 18:09:17 +02:00
2eb7e96f4b
Add MP3 config
2019-06-02 19:31:17 +01:00
093042b760
Comments review
2019-06-01 13:08:48 +02:00
1a32e76fbd
Review compilation resources
2019-05-30 18:09:33 +02:00
e660621389
Fix jar_xm_reset
2019-05-29 17:15:11 +02:00
efdc6f87d5
Define standard examples size
2019-05-29 13:47:57 +02:00
4e0a5909e7
Hide progress bar
2019-05-28 12:08:04 +02:00
bef809d841
Setup version for release
2019-05-27 13:03:14 +02:00
241c4c8d14
Review easings PR
2019-05-25 01:33:03 +02:00
d4487bcfa7
Use tgmath.h and float constants in easings.h
2019-05-24 19:07:59 +00:00
bcb83a3127
Merge pull request #850 from wbrbr/xm_fix
...
Add rewind for the XM music format
2019-05-23 17:17:17 +02:00
dec604bd71
Move jar_xm_reset to jar_xm.h
2019-05-23 16:40:15 +02:00
78817305c5
Add rewind for the XM music format
2019-05-22 22:16:18 +02:00
13a1744ca9
Fix #848
2019-05-22 20:29:34 +02:00
31bcaffd7d
Added AudioContext Resume/Suspend button
2019-05-22 16:13:59 +02:00
f45691ca8d
Rename function to follow javascript notation
2019-05-22 16:12:47 +02:00
7421ac9e24
Add code to resume blocked AudioContexts
2019-05-22 12:33:28 +02:00
a33b0002ee
Review js formatting for better readability
2019-05-22 10:55:03 +02:00
be7e56f51e
Move emscripten web shell to src
2019-05-22 10:40:51 +02:00
b1806f6600
Add config SUPPORT_SSH_KEYBOARD_RPI
...
Allow to reconfigure stdin to read input keys, this process could lead to undesired effects. Use with care.
Disabled by default.
2019-05-21 20:59:13 +02:00
0027868d1f
Review Makefiles
2019-05-21 17:46:52 +02:00
8db2203bcc
Review paths
2019-05-21 10:16:52 +02:00
316b6aa181
Reverted change that breaks mouse on web
2019-05-20 17:21:46 +02:00
72ab65277b
Avoid some warnings
2019-05-20 16:37:44 +02:00
a43a7980a3
Update raylib version to 2.5
2019-05-20 11:21:55 +02:00
371abb0a26
Review glTF implementation formatting
...
Added comments for the future
2019-05-20 11:13:38 +02:00
e01a381aec
Load glTF
2019-05-18 11:36:47 +02:00
5ef7beb0c5
Makefile: move -x objective-c option before filename
...
From the Clang documentation[1]:
> -x<language>, --language <arg>, --language=<arg>
> Treat subsequent input files as having type <language>
Follow the advice. Fixes #840 .
[1]: https://clang.llvm.org/docs/ClangCommandLineReference.html
2019-05-17 20:27:43 +02:00
e1ecebfff9
Revert "fixed GLFW compiler flag for OSX"
...
This reverts #841 commit 97160fd970 .
2019-05-17 20:27:42 +02:00
97160fd970
fixed GLFW compiler flag for OSX
2019-05-17 17:56:05 +03:00
cf4fde9456
Corrected bug on NEON
2019-05-16 16:10:52 +02:00
9994f16479
Review build config on web
2019-05-16 15:40:28 +02:00
25ac9bfb28
Update dr_flac, dr_mp3, dr_wav to latest version
2019-05-16 15:31:33 +02:00
579d932551
Update miniaudio to v0.9.4
2019-05-16 15:30:41 +02:00
5a1a0a3492
Corrected issue with multi-mesh obj models
...
Note that all meshes are loaded as a single one at this moment, loading should be improved!
2019-05-15 15:12:56 +02:00
0eece03205
Corrected issue with texture flip X
2019-05-15 12:22:29 +02:00
4d8b9e595a
external: glfw: Revert "Added WinMM library"
...
This reverts commit 4773de26a5 .
which adds -lwinmm at the wrong place. It should be in the raylib
linker flags, not GLFW's.
2019-05-15 08:14:24 +02:00