Commit Graph

12 Commits

Author SHA1 Message Date
1802aab683 isNull op / Return null for null block sense/NaNs 2021-02-08 12:48:39 -05:00
6eaec7d505 Bugfixes + Binary and 2020-11-12 18:46:20 -05:00
cda6a6973d make logic stuff public, cleanup 2020-11-01 19:35:22 +00:00
7088ae89b3 Logic unit control 2020-10-05 15:42:37 -04:00
ee08fa8f77 add lua-style integer division with // 2020-09-17 17:46:45 +01:00
bdf814c9b9 Removed sector data cache system 2020-09-16 18:38:23 -04:00
007a0da40a Bugfix for Logic Ops (#2535)
Performing some operations on larger numbers gave erroneous results when converting from doubles to ints. Now uses longs instead, which should help.
2020-09-10 19:14:03 -04:00
7c1d035977 Bugfixes 2020-09-10 16:45:48 -04:00
5259969384 Object sense support / Bugfixes 2020-09-09 19:02:40 -04:00
4b0c977e73 java 8's compiler is stupid apparently 2020-08-23 11:30:56 -04:00
dac24e8bf1 Replaced redundant 'negate' operator with *= -1 2020-08-23 10:20:34 -04:00
90b8910935 Merged UnaryOp and BinaryOp 2020-08-23 10:14:04 -04:00