Ray
98273f0152
Reviewed compilation options
пре 7 година
Ray
4d4d9b0170
Removed Oculus example
Oculus API has changed so much that it has no sense to keep this example here... it was funny to test it in the past...
пре 7 година
Ray
5b37178af9
Reviewed rlgl_standalone example
пре 7 година
Ray
096fd6f2c3
Converted rlgl module in header-only
This change allows rlgl.h usage as independent single-file header-only module... still some tweaks required, like removing GLAD dependency... required extensions could be manually loaded!
Also removed shader_distortion.h, embedded in rlgl.h
пре 7 година
Ray
7d7c6fc42d
Reviewed example for clarity
пре 7 година
Ray
dfc4baaa35
Added new example: text_font_sdf
пре 7 година
Ray
971a7419ec
Start reviewing IQM loader...
пре 7 година
Ray
5774d31893
Example tweak
пре 7 година
Ray
d34c1285e0
Review Android Makefiles
пре 7 година
culacant
b129ba09a6
fixed so it breaks
пре 7 година
Ray
311d8b92f5
Upload IQM loader project -WIP-
пре 7 година
Ahmad Fatoum
7c36237048
Example: Don't load texture removed from source tree
Fixes: c3b948b1
("Replaced skybox HDR image")
пре 7 година
Ray
a1d9c33995
Reviewed models and examples
пре 7 година
Ray
c8b378ae50
Added new example screenshot
пре 7 година
Ray
afe81d94ce
Re-added: LoadFontEx()
пре 7 година
Ray
64207b11c0
Removed unused textures
пре 7 година
maficccc@gmail.com
59ebe1b7c3
Added support OpenBSD, NetBSD, DragonFly
пре 7 година
Ray
1630597f08
Review OBJ loading example
Replaced old dwarf model
пре 7 година
Ray
1ff8947864
Reviewed skybox example
пре 7 година
Ray
c3b948b1b2
Replaced skybox HDR image
Note that HDR exposured possibilities are not used on this example...
пре 7 година
Ray
d573a5ad60
Removed dwarf 3d model
Replaced by medieval 3d assets
пре 7 година
Ray
d873314c27
Reviewed Windows resource file name
пре 7 година
Ray
dbff40944a
Corrected issue with floats on TCC
It seems TCC was not casting correctly int values to float in some
specific situations
пре 7 година
Ahmad Fatoum
bd2300fed3
CMake+Android: Skip tests with SetCameraMode
src/core.c does explicitly skip including <camera.h> on Android
and tests fail. Therefore skip these failing tests.
Closes #507 .
пре 7 година
Ahmad Fatoum
20ddc6a2bb
Move utils.cmake to separate cmake/ directory
пре 7 година
Ahmad Fatoum
c1b9104d54
Makefile: Remove unnecessary -no-pie for older GCC support
Currently, if:
* GCC doesn't supports -no-pie: Build error
* GCC supports -no-pie
* GCC is not configured with --enable-default-pie: No-op
* GCC is configured with --enable-default-pie:
Slightly worse performance because we still generate -fpie code
(-pie affects linker, -fpie affects compiler)
So instead of probing for existence of -fno-pie -no-pie, remove it altogether.
Fixes #540 : Build breakage on Debian 8 with gcc 4.9.
пре 7 година
Ray
245704df72
Reviewed examples
пре 7 година
Ray
aa76985c0d
Review raylib version to 2.0
Review raylib_icon resource
пре 7 година
Ray
04db494db0
Renamed shader variable
пре 7 година
Ray San
ec33e7d705
BREAKING CHANGE: Renamed SpriteFont type to Font
- Preparing MP3 files support
- Jumped version to raylib 2.0-dev (too many breaking changes...)
пре 7 година
Ray San
6045062a05
Renamed some functions
- Renamed Begin3dMode() --> BeginMode3D()
- Renamed Begin2dMode() --> BeginMode2D()
- Renamed End3dMode() --> EndMode3D()
- Renamed End2dMode() --> EndMode2D()
пре 7 година
Ray San
6324697ffd
Rectangle parameters changed to float
- Some examples tweaks
- Reviewed ImageFormat()
- Use float for text fontSize
пре 7 година
raysan5
198d739256
BREAKING CHANGE: Renamed Camera -> Camera3D
Just added a fallback in the meantime...
пре 7 година
raysan5
23e335d933
Implemented MeshTangents()
- Added Vector3OrthoNormalize() to raymath.h - not sure if it is correct
- Implemented MeshBinormals() - Mesh struct has not a place for them...
- Updated model_material_pbr example - tested but not working on my GPU
(old Intel HD), actually, it never worked on it...
пре 7 година
Ray San
4cc12ef2b3
Review camera definition on examples
пре 7 година
Ray San
cc3b8645df
Updated release version
пре 7 година
lumaio teon
7bd0f8b28c
Fix mesh picking example
пре 7 година
maficccc@gmail.com
551cf50685
Fix Uninitialized argument value
пре 7 година
maficccc@gmail.com
6a3eca3f92
Fix value stored to 'body' is never read
пре 7 година
maficccc@gmail.com
9459186125
Fix call argument is an uninitialized value
пре 7 година
maficccc@gmail.com
df74607479
Fix warning: illegal character encoding in string literal
пре 7 година
Max Danielsson
42e64e931b
Simplify camera data switch in orthographic 3d example
пре 7 година
Max Danielsson
e38d28543a
Remove state bool in camera projection type example.
Changes made based on commentary in pull request 513
пре 7 година
Max Danielsson
d91179f8ab
Add orthographic projection example
пре 7 година
raysan5
d6c1159fce
Corrected typo
пре 7 година
victorfisac
5b4197afeb
Updated copyright years
пре 7 година
victorfisac
3201bad65a
Fixed memory leaks in physics step operations
пре 7 година
Ray
276847eca9
Correct issue with tangents
пре 7 година
maficccc@gmail.com
8cb324b2da
Fix result of operation is garbage or undefined
пре 7 година
Ray
fd2adbe62d
Renamed CalculateBoundingBox() to MeshBoundingBox()
Renamed function for consistency with a possible Mesh manipulation functions (maybe added in a future). Naming follows Image*() manipulation functions.
пре 7 година