-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
49 lines (42 loc) · 1.49 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
libease changelog
##### libease 0.0.6 ##########
Migrated away from using custom Makefiles to using an autoconf setup
Changed the directory structure
Added a TODO file to list outstanding jobs
Rewrote the INSTALL instructions to be more understandable
Added the README file
##### libease 0.0.5 ##########
Added some more test cases
Fixed a bug caused when the duration and difference are set to zero
Fixed a bug caused when the duration is a negative value
##### libease 0.0.4 ##########
Changed copyright information
Tidied up comments
Added multi dimensional easing. (eg. x, y, z, t, ...)
Removed switch statement and changed it to a function pointer to choose the ease method
Fixed stack overflow raising gcc stack protection in variadic data
##### libease 0.0.3 ##########
Changed copyright information
Modified Makefile to use dynamic variables for the versioning
Fixed Makefile bug that ran ldconfig to early
Added easeBounceIn method
Added easeBounceOut method
Added easeBackIn method
Added easeBackOut method
Added easeBackIo method
##### libease 0.0.2 ##########
Changed ease function to accept variadic method
Changed ease function to pass variadic method to callback function
Changed ease.c to pass variadic methods into ease function
Changed call function to accept va_list type paramater
Added RELEASE file
Added this CHANGELOG file
Added libease.3 man page
##### libease 0.0.1 ##########
Initial release
Added ease in
Added ease out
Added ease io
Added ease oi
Added ease none
Added main ease caller