| Commit message (Expand) | Author | Files | Lines |
2009-02-06 | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 1 | -1/+1 |
2008-12-19 | * refactor: move saved named prims to xml2 method out into the serialization ... | Justin Clarke Casey | 1 | -3/+26 |
2008-11-09 | Script region crossing. This has not user functionality, but lays all the | Melanie Thielker | 1 | -1/+1 |
2008-11-07 | * refactor: allocate local ids to prims only when an object is attached to a ... | Justin Clarke Casey | 1 | -1/+1 |
2008-09-30 | Add two more default script engine params | Melanie Thielker | 1 | -1/+1 |
2008-09-21 | Change the scirpt engine loading mechanism. Script engines are now | Melanie Thielker | 1 | -1/+1 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -8/+7 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -7/+7 |
2008-08-15 | From: Richard Alimi <ralimi@us.ibm.com> | Dr Scofield | 1 | -9/+55 |
2008-07-18 | * refactor: break out sog loading code into two parts so that post-deserializ... | Justin Clarke Casey | 1 | -5/+5 |
2008-07-13 | * Actually persist restored archives to the database - wasn't actually doing ... | Justin Clarke Casey | 1 | -1/+1 |
2008-07-12 | * On archive loading, tell the user how many objects we are ignoring because ... | Justin Clarke Casey | 1 | -4/+5 |
2008-07-07 | * Start scripts loaded from an archive | Justin Clarke Casey | 1 | -4/+10 |
2008-07-01 | Added "save-prims-xml2 <PrimName> <FileName>", as we were lacking a method to... | MW | 1 | -4/+9 |
2008-06-27 | * refactor: fission InnerScene.AddSceneObject() | Justin Clarke Casey | 1 | -1/+1 |
2008-06-27 | * Add extra backup parameter to InnerScene.AddRestoredSceneObject() | Justin Clarke Casey | 1 | -1/+1 |
2008-06-21 | * refactor: Making some of the serialization names consistent, both within th... | Justin Clarke Casey | 1 | -2/+2 |
2008-06-21 | * Remove redundant <scene> tag from individual object xml representation | Justin Clarke Casey | 1 | -7/+19 |
2008-06-21 | * Remove a bug I created in r5171 where taking an object would terminate the ... | Justin Clarke Casey | 1 | -0/+1 |
2008-06-17 | * Refactor: Move the responsibility for applying physics and sending the init... | Justin Clarke Casey | 1 | -32/+1 |
2008-06-17 | * refactor: Remove largely duplicate code from SceneXmlLoader.CreatePrimFromX... | Justin Clarke Casey | 1 | -25/+1 |
2008-06-13 | Update svn properties, clean up formatting, refactor out duplicate hard-coded... | Jeff Ames | 1 | -2/+2 |
2008-06-12 | * refactor: For new objects, move attach to backup to occur when adding to a ... | Justin Clarke Casey | 1 | -3/+2 |
2008-06-12 | * refactor: rename CreatePrimFromXml to CreatePrimFromXml2 | Justin Clarke Casey | 1 | -3/+10 |
2008-06-04 | Formatting cleanup, minor refactoring, svn properties. | Jeff Ames | 1 | -8/+8 |
2008-05-30 | * Hook up archive loading to load in prim xml data | Justin Clarke Casey | 1 | -17/+34 |
2008-05-30 | * Crudely migrate SceneXmlLoader into the Serializer module | Justin Clarke Casey | 1 | -34/+24 |
2008-05-24 | * Refactor: Change previous commits Object methods to SceneObject methods ins... | Justin Clarke Casey | 1 | -2/+2 |
2008-05-24 | * Refactor: Renaming various *Entity*() methods to *Object*() methods on the ... | Justin Clarke Casey | 1 | -2/+3 |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -4/+4 |
2008-05-01 | * Rolled back a few changes. | Adam Frisby | 1 | -4/+6 |
2008-05-01 | * Spring cleaning on Region.Environment. | Adam Frisby | 1 | -6/+4 |
2008-04-30 | * Patch by Melanie. Implements proper objectflags on child objects. Thanks ... | Teravus Ovares | 1 | -4/+4 |
2008-04-23 | From: Dr Schofield <hud@zurich.ibm.com> | Justin Clarke Casey | 1 | -5/+15 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 |
2008-03-14 | * Preliminary work with the ODEPlugin to collect collision data. | Teravus Ovares | 1 | -0/+4 |
2008-02-20 | * Fixed xml loading bug (the xml was scheduled for update before added to a s... | lbsa71 | 1 | -2/+3 |
2008-02-12 | * Physical prim cross borders and continue from where the left off on the oth... | Teravus Ovares | 1 | -0/+4 |
2008-02-11 | * um, Prim crossings? Experimental. | Teravus Ovares | 1 | -0/+27 |
2008-01-16 | * Store task inventory when an object is taken into agent inventory | Justin Clarke Casey | 1 | -2/+2 |
2007-12-27 | * Optimized usings | lbsa71 | 1 | -13/+12 |
2007-12-17 | Thank you to Kiryu for a patch to fix an out of Sync | Charles Krinke | 1 | -2/+8 |
2007-12-11 | added copyright notices | Jeff Ames | 1 | -0/+28 |
2007-12-05 | From Gary Chernega (IBM) | Sean Dague | 1 | -3/+6 |
2007-12-03 | Added a flag to load-xml console command, that will generate new uuids for th... | MW | 1 | -1/+5 |
2007-11-30 | * Removed permissions flag appliance from Xml deserialization | lbsa71 | 1 | -2/+2 |
2007-11-29 | * Fixed neighbour range bug | lbsa71 | 1 | -3/+3 |
2007-11-20 | *Huge* structural changes in ODE/OdePrim to get all of the calls in threadloc... | Teravus Ovares | 1 | -2/+2 |
2007-11-18 | * Found several cases where prim set physical were not subscribing to physics... | Teravus Ovares | 1 | -0/+7 |
2007-11-11 | * adds flag in OpenSim.ini for disabling physical prim. Look at OpenSim.ini.... | Teravus Ovares | 1 | -2/+2 |