Ahmad Fatoum
b2acff66de
Fix macOS build of new rglfw.c approach
There have been two problems:
* GLFW itself was compiled with the definitions for compiling
_against_ GLFW (fixed by removing requirement for external glfw)
* rglfw.c was being compiled as C code, although it includes
Objective C files.
This _might_ break the Windows build, needs to be checked.
Fixes #391 , but as noted I'd prefer though a separate source directory
and build script for GLFW.
8 vuotta sitten
Ahmad Fatoum
899e1fbd94
Avoid duplicate definition of feature macro
Feature macros need to be defined before #including any headers,
preferably through the build system, but this is good enough.
Fixes a compile error on my fork's Travis CI.
8 vuotta sitten
Ray San
1be826fb16
Removed useless file
8 vuotta sitten
Ray
25ceec9b8f
Corrected default textures locations
By default, we look for texture1 for LOC_MAP_SPECULAR and texture2 for
LOC_MAP_NORMAL
8 vuotta sitten
Ray San
6d317c7afe
Remove glfw3 dependency
Full sources already included and compiled with raylib (rglfw)
8 vuotta sitten
Ray San
e2e4b8df28
Remove unneeded glfw dependencies
Only required by examples
8 vuotta sitten
Ray San
a6877c82c6
Added alternative license to rgif.h library
Just in case of legal conflict with public domain software, added MIT
alternative license.
8 vuotta sitten
Ray San
a6416f82a7
Reviewed file comments
8 vuotta sitten
Ray
68024f1b0b
Added desktop platform check...
...to define proper values
8 vuotta sitten
Ray San
9c65caea8c
Added GLFW sources to raylib
Compiling GLFW library with raylib avoids external dependencies, this
way we solve version problems in some platforms
8 vuotta sitten
raysan5
24b12e5e23
Remove PLATFORM_ checks from raylib header
Now header is truly multiplatform...
Actually still a small pending check on XBOX gamepad controls that
hopefully will be removed with next GLFW 3.3
8 vuotta sitten
raysan5
02dd4d32b5
Allow custom distortion shader - IN PROGRESS -
8 vuotta sitten
raysan5
09228752ce
Review default shaders usage on loading
8 vuotta sitten
Wilhem Barbier
7ef604fbf5
Store the default shaders
8 vuotta sitten
Ray San
37986b26cb
Corrected issue with text drawing on image
8 vuotta sitten
Ray San
2f024dbfef
Corrected possible issue on FBO creation
USE_DEPTH_RENDERBUFFER on OpenGL 2.1
8 vuotta sitten
Ray San
81518ccd13
Corrected issue with shader locations init
On RPI, after latest drivers update, models were not rendered properly
cause of that...
8 vuotta sitten
Wilhem Barbier
879c2f484b
SetShaderValue take const pointer
8 vuotta sitten
Ray
aa6a1b4283
Corrected issue with missing defines
8 vuotta sitten
Ray
d43af4918b
Improve textures support for OpenGL 2.1
8 vuotta sitten
Ray
9e0105a1a3
Corrected function name
8 vuotta sitten
Ray San
244007a99b
Review Fade() functionality
8 vuotta sitten
Ray San
3c3d56bb4a
Renamed data types to standard names
8 vuotta sitten
Ray San
3d755d617a
Some code tweaks...
8 vuotta sitten
Ray San
415e7e972c
Review some issues, view description
- Review RPI compilation (core_drop_files not supported)
- Review ImageFormat(), some issues
- GetTextureData() reviewed for RPI
8 vuotta sitten
Ray
743cc6add6
Review new build platform: FreeBSD
Corrected issue with RPI_CROSS_COMPILE
8 vuotta sitten
Martinfx
47c7f3624f
Added support FreeBSD for example
8 vuotta sitten
Martinfx
b3110c14fe
Added support FreeBSD
8 vuotta sitten
Ray San
ab01cd45bc
Review rlReadTexturePixels()
Improve second option to retrieve texture data from fbo...
Still requires some testing...
8 vuotta sitten
Ray San
31c8c86d8e
Comment tweak...
...while reviewing GetTextureData() functionality on OpenGL ES 2.0
8 vuotta sitten
Ray
539a9ca50e
Corrected ImageTextEx()
- Added new function: GenImageColor()
ImageDraw() should be reviewed... specially alpha blending...
8 vuotta sitten
Ray
cbe0dcedfe
Corrected issue with ttf font y-offset
8 vuotta sitten
Ray
ad31730b6a
Added cross-compiler RPI libs
8 vuotta sitten
Ray
368b0320c6
Added resource config file
8 vuotta sitten
Ray San
df67e799dd
Updated release versions for raylib 1.8
8 vuotta sitten
Ray
d9d9546ee5
Updated to latest library version
8 vuotta sitten
Ray San
86df9168e7
Updated raylib VS2015 project
8 vuotta sitten
Ray San
1474172b4a
Updated for raylib 1.8
8 vuotta sitten
Ray San
7057d08369
Review VR functionality
To be more generic and configurable
8 vuotta sitten
Ray San
a6ccc14d39
Corrected issue with OpenAL Soft static
8 vuotta sitten
raysan5
4909f9711c
Small tweak, remove tabs
8 vuotta sitten
raysan5
5430d5d52e
Review Makefiles
8 vuotta sitten
Ahmad Fatoum
107294f3e6
Fix bug, add some whitespace
8 vuotta sitten
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
8 vuotta sitten
raysan5
8928248c71
Review comments about raylib
8 vuotta sitten
Ray San
399d4b5f46
Check to avoid bool redefinition
8 vuotta sitten
Ray San
7114c1b1f3
Updated compilation output paths
8 vuotta sitten
Ray San
d302316e51
Reorganize release and dependencies
8 vuotta sitten
Ray San
9000fc28a3
Keep working on Android shared libs...
8 vuotta sitten
Ray San
412c52499a
Reverted change that breaks 3D drawing
It should be reviewed more carefully...
8 vuotta sitten