Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | SceneObjects should now (hopefully) call datastore.StoreObject(). | MW | 2 | -2/+12 | |
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 | ScriptEngine just needs 2 events hooked up and llSay() implemented to work. ↵ | Tedd Hansen | 5 | -19/+25 | |
See TODO.txt for details. | |||||
2007-08-09 | Deleted old LSLEngine files (those under Scene.Scripting) | MW | 14 | -2911/+2 | |
2007-08-09 | prim object -> prims table code | Sean Dague | 1 | -7/+52 | |
2007-08-09 | Removed spaces from directory names | Tedd Hansen | 2 | -0/+0 | |
2007-08-09 | make MonoSqliteDataStore compile with new objects | Sean Dague | 1 | -23/+23 | |
now the fun begins of connecting all the dots | |||||
2007-08-09 | Merged OpenSim.ScriptEngine.DotNetEngine.Compiler.LSL into ↵ | Tedd Hansen | 18 | -250/+0 | |
OpenSim.ScriptEngine.DotNetEngine to avoid the compile error | |||||
2007-08-09 | Start of replacing the old SceneObject/Primitive classes with the new versions. | MW | 18 | -232/+300 | |
PLEASE NOTE: that with this revision some prim related features may be broke for a while. (things like linking prims and the parcel prim count.) Also this revision may not work on mono, but that will be fixed soon. | |||||
2007-08-09 | Making sure my local working copy is in sync with svn before I start the job ↵ | MW | 5 | -19/+21 | |
of enabling the new SceneObject classes. | |||||
2007-08-09 | Transition between not flying / flying should be smoother | Brian McBee | 1 | -1/+6 | |
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 | |
a Dictionary, and programatically building up sql commands for our dataset. Prims done, prim shapes next | |||||
2007-08-09 | intermediate checkin of code that compiles before I do something | Sean Dague | 1 | -4/+87 | |
stupid and nuke all this work. | |||||
2007-08-09 | Commit in the changes for all the parameter bindings for prims | Sean Dague | 1 | -2/+38 | |
2007-08-08 | * Checked in new tweaked Prebuild.exe | lbsa71 | 1 | -0/+5 | |
* Ignored binaries | |||||
2007-08-08 | worldmap now gets correctly updated when terrain changes | Brian McBee | 1 | -0/+2 | |
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 | screwed up the move, removing this file to give us proper history tracking | Sean Dague | 1 | -213/+0 | |
2007-08-08 | missed this file | MW | 1 | -1/+2 | |
2007-08-08 | moving to new namespace as this is mono only | Sean Dague | 2 | -0/+213 | |
2007-08-08 | This chunk of code actually properly saves out some parameters of | Sean Dague | 1 | -6/+9 | |
current objects to disk, and does updates on those objects usefully. It is now functional enough to mean that moving to new objects is just lots of plug and chug. | |||||
2007-08-08 | when teleporting to a non-adjacent region, client was not getting new neighbours | Brian McBee | 1 | -1/+1 | |
2007-08-08 | databits are actually flowing to disk | Sean Dague | 1 | -34/+50 | |
2007-08-08 | Added checks to the last commit to make sure the xml files exist before it ↵ | MW | 1 | -0/+3 | |
tries to load them. | |||||
2007-08-08 | The startup set of assets in the local asset server can now be set from a ↵ | MW | 2 | -3/+32 | |
xml file (OpenSimAssetSet.xml). (remember to make changes to the set, you will also need to delete the old asset .yap file, so that it is recreated). Also the set of items in the OpenSim inventory Library can also now be set from a xml file (OpenSimLibrary.xml). | |||||
2007-08-08 | Commit works? | Tedd Hansen | 1 | -0/+1 | |
2007-08-08 | Removed System.Windows.Form reference from DotNetEngine.Compiler.LSL , it ↵ | MW | 1 | -1/+1 | |
didn't seem to be needed anyway. | |||||
2007-08-08 | Rotated the terrain textures that are created for world map by 90 degree as ↵ | MW | 1 | -1/+1 | |
somehow they had got out of sync with the terrain. | |||||
2007-08-08 | Added ScriptEngine to solution (prebuild.xml) | Tedd Hansen | 3 | -3352/+0 | |
2007-08-08 | Added ScriptEngine.DotNetEngine | Tedd Hansen | 29 | -0/+8188 | |
2007-08-08 | * Got SimpleApp working again | lbsa71 | 1 | -1/+4 | |
* Minor shape koncept experiments | |||||
2007-08-08 | CAPS should now be working in standalone mode. Texture uploads will work ↵ | Brian McBee | 1 | -4/+14 | |
even after you cross a region boundary. | |||||
2007-08-08 | OGS1GridServices.cs | Brian McBee | 1 | -0/+8 | |
Sims should crash less in gridmode just because their neighboring regions aren't available. | |||||
2007-08-07 | starting to push some of the actual sql commands to get this to disk. | Sean Dague | 1 | -5/+52 | |
Not working yet. | |||||
2007-08-07 | Some more work on new Sceneobject. | MW | 3 | -22/+91 | |
2007-08-07 | * koncept bugfix | lbsa71 | 2 | -0/+24 | |
2007-08-07 | a couple of changes in the new Sceneobject classes, just committing so ↵ | MW | 2 | -9/+25 | |
things are kept in sync. | |||||
2007-08-07 | * Removed duplicated Script residue | lbsa71 | 3 | -98/+0 | |
2007-08-07 | actually transfer some data to the row definition. Going to hook | Sean Dague | 1 | -3/+21 | |
this up to the sim in my env now to make sure we're getting data flow in a reasonable way at this point. | |||||
2007-08-07 | actually get sqlite stuff to compile. This isn't connected to the | Sean Dague | 1 | -21/+5 | |
main prebuild yet. Going to attempt to get some tracing on current SceneObjects first | |||||
2007-08-07 | some more sqlite stuff. Checking in to get it to another computer | Sean Dague | 1 | -1/+30 | |
to do a bit more live hacking on data flow | |||||
2007-08-06 | OpenSim/Region/Terrain.BasicTerrain/TerrainEngine.cs | Brian McBee | 1 | -2/+2 | |
One last try at getting the X and Y all set straight. | |||||
2007-08-06 | adding shell of SqliteDataStore | Sean Dague | 1 | -0/+116 | |
2007-08-06 | OpenSim/Region/Terrain.BasicTerrain/TerrainEngine.cs | Brian McBee | 1 | -1/+1 | |
One last array with X and Y flipped. Terrain load-tile should be working now. |