Commit Graph

13 Commits

Author SHA1 Message Date
596499416f Update easings.h (#1210)
Make easings.h use powf and sqrtf instead of pow and sqrt.
2020-04-21 21:17:58 +02:00
89c16baf18 Replace tabs with spaces and update year of copyright notices (#927)
* Update year of copyright notices

* Fix mistake in comment

* Fix typo ("algorythms")

* Replace tabs with spaces

* Remove trailing whitespace and fix mistake in comment

* Fix ExportImageAsCode missing comment rectangle corner

* Replace tab with spaces

* Replace tabs with spaces
2019-08-03 11:07:41 +02:00
Ray
241c4c8d14 Review easings PR 2019-05-25 01:33:03 +02:00
d4487bcfa7 Use tgmath.h and float constants in easings.h 2019-05-24 19:07:59 +00:00
Ray
80c8599e81 Avoid warnings pre-evaluating values
Variable operations inside the functions should be evaluated before the function operations.
2019-05-06 10:07:06 +02:00
a54af067c2 Added guards to PI define
Added guards to not redefine it if the user is using it with raylib.h
also added an 'f' at the end of the define to keep compliant with raylib's PI define
2019-05-01 22:03:32 +02:00
59c436c922 Defined PI (#822)
PI is not always defined in math.h, thus it must be defined in this header
2019-05-01 21:41:51 +02:00
8f5ff64420 Working on file header comments... 2017-03-19 12:52:58 +01:00
80b3c4cd2b Review comments to be value-generic 2016-06-02 18:49:40 +02:00
83dbc07650 buffering of music now uses update audio context 2016-05-12 16:02:23 -07:00
d6feeb14ff pause on no data 2016-05-03 02:52:45 -07:00
634f8f0d0f Adapted easings as single header and inline functions 2016-01-20 18:20:36 +01:00
9f5c5dfff4 Added module: easings (header only) 2016-01-02 10:43:17 +01:00