aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* change region gettexture response if presence not foundUbitUmarov2018-11-071-27/+12
|
* remove some fire and forget methods missed fileUbitUmarov2018-11-061-3/+1
|
* udp threads don't need to be fgUbitUmarov2018-11-061-2/+2
|
* remove some fire and forget methodsUbitUmarov2018-11-061-90/+1
|
* if viewer asks for range reply in same format even if its full dataUbitUmarov2018-11-063-46/+17
|
* fix typoUbitUmarov2018-11-031-1/+0
|
* we should only have one http poll service manager per instanceUbitUmarov2018-11-034-81/+183
|
* fix lsl http url pool service still not starting correctlyUbitUmarov2018-11-021-1/+1
|
* fix lsl http url pool service not beeing removedUbitUmarov2018-11-021-3/+2
|
* forgot about lsl secure urls service.. so lets try another way for now ↵UbitUmarov2018-11-022-3/+3
| | | | (mantis 8382)
* only main http server listener should run events poolUbitUmarov2018-11-011-1/+1
|
* update httpserver.dllUbitUmarov2018-10-301-0/+0
|
* reduce some threads priorityUbitUmarov2018-10-282-4/+0
|
* let the syntax file include its id againUbitUmarov2018-10-252-3/+13
|
* update syntax fileUbitUmarov2018-10-251-6989/+3322
|
* remove a unnecessary scripts constants fileUbitUmarov2018-10-257-104/+75
|
* update script syntax fileUbitUmarov2018-10-241-12556/+4335
|
* Protect/Prevent user names from using valid HG identifiers.Bill Blight2018-10-231-2/+2
| | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* a few changes to last commitUbitUmarov2018-10-233-18/+16
|
* llName2Key. Thanks to mewtwo0641 and watcher64.Mandarinka Tasty2018-10-233-0/+26
| | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* remove a dead moduleUbitUmarov2018-10-231-119/+0
|
* remove AttachmentsCommandModuleUbitUmarov2018-10-232-207/+92
|
* recover the inword region console comand Set AutoGrantAttachPermsUbitUmarov2018-10-231-23/+63
|
* remove ThrottlePer100PrimsRezzed option, do not delay attachments with ↵UbitUmarov2018-10-232-57/+2
| | | | thread.sleep
* fix opensim.ini.examplewq coments on mutes moduleUbitUmarov2018-10-221-10/+1
|
* fix wrong error message in mutelist connectorUbitUmarov2018-10-221-2/+2
|
* update script syntaxUbitUmarov2018-10-212-45/+4293
|
* oops some code got in ahead of timeUbitUmarov2018-10-211-2/+6
|
* mantis 8387: (try) avoid potencial out of order phys operationsUbitUmarov2018-10-211-7/+6
|
* Add non-transparent water assetlickx2018-10-202-0/+8
| | | | | | | Used by all viewers when 'Transparent Water' is unchecked in the viewer prefs Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* mantis 8356: patched by hand, thx LotekUbitUmarov2018-10-201-6/+5
|
* oopsUbitUmarov2018-10-202-4/+1
|
* change ossl tests setupUbitUmarov2018-10-203-4/+19
|
* ossl error messages are not from a agentUbitUmarov2018-10-201-1/+1
|
* avoid a null ref during jenkins testsUbitUmarov2018-10-201-1/+2
|
* change ossl error report and NPC create error handlingUbitUmarov2018-10-201-10/+11
|
* mantis 8398: fix with previus commits; removed redundante codeUbitUmarov2018-10-201-11/+5
|
* Remove NPCs from UserManagement when removedUbitUmarov2018-10-201-0/+4
|
* add RemoveUser to UserManagementUbitUmarov2018-10-202-3/+12
|
* fix groups v2 agentUUI ofr uuid.zero caseUbitUmarov2018-10-201-16/+4
|
* double OoopssUbitUmarov2018-10-202-2/+2
|
* remove TempAttachments moduleUbitUmarov2018-10-204-200/+62
|
* add a few more things to SrcriptSyntaxUbitUmarov2018-10-202-349/+340
|
* LSLSyntax some cleanupUbitUmarov2018-10-191-1541/+43
|
* autogen LSLSyntax version uuidUbitUmarov2018-10-193-17952/+16458
|
* cap LSLSyntax was enabled by mistakeUbitUmarov2018-10-191-1/+1
|
* fix typosUbitUmarov2018-10-192-21/+21
|
* add initial test support for cap LSLSyntax. This does not seem to work for ↵UbitUmarov2018-10-192-6/+17993
| | | | 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
* fix AGENT_MALE lsl constant havinf same value as AGENT_AUTOPILOTUbitUmarov2018-10-181-12/+14
|
* change chattype on llRegionSayTo when sending to avatar viewer only.UbitUmarov2018-10-182-1/+2
| | | | Thanks Royale for pointing this