Dan Bechard
56072a631d
Fix Codepoint position truncation ( #2636 )
This truncation causes text that spans the zero coord boundary to round differently left or zero vs. right of zero, in turn causing letters to appear squished together. If you actually need the position to be an integer, you should instead `floorf()` the float, rather than doing an integer truncation, but I don't see any reason to convert it to an integer in the first place. Everything else in the equation is a float.
vor 2 Jahren
Gunko Vadim
f2fbdd1999
Update BINDINGS.md ( #2631 )
Update to ray4laz
vor 2 Jahren
Richard Smith
03bf7e81dd
updating jaylib binding to 4.2 ( #2630 )
vor 2 Jahren
Richard Smith
14b1aef194
update raylib-python-cffi bindings to 4.2 ( #2629 )
vor 2 Jahren
Ray
d658e6772d
Update android.yml
vor 2 Jahren
Ray
965057dbe2
Update android.yml
vor 2 Jahren
Ray
b38dceb2de
Update android.yml
vor 2 Jahren
Ray
764254d93e
Update android.yml
vor 2 Jahren
Ray
b55cb32d9b
Update android.yml
vor 2 Jahren
Ray
931af3a242
Update windows.yml
vor 2 Jahren
Ray
372983c06e
Update HISTORY.md
vor 2 Jahren
Ray
8b8b5ef70e
Merge branch 'master' of https://github.com/raysan5/raylib
vor 2 Jahren
Ray
feb9c52374
Update CHANGELOG
vor 2 Jahren
SomeUnusualGames
71e43612d6
Fix typos and reworded a question in the FAQ ( #2628 )
vor 2 Jahren
Eliza Milburn
b24947c0d0
Improve the readability of the FAQ page ( #2627 )
vor 2 Jahren
Ray
60d9cbd754
Update CHANGELOG
vor 2 Jahren
Peter0x44
4c71f5f76e
Reword FAQ page, and fix some typos ( #2626 )
vor 2 Jahren
Ray
75ece337ae
Revert "Update core_3d_camera_mode.c"
This reverts commit 4f6fbaed41
.
vor 2 Jahren
Ray
4f6fbaed41
Update core_3d_camera_mode.c
vor 2 Jahren
Ray
ddb8be3564
Merge branch 'master' of https://github.com/raysan5/raylib
vor 2 Jahren
Ray
b3ed01dbab
Create FAQ.md
vor 2 Jahren
archie2x
e87caa2687
Fix #2621 : Set CMP0054 policy to NEW and appropriately quote ${PLATFORM} ( #2622 )
vor 2 Jahren
Ray
b0f3a2c217
Update c_raylib.xml
vor 2 Jahren
Ray
d1a5d381d8
Updated Npp scripts
vor 2 Jahren
Jacob Dennis
621d6ae856
Updated to work with zig master branch ( #2620 )
Specifically, std.fs.OpenDirOptions struct no longer has the iterable
flag, now it's a standalone function call std.fs.openIterableDir
vor 2 Jahren
Ray
8127044748
Update CHANGELOG
vor 2 Jahren
Ray
2c0071c851
Reviewed issue with negative key #2619
vor 2 Jahren
Ray
63a23a6b74
REMOVED: VS2019 project
vor 2 Jahren
Ray
304c820a8e
Merge branch 'master' of https://github.com/raysan5/raylib
vor 2 Jahren
Ray
86ac792d9a
Review projects details for raylib 4.2
vor 2 Jahren
veins1
4b2357dc34
Can't alt-tab out of fullscreen window ( #2618 )
vor 2 Jahren
Ray
e47a3afbd8
Update BINDINGS.md
vor 2 Jahren
Ray
3ce5941106
Update BINDINGS.md
vor 2 Jahren
Anthony Walter
3edf43f1d6
Added new Free Pascal bindings ( #2617 )
vor 2 Jahren
Angga Permana
e06ed6c608
Fix 4coder project template ( #2616 )
vor 2 Jahren
Ray
ec8fabceeb
Updated Notepad++ intellisense data
vor 2 Jahren
Ray
14990209ef
Added comments
vor 2 Jahren
Ray
d1c53910b7
Update parser outputs for raylib 4.2
vor 2 Jahren
Ray
5940790379
Update raylib_parser.c
vor 2 Jahren
Ray
19d6f2a961
Update HISTORY.md
vor 2 Jahren
Ray
7faeaa757c
Update CHANGELOG
vor 2 Jahren
veins1
d70e5cd26b
Small simplifications ( #2615 )
vor 2 Jahren
veins1
82b76149da
GetMusicTimePlayed bug fix ( #2614 )
GetMusicTimePlayed() was calculated using buffered frames, not played frames.
For example: calling LoadMusicStream->UpdateMusicStream->GetMusicTimePlayed would return non-zero value, even though no music was playing.
vor 2 Jahren
hartmannathan
b0b6381745
Fix typo in README: s/instrallation/installation/ ( #2613 )
vor 2 Jahren
Ramiro Magno
3e4a8bb640
Update bindings with raylibr ( #2611 )
Add R package raylibr as a new binding for the R language
vor 2 Jahren
TheManTheMythTheGameDev
090e47dca0
Fix rendering issue in audio_raw_stream.c example ( #2608 )
vor 2 Jahren
Ray
1a35f73d84
Review some warnings
vor 2 Jahren
Ray
50663f0890
Merge branch 'master' of https://github.com/raysan5/raylib
vor 2 Jahren
Ray
7c9d55f4d9
Move parser output to output
vor 2 Jahren
Ray
0739152057
Update README.md
vor 2 Jahren