Ray
e4229e1be7
Merge branch 'master' of https://github.com/raysan5/raylib
2 years ago
Ray
bb6b43b7cb
REVIEWED: `GenImageFontAtlas()` #2556
Just reviewed font atlas size estimation, now it considers `fontSize` instead of `chars[i].image.height`, increasing considerably the atlas size estimation.
2 years ago
Nikolay Krasheninnikov
52345fd883
[raymath] Rotation functions returns clockwise rotation matrix, #2595 ( #2599 )
Co-authored-by: Nikolai Krasheninnikov <nikolai.krasheninnikov@kronshtadt.ru>
2 years ago
Ray
241d6526b0
Some camera improvements #2563
Reviewed some camera functionality:
- Reviewed camera swinging (up-down movement)
- Reviewed camera tilting (left-right movement)
- Make movement independent of frame-rate
- removed unneeded variables
NOTE: Camera rotation has some speed issues on first person when fixed 60 fps are used: it moves too fast. Independent framerate movement is not properly implemented.
2 years ago
Ray
7b05444af8
Review comments and parameter names
2 years ago
Piotr Wierciński
024a803665
rtextures: Improve numerical stability of float multiplication ( #2596 )
Dimensions of Rectangle should be casted to int before multiplication,
otherwise there is a risk for underallocation/overallocation of memory.
2 years ago
Piotr Wierciński
5a2f25cc7c
rtextures: Fix ImageFromImage crash ( #2594 )
Height of the rectangle can be float, which
may lead to doing extra iteration of loop and
writing out of bounds.
2 years ago
MyUncle
6f3a633f2e
add: cmake config include guard ( #2592 )
2 years ago
Crydsch
00c7509454
add Vector3RotateByAxisAngle ( #2590 )
2 years ago
hitomi kirigri
64710e6030
fix QuaternionFromMatrix & QuaternionEquals ( #2591 )
Co-authored-by: kirigiri hitomi <chenjw@hiscene.com>
2 years ago
Ray
d78177d246
Update year
2 years ago
Ray
39d9d1da42
Update config.h
2 years ago
/ˈɛvən/
4b0f28b782
add hare-raylib to BINDINGS.md ( #2589 )
2 years ago
Ray
65c3edf797
ADDED: Missing examples to VS2022 solution #2580
2 years ago
Julianiolo
6ed1ce0082
fixed build for cygwin ( #2588 )
2 years ago
Ray
0abba4dc18
Update README.md
2 years ago
Andrew
55c43fcd26
Update README.md ( #2587 )
* Update README.md
Simple change of
- "specially" -> "especially" when appropriate
- "fileformats" -> "file formats"
* Update README.md
Remove an unwanted change in the README file.
2 years ago
George Linkovsky
b40696eab6
Fix Vector3ClampValue and Vector2ClampValue ( #2585 )
Co-authored-by: Timofffee <timofffee@gmail.com>
2 years ago
Ray
4a9391ae83
REVIEWED: examples descriptions
2 years ago
Ray
4fced50fd1
Reviewed example formating
2 years ago
Ray
a3a6b3f24a
Update core_2d_camera.c
2 years ago
Jeffery Myers
39ead974a4
add mouse zoom example ( #2583 )
2 years ago
Jeffery Myers
e9029d3d00
[CORE] Fix Warnings ( #2582 )
* Fix raymath warning with floor to floorf
* signed unsigned missmatches
2 years ago
Mike DX
0f7c4f762f
Update BINDINGS.md ( #2581 )
Added Binding for VALA language
2 years ago
Ray
49a534b5d4
Removed raudio.h from public header
2 years ago
Ray
cccea34c6f
Update raudio.c
2 years ago
Ray
8aa105fd5b
WARNING: REMOVED: raudio_standalone example
Moved to raudio library repo: https://github.com/raysan5/raudio
2 years ago
Ray
6c2c176a99
Added note
2 years ago
Ray
3ebfee5dbc
REVIEWED: `UpdateMusicStream()` #2228
Trying to implement proper looping, independently of frame rate.
2 years ago
Ray
0379b94b7a
Minor tweaks
2 years ago
Ray
b92573e711
Update raudio.c
2 years ago
CastimierDev
0ac825b22a
set the maintained bindings in alphabetical order ( #2570 )
reordered the maintained bindings into alphabetical order
2 years ago
Ray
2245500245
Added comment about buffer refill issue on looping #2228
2 years ago
Ray
066bd5be87
Reviewed formating
2 years ago
Ray
29a0f60778
REVIEWED: `ImageResize()` #2572
2 years ago
Ray
05dc300296
Remove unneded TABS
2 years ago
Audi Nugraha
d1aabb3957
Allow DLL creation using TCC ( #2569 )
* Fix Undefined Symbol `_ftelli64`
* Add files via upload
* Update raylib.h
* Update raylib.h
2 years ago
Ray
5842a6a399
Merge branch 'master' of https://github.com/raysan5/raylib
2 years ago
Ray
53e3375186
Create rlgl_standalone.png
2 years ago
Richard Smith
f7e1550eea
Fix fat universal (arm64 + x86_64) macos Github Actions build ( #2567 )
* test if clang supports multiple targets
* didnt work, so trying lipo to join separate targets together
* add CUSTOM_LDFLAGS to try to fix arm64 mac dynamic build
* fix sym links
* try again to fix sym links
* auto extract raylib version numbers from makefile
* fix macos missing gnu grep
* dont use custom name for raylib dlls
2 years ago
Ray
41a19cd007
Merge branch 'master' of https://github.com/raysan5/raylib
2 years ago
Ray
5f9972dfd1
Update raylib.sln
2 years ago
Ray
1343f5f31f
Update CHANGELOG
2 years ago
Ray
0295ab968c
Update README.md
2 years ago
Ray
ab23e2f130
Merge branch 'master' of https://github.com/raysan5/raylib
2 years ago
Ray
61695c5315
Added some examples screenshots
2 years ago
Ray
4e763b4aa3
Update example reviews raylib versions
2 years ago
Ray
870b7fa05f
Added new examples to Makefile
2 years ago
Ray
ff838b48fd
UPDATED: examples: Assigned **DIFFICULTY LEVELS**!
2 years ago
Ray
8e229ada1d
ADDED: example: `textures_gif_player`
2 years ago