18d73eef19
Fixes target direction for first person camera mode. ( #1977 )
...
Co-authored-by: Nikolai Krasheninnikov <nikolai.krasheninnikov@kronshtadt.ru >
2021-09-10 11:51:59 +02:00
7bf31dd468
Fixed loading obj models with no materials ( #1984 )
2021-09-09 18:14:15 +02:00
1a6adc5f74
Fix dynamic library issues on Macos ( #1978 )
2021-09-06 23:17:12 +02:00
b15715ca80
Merge branch 'master' of https://github.com/raysan5/raylib
2021-09-05 21:49:49 +02:00
8d3ff3fda8
Updated Makefile for latest Android NDK r32 LTS
...
It seems now it's required to use archiver `llvm-ar`
2021-09-05 21:49:47 +02:00
24a38dbd3f
[models] LoadGLTF fixed missing transformations and nonroot skinning problem ( #1964 )
...
* Fixed gltf missing transforms on load
mend
* extracted Matrix calculation in to static method and added skinning check
* fixed formatting
2021-09-05 21:15:40 +02:00
4120f12375
REVIEWED: Vox loading, mostly formating
2021-09-05 20:39:34 +02:00
dfc465ca6d
new models_magicavoxel_loading example ( #1940 )
...
* new models_magicavoxel_loading example
* Portable header-only file "magicavoxel_loader.h" for MagicaVoxel loader example.
* models_magicavoxel_loading example added to CMakeLists.txt and Makefile
* fix models_magicavoxel_loading example for linux.
* * vox_loader into "src/external/vox_loader.h"
* vox file support for "models.c"
* updated example "models/models_magicavoxel_loading.c"
* * Fix Vox_FreeArrays (removed memory leak)
* * removed magicavoxel_loader.h
* * Revert vs2019 solution
2021-09-04 19:55:09 +02:00
93168304cd
Update shell.html
2021-09-03 15:24:05 +02:00
9ff8ad853c
Update raygui.h
2021-09-02 00:39:47 +02:00
59e7275464
REVIEWED: Glyphs
2021-09-02 00:35:55 +02:00
fa79ae8a3d
Merge branch 'master' of https://github.com/raysan5/raylib
2021-09-01 23:41:00 +02:00
9362eaf9c6
REVIEWED: Naming: length vs size
2021-09-01 23:40:51 +02:00
dfadb3ee37
fix various memory leaks ( #1969 )
2021-09-01 23:15:32 +02:00
6e76baa6a9
WARNING: BREAKING: RENAMED: Font struct variables
...
RENAMED: GetCodepointsCount() -> GetCodepointCount()
RENAMED: GetTouchPointsCount() -> GetTouchPointCount()
2021-09-01 23:11:31 +02:00
a0f8682905
REVIEWED: <name>Count for consistency
...
Following english rules, it should be singular name before Count.
2021-09-01 23:09:30 +02:00
e8fa7ceb79
[models] Fixed counting loop for face amount per material ( #1967 )
2021-09-01 21:29:20 +02:00
68bcfa1192
Minor tweak
2021-08-28 22:54:47 +02:00
d98e61c6eb
Minor format tweaks
2021-08-28 12:01:16 +02:00
66c6ec4465
Add pyraylib ( #1961 )
2021-08-28 09:57:13 +02:00
936199d8de
Review dates
2021-08-27 18:50:02 +02:00
18af18479f
REVIEWED: ExportWaveAsCode()
2021-08-27 18:49:03 +02:00
b7ae0df3d9
REVIEWED: Decouple DrawMesh() and DrawMeshInstanced() #1958
2021-08-27 12:13:44 +02:00
cac856119c
Change GetColor to take unsigned int ( #1954 )
2021-08-26 17:31:01 +02:00
1286bc076f
Add raylib.v binding ( #1955 )
...
Added raylib.v binding for Vlang
2021-08-26 17:27:31 +02:00
3d33c559e7
REVIEWED: Examples compilation
2021-08-26 00:14:34 +02:00
14e443afba
REVIEWED: OpenGL 1.1 compilation issue
2021-08-25 23:41:33 +02:00
7749a2805c
UPDATED: raygui to latest version -WIP-
...
Note this new raygui version embeds ricons and `GuiTextBoxMulti()` is not working properly
2021-08-25 00:51:37 +02:00
a04dbe7ffd
Update shaders_shapes_outline.c
2021-08-25 00:41:48 +02:00
913f185f82
Renamed some static functions for more consistent naming
2021-08-25 00:22:16 +02:00
6575d31379
Fix tcc not finding emmintrin.h ( #1947 )
...
* Fix tcc not finding emmintrin.h
This allows to compile raylib with tcc with no errors.
* Remove __TINYC__ check from stb_image.h
This will be placed under textures.c
* Move tcc check to textures.c
Avoiding to change stb_image.h
2021-08-24 16:34:52 +02:00
7c1889c282
REVIEWED: Support mouse wheel on x-axis #1948
2021-08-24 15:26:59 +02:00
45fd75952d
Revert "Ignore generated example binaries ( #1884 )" ( #1946 )
...
This reverts commit 4a01139c8d .
2021-08-23 20:05:34 +02:00
51fbde178f
Update shaders_shapes_outline.c
2021-08-22 01:08:27 +02:00
b154bc33f5
Added note on GLFW custom allocators for the future
2021-08-22 01:08:11 +02:00
d98779abef
Minor tweak to avoid false error logs
2021-08-22 01:07:37 +02:00
aefdb9f9cf
REMOVED: Old function names defines
...
As far as next raylib version will be 4.0, no backward compatibility hacks will be maintained.
2021-08-21 23:57:41 +02:00
ff523d55ac
Updated raygui #1939
2021-08-20 11:56:25 +02:00
6d20430ccc
add NULL check ( #1925 )
2021-08-20 11:47:51 +02:00
a5beb940f8
Remove trailing spaces
2021-08-16 23:23:16 +02:00
f3385b6ad2
Update rlgl.h
2021-08-16 19:52:57 +02:00
ef8526ae36
Update rlgl.h
2021-08-16 19:26:10 +02:00
92a13878dc
Add some comments
2021-08-16 19:23:06 +02:00
1b4c58b66f
WARNING: BREAKING: Use frameCount on audio
...
This is a big change for optimization and a more professional understanding of audio. Instead of dealing with samples, now we deal with frames, like miniaudio does, so, avoiding continuous conversions from samples to frames.
2021-08-16 11:06:31 +02:00
e203fb58c6
Match build-windows.bat changes ( #1923 )
...
The location for manual setting of the vcvarsall.bat location moved to line 38 in the latest change.
2021-08-16 09:53:14 +02:00
462e7aec52
Updated RAYLIB_VERSION to 4.0-dev
...
Several breaking changes have been done lately so I think it's better to mark raylib for next release as 4.0.
2021-08-15 13:25:14 +02:00
aae60e1e44
REVIEWED: extern "C" definition position for consistency
...
Note that `extern "C"` calling convention only affects objects that need to be seen by the linker, in our case only functions... but it would also be required by global variables exposed, if any.
2021-08-15 13:02:53 +02:00
848cdb267a
Support C++ usage as standalone library
2021-08-15 12:58:34 +02:00
760cfd361e
REVIEWED: PHYSACDEF definition and C++ issues #1918
2021-08-15 12:52:12 +02:00
092435d51c
[Models] Fix for issue #1809 ( #1917 )
...
* GenMeshTangents Fix
* GenMeshTangents Fix - Comment Update
* GenMeshTangents Fix - Comment Update final
* Code Style Changes
* Code Style Changes Final
* Code Style Changes Final 2
* GenMeshTangents better handling for issue #1876
* GenMeshTangents better handling for issue #1876
* GenMeshTangents: Better fix for issue #1876
* vboId location fix
* rlUpdateVertexBuffer - bufferId is an unsigned int
* Fix for issue#1809 - Obj with more materials then mesh caused crash
* Fix for issue#1809 - Formatting Update
2021-08-12 21:01:40 +02:00