libsoy

log

age author description
Wed, 25 Apr 2012 17:48:34 -0400 Alexander Light added self to AUTHORSdefault tip
Wed, 25 Apr 2012 15:56:05 -0400 Alexander Light added check for newwer versions of glib (such as the one that comes in ubuntu 12.04) that do not have nor need the g_thread_init call
Thu, 19 Apr 2012 00:14:53 -0700 Fredrik Karlstr?m Resizable property added to widgets/Window.gs. Name appended to AUTHORS.
Sun, 15 Apr 2012 19:18:53 +0300 Mihai Neacsu Existing texel data is shifted into new size texel
Mon, 16 Apr 2012 17:27:13 +0300 Juhani Ahman reclose rotation branch
Mon, 16 Apr 2012 17:27:04 +0300 Juhani Ahman merge
Mon, 16 Apr 2012 17:26:23 +0300 Juhani Ahman Added equality and inequality comparison methods to soy.atoms.Rotation.rotation
Sun, 08 Apr 2012 01:43:38 -0400 Alexander Light closing branchrotation
Sun, 08 Apr 2012 01:43:09 -0400 Alexander Light added Rotation atom and body rotation
Sun, 08 Apr 2012 00:36:56 -0400 Alexander Light merged from source and made floats explicitrotation
Sat, 07 Apr 2012 21:18:13 -0400 Alexander Light refactored to use renamed rotation matrix getterrotation
Fri, 06 Apr 2012 21:29:44 -0400 Alexander Light added support for setting and changing rotation in Body using atoms.Rotation :)rotation
Fri, 06 Apr 2012 21:25:41 -0400 Alexander Light added a Rotation atom to hold the bodies rotation as stored in xyz(pitch, yaw, roll) euler angles with accessors under the names alpha, beta, gamma (the standard notation for these angles)rotation
Fri, 06 Apr 2012 20:51:00 -0400 Alexander Light added ode rotation helper function to vapi file under rotation.{matrix,quaternion} namespacerotation
Tue, 03 Apr 2012 16:36:40 +0300 Juhani Ahman Fixed wrong floating point types that prevented compilation.
Thu, 05 Jan 2012 14:57:59 -0500 Caleb Bryant Branch merge
Thu, 05 Jan 2012 14:56:19 -0500 Caleb Bryant Reformated Scene.gs
Thu, 29 Dec 2011 22:14:39 -0500 Caleb Bryant Added FPS property to window. Also, Removed soy.now from utils.gs and modified Scene.gs and Texture.gs to relfect the change
Wed, 28 Dec 2011 17:03:38 -0500 Caleb Bryant Fixed segfault when moving window.
Wed, 28 Dec 2011 15:48:50 -0500 Caleb Bryant Added framerate property to Window, removed from Camera
Mon, 02 Jan 2012 17:20:00 -0500 Arc Riley Updated copyright line for 2012
Fri, 23 Dec 2011 21:36:23 -0700 Anthus Williams Adding scene argument to mesh instantiation in tests
Fri, 23 Dec 2011 21:25:29 -0700 Anthus Williams Fixing my mistakes -- this should have been committed earlier
Wed, 21 Dec 2011 00:49:01 +0530 Vishesh Kumar HG vertex normals updated outwards
Tue, 20 Dec 2011 14:42:29 -0500 Arc Riley Added a small note to Scene.gs
Mon, 19 Dec 2011 09:41:02 -0700 Anthus Williams Removed soy.models.Mesh
Sun, 18 Dec 2011 22:44:34 -0700 Anthus Williams Added soy.bodies.Mesh, and changed Target and soy.atoms.Morph to use it instead of soy.models.Mesh
Sun, 18 Dec 2011 14:22:38 -0700 Anthus Williams Changed wscript so configure will fail if bluez is not installed
Sun, 18 Dec 2011 14:35:20 -0500 Arc Riley Added bluez to Ubuntu instructions
Mon, 12 Dec 2011 02:19:06 -0500 Arc Riley Refactored fog from Scene.pyx - untested, likely not working, but the basic concept is here
Sun, 11 Dec 2011 14:24:51 -0700 Anthus Williams Fixed segfault occurring when constructing Target from an empty Mesh -- segfault was occurring for same reasons as described in previous commit
Sun, 11 Dec 2011 14:15:09 -0700 Anthus Williams Fixed corner case where Mesh.clone() was causing segfault if the mesh did not have any faces (we were trying to access a zero-length buffer by index)
Sun, 11 Dec 2011 19:52:42 +0000 Dominic Monroe Fixed false positives when checking for changes in resize in Texture.gs
Sat, 10 Dec 2011 13:13:00 -0500 Arc Riley Branch merge
Sat, 10 Dec 2011 13:10:22 -0500 Arc Riley soy.atoms.Axis works as a proper atomic now.
Sat, 10 Dec 2011 16:22:48 +0000 Dominic Monroe Fixed previous commit.
Sat, 10 Dec 2011 16:07:45 +0000 Dominic Monroe Added new variable, and deleted it.
Sat, 10 Dec 2011 10:09:11 -0500 Arc Riley Added lens property, moved constructors to top of class.
Wed, 07 Dec 2011 18:46:28 -0500 Arc Riley Added libGLESv1_CM >= 1.1 to dependencies list
Wed, 07 Dec 2011 23:42:16 +0100 Daniel Ziolkowski INSTALL: number of ~ fix
Wed, 07 Dec 2011 22:46:59 +0100 Daniel Ziolkowski INSTALL for Ubu11.10
Tue, 06 Dec 2011 17:57:27 -0500 Arc Riley More fixes on joints for Vala 0.14; you can't transfer ownership of float values
Tue, 06 Dec 2011 17:46:47 -0500 Arc Riley Vala 0.14 compatibility in joints; s/float\?/float
Tue, 06 Dec 2011 16:46:26 -0500 Arc Riley Some fixes for vala 0.14 (still not compiling yet)
Mon, 05 Dec 2011 22:46:13 +0100 Daniel Ziolkowski bugfix for Ubuntu 11.10
Mon, 28 Nov 2011 00:28:01 -0500 Arc Riley Commented out two bugged lines in Branch.gs which broke compiling.
Mon, 28 Nov 2011 00:18:01 -0500 Arc Riley Merging experimental branch back to default
Mon, 28 Nov 2011 00:16:57 -0500 Arc Riley Closing experimental branch.experimental
Mon, 28 Nov 2011 00:14:34 -0500 Arc Riley Applying changes from experimental branch
Sun, 27 Nov 2011 17:00:06 -0500 Arc Riley s/SINGLE/dSINGLE so ODE headers in include/ work as expectedexperimental
Sun, 27 Nov 2011 12:54:42 -0800 Steve Anton Replace all instances of double with float.experimental
Sun, 27 Nov 2011 12:54:03 -0800 Steve Anton Replace all instances of double with float.experimental
Sun, 27 Nov 2011 12:21:24 -0800 Steve Anton Fix ODE precision detection again.experimental
Sun, 27 Nov 2011 11:59:32 -0800 Steve Anton Fix ODE precision detection code and clean up the way vala_defines is defined.experimental
Sat, 26 Nov 2011 13:33:02 -0800 Steve Anton Merge changes to soy.scenes from default to experimental branch.experimental
Sat, 26 Nov 2011 16:10:10 -0500 Arc Riley Fixed ReST headline for slackware instructionsexperimental
Fri, 25 Nov 2011 15:19:20 -0800 Steve Anton * Add a Windows section to INSTALLexperimental
Fri, 25 Nov 2011 23:36:08 -0700 Eric Newberry Updated the installation instructions to include Slackwareexperimental
Mon, 21 Nov 2011 21:54:58 -0500 Arc Riley Branch merge.experimental
Mon, 21 Nov 2011 21:53:27 -0500 Arc Riley Fixed small typo in colored material texture disabling.experimental