libsoy

log

age author description
Thu, 05 Jan 2012 14:57:59 -0500 Caleb Bryant Branch mergedefault tip
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
Tue, 22 Nov 2011 03:42:27 +0200 Juhani Ahman Fixed few type-errors.experimental
Mon, 21 Nov 2011 19:41:13 -0500 Arc Riley Removing glew as a dependency in INSTALLexperimental
Mon, 21 Nov 2011 19:07:24 -0500 Arc Riley Removing gdk as a listed dependency and associated mention.experimental
Mon, 21 Nov 2011 19:02:50 -0500 Arc Riley Branch merge.experimental
Mon, 21 Nov 2011 19:02:27 -0500 Arc Riley Removing the last remnants of cwiid as a dependency.experimental
Mon, 21 Nov 2011 04:05:20 +0200 Juhani Ahman Fixed a syntax error with the never Vala version in ode vapi.experimental
Tue, 15 Nov 2011 17:05:28 -0500 Arc Riley Refactored models.Sphere and shapes.Sphere into bodies.Sphereexperimental
Tue, 15 Nov 2011 15:22:58 -0500 Arc Riley Removing old src/shapes/Box.gs which borks compiling.experimental
Tue, 15 Nov 2011 15:00:23 -0500 Arc Riley Removed soy.bodies.Body.model and .shapeexperimental
Thu, 10 Nov 2011 11:35:29 -0500 Arc Riley Branch mergeexperimental
Thu, 10 Nov 2011 11:34:05 -0500 Arc Riley Adding a few more globs to .hgignoreexperimental
Fri, 19 Aug 2011 15:05:49 +0300 Juhani Ahman Fixed missing type conversion in soy.bodies.Body.experimental
Fri, 19 Aug 2011 14:49:57 +0300 Juhani Ahman mergeexperimental
Fri, 19 Aug 2011 14:49:26 +0300 Juhani Ahman Ported all fields to experimental branch, all related body changes and all related scene changes.experimental
Fri, 19 Aug 2011 10:19:44 +0300 Juhani Ahman Add missing writer lock to toggle_immovable.