[11:39:11] *** sseehh_ has quit IRC [11:39:29] *** sseehh_ has joined #sgine [15:56:54] <sgine-jenkins> Starting build 318 for job sgine (previous build: SUCCESS) [16:06:21] <sgine-jenkins> Project sgine build #318: SUCCESS in 9 min 31 sec: http://build.sgine.org/job/sgine/318/ [16:06:22] <sgine-jenkins> * mhicks at sgine dot org: Continued work toward integration of Mouse and Camera into UI. [16:06:22] <sgine-jenkins> * mhicks at sgine dot org: Renamed mutable and immutable classes to a unique name for better distinction upon import. [16:06:23] <sgine-jenkins> Created Vector2, Vector3, and Vector4 classes. [16:06:23] <sgine-jenkins> Minor tweaks to Matrix4 and Color. [16:36:52] *** hudson-sgine has quit IRC [16:37:02] *** zzorn has quit IRC [16:54:09] *** hudson-sgine has joined #sgine [16:58:33] *** hudson-sgine has quit IRC [17:33:58] <sgine-jenkins> Starting build 319 for job sgine (previous build: SUCCESS) [17:43:29] <sgine-jenkins> Project sgine build #319: SUCCESS in 9 min 37 sec: http://build.sgine.org/job/sgine/319/ [17:43:30] <sgine-jenkins> * mhicks at sgine dot org: Added normalize, multiply, and lengthSquared to vectors. [17:43:30] <sgine-jenkins> Added determinate to Matrix4. [17:43:31] <sgine-jenkins> * mhicks at sgine dot org: Introduced immutable and mutable methods to Matrix4. [17:43:31] <sgine-jenkins> * mhicks at sgine dot org: Created convenience constant values for Vector2, Vector3, and Vector4 and made them all lazy. [17:43:32] <sgine-jenkins> * mhicks at sgine dot org: Updated immut and mut methods to to immutable and mutable methods now that the packages of the same are gone. [17:43:32] <sgine-jenkins> * mhicks at sgine dot org: Updated "render" and "ui" projects for changes in "math" project. [17:43:33] <sgine-jenkins> * mhicks at sgine dot org: Merged immutable and mutable packages back into "math" since types are now distinct. [17:43:33] <sgine-jenkins> Created MathType as a base for all math types to build from and provide better consistency.