Commit Graph

11 Commits

Author SHA1 Message Date
Skat
ed36390f3c Great cleanup 2020-11-07 11:37:46 +03:00
DeltaNedas
cda6a6973d make logic stuff public, cleanup 2020-11-01 19:35:22 +00:00
Anuken
7088ae89b3 Logic unit control 2020-10-05 15:42:37 -04:00
DeltaNedas
ee08fa8f77 add lua-style integer division with // 2020-09-17 17:46:45 +01:00
Anuken
bdf814c9b9 Removed sector data cache system 2020-09-16 18:38:23 -04:00
LordChrom
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
Anuken
7c1d035977 Bugfixes 2020-09-10 16:45:48 -04:00
Anuken
5259969384 Object sense support / Bugfixes 2020-09-09 19:02:40 -04:00
Anuken
4b0c977e73 java 8's compiler is stupid apparently 2020-08-23 11:30:56 -04:00
Anuken
dac24e8bf1 Replaced redundant 'negate' operator with *= -1 2020-08-23 10:20:34 -04:00
Anuken
90b8910935 Merged UnaryOp and BinaryOp 2020-08-23 10:14:04 -04:00