libsoy

log

age author description
3 weeks Arc Riley whitespace cleanup on last commitdefault tip
3 weeks Arc Riley solved compile errors with Canvas; I don't know why changing to static arrays solves this issue but it does the trick.
3 weeks Arc Riley added genie.pyc/pyo to .hgignore
3 weeks Arc Riley branch merge
3 weeks Arc Riley fixed texture.gs compile errors caused by dereferenced cubemap texel pointers
3 weeks DavidCzech Fix build errors using a cast
4 weeks Arc Riley update for vala 0.7.10 syntax
4 weeks Arc Riley removing now unneeded line continuations ("\")
4 weeks Arc Riley add "genie" tool for Waf
4 weeks Arc Riley switched from "vala" tool to local "genie" tool, which requires valac 0.7.10+
4 weeks jon Made the vala version checker a little bit more dynamic.
4 weeks jon Added a check for vala version (0.7.10 required) in wscript configure
4 weeks jon Messing with the widget rendering code. Started adding the stuff for size calculations.
5 weeks DavidCzech Fixed OpenGL requirements checking code to look for GL_ARB_vertex_buffer_object.
5 weeks DavidCzech Canvas now renders using VBOs.
5 weeks Arc Riley beginning to merge Widget.resize and Window.render to eliminate the prior
5 weeks DavidCzech Changed order of libraries to fix link errors.
5 weeks Arc Riley much work on widget resizing, much more work still needs to be done
5 weeks Arc Riley added soy.widgets.HBox, updated tests/windows to test it
5 weeks Arc Riley Window now resizes widgets, Canvas now uses resize data
5 weeks Arc Riley added a very simple soy.widgets.Box
5 weeks Arc Riley cleaned up the Container placeholder
5 weeks Arc Riley adding soy.widgets.Container interface
5 weeks Arc Riley made soy.widgets.Widget an interface instead of a class
5 weeks Arc Riley merging heads
5 weeks Arc Riley fixed type in file title
5 weeks jon texture was enabled which locked the thread but never disabled.
5 weeks Arc Riley fixed widget iteration, maybe
5 weeks Arc Riley updated windows.gs to Window.area and Window.add API
5 weeks Arc Riley renamed Window.size to Window.area to avoid conflict with Gee.LinkedList.size
5 weeks Arc Riley initial work to move Window to a list interface
5 weeks Arc Riley changed "hex" property to "string" function, updated colors test
5 weeks jon Added bunches of colors to the static dict in soy.datatypes.Color and added unit test for it.
6 weeks Arc Riley changed .byname to .named, updated tests/windows to use the "blue" name
6 weeks Arc Riley changed rgba struct to just rgb to save space
6 weeks Arc Riley turning rgba into a boxed value for the dict generic value
6 weeks Arc Riley more work on named colors, getting much closer
6 weeks Arc Riley added gee-1.0 package
6 weeks Arc Riley more work on named colors dict, still not working
6 weeks Arc Riley adding libgee
6 weeks DavidCzech Fix GL version checking code.
6 weeks DavidCzech Added VBO functions to gl.vapi and function pointer aquiring code.
6 weeks jon Added base for a HashMap of colors and a few basic colors.
6 weeks jon Added hex property to colors and a commented out string property. Need to figure out how to name that property string.
6 weeks DavidCzech Clean up formatting, added comments
6 weeks DavidCzech Canvas now renders a 1D Texture :D
6 weeks DavidCzech Canvas uses soy.textures.Texture, but no texture shows
6 weeks jon Cleaned up canvas code and with the help of David got two triangles rendering. Color is red so you can really tell!
6 weeks DavidCzech Canvas now VA, This should also show a triangle, but it doesn't.
6 weeks jon Finished converting the other color math functions to constructors and fixing the unit tests. All is well. :)
6 weeks DavidCzech A Triangle!
6 weeks Arc Riley made background a Window constructor argument (accepts null), modified the windows test for it
6 weeks Arc Riley moved from .rgba to .red .green .blue .alpha, changed divide to a constructor
6 weeks jon Changed division function and added multiplication, addition, and subtraction plus unit tests.
6 weeks jon Added color division and unit test for it. Does not currently compile.
6 weeks Arc Riley fixed indentation inconsistencies in Widget and Canvas
6 weeks DavidCzech Work on Canvas, doesn't compile :(
6 weeks Arc Riley moved gl_init to just after context binding, before any rendering is done
6 weeks Arc Riley started GL.init and moved glTexImage3D from the vapi to gs
6 weeks Arc Riley adding -DGL_GLEXT_PROTOTYPES compile flag for windows