Use Java 1.8, and its Optional.
[rhynodge.git] / src / main / java / net / pterodactylus / rhynodge / engine / Engine.java
2014-03-27 David ‘Bombe’ RodenUse Java 1.8, and its Optional.
2014-03-27 David ‘Bombe’ RodenMove running the query into its own method.
2014-03-27 David ‘Bombe’ RodenSimplify state filtering.
2014-03-27 David ‘Bombe’ RodenMove waiting for next reaction to start into its own...
2014-03-27 David ‘Bombe’ RodenDon’t calculate time more than once.
2014-03-27 David ‘Bombe’ RodenUse custom object to return information about the next...
2014-03-25 David ‘Bombe’ RodenReturn the correct name for the next reaction.
2014-03-17 David ‘Bombe’ RodenRefactor engine, use Optionals in the state manager.
2013-02-18 David ‘Bombe’ RodenEnhance trigger interface to allow merging states.
2013-01-11 David ‘Bombe’ RodenMerge branch 'master' into rewrite
2013-01-10 David ‘Bombe’ RodenRename project to “Rhynodge.”