UbitUmarov
18ff3eb227
JsonRpc: don't try to connect to a empty uri
2016-12-08 23:56:14 +00:00
UbitUmarov
4639409dbe
change caps Sethome fail error report
2016-12-07 21:30:36 +00:00
UbitUmarov
9042aa8968
add missing sp Intransit control
2016-12-07 04:56:35 +00:00
UbitUmarov
f1c6769ca5
set HasGridUserTried on usercache of NPCs
2016-12-07 02:14:26 +00:00
UbitUmarov
de36092d23
if we have profile then npc is online
2016-12-06 17:16:47 +00:00
UbitUmarov
d4e285b1a1
add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile About text. requires OsNpcCreate rights
2016-12-06 17:05:02 +00:00
UbitUmarov
240ab951b5
let NPCs have profile
2016-12-06 16:15:57 +00:00
UbitUmarov
44588ce45e
jenkins likes null httplisteners
2016-12-06 07:40:45 +00:00
UbitUmarov
8db69d2e02
remove redundante check for ssl listener
2016-12-06 07:26:26 +00:00
UbitUmarov
181b1ad82b
HG: fix the never ending avatar confirmation when 2 users from same grid made friendship on another grid
2016-12-04 23:02:40 +00:00
UbitUmarov
51104be6d4
remove SOG.FromPartID from main code and flag it obsolete
2016-12-04 17:56:47 +00:00
Mandarinka Tasty
7c566dca5a
The new Constant: integer OBJECT_REZZER_KEY = 32;
...
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com>
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2016-12-04 17:18:56 +00:00
UbitUmarov
fcd1e36ed6
a few changes to new GetDisplaynames and friends
2016-12-04 17:01:49 +00:00
UbitUmarov
e1cf34d6fb
replace GetDisplaynames by a handler really usable as a client cap. Most capabilities.handlers are so it all things not propor PER CLIENT CAP handlers
2016-12-04 15:50:48 +00:00
Mandarinka Tasty
2a29a270da
Adding new string-parameter: "region_max_prims" for llGetEnv(string name);
...
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com>
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2016-12-04 10:32:06 +00:00
UbitUmarov
2ff75e7692
ubMeshmerizer, fix the orientation of last triangle on top/bottom faces in case on circle hollow shape
2016-12-03 18:35:31 +00:00
UbitUmarov
6a8b8f3168
change a wrong error message and avoid a null ref (that may happen due to needed time delays)
2016-12-02 22:56:14 +00:00
UbitUmarov
1fdd71f856
do a GC collect on last client exit
2016-12-01 07:49:17 +00:00
UbitUmarov
29f6e3fc7b
fix a typo in dbs region range
2016-12-01 04:08:42 +00:00
UbitUmarov
874d663161
fix region area range
2016-12-01 04:02:29 +00:00
UbitUmarov
8299941517
fix region overlaps on registration
2016-12-01 03:45:43 +00:00
UbitUmarov
cfb98050f7
a few changes to cache.cs ( currently not much used )
2016-12-01 03:43:49 +00:00
AliciaRaven
813ee4e188
Remove unused integer vars from LLClientView
2016-12-01 03:11:34 +00:00
UbitUmarov
adee1c1bb0
fix a null ref
2016-11-30 10:08:49 +00:00
UbitUmarov
2020cafc30
fix null ref on m_CacheCleanTimer control, add a gc.collect on manual floatsam fcache assets comand
2016-11-30 09:22:47 +00:00
UbitUmarov
f2cad38b3d
fix the FileCleanupTimer coment
2016-11-30 07:59:01 +00:00
UbitUmarov
e19eb65c18
disable floatSam FileCleanupTimer option on ini.example since it is currently a broken resources expensive option. Users should do it by hand when its impact on region is acceptable
2016-11-30 07:52:50 +00:00
UbitUmarov
1863bb29df
slow down automatic floatsamAssetCache CleanupExpiredFiles LOT to reduce impact on simulation and to give GC more changes of preventing it from eating up all avaialble physcical memory on loaded machines.
2016-11-30 07:43:17 +00:00
Mandarinka Tasty
7de2c8ae70
The new Constant: integer OBJECT_TEMP_ATTACHED = 34;
...
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com>
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2016-11-30 00:06:25 +00:00
UbitUmarov
9dd820765e
change last patch a bit
2016-11-28 05:58:05 +00:00
Mandarinka Tasty
0bb959d8fd
The implementation of new flags = parameters for llGetObjectDetails - Part II Constant: integer OBJECT_TOTAL_INVENTORY_COUNT = 31 Constant: integer OBJECT_GROUP_TAG = 33
...
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com>
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2016-11-28 05:35:13 +00:00
Mandarinka Tasty
af3f2717fd
The implementation of new flags = paramters for llGetObjectDetails - Part I Constant: integer OBJECT_CLICK_ACTION = 28; Constant: integer OBJECT_OMEGA = 29; Constant: integer OBJECT_PRIM_COUNT = 30;
...
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com>
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2016-11-28 05:20:32 +00:00
UbitUmarov
1aa4dbdb3f
increase HG mapsearch spargetti; add more flexibility on input uri formats. To find regions in memory for a grid the http format needs to be used, because aditional compares made by viewers
2016-11-28 04:29:57 +00:00
UbitUmarov
d3cd323f0c
HG on links request build the URI in http format with a / at end, this should not be needed but is coerent with current serverURI
2016-11-27 15:07:14 +00:00
UbitUmarov
155f8dac1d
BUG fix encoding or region size on HG LinkRegionRequest response
2016-11-27 02:12:12 +00:00
UbitUmarov
5cc0d6620d
remove 2 more null refs i added to release memory
2016-11-26 05:08:46 +00:00
UbitUmarov
b781de73e3
mantis 7656, partialy apply patch, changing the start scripts for now
2016-11-26 04:49:35 +00:00
Mandarinka Tasty
d2bbd7ef2b
Fix in cmdparams.Length for: SavePrimsXml2 and SaveXml
...
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com>
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2016-11-26 04:14:32 +00:00
Mandarinka Tasty
1e90417ac2
Fix in descriptions of: load xml, load xml2, save xml, save xml2
...
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com>
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2016-11-26 04:11:31 +00:00
UbitUmarov
019910afbd
don't go seach for info we already have at hand.. and there is no region height on osGetRegionSize
2016-11-26 03:57:33 +00:00
UbitUmarov
e60366ce92
avoid doing unnecessary heavy things on change physics rep
2016-11-26 03:29:22 +00:00
AliciaRaven
017069636a
Increase float precision for windlight needed by scripts. mySQL Migration on regionwindlight table.
...
mySQL was setup to store smaller values because the viewers editor capped input, scripts can set higher precision so settings could change on region restart. This change brings mySQL more inline with PGSQL which uses doubles for all windlight floats.
2016-11-26 01:15:10 +00:00
UbitUmarov
6f1080368d
reduce the resolution of llGetTime and llGetAndResetTime, to 1ms
2016-11-25 21:37:33 +00:00
UbitUmarov
935510d879
add llGetMaxScaleFactor and llGetMinScaleFactor
2016-11-25 18:35:23 +00:00
UbitUmarov
b82a41d260
change llScaleByFactor (sorry Mandarinka).
2016-11-25 17:34:19 +00:00
Mandarinka Tasty
e45245d267
Implementation of LSL_Integer llScaleByFactor(double scaling_factor)
...
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com>
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2016-11-25 16:22:10 +00:00
UbitUmarov
f9b62b5680
work around viewers not suporting large regions on landmark creation. They still may display wrong offset; don't let inventory description be limited by asset description side on a ossl method
2016-11-24 20:53:04 +00:00
UbitUmarov
5202ae7bb4
revert changes to asset desc size, my bad.. this field will possible go away in future
2016-11-24 14:39:08 +00:00
UbitUmarov
94ec5884b7
fix llRez(AtRoot/Object) error messages on shared code path
2016-11-23 22:15:59 +00:00
UbitUmarov
75ad210b6b
it is nice to save a file to atually change it...
2016-11-23 20:44:55 +00:00