aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-10add a bit more things to ScriptSyntax, change a few more incoerent lsl types ↵UbitUmarov1-13/+34
in function arguments
2018-11-08update ini files comments on InterestManagementUbitUmarov2-9/+15
2018-11-06if viewer asks for range reply in same format even if its full dataUbitUmarov1-10/+2
2018-10-30update httpserver.dllUbitUmarov1-0/+0
2018-10-25let the syntax file include its id againUbitUmarov1-0/+1
2018-10-25update syntax fileUbitUmarov1-6989/+3322
2018-10-24update script syntax fileUbitUmarov1-12556/+4335
2018-10-23remove ThrottlePer100PrimsRezzed option, do not delay attachments with ↵UbitUmarov1-6/+0
thread.sleep
2018-10-22fix opensim.ini.examplewq coments on mutes moduleUbitUmarov1-10/+1
2018-10-21update script syntaxUbitUmarov1-42/+4292
2018-10-20Add non-transparent water assetlickx2-0/+8
Used by all viewers when 'Transparent Water' is unchecked in the viewer prefs Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2018-10-20add a few more things to SrcriptSyntaxUbitUmarov1-348/+339
2018-10-19LSLSyntax some cleanupUbitUmarov1-1541/+43
2018-10-19autogen LSLSyntax version uuidUbitUmarov1-17920/+16411
2018-10-19fix typosUbitUmarov1-1/+1
2018-10-19 add initial test support for cap LSLSyntax. This does not seem to work for ↵UbitUmarov1-0/+17920
Opensimulator on viewers, In particular with FireStorm seems impossible to replace its own definitions, viwers do note revert to defaults on tp to a region that does not suport this cap, etc. So possible just a dead end. Disabled by default
2018-10-03mantis 8384: try to fix bullet heimap managed memory sharing with unmanaged libUbitUmarov1-0/+0
2018-09-30Implementation-and-design-of-ClientOnParcelGodMarkMandarinka Tasty1-0/+6
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2018-09-29**CONFIRMED**AGAIN** , Add new function, osSetOwnerSpeed(float speed), ↵Bill Blight1-0/+1
threat level moderate Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2018-09-17mantis 8372: replace XMLRPC.dll with utf8 fixUbitUmarov1-0/+0
2018-08-30minor changes to last patchUbitUmarov1-1/+1
2018-08-28add the Smoke texture to Opensim LibraryUbitUmarov1-0/+10
2018-08-27new try on smoke textureUbitUmarov3-1/+1
2018-08-27Adjusted Smoke textureFly Man1-0/+0
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2018-08-26fix smoke asset filenameUbitUmarov1-1/+1
2018-08-26remove a commentUbitUmarov1-1/+0
2018-08-26Patching in the Smoke for Mantis 8242fly-man-2-0/+8
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2018-07-21make BanLineSafeHeight option visible in OpenSimDefaults.iniUbitUmarov1-0/+4
2018-07-14missed oneUbitUmarov1-0/+3
2018-07-14update ini.example filesUbitUmarov3-0/+10
2018-07-11Mantis 8308: update libopenjpeg-dotnet-2-1.5.0-dotnet-1.dylib adding missing ↵UbitUmarov2-0/+1
64bit support. Built with the macOS 10.13 SDK on Xcode 9.4.1. Thanks Gavin Hird for providing us this.
2018-07-05let OpenSim.ini.example be closer to functional standalone iniUbitUmarov1-2/+2
2018-06-09Yengine apply a fix to CheckRunLockInvariants by mriekerUbitUmarov1-3/+3
2018-05-28 change MaxRegionsViewDistance description a bitUbitUmarov1-5/+8
2018-05-26fix a bug on warp3d.dllUbitUmarov1-0/+0
2018-05-26update warp3d.dllUbitUmarov1-0/+0
2018-05-18map...UbitUmarov1-0/+0
2018-05-15breaking map a bit more...UbitUmarov1-0/+0
2018-05-08breaking map (warp3d)...UbitUmarov1-0/+0
2018-05-07breaking map (warp3d); remove warp3d viewport code not realy used and ↵UbitUmarov1-0/+0
confusing my last neuron
2018-05-07breaking map (warp3d)UbitUmarov1-0/+0
2018-05-06break nap a bit more, add options ExportMapAddScale, ExportMapAddRegionName ↵UbitUmarov1-0/+0
and (warp3d) AverageTextureColorOnMapTile
2018-04-20fix http keep alive headerUbitUmarov1-0/+0
2018-04-10 mantis 8305: add osTriggerSoundLimited(..)UbitUmarov1-0/+1
2018-04-09 update osslEnable.ini with the new functionsUbitUmarov1-0/+11
2018-04-04Added references to new math related OSSL functionsKevin Cozens1-0/+4
2018-03-20mantis 8257: fix the default realm (ie table name) of AuthenticationServiceUbitUmarov2-5/+5
2018-03-19Removed trailing semi-colons from option settingsKevin Cozens1-47/+47
2018-03-19Removed trailing whitespaceKevin Cozens14-290/+290
2018-03-05make the setting economymodule visible on Economy section of ↵UbitUmarov2-20/+32
OpenSimDefaults.ini and OpenSim.ini.example. This setting must be changed to allow other modules and disable our simple one. (ours does also look for it at Startup section for legacy reasons)