changelog
- Sat, 11 Jan 2014 22:36:31 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Sat, 11 Jan 2014 22:36:31 +0200] rev 73
- - *hot stuff coming through*
- Fri, 10 Jan 2014 21:58:42 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Fri, 10 Jan 2014 21:58:42 +0200] rev 72
- - major refactoring begins
- Fri, 10 Jan 2014 16:11:49 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Fri, 10 Jan 2014 16:11:49 +0200] rev 71
- - moved sources to src/, migrated to cmake
- Wed, 02 Jan 2013 23:57:46 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Wed, 02 Jan 2013 23:57:46 +0200] rev 70
- test
- Wed, 19 Dec 2012 22:01:42 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Wed, 19 Dec 2012 22:01:42 +0200] rev 69
- So it turns out that the functions I thought were taking float are actually taking int. So, with the only reason for float removed, the float type is removed as well. I'd rather have fixed point anyway.
- Wed, 19 Dec 2012 13:44:18 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Wed, 19 Dec 2012 13:44:18 +0200] rev 68
- Added constants, these are defined with const, take their value immediately and are replaced out with their value when used. The strlen operator can be used to get a string constant's length.
- Wed, 19 Dec 2012 04:20:02 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Wed, 19 Dec 2012 04:20:02 +0200] rev 67
- Some rework on variables