Releases: KleeSup/KleeGameBaseShared
Releases · KleeSup/KleeGameBaseShared
Cleanup and recodesss
v1.1.6 Collision additions
Whats new in version 1.1.6:
- added new methods to CollisionUtils2D
- fixed some critical issues with CollisionUtils2D
v1.1.5 Snapshots and cleanups
Whats new in Version 1.1.5?
- Added SnapshotProducer
- Cleaned up a lot of classes
v1.1.4 Collisions and grid worlds
Whats new in version 1.1.4:
- Simple collision response
- grid world management
- player controllers
- implementations of Javas Future interface
v1.1.3
v1.1.2
v1.1.1
v1.1 Packet Processors and Math additions
Release of Version v1.1
Changelog:
- added simple math classes and methods (AABB2D.java, AABB3D.java, KleeMath.java)
- added PacketProcessor.java and their storage via PacketProcessorStorageMap.java
- added simple utilities for kryo (KryoUtil.java)
- added the functional interfaces Builder.java and Cacheable.java
- added KleeUtil.java, a utility class for the library
- Changed Updateable.java update method which now also requires a TimeUnit parameter