aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Re-enabled ability for avatar to ascend and descend whilst controlling view w...Justin Clark-Casey (justincc)2015-03-171-2/+2
* Don't log http auth details by default.Justin Clark-Casey (justincc)2015-03-161-2/+2
* Fix XBakes simulator-side authentication regression failureJustin Clark-Casey (justincc)2015-03-165-3/+29
* Update version info to 0.8.2.0Justin Clark-Casey (justincc)2015-03-161-1/+1
* Revert "Allow a console command to give blank arguments ("") without the pars...dahlia2015-03-141-5/+2
* minor: fix compiler warnings in EstateDataRobustConnectorJustin Clark-Casey (justincc)2015-03-141-3/+1
* Actually start a region created via the "create region" console command.Justin Clark-Casey (justincc)2015-03-131-0/+2
* Don't try to write region size and MapfileStaticFile Nini settings that are n...Justin Clark-Casey (justincc)2015-03-131-4/+6
* For the public-facing Hypergrid asset and inventory services, override a gene...Justin Clark-Casey (justincc)2015-03-131-0/+12
* Fix script state not being preserved in objects sent via Hypergrid.Justin Clark-Casey (justincc)2015-03-132-9/+79
* Move state change in progress in ScriptInstance.PostEvent() to the top of the...Justin Clark-Casey (justincc)2015-03-121-3/+4
* Lock around EventQueue manipulation in ScriptInstance.SetState() as queues ar...Justin Clark-Casey (justincc)2015-03-121-17/+24
* A workaround for the state change problem described best here http://opensimu...Bob Shaffer II2015-03-121-1/+22
* Make SmartThreadPool build pick up Properties/AssemblyInfo.cs by setting buil...Justin Clark-Casey (justincc)2015-03-111-1/+1
* Add Shy Robbiani to contributorsJustin Clark-Casey (justincc)2015-03-111-0/+1
* help restart message correctedShy Robbiani2015-03-111-1/+1
* Add rough and ready element explanation in a comment at the top of inventory ...Justin Clark-Casey (justincc)2015-03-1111-0/+131
* Add required wearable flags values to inventory body parts and clothing examp...Justin Clark-Casey (justincc)2015-03-112-0/+11
* minor: Remove windows build warning about CompressionLevel package ambiguity.Justin Clark-Casey (justincc)2015-03-112-0/+2
* minor: Remove unnecessary quoting in Regions.ini.exampleJustin Clark-Casey (justincc)2015-03-111-6/+6
* minor: Change InternalAddress in Regions.ini.example from 127.0.0.1 to more n...Justin Clark-Casey (justincc)2015-03-111-1/+1
* Allow a console command to give blank arguments ("") without the parser faili...Justin Clark-Casey (justincc)2015-03-111-2/+5
* BulletSim: add VEHICLE_ more parameter value limit checking.Robert Adams2015-03-072-29/+57
* Remove references to MAX_ASSET_DESC from the dynamic texture module, hardcode...BlueWall2015-03-061-2/+2
* revised GetMesh to not use intermediate base64 coding schemeFreaky Tech2015-03-053-66/+240
* adjusted new UserManagementModule to accept the HG UUI test harnessFreaky Tech2015-03-051-1/+5
* Give llGiveInventory a way to querry Hypergrid visitors so network vendors ar...BlueWall2015-03-051-2/+6
* solving HG IM, HGFriends issues based on falsified GridUser dataFreaky Tech2015-03-055-272/+327
* Merge branch 'master' of /team/src/opensimBlueWall2015-03-045-9/+5
|\
| * Alter the migrations so that it is a no-op as the columns are unused and the ...BlueWall2015-03-045-9/+5
* | Merge branch 'master' of /team/src/opensimBlueWall2015-03-042-2/+19
|\ \ | |/
| * Revert "removed replacement texture in UDP Texture code. The replacement text...BlueWall2015-03-042-2/+19
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensimBlueWall2015-03-0418-48/+683
|\ \ | |/ |/|
| * Make private services forbid llHTTPRequest() calls by rejecting those that ha...Justin Clark-Casey (justincc)2015-03-048-19/+184
| * Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() scri...Justin Clark-Casey (justincc)2015-03-0410-29/+499
* | One more migration fixCinder2015-03-042-2/+2
* | Chase latest change to asset description length with an update to XAssetStore...Cinder2015-03-042-2/+18
* | Revert "Chase latest change to asset description length with an update to XAs...BlueWall2015-03-042-18/+2
|/
* usability fixes for LSL APIFreaky Tech2015-03-041-207/+1409
* simplify llStringToBase64 and llBase64ToStringFreaky Tech2015-03-041-2/+3
* usability fixes for LightShare APIFreaky Tech2015-03-041-41/+328
* Chase latest change to asset description length with an update to XAssetStore...Cinder2015-03-042-2/+18
* Follow up to last commit, fix field lengthCinder2015-03-032-0/+7
* As per http://wiki.secondlife.com/wiki/Limits Prim description should be 128 ...Cinder2015-03-031-1/+1
* corrected bug that viewer cannot correctly fetch ItemData when being a HG vis...Freaky Tech2015-03-033-95/+10
* corrected osMakeNotecard(string data) text length was calculated wrong. The L...Freaky Tech2015-03-031-5/+15
* corrected script notecard parser. It now handles notecards with inventory as ...ft@noemail2015-03-034-94/+262
* Revert "corrected osMakeNotecard(string data) text length was calculated wron...BlueWall2015-03-031-15/+5
* Pickup our version number for the functionBlueWall2015-03-031-1/+1
* added llGetEnv() implementationFreaky Tech2015-03-033-6/+39