WarpPI/core/src/main/java/it/cavallium/warppi
Riccardo Azzolini a74f047655 Fix/improve hashCode for Functions
Some types of Function had hashCode methods which didn't match the
behavior of equals, while others could simply be rewritten in a simpler
way by using Objects.hash.
2019-10-25 22:48:49 +02:00
..
boot Updated to java 11 2018-09-28 13:43:42 +02:00
device Fixed buggy keyboard behavior 2018-10-16 20:03:12 +02:00
event Code cleanup 2018-09-28 11:39:28 +02:00
extra Fixed graphic glitches when changing screen 2018-10-23 17:28:05 +02:00
gui Updated TeaVM to the latest snapshot and fixed panels history behaviour 2019-02-25 13:12:22 +01:00
math Fix/improve hashCode for Functions 2019-10-25 22:48:49 +02:00
util Avoid using methods which are not available on TeaVM 2019-08-08 14:36:07 +02:00
Engine.java Disabled debug mode for TeaVM 2018-10-06 16:37:44 +02:00
Platform.java Remove zip file handling code and zip4j dependency 2019-10-25 20:49:31 +02:00
StaticVars.java Code cleanup 2018-09-28 11:39:28 +02:00
TestDrivers.java Code cleanup 2018-09-28 11:39:28 +02:00