3131 Commits

Author SHA1 Message Date
UbitUmarov
fff376c104 update libomv 2023-03-13 14:56:18 +00:00
UbitUmarov
3b31dc94ba mantis 9065: rename llObjectGetLink as spec llGetObjectLink 2023-02-28 09:56:13 +00:00
UbitUmarov
157d351342 update script syntax 2023-02-09 12:13:56 +00:00
UbitUmarov
8706ea8a92 add llLinkSetSoundQueueing and llLinkSetSoundRadius 2023-02-09 10:55:44 +00:00
UbitUmarov
2bc07111c4 update script syntax 2023-02-06 18:49:46 +00:00
UbitUmarov
4d84d4b116 update api version and script syntax 2023-01-31 17:07:44 +00:00
UbitUmarov
61cde32562 update script syntax 2023-01-26 16:55:28 +00:00
UbitUmarov
ff9211a39c update script syntax 2023-01-26 16:41:58 +00:00
UbitUmarov
1afe46d611 FIRE-32583: change [Const] PrivatePort default to 9000, since the default config is for standalone mode 2023-01-14 13:04:58 +00:00
UbitUmarov
995d414ab9 mantis 9050: replace mysql,data with one with checks for those dbnull values 2023-01-11 14:09:41 +00:00
UbitUmarov
8ba1441eb1 robust: add exclude by id0; pre compile some regex searchs. not that user block by id0 or mac is not very effective and may even block wrong users! 2023-01-08 19:10:50 +00:00
Vincent Sylvester
8ecf31eb67 Document old fsassets format, only use if required, may cause issues
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2022-12-09 17:13:13 +00:00
UbitUmarov
d0a7a4fd0e for fix old ode for linux and others by using again same unmanaged lib as ubode. Otherwise mono will just use the wrong one, since they have same api, and are both always loaded by mono 2022-11-09 01:35:12 +00:00
UbitUmarov
d89a3bb17c update script syntax 2022-10-23 03:30:59 +01:00
UbitUmarov
5cd4dcdebe mantis 9032: update HGInventoryServicePlugin entry, shutup if old format 2022-10-16 13:10:17 +01:00
UbitUmarov
0069c9fef3 fix bullet config for mac osx 2022-10-15 18:11:52 +01:00
UbitUmarov
506d8a5f74 update prebuild 2022-09-25 20:43:27 +01:00
UbitUmarov
91b76da1e2 a few more useless to unsafe sections 2022-08-29 19:42:21 +01:00
UbitUmarov
9b0d8d13bf update libomv 2022-08-29 00:28:44 +01:00
UbitUmarov
aab6c2d4ee update libomv 2022-08-28 01:45:11 +01:00
UbitUmarov
36f2172b8f add gitattributes 2022-08-23 22:51:36 +01:00
UbitUmarov
184a2eaf75 update ScriptSyntax 2022-08-23 18:45:01 +01:00
UbitUmarov
71fedaaafe the extra lines got back, take out 2022-08-20 00:10:50 +01:00
UbitUmarov
eed88fd3c3 define a new default script asset instead of reusing the old one 2022-08-20 00:08:24 +01:00
UbitUmarov
9cf4b5e696 fix Welcome notecard entry on library 2022-08-19 23:36:01 +01:00
UbitUmarov
a8bbde011d put back the Welcome notecard 2022-08-19 23:20:11 +01:00
UbitUmarov
1a06660963 remove extra lines on default script 2022-08-19 23:03:29 +01:00
UbitUmarov
0603667627 use shared assets for new empty notecard and defualt script. Grids not using core asset services may need the 2 new ones 2022-08-19 22:26:00 +01:00
UbitUmarov
4fae19164d update libomv 2022-08-17 19:53:30 +01:00
UbitUmarov
c241ecd0f8 update ubode unmanaged libs for win32, win64, linnxu 64 and mac ox intel 64b. Thanks Gavin for the mac compile 2022-08-11 18:22:52 +01:00
UbitUmarov
1b928c9fbd a few changes to ubode; update unmanaged for windows and linuxx86-64. Mac and other os need some nice people contribution. As usualy this can be very bad (BSOD even) 2022-08-07 18:20:38 +01:00
UbitUmarov
a3d517b8f2 mants 9012: update libomv with more buffer len checks. posislbe mono 179 stopped doing the (irritating) array bounds check even in unsafe code?? 2022-07-19 10:27:53 +01:00
UbitUmarov
8db18bb54a update libomv 2022-07-05 20:38:01 +01:00
UbitUmarov
f085d5b3c1 remove 32bit dylibs for macOS, now obsolete as sugested by Gavin (mantis 9010) 2022-06-20 21:35:45 +01:00
UbitUmarov
e6687f3f0a Updated ubODE dylib for macOS (mantis 9010). Thanks Gavin 2022-06-20 21:31:20 +01:00
UbitUmarov
470ab9199c mantis 9008: add extra lock on FSassets initialization, to be sure only one thread does run main spool thread. Add config option 'SecondaryInstance' to do the same in multiple process instances cases. If there are more than one spool thread there may be file assess collisions that may cause robust crash and or loss of assets. I could not test this. Please to so, and report on mantis 9008, Thanks. 2022-06-09 14:42:41 +01:00
UbitUmarov
53270bbaee update libomv with minor changes 2022-06-02 02:29:10 +01:00
UbitUmarov
68cb17cb2f oops, use the right file 2022-05-22 23:42:57 +01:00
UbitUmarov
bbdcaf7508 update Prebuild.exe with fix on its option excludir 2022-05-22 23:37:48 +01:00
UbitUmarov
c03505dfdf update libomv,, fixing a potencial issue on osdjson 2022-05-14 23:19:20 +01:00
UbitUmarov
c5f1b09cbe minor retouch on collision sounds 2022-05-10 00:06:20 +01:00
UbitUmarov
a7a40af88c update libraries ubode for win32, win64 and linux64. Cannot compile for linux32 or Mac. Support for those platforms will be dropped u nless someone can compile for them and provide us the files. Sources are at our opensim-libs repo, folder ubODE-OpenSim. 2022-05-01 02:55:33 +01:00
UbitUmarov
5f6ca594f2 fix ubode.dll config file for mono and exec mode on the new libs 2022-05-01 02:07:36 +01:00
UbitUmarov
7ed4fb978c let ubode use own unmanaged libraries, so they can change without impact on old ode module. Add those libraries, for now just copies of the ode ones 2022-05-01 01:47:29 +01:00
UbitUmarov
4f7b293c5e add comandline option excluddir to Prebuild, to make easier to use older xml files that did not excluse folders like obj from the project 2022-04-30 14:57:51 +01:00
UbitUmarov
1e5881386e fix agent_id on FetchLibDesc.. this is just a formal fix, viewers seem to just ignore it. 2022-04-23 23:27:47 +01:00
UbitUmarov
250a2605a6 minor change on uuid hash 2022-04-23 20:58:57 +01:00
UbitUmarov
43a184477a enable the new caps by default. Should have no side effects 2022-04-23 14:53:03 +01:00
UbitUmarov
c57d56773a let default sun be on library since moon is 2022-04-23 04:28:04 +01:00
UbitUmarov
7acc3096f4 now the first section of Libraries.xml should only contain entry RootVersion to define the Opensim library version. THis should eb incremented when there are changes on ny library entry 2022-04-23 04:04:43 +01:00