| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Remove SOG.SendGroupFullUpdate() group changed responsibility | Justin Clarke Casey | 2008-06-27 | 2 | -3/+4 |
* | * refactor: Move responsibility for deciding whether a group should be repers... | Justin Clarke Casey | 2008-06-27 | 2 | -5/+24 |
* | * refactor: fission InnerScene.AddSceneObject() | Justin Clarke Casey | 2008-06-27 | 6 | -12/+28 |
* | * Add extra backup parameter to InnerScene.AddRestoredSceneObject() | Justin Clarke Casey | 2008-06-27 | 5 | -11/+25 |
* | Mantis#1612. Thank you, kindly, Matth for a patch that: | Charles Krinke | 2008-06-27 | 3 | -2/+148 |
* | Mantis#1591. Thank you graciously, Sempuki for a patch that: | Charles Krinke | 2008-06-27 | 2 | -28/+17 |
* | Mantis#1610. Thank you, Melanie for a patch that: | Charles Krinke | 2008-06-26 | 4 | -4/+18 |
* | Mantis#1603. Thank you, Matth for a patch to llGiveInventory | Charles Krinke | 2008-06-26 | 1 | -0/+21 |
* | Update svn properties. Minor formatting cleanup. | Jeff Ames | 2008-06-26 | 1 | -2/+1 |
* | * Put extensions on all assets in an archive | Justin Clarke Casey | 2008-06-26 | 3 | -14/+66 |
* | small change to last commit | MW | 2008-06-26 | 2 | -25/+25 |
* | As per the suggestion on the mailing list, added support for a OpenSim.xml co... | MW | 2008-06-26 | 2 | -21/+57 |
* | Mantis#1600. Thank you, Melanie for a patch that: | Charles Krinke | 2008-06-26 | 1 | -1/+1 |
* | Mantis#1597. Thank you, Melanie for a patch that: | Charles Krinke | 2008-06-26 | 6 | -1/+64 |
* | Mantis#1602. Thank you, Kinoc for a patch to: | Charles Krinke | 2008-06-26 | 2 | -4/+48 |
* | Mantis#1594. Thank you, Melanie for a patch that: | Charles Krinke | 2008-06-26 | 3 | -52/+165 |
* | Minor refactoring of POS. Adds a Util.Clamp(x, min, max) function. | Jeff Ames | 2008-06-26 | 1 | -52/+19 |
* | Separate POS classes into mutiple files. | Jeff Ames | 2008-06-26 | 4 | -715/+822 |
* | added the flag param to IClientAPI.SendMapBlock | MW | 2008-06-25 | 5 | -10/+10 |
* | first part of Requestmapblocks fixes: Adds uint flags param to the OnRequestM... | MW | 2008-06-25 | 2 | -2/+3 |
* | forgotten methods in SceneManager for the terrain serialising. | MW | 2008-06-25 | 1 | -0/+11 |
* | Added support for terrain map to be serialised to xml(as base64 binary). usef... | MW | 2008-06-25 | 6 | -5/+85 |
* | the prefix "fix" turned out to be bollocks. sorry about that. hope this one | Dr Scofield | 2008-06-25 | 1 | -1/+0 |
* | Minor formatting cleanup. | Jeff Ames | 2008-06-25 | 14 | -136/+137 |
* | More svn properties. Minor cleanup in POS. | Jeff Ames | 2008-06-25 | 1 | -32/+47 |
* | Update svn properties. Add copyright notices. | Jeff Ames | 2008-06-25 | 3 | -0/+81 |
* | taking another look at mantis #1502: adding necessary locks, checking for emp... | Dr Scofield | 2008-06-25 | 1 | -3/+11 |
* | * Deleted some genned files | lbsa71 | 2008-06-25 | 3 | -235/+0 |
* | Modifies box prim profile cut parameters to avoid angles which cause spurious... | Dahlia Trimble | 2008-06-25 | 1 | -0/+11 |
* | Mantis#1590. Thank you, Melanie for a preserve type patch. | Charles Krinke | 2008-06-25 | 1 | -0/+1 |
* | Mantis#1590. Thank you kindly, Melanie for a patch that: | Charles Krinke | 2008-06-25 | 4 | -11/+6 |
* | Mantis#1587. Thank you kindly, Melanie for a patch that: | Charles Krinke | 2008-06-24 | 4 | -17/+77 |
* | Mantis#5189. Thank you kindly, Matth for your patch | Charles Krinke | 2008-06-24 | 2 | -14/+139 |
* | * Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ap... | lbsa71 | 2008-06-24 | 49 | -1288/+15616 |
* | Mantis#1569. Thank you kindly, Nebadon for a patch that | Charles Krinke | 2008-06-23 | 1 | -2/+2 |
* | * Remove all use of asset.InvType, as outlined in mailing list discussion | Justin Clarke Casey | 2008-06-23 | 5 | -41/+54 |
* | changed kickuser console command to use caseless compared substrings for firs... | Dahlia Trimble | 2008-06-23 | 1 | -6/+2 |
* | Changed the kickuser command to use the new console RegisterCmd feature. | Dahlia Trimble | 2008-06-22 | 1 | -31/+33 |
* | Added an experimental "kickuser" console command to log off a user by name. | Dahlia Trimble | 2008-06-22 | 1 | -0/+31 |
* | * archive each object as a separate xml file rather than put them all in one ... | Justin Clarke Casey | 2008-06-21 | 5 | -74/+42 |
* | Mantis#1580. Thank you kindly, Dmiles for a patch that: | Charles Krinke | 2008-06-21 | 1 | -15/+32 |
* | * refactor: Making some of the serialization names consistent, both within th... | Justin Clarke Casey | 2008-06-21 | 5 | -23/+54 |
* | * Remove redundant <scene> tag from individual object xml representation | Justin Clarke Casey | 2008-06-21 | 1 | -7/+19 |
* | * Refactor: Fold sog.DeleteParts() functionality into existing sog.DeleteGroup() | Justin Clarke Casey | 2008-06-21 | 2 | -22/+9 |
* | * Remove a bug I created in r5171 where taking an object would terminate the ... | Justin Clarke Casey | 2008-06-21 | 6 | -14/+40 |
* | * minor: start saving current prims xml to an objects/ directory in the archive | Justin Clarke Casey | 2008-06-21 | 1 | -1/+1 |
* | * minor: override the name of the sog such that it gets/sets the root part name | Justin Clarke Casey | 2008-06-21 | 2 | -1/+10 |
* | Changes selection criteria to allow meshing of more sphere prim configurations. | Dahlia Trimble | 2008-06-21 | 2 | -2/+18 |
* | * Adds Region ban capability to Regions. You access this by going to World->... | Teravus Ovares | 2008-06-21 | 9 | -5/+267 |
* | * Patch from nlin to enable DIF state file writing from the ODEPlugin | Teravus Ovares | 2008-06-20 | 1 | -0/+28 |