[15:57:43] *** sseehh_ has quit IRC [15:58:05] *** sseehh_ has joined #sgine [17:49:49] <sgine-jenkins> Starting build 298 for job sgine (previous build: SUCCESS) [17:56:32] <sgine-jenkins> Project sgine build #298: SUCCESS in 6 min 47 sec: http://build.sgine.org/job/sgine/298/ [17:56:33] <sgine-jenkins> * mhicks at sgine dot org: Refactoring of "property" project to provide a more simplistic class structure while still providing all functionality of properties in 0.1. [17:56:33] <sgine-jenkins> * mhicks at sgine dot org: Updated "property" project to depend on "event" project. [17:56:34] <sgine-jenkins> * mhicks at sgine dot org: Added ChangeEvent support. [17:56:34] <sgine-jenkins> Created Bindable trait to support binding of mutable objects to objects that throw ChangeEvents. [17:56:35] <sgine-jenkins> Updated EventSupport.shouldFire to reference Bus.shouldFire and a new variable "alwaysFire". [17:56:35] <sgine-jenkins> Modified Listenable to utilize Concurrent trait instead of boiler-plate code. [17:56:36] <sgine-jenkins> * mhicks at sgine dot org: Created Concurrent trait in "concurrent" project to more easily provide concurrency support to objects.