aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Added some comments to the linkset positioning codeTeravus Ovares2008-01-151-4/+20
* * Delinking doesn't leave invisible physical objects behind anymoreTeravus Ovares2008-01-151-0/+6
* * Pass 2 of collidable (non physical) linksetsTeravus Ovares2008-01-154-39/+33
* * Mother of all commits:Adam Frisby2008-01-1512-25/+25
* * First pass at collidable linksetsTeravus Ovares2008-01-143-40/+151
* Remove unused SOG constructorJustin Clarke Casey2008-01-141-8/+0
* Anti-crash fix: Allow int (numbers without dot) when changing Estate terrain ...Tedd Hansen2008-01-131-10/+22
* * Fixed an overflow in the land managerTeravus Ovares2008-01-132-4/+14
* Thank you, Kinoc for adding: When accessing slower web sites or proxy servicesCharles Krinke2008-01-121-1/+1
* *removed a goofy debug line left inTeravus Ovares2008-01-121-4/+1
* * Added some of the finer control points to POS such asTeravus Ovares2008-01-121-0/+5
* * Unmoderated the ODE FPS in the sim stats. Decided to do that after Andrew ...Teravus Ovares2008-01-122-3/+4
* * For your enjoyment, some RAdmin improvements, namely a new LoadHeightmap me...Adam Frisby2008-01-121-0/+9
* Fix some warnings under mono.Jeff Ames2008-01-111-1/+1
* * Exprimental prim inventory persistence can now be enabled by users.Justin Clarke Casey2008-01-111-2/+2
* * Do database implementation for prim inventory items in mysqlJustin Clarke Casey2008-01-111-0/+7
* Turn off accidental hardcodingJustin Clarke Casey2008-01-111-1/+1
* Switch prim items type representation to use int rather than strings.Justin Clarke Casey2008-01-113-16/+11
* Fix r2959 - last letter was being sliced off region prim renamesJustin Clarke Casey2008-01-101-2/+2
* Prim inventory script saving phase 2.Justin Clarke Casey2008-01-096-57/+241
* make Stopped a property of the SceneObjectPart instead of in theSean Dague2008-01-081-0/+13
* * Removed unneeded and uneeded debug messagelbsa712008-01-081-2/+0
* Minor prim inventory method refactoringJustin Clarke Casey2008-01-072-36/+21
* Trigger persistence of the scripts in a prim's inventory when that inventory ...Justin Clarke Casey2008-01-073-6/+36
* Very minor refactoring. Remove unused prim inventory bool returns for nowJustin Clarke Casey2008-01-072-7/+2
* Refactor Scene.Inventory.RezScript to use newer script starting codeJustin Clarke Casey2008-01-073-47/+65
* Commenting out InnerScene.SceneObjects for now since it was unpopulated and n...Justin Clarke Casey2008-01-072-26/+27
* Persistent prim inventory phase 5. Restart scripts contained in persisted pr...Justin Clarke Casey2008-01-077-23/+104
* Factor out inventory code in SceneObjectGroup into seperate class. Justin Clarke Casey2008-01-062-96/+137
* Factor out inventory related code in SceneObjectPart into separate classJustin Clarke Casey2008-01-062-205/+245
* Factor out TaskInventoryItemJustin Clarke Casey2008-01-062-74/+6
* Prim inventory phase 4. Properly recover the prim folder ID from storage. S...Justin Clarke Casey2008-01-062-27/+87
* Persistent prim inventory phase 3. Now retrieving prim item data from persis...Justin Clarke Casey2008-01-051-3/+10
* * Hiding CompletePingChecks and UseCircuitCode messages.. as the packets ar...Teravus Ovares2008-01-051-1/+4
* * Re-enabling parcel prim count updates, as it doesn't cause errors on the co...Teravus Ovares2008-01-051-2/+2
* Log instead of crash on some specific unknown startup bug I'm gettingTedd Hansen2008-01-051-8/+49
* * Fixed situation where sometimes your avatar tries to land and gets 'put' 80...Teravus Ovares2008-01-041-1/+8
* * Added the ability for estate managers to use the magic secondlife blue card...Teravus Ovares2008-01-043-25/+103
* * Fixing a the time clock issue on Sim Restart messages. See Mantis 287Teravus Ovares2008-01-041-2/+3
* * Made covenant changes made in the estate tools persist across sim restarts.Teravus Ovares2008-01-031-1/+2
* * changed form Debug to Verbose on Texture sendinglbsa712008-01-031-1/+1
* * Added removal of TextureSenders and UserTextureDownloadService on agent lea...lbsa712008-01-033-5/+34
* Set svn:eol-style.Jeff Ames2008-01-032-232/+232
* * Some work on TextureDownloadModulelbsa712008-01-033-214/+236
* Fix mantis 280 - sim crashes when a prim is deleted.Justin Clarke Casey2008-01-031-0/+1
* I have fixed the ZeroDecodeCommand bug, and restored my packet recycling code...Johan Berntsson2008-01-036-11/+11
* Minor refactoring to expose PrimInventory from SceneObjectPartJustin Clarke Casey2008-01-021-7/+15
* * Added the ability for Region Owners to add and remove estate managers using...Teravus Ovares2008-01-022-26/+84
* * Did a bit of estate work. Added some fields to EstateSettings.xml for est...Teravus Ovares2008-01-023-5/+97
* * Trying to address TextureSender issueslbsa712008-01-021-32/+43