summaryrefslogtreecommitdiffhomepage
path: root/src/easings.h
AgeCommit message (Collapse)Author
2019-08-03Replace tabs with spaces and update year of copyright notices (#927)Leandro Gabriel
* 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-05-25Review easings PRRay
2019-05-24Use tgmath.h and float constants in easings.hflashback-fx
2019-05-06Avoid warnings pre-evaluating valuesRay
Variable operations inside the functions should be evaluated before the function operations.
2019-05-01Added guards to PI defineNarice
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-01Defined PI (#822)Narice
PI is not always defined in math.h, thus it must be defined in this header
2017-03-19Working on file header comments...raysan5
2016-06-02Review comments to be value-genericraysan5
2016-05-12buffering of music now uses update audio contextJoshua Reisenauer
2016-05-03pause on no dataJoshua Reisenauer
2016-01-20Adapted easings as single header and inline functionsraysan5
2016-01-02Added module: easings (header only)raysan5