aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * Added slightly better object sit handlingTeravus Ovares2007-12-272-14/+130
* Prim inventory persistence phase 1: Creation of preliminary table in sqlite.Justin Clarke Casey2007-12-273-19/+16
* * Play the 'landing' animation when landing and minimize the collision protec...Teravus Ovares2007-12-261-1/+2
* If a prim is persisted in the region, scripts dragged into its inventory afte...Justin Clarke Casey2007-12-263-5/+15
* * This update includes a wide range of changes to the ODEPlugin for avatar mo...Teravus Ovares2007-12-262-12/+20
* * Patch by Melanie to fix CreateSelectedTeravus Ovares2007-12-261-1/+7
* * Removed a debug message I left in thereTeravus Ovares2007-12-261-1/+7
* * Added the ability to land automatically on prim by pressing the page down b...Teravus Ovares2007-12-261-2/+51
* Small non-functional inventory changesJustin Clarke Casey2007-12-251-32/+78
* Prim inventory script saving phase 1. Create necessary CAPS structures for c...Justin Clarke Casey2007-12-242-2/+44
* Again, great thanks to Alondria for:Charles Krinke2007-12-242-2/+33
* Added regionName to "far away" region report.Charles Krinke2007-12-241-1/+2
* * Patch from Alondria - Added LLFunctions llGetMass(), llGetLandOwnerAt(), ll...Teravus Ovares2007-12-232-1/+33
* Thank you, Alondria for:Charles Krinke2007-12-221-2/+2
* Make copying of scripts into prim inventories more reliable on the first atte...Justin Clarke Casey2007-12-221-26/+17
* minor refactorJustin Clarke Casey2007-12-221-1/+3
* Put in some race revealing warning messages triggered when a user rezzes a sc...Justin Clarke Casey2007-12-221-0/+30
* * Added smoother handling of interpenetrating physical objects.Teravus Ovares2007-12-221-0/+1
* Initial hookup of update task inventory event. No functionality yet.Justin Clarke Casey2007-12-222-3/+54
* *Fixed logic issue in LandManager that caused an 'invalid parcel' error to sp...mingchen2007-12-211-4/+13
* * Remapped the Connection shutdown path.Teravus Ovares2007-12-211-3/+3
* * Fix for Mantis: 0000224Teravus Ovares2007-12-211-1/+7
* *RemoteAdminPlugin can now be password protected. Add the password in the INI...mingchen2007-12-211-2/+2
* * Update to send the parcel gathering error to a .Debug message.. so that a ...Teravus Ovares2007-12-211-29/+35
* *Removed some exceptions that were thrown in Land that is no longer needed.mingchen2007-12-213-83/+122
* *Ban lines now work if they are enabled grid wide.mingchen2007-12-203-9/+69
* * Cleaned up some code from an earlier commitTeravus Ovares2007-12-201-13/+1
* * Fixed a null NewPack error in ClientView.InPacket (object pool returning nu...Teravus Ovares2007-12-201-0/+5
* * Added a configuration parameter on the Grid Server to disallow forceful ban...Teravus Ovares2007-12-202-2/+32
* Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames2007-12-204-22/+19
* *Added event called after any movement is handled (OnClientMovement) - will b...mingchen2007-12-203-1/+20
* *Made a much more network friendly method of ban and pass line sendingmingchen2007-12-205-44/+144
* Added null check back into ModuleLoader.csJeff Ames2007-12-201-1/+2
* Stopped module loader from re-loading .dll once for every plugin found within...Jeff Ames2007-12-191-12/+16
* Misc. cleanup:Jeff Ames2007-12-192-15/+25
* *Added Ban Lines around parcels for banned avatars, but there is no actual bl...mingchen2007-12-193-1/+31
* *Removed Unneeded Debug I added in my last revisonmingchen2007-12-181-0/+1
* *Parcels and their access lists now store over multiple sessions when the dat...mingchen2007-12-182-6/+9
* * Added Incomplete Handling of the RegionInfoRequest packet Teravus Ovares2007-12-183-3/+60
* * Removed redundant code in RestService.csAdam Frisby2007-12-183-7/+2
* * Renamed AgentWearable to AvatarWearablelbsa712007-12-181-1/+1
* textures that fit in one packet expect the packet number to be 1. You clear t...Brian McBee2007-12-181-1/+1
* * Fixed a potential race condition with adding Caps handlersTeravus Ovares2007-12-181-1/+9
* * Added a Verbose and Debug error to border crossing so that this can be diag...Teravus Ovares2007-12-181-1/+9
* * Fix for mantis 0000040 After client logout remote host closed connection on...Teravus Ovares2007-12-182-0/+7
* * Turned all instances of ForEach loops in ClientManager into Local Arrays. Teravus Ovares2007-12-171-0/+1
* make it so prims don't relay into IRCSean Dague2007-12-171-4/+2
* ignore Primitive for the IRC relaySean Dague2007-12-171-1/+3
* Thank you to Kiryu for a patch to fix an out of SyncCharles Krinke2007-12-176-30/+112
* *Land has now been linked to the StorageManager. Next step is to fill in the ...mingchen2007-12-174-43/+123