changelog
- Mon, 04 May 2015 03:11:41 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 04 May 2015 03:11:41 +0300] rev 137
- Derp
- Mon, 04 May 2015 03:11:14 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 04 May 2015 03:11:14 +0300] rev 136
- Use a value class
- Mon, 04 May 2015 02:46:09 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 04 May 2015 02:46:09 +0300] rev 135
- Added 8 integer clamping functions
Fixed hex and binary representation of zero and negative numbers
Fixed modulo operator not working due to missing call to realf()
- Mon, 04 May 2015 02:19:21 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 04 May 2015 02:19:21 +0300] rev 134
- Added scientific notation and dice expressions (cheaply as operators)
- Mon, 04 May 2015 00:50:18 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 04 May 2015 00:50:18 +0300] rev 133
- heh
- Fri, 01 May 2015 19:08:12 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Fri, 01 May 2015 19:08:12 +0300] rev 132
- lots of new stuff
- Fri, 24 Apr 2015 06:40:08 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Fri, 24 Apr 2015 06:40:08 +0300] rev 131
- Added sgn(x) to .calc
- Sun, 19 Apr 2015 22:46:39 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sun, 19 Apr 2015 22:46:39 +0300] rev 130
- - reverted previous commit (now that was a bad idea)
- Sun, 19 Apr 2015 22:33:39 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sun, 19 Apr 2015 22:33:39 +0300] rev 129
- - store expression and tokens as members of Calculator rather than being passed around as parameters
- Sun, 19 Apr 2015 22:02:02 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sun, 19 Apr 2015 22:02:02 +0300] rev 128
- Major refactor: moved calculator routines into a Calculator class.
Added attributes to calculator.
- Sun, 19 Apr 2015 20:52:49 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sun, 19 Apr 2015 20:52:49 +0300] rev 127
- Cranked up the runaway (8 was only for testing)
- Sun, 19 Apr 2015 20:49:43 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sun, 19 Apr 2015 20:49:43 +0300] rev 126
- - added binary support for calc
- Sun, 19 Apr 2015 20:04:05 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sun, 19 Apr 2015 20:04:05 +0300] rev 125
- - added hex support to the calculator
- Sun, 19 Apr 2015 19:48:32 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sun, 19 Apr 2015 19:48:32 +0300] rev 124
- - now with extra license headers
- removed commitsdb.py, it wasn't actually used (the code is in hgpoll.py)
- Sun, 19 Apr 2015 19:45:42 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sun, 19 Apr 2015 19:45:42 +0300] rev 123
- - added commits.db and mercurial support restructure
- added new, from-scratch calculator for .calc