| Commit message (Expand) | Author | Files | Lines |
2007-08-11 | Added a new column (SceneGroupID) to sqlite3 table (sqlite3-prims.sql) so tha... | MW | 1 | -5/+8 |
2007-08-10 | Some cleaning up and removed a few old files no longer in use. | MW | 1 | -3/+4 |
2007-08-10 | Removed a piece of debug code | MW | 1 | -9/+0 |
2007-08-10 | Made a few changes so that once we enable the sqlite data store (simple line ... | MW | 1 | -8/+41 |
2007-08-09 | Couldn't leave this one alone. Data is now flowing both ways in | Sean Dague | 1 | -72/+79 |
2007-08-09 | comment out load from sqlite as this blows up on object creation right now. | Sean Dague | 1 | -11/+14 |
2007-08-09 | completely untest load prims from db code. Testing shortly | Sean Dague | 1 | -0/+16 |
2007-08-09 | utility functions to convert from rows to new objects. untested | Sean Dague | 1 | -0/+87 |
2007-08-09 | added GroupPosition | Sean Dague | 1 | -1/+13 |
2007-08-09 | build update clauses correctly | Sean Dague | 1 | -1/+6 |
2007-08-09 | some more typos about wrong table for shapes | Sean Dague | 1 | -3/+3 |
2007-08-09 | use correct table name for shapes | Sean Dague | 1 | -1/+1 |
2007-08-09 | pull out some uneeded attributes, and setup keys on primshapes dataset | Sean Dague | 1 | -3/+3 |
2007-08-09 | prim.Shape -> primshapes table | Sean Dague | 1 | -3/+35 |
2007-08-09 | prim object -> prims table code | Sean Dague | 1 | -7/+52 |
2007-08-09 | make MonoSqliteDataStore compile with new objects | Sean Dague | 1 | -23/+23 |
2007-08-09 | Start defining prim shape definition. Officially bed time now | Sean Dague | 1 | -7/+45 |
2007-08-09 | decrease insanity level significantly by factoring all the columns into | Sean Dague | 1 | -102/+46 |
2007-08-09 | intermediate checkin of code that compiles before I do something | Sean Dague | 1 | -4/+87 |
2007-08-09 | Commit in the changes for all the parameter bindings for prims | Sean Dague | 1 | -2/+38 |
2007-08-08 | sigh, Data ... not Date. I'm dumb | Sean Dague | 1 | -0/+0 |
2007-08-08 | name changes in MonoSqliteData store | Sean Dague | 1 | -2/+2 |
2007-08-08 | rename to MonoSqliteDataStore | Sean Dague | 1 | -0/+0 |
2007-08-08 | moving to new namespace as this is mono only | Sean Dague | 1 | -0/+0 |
2007-08-08 | This chunk of code actually properly saves out some parameters of | Sean Dague | 1 | -6/+9 |
2007-08-08 | databits are actually flowing to disk | Sean Dague | 1 | -34/+50 |
2007-08-07 | starting to push some of the actual sql commands to get this to disk. | Sean Dague | 1 | -5/+52 |
2007-08-07 | actually transfer some data to the row definition. Going to hook | Sean Dague | 1 | -3/+21 |
2007-08-07 | actually get sqlite stuff to compile. This isn't connected to the | Sean Dague | 1 | -21/+5 |
2007-08-07 | some more sqlite stuff. Checking in to get it to another computer | Sean Dague | 1 | -1/+30 |
2007-08-06 | adding shell of SqliteDataStore | Sean Dague | 1 | -0/+116 |