Commit Graph

1673 Commits

Author SHA1 Message Date
Ahmad Fatoum
107294f3e6 Fix bug, add some whitespace 2017-10-13 13:55:01 +02:00
Ahmad Fatoum
cd6d752217
Fix warning about unsequenced modification of variable
Variable t was read and modified without interleaving sequence points,
technically undefined behavior. Report by Clang's -Wunsequenced
2017-10-12 19:51:21 +02:00
raysan5
8928248c71 Review comments about raylib 2017-10-12 14:07:31 +02:00
raysan5
c63051bd9e Added glfw3 msvc lib 2017-10-12 13:56:42 +02:00
Ray
d649ff0823 Update README.md 2017-10-12 13:51:29 +02:00
Ray
dc6e559bf6 Merge pull request #365 from a3f/develop
Add Travis CI integration
2017-10-12 11:29:09 +02:00
Ahmad Fatoum
f4a2d1ef29
Add Travis CI integration
Also adds commented-out deployment on tag specification
(push build artifacts to Github releases page).
2017-10-12 10:16:30 +02:00
Ray
e129d52897 Update README.md 2017-10-11 22:47:46 +02:00
Ray San
399d4b5f46 Check to avoid bool redefinition 2017-10-11 13:29:01 +02:00
Ray San
7114c1b1f3 Updated compilation output paths 2017-10-11 13:28:38 +02:00
Ray San
32d855470d Updated release libraries for win32/mingw32 2017-10-11 13:28:16 +02:00
Ray San
1bab8f05cc Cleaning Android project template
Notice that requries libraries are directly taken from
raylib/release/libs/android folder and nativeLoader.java is generated by
Makefile on the go
2017-10-11 12:15:40 +02:00
Ray San
d302316e51 Reorganize release and dependencies 2017-10-11 11:22:49 +02:00
Ray San
ef6674a99d More work on Android building... 2017-10-10 14:06:21 +02:00
raysan5
2051be3825 Add mesh generation example -IN PROGRESS- 2017-10-09 10:13:02 +02:00
Ray San
7b63b0b132 Android APK building...
Using shared libraries just don't work...
2017-10-05 14:04:22 +02:00
Ray
9640a7d7df Update CONTRIBUTORS.md 2017-10-05 13:07:37 +02:00
Ray San
9000fc28a3 Keep working on Android shared libs... 2017-10-04 12:51:53 +02:00
Ray San
412c52499a Reverted change that breaks 3D drawing
It should be reviewed more carefully...
2017-10-04 12:13:32 +02:00
Ray San
ddea9d68bf Review VR simulator
Requires some work, distortion shader could be move out of raylib to
example code...
2017-10-04 12:11:40 +02:00
Ray San
ca0ff82046 Keep working on Makefiles... 2017-10-03 15:02:32 +02:00
Ray
c273fe9756 Update HISTORY.md 2017-10-02 23:46:57 +02:00
Ray
6dd97409d6 Update HISTORY.md 2017-10-02 23:36:50 +02:00
Ray San
b2789949ee Working on Makefiles... 2017-10-02 14:12:03 +02:00
Ray San
1288d6a5df Updated android_native_app_glue 2017-10-02 13:06:34 +02:00
Ray San
ea0decece8 Updated OpenAL Soft headers 2017-10-02 13:06:19 +02:00
Ray San
144b0ed695 Renamed gif writting library 2017-10-02 13:06:04 +02:00
Ray
515a7c3526 Merge branch 'develop' of https://github.com/raysan5/raylib into develop 2017-10-02 00:12:55 +02:00
Ray
b043c5e277 Trying to correct drawing issues... 2017-10-02 00:12:52 +02:00
Ray
52f7ee6b5f Update ROADMAP.md 2017-09-30 00:56:22 +02:00
Ray
87920111aa Update CHANGELOG 2017-09-30 00:47:16 +02:00
Ray
4f9de9527f Review gradient rectangle drawing
Added: DrawRectangleGradientV()
Added: DrawRectangleGradientH()
2017-09-30 00:46:31 +02:00
Ray
639f41cf54 Renamed example file 2017-09-30 00:45:03 +02:00
Ray
541dceb87b Updated libraries for release
OpenAL Soft and raylib compiled for release and stripped
2017-09-29 23:45:21 +02:00
Ray
1c7416910e Default to OpenAL static lib 2017-09-29 23:44:31 +02:00
Ray San
2fbc2eede6 Updated to work! 2017-09-29 14:13:17 +02:00
Ray San
c418aa2fb0 Keep working on Android custom building...
...almost there! raylib already works, issues with OpenAL Soft
linkage...
2017-09-29 13:58:49 +02:00
Ray San
ccd6271a7f Added some compiler flags for Android 2017-09-29 13:57:00 +02:00
Ray San
c45eeb8024 Code tweaks and comments for Android 2017-09-29 13:56:37 +02:00
Ray San
becddd7725 Updated raylib Android release 2017-09-29 13:56:15 +02:00
Ray San
dc4dba4857 Strip down functionality for testing 2017-09-28 17:12:34 +02:00
Ray San
f5dcb51efe Work on custom Android build
- Renamed some folders
- Added some files for testing
- Removed useless files
2017-09-28 17:05:43 +02:00
Ray San
e284adcfc1 Added verbose output 2017-09-27 14:35:17 +02:00
Ray San
96b8c9dd5a More work on Android APK building...
For some reason it's not working properly... :(
2017-09-26 12:00:50 +02:00
Ray San
42db9584de Working on Android APK building... 2017-09-26 11:18:58 +02:00
Ray
8068b86742 Merge pull request #361 from raysan5/master
Integrate master changes into develop...
2017-09-26 09:14:04 +02:00
Ray
4a63e5dfb3 Merge pull request #360 from raysan5/develop
Integrate Develop branch
2017-09-26 09:13:16 +02:00
Ray
5ace947a80 Create CONTRIBUTORS.md 2017-09-26 09:12:47 +02:00
Ray
7ca90d87f9 Move CONTRIBUTORS list to own file 2017-09-26 09:12:02 +02:00
Ray
2068037417 Code tweak 2017-09-26 00:51:31 +02:00