Ray
7b05444af8
Review comments and parameter names
2022-07-29 09:45:19 +02:00
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.
2022-07-27 17:31:52 +02:00
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.
2022-07-26 20:53:36 +02:00
MyUncle
6f3a633f2e
add: cmake config include guard ( #2592 )
2022-07-26 14:28:26 +02:00
Crydsch
00c7509454
add Vector3RotateByAxisAngle ( #2590 )
2022-07-26 14:27:28 +02:00
hitomi kirigri
64710e6030
fix QuaternionFromMatrix & QuaternionEquals ( #2591 )
...
Co-authored-by: kirigiri hitomi <chenjw@hiscene.com>
2022-07-26 14:25:31 +02:00
Ray
d78177d246
Update year
2022-07-25 00:52:10 +02:00
Ray
39d9d1da42
Update config.h
2022-07-25 00:48:15 +02:00
/ˈɛvən/
4b0f28b782
add hare-raylib to BINDINGS.md ( #2589 )
2022-07-24 10:40:27 +02:00
Ray
65c3edf797
ADDED: Missing examples to VS2022 solution #2580
2022-07-23 12:48:15 +02:00
Julianiolo
6ed1ce0082
fixed build for cygwin ( #2588 )
2022-07-23 12:33:23 +02:00
Ray
0abba4dc18
Update README.md
2022-07-22 11:48:00 +02:00
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.
2022-07-22 11:33:54 +02:00
George Linkovsky
b40696eab6
Fix Vector3ClampValue and Vector2ClampValue ( #2585 )
...
Co-authored-by: Timofffee <timofffee@gmail.com>
2022-07-20 14:46:11 +02:00
Ray
4a9391ae83
REVIEWED: examples descriptions
2022-07-20 01:28:37 +02:00
Ray
4fced50fd1
Reviewed example formating
2022-07-19 22:06:18 +02:00
Ray
a3a6b3f24a
Update core_2d_camera.c
2022-07-19 22:05:07 +02:00
Jeffery Myers
39ead974a4
add mouse zoom example ( #2583 )
2022-07-19 21:55:10 +02:00
Jeffery Myers
e9029d3d00
[CORE] Fix Warnings ( #2582 )
...
* Fix raymath warning with floor to floorf
* signed unsigned missmatches
2022-07-19 06:36:03 +02:00
Mike DX
0f7c4f762f
Update BINDINGS.md ( #2581 )
...
Added Binding for VALA language
2022-07-19 00:47:43 +02:00
Ray
49a534b5d4
Removed raudio.h from public header
2022-07-15 19:11:42 +02:00
Ray
cccea34c6f
Update raudio.c
2022-07-15 19:09:14 +02:00
Ray
8aa105fd5b
WARNING: REMOVED: raudio_standalone example
...
Moved to raudio library repo: https://github.com/raysan5/raudio
2022-07-15 19:05:05 +02:00
Ray
6c2c176a99
Added note
2022-07-15 18:53:08 +02:00
Ray
3ebfee5dbc
REVIEWED: UpdateMusicStream()
#2228
...
Trying to implement proper looping, independently of frame rate.
2022-07-11 21:19:21 +02:00
Ray
0379b94b7a
Minor tweaks
2022-07-11 21:18:31 +02:00
Ray
b92573e711
Update raudio.c
2022-07-10 23:00:09 +02:00
CastimierDev
0ac825b22a
set the maintained bindings in alphabetical order ( #2570 )
...
reordered the maintained bindings into alphabetical order
2022-07-10 21:43:33 +02:00
Ray
2245500245
Added comment about buffer refill issue on looping #2228
2022-07-10 21:39:13 +02:00
Ray
066bd5be87
Reviewed formating
2022-07-10 21:38:33 +02:00
Ray
29a0f60778
REVIEWED: ImageResize()
#2572
2022-07-10 21:12:34 +02:00
Ray
05dc300296
Remove unneded TABS
2022-07-09 19:36:33 +02:00
Audi Nugraha
d1aabb3957
Allow DLL creation using TCC ( #2569 )
...
* Fix Undefined Symbol `_ftelli64`
* Add files via upload
* Update raylib.h
* Update raylib.h
2022-07-09 19:33:18 +02:00
Ray
5842a6a399
Merge branch 'master' of https://github.com/raysan5/raylib
2022-07-09 00:13:27 +02:00
Ray
53e3375186
Create rlgl_standalone.png
2022-07-09 00:12:50 +02:00
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
2022-07-08 07:57:10 +02:00
Ray
41a19cd007
Merge branch 'master' of https://github.com/raysan5/raylib
2022-07-07 20:23:48 +02:00
Ray
5f9972dfd1
Update raylib.sln
2022-07-07 20:23:46 +02:00
Ray
1343f5f31f
Update CHANGELOG
2022-07-07 19:58:14 +02:00
Ray
0295ab968c
Update README.md
2022-07-07 19:14:08 +02:00
Ray
ab23e2f130
Merge branch 'master' of https://github.com/raysan5/raylib
2022-07-07 19:12:44 +02:00
Ray
61695c5315
Added some examples screenshots
2022-07-07 19:12:37 +02:00
Ray
4e763b4aa3
Update example reviews raylib versions
2022-07-07 19:07:09 +02:00
Ray
870b7fa05f
Added new examples to Makefile
2022-07-07 18:29:06 +02:00
Ray
ff838b48fd
UPDATED: examples: Assigned **DIFFICULTY LEVELS**!
2022-07-07 14:34:38 +02:00
Ray
8e229ada1d
ADDED: example: textures_gif_player
2022-07-07 12:15:55 +02:00
Ray
e121058eb6
RENAMED: example: textures_rectangle -> textures_sprite_anim
2022-07-07 12:09:30 +02:00
Ray
e3ff5f3dc2
ADDED: example: textures_fog_of_war
2022-07-07 11:13:45 +02:00
Ray
9e97a2c4a1
ADDED: example: core_window_should_close
2022-07-07 11:07:41 +02:00
Ray
8f65cb1d94
ADDED: example: text_codepoints_loading
2022-07-07 01:00:57 +02:00