Commit Graph

1946 Commits

Author SHA1 Message Date
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
Ray
ed9744756e Updated ( 2017-09-26 00:38:34 +02:00
Ray
934e6c01ab Merge pull request #359 from jubalh/develop
Increment version in meson build file
2017-09-25 12:23:03 +02:00
Michael Vetter
4a406fa94b Increment version in meson build file
Increment raylib version and so lib version number.
2017-09-25 12:15:48 +02:00
raysan5
8462ed73fe Added JAVA_HOME 2017-09-23 19:41:02 +02:00
raysan5
b0f033b43a Some work on rres... 2017-09-23 19:30:42 +02:00
Ray
4a8644e999 Update Android libs and building 2017-09-23 18:40:30 +02:00
Ray
c317ffeca6 Updated comments and paths 2017-09-23 18:24:58 +02:00
Ray
86ebb877fe Working on project Makefile for Android 2017-09-23 18:08:19 +02:00
Ray
00274f070f Working on Android APK building with Makefile 2017-09-23 00:25:31 +02:00
Ray
ff9b486ebe Removed matrix resetting...
to emulate OpenGL funcionality
2017-09-22 13:53:29 +02:00
Ray
b9250cc47b Update HELPME.md 2017-09-18 01:22:24 +02:00
Ray
42505f0d0a Update ROADMAP.md 2017-09-18 01:19:28 +02:00
raysan5
20968830c0 Added mesh generation functions 2017-09-18 00:59:22 +02:00
Ray
1d91a46008 Corrected out-of-bounds array issue 2017-09-13 22:23:24 +02:00
raysan5
f3f6d3fd8e Added new functions
SetWindowTitle()
GetExtension()
2017-09-08 09:35:54 +02:00
Ray
fb334e2fd1 Testing shapes generation using additional library 2017-09-02 17:42:22 +02:00
raysan5
12cb3afd9e Added function DrawRectangleGradientEx()
Moved function DrawRectangleT() from text module to shapes
Added some comments
2017-08-27 21:02:24 +02:00
Ray
b951f8700e Merge pull request #349 from raysan5/master
Integrate master changes into develop branch
2017-08-27 20:59:55 +02:00
Ray
958fed26c9 Merge pull request #348 from define-private-public/cmake_partial
CMake based build system.
2017-08-27 20:58:49 +02:00
ASDF
e173db19f7 CMake based build system.
Some people might find this handly
2017-08-27 13:28:02 -04:00
Ray
c074783861 Merge pull request #346 from raysan5/develop
Integrate Develop branch
2017-08-25 01:53:15 +02:00
raysan5
0fc1323c80 Renamed modelviewprojection matrix 2017-08-25 01:43:55 +02:00
raysan5
74fd671763 Remove old comment... 2017-08-24 23:57:34 +02:00
raysan5
b0adac96b7 Review issue with mipmaps setup
On DDS files mipmapCount header parameter could be unused and set to 0,
resulting in a wrong mipmap count and wrong compressed texture loading.
2017-08-24 20:33:30 +02:00
raysan5
93a4b5e851 Added compiler flag...
...to avoid issue on Arch Linux
2017-08-24 18:27:31 +02:00
Ray
f78747130c Merge pull request #345 from JellyPixelGames/fix-typos
Fix typo in raymath.h
2017-08-24 11:52:44 +02:00
Michael Campagnaro
18bf0ac044 Fix typo in raymath.h 2017-08-23 22:55:43 -04:00