Ray
3f1e59a7cf
Update copyright to 2024
pirms 1 gada
Ray
64d64cc181
REVIEWED: Potential code issues reported by CodeQL #3476
pirms 1 gada
ubkp
016b7d0a3a
Fix text_unicode.c example crashing ( #3250 )
* Fix text_unicode.c example crashing
* Adjust the text_unicode.c example crashing fix
pirms 1 gada
Ray
b59fab7ee6
Update year to 2023
pirms 2 gadiem
Ray
cf76d23476
Minor format tweaks
pirms 2 gadiem
Ray
4a9391ae83
REVIEWED: examples descriptions
pirms 2 gadiem
Ray
c1b01c0d5d
Added new comment to examples
pirms 2 gadiem
Ray
9362eaf9c6
REVIEWED: Naming: length vs size
pirms 3 gadiem
Ray
6e76baa6a9
WARNING: BREAKING: RENAMED: Font struct variables
RENAMED: GetCodepointsCount() -> GetCodepointCount()
RENAMED: GetTouchPointsCount() -> GetTouchPointCount()
pirms 3 gadiem
Ray
913f185f82
Renamed some static functions for more consistent naming
pirms 3 gadiem
raysan5
5a259fa10f
WARNING: REMOVED: DrawTextRec() and DrawTextRecEx()
- DrawTextRec() and DrawTextRecEx() have been moved to example, those functions could be very specific depending on user needs so it's better to give the user the full source in case of special requirements instead of allowing a function with +10 input parameters.
pirms 3 gadiem
Lambert Wang
2545f62565
Added support for additional mouse buttons ( #1753 )
* Added support for additional mouse buttons
* Renamed mouse button enum
Co-authored-by: Lambert Wang <lambert.ww@gmail.com>
pirms 3 gadiem
Jeffery Myers
e48b9a6da1
[Examples] Warning fixes (pt 1) ( #1668 )
* Fix some warnings in examples.
* cleanups from review
Co-authored-by: Jeffery Myers <JefMyers@blizzard.com>
pirms 3 gadiem
raysan5
f1ed8be5d7
REDESIGNED: ColorFromHSV()
Replaced Vector3 by direct values, easier to use and understand
pirms 4 gadiem
raysan5
64747478fe
Renamed some resources for naming consistency
pirms 4 gadiem
Ray
6bf746d531
Corrected issue with function renamed
pirms 5 gadiem
Ray
b525039e0a
Review ALL examples
pirms 5 gadiem
Ray
970f1e8ff1
examples review
pirms 5 gadiem
Ray
424d3ca8d9
examples review
Redesigns, deletes and renames
Also noted authors propertly on contributed examples
pirms 5 gadiem
Ray
8bafe03ee0
Update text_unicode.c
pirms 5 gadiem
Ray
eeef7fdb51
Review example formatting
pirms 5 gadiem
Vlad Adrian
98070982bf
Fix formatting ...not very good at this
pirms 5 gadiem
Vlad Adrian
3dda1c41ec
Fixed formatting! Grumble, grumble...
pirms 5 gadiem
Demizdor
86c887f0cf
Added unicode example
pirms 5 gadiem