Commit Graph

1801 Commits

Author SHA1 Message Date
UbitUmarov
2625eed5e4 add some constants and reserve some linkset_data lsl event slots, compatible to mantis9081 patch, for now not accepted (any future implementation may diverge from that, even sl 2023-06-02 18:30:28 +01:00
UbitUmarov
9686af7944 PGSQL: since we mya not have mono, our mono.security.dll must be on bin folder 2023-04-11 17:55:28 +01:00
UbitUmarov
0faf418f0c a few more changes on test feature 2023-03-14 17:30:01 +00:00
UbitUmarov
8641e0b34c persist test feature and old sop animations in pgsql *untested( 2023-03-13 12:45:12 +00:00
UbitUmarov
51b7190c64 persist test feature and old sop animations in sqlite 2023-03-13 12:41:45 +00:00
UbitUmarov
adde3cbb0a persist test feature in mysql 2023-03-13 12:40:24 +00:00
UbitUmarov
0bbaedc051 a few test changes 2023-03-09 19:16:40 +00:00
UbitUmarov
b62280617d maybe this is a better way... 2022-12-10 19:26:36 +00:00
UbitUmarov
4565281d41 changes so mono.data.sqlite use dllmap 2022-11-24 15:11:56 +00:00
UbitUmarov
d9380c9b83 clean some spurius chars and a few other things. Thanks Vincent Sylvester 2022-11-12 02:49:01 +00:00
UbitUmarov
496deb92d4 cosmetics 2022-10-25 04:18:01 +01:00
UbitUmarov
fddb3761a0 use some shared char arrays on string split 2022-10-19 01:38:25 +01:00
UbitUmarov
034994ecfe remove wrong vector null test 2022-10-02 12:18:50 +01:00
UbitUmarov
b02c65280e remove wrong uuid null tests 2022-10-02 12:10:41 +01:00
UbitUmarov
58f20c6d6e replace obsolete code 2022-09-20 21:40:56 +01:00
UbitUmarov
ac1cbf28bd oops 2022-04-15 02:47:57 +01:00
UbitUmarov
7e40be3bcb missed another broken test 2022-04-15 02:41:16 +01:00
UbitUmarov
fd61be4147 simplify uuid FromDB a bit. Note only 32 or 36 chars formats accepted if string. File is wrongly named DCGuids, since it is only about UUID 2022-03-28 17:40:59 +01:00
Vincent Sylvester
13dbbc2683 Remove tabs, indent code properly
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2022-03-13 13:15:05 +00:00
UbitUmarov
e043d8a2eb use array.Empty<byte> 2022-03-12 15:21:24 +00:00
UbitUmarov
fbbcc1edd7 == string.Empty is .Lenght == 0 2022-01-13 20:31:52 +00:00
UbitUmarov
7d78f62d49 fix some pgsql parameters ( needs checking ) 2022-01-10 01:20:46 +00:00
UbitUmarov
da928d6099 != UUID.Zero is slow 2022-01-09 02:28:51 +00:00
UbitUmarov
357f20eb14 == UUID.Zero is slow 2022-01-08 23:35:56 +00:00
UbitUmarov
131455b107 add gridservice GetOnlineRegions() 2021-12-07 00:34:40 +00:00
UbitUmarov
c786571c2f mantis 7341: change asset creatorid size to 128 on pgsql to match mysql 2021-11-20 19:32:39 +00:00
UbitUmarov
e89900949d silly typo 2021-09-02 17:41:19 +01:00
UbitUmarov
9b840f1f9e change the GetFallbackRegions sort code 2021-09-02 17:22:59 +01:00
UbitUmarov
b363d1f9ee sqlite estatestore: stop using sqlite autoincrement on estateID, look for max value in USE instead. This is slow, but the db should be small; fix min value to 101 ( we should allow special lower values, but not now ) 2021-08-27 16:21:03 +01:00
UbitUmarov
af8ce58130 change those tests a bit 2021-02-09 04:52:50 +00:00
UbitUmarov
3a7f675087 work around broken tests 2021-02-09 04:31:43 +00:00
UbitUmarov
07e02ec7e6 fix test to ignore such flags also 2021-01-11 12:44:15 +00:00
UbitUmarov
ad1587b041 similar change on StorePrimInventory 2020-12-22 04:10:47 +00:00
UbitUmarov
098f86f5e0 remove replaced code 2020-12-22 03:33:17 +00:00
UbitUmarov
e4d602b7ec improve stringbuilder needed size estimation 2020-12-22 03:16:18 +00:00
UbitUmarov
b046b38e69 a few changes on mysql RemoveObject() 2020-12-22 03:02:44 +00:00
UbitUmarov
51e69e8b4f a few more tables that may blowup on utf8mb4 and need no more than latin1 2020-12-16 01:46:11 +00:00
Alicia Raven
a969797512 Allow estate config files to specify a specific EstateID. Defaults to 0 if not specified which uses auto increment id as current behaviour. 2020-12-15 17:05:30 +00:00
UbitUmarov
fe33ace3b2 change sqlitesimulationdata locks a bit 2020-11-24 22:58:48 +00:00
UbitUmarov
9533217d82 change some mysql tables and columns character sets, this is close to patch at mantis 8707, but that is not correct. This should have no impact on current dbs. Many of those are now too large to do this change automaticl,, but they should. Some columns as utf8 (4 bytes in future) are pure waste of space, in fact some are used as indexes and can violate max index size. Namelly on groups V2, reason why we are forced to use utf8mb3 mostly likely to be dropped by new mysql/maria versions 2020-11-14 17:21:10 +00:00
UbitUmarov
e894b4cafc update libomv and apply necessary related changes 2020-10-06 17:29:01 +01:00
UbitUmarov
af3581ba2e fix sqlite 2020-08-07 19:20:14 +01:00
UbitUmarov
6a2058e0ac there is no prim Omega, we call it angular velocity 2020-08-07 18:54:23 +01:00
UbitUmarov
71d8bcd90c missed other 2020-06-25 21:47:57 +01:00
UbitUmarov
86bd9ca255 missing changed test files 2020-06-25 21:24:51 +01:00
UbitUmarov
e2ffc17d1f fix sqlite region migrations 2020-06-25 17:44:23 +01:00
UbitUmarov
b7750e52d6 lang env on PGSQL 2020-06-24 11:36:34 +01:00
UbitUmarov
60da45b715 lang env on sqlite 2020-06-23 14:28:34 +01:00
UbitUmarov
8fe2cd6c46 save/load environments to/from oars 2020-06-22 15:46:39 +01:00
UbitUmarov
44c90bf294 misspell all across the board 2020-06-18 12:01:53 +01:00