UbitUmarov
e53f439981
add osGetNPCList()
2017-06-26 20:42:49 +01:00
UbitUmarov
3fda7c6315
take a few more out of level check
2017-06-26 20:23:24 +01:00
UbitUmarov
9ea6580c37
update osslEnable.ini. functions that have no level check are still listed but commented, just to be more visible
2017-06-26 20:05:11 +01:00
UbitUmarov
84abdf866a
add respective ossl helper funtion osDrawScaleTransform(string drawList, LSL_Float x, LSL_Float y)
2017-06-25 02:26:36 +01:00
UbitUmarov
cb8975e567
add string osDrawTranslationTransform(string drawList, LSL_Float x, LSL_Float y), string osDrawRotationTransform(string drawList, LSL_Float x) and string osDrawResetTransform(string drawList) helper functions for the new vector renderer comands. Removed ThreadLevel check of similar funtions that had it None, and actually only set strings
2017-06-24 23:04:37 +01:00
UbitUmarov
1a8a77c41e
revert the thread level change; remove unused dynamic texture timer from internal code; let blend alpha work if < 255; let blend work with the selected face; etc
2017-06-24 09:24:56 +01:00
UbitUmarov
ed8fc359f3
change thread level of osSetDynamicTextureDataBlendFace to VeryHigh
2017-06-24 06:11:10 +01:00
UbitUmarov
c3dbf91152
osDrawFilledEllipse or string comand FillEllipse identical do Ellipse one
2017-06-24 03:21:23 +01:00
UbitUmarov
fe0fce424c
a defual can me comented out
2017-06-19 03:19:55 +01:00
UbitUmarov
4df19ece53
framework main thread pool is always active and in use ( even id hard to catch) so show in on show stats. Disable ServerStatsCollector by default, since most don't use it, Adicionally it uses shared framework performance counters system that may be affected if a region crashs
2017-06-16 18:16:26 +01:00
UbitUmarov
8e3a50212c
remove options about script compilers the got back somehow on defaults also
2017-06-14 16:03:03 +01:00
UbitUmarov
ef87370cf1
remove options about script compilers the got back somehow
2017-06-14 15:58:02 +01:00
UbitUmarov
e650a4ff16
remove excessive notion of paralelism
2017-06-13 08:56:21 +01:00
UbitUmarov
25371933b4
update Robust32.exe build files
2017-06-12 20:36:36 +01:00
UbitUmarov
46ba2ead1a
add Robust32.exe so recovering the option to run it also in 32bit on windows
2017-06-12 20:28:14 +01:00
UbitUmarov
5e83c2e422
forget about stupid mono 32bit
2017-06-11 19:29:59 +01:00
UbitUmarov
8c5f09f44b
actually.. its opensim, use same log file name in 32b mode
2017-06-11 18:56:34 +01:00
UbitUmarov
bd2da771a4
remove a ref to old 32bitlauncher
2017-06-11 18:38:54 +01:00
Kevin Cozens
46c8c4854e
Set the execute bit on the bin/opensim*.sh files
2017-06-11 13:30:12 -04:00
UbitUmarov
7941f8da23
add opensim.sh and opensim32.sh for linux, replacing old opensim-ode.sh
2017-06-11 18:12:25 +01:00
UbitUmarov
08659811c7
put back opensim 32bit launcher, renamed as OpenSim32.exe. This allows opensim to run in 32bit mode on 64bit machines. Possible most opensim regions should be running like this. 2GB of Virtual memory is still a lot on memory
2017-06-11 13:04:34 +01:00
Kevin Cozens
3cddfddc3f
Minor changes to commented text in bin/OpenSim.ini.example
2017-06-09 10:14:09 -04:00
UbitUmarov
e5991124dd
merge LocalNeighbourServicesConnector and RemoteNeighbourServicesConnector in single NeighbourServicesOutConnector
2017-05-31 01:29:38 +01:00
UbitUmarov
426f2130fc
change opensim-ode.sh to use the ode engine defined on opensim.ini
2017-05-26 01:50:54 +01:00
Geir Nøklebye
0d31898fd6
Update macOS version of libode to 0.13.2. The library is build as a fat library with both 32 and 64 bit code. O3 optimization and built with macOS 10.11 SDK.
...
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2017-05-25 05:03:27 +01:00
UbitUmarov
2008e65695
mantis 8780 replace ode bins for linux with ones compiled against older Glibc, Thanks Jak
2017-05-24 21:08:21 +01:00
UbitUmarov
c5d0c69a35
update libomv LitJSON to version 0.9.0
2017-05-19 02:51:37 +01:00
Geir Nøklebye
7f163e8f76
Update NPGSQL from version 2.0.14.3 to 2.1.3. This is a relatively big update where 2.1.0 has a number of bug fixes, new functionality and improved performance. (see details at https://github.com/npgsql/npgsql/releases/tag/v2.1.0 ) The binaries supplied are for .NET 4.0 If you need binaries for older versions they can be dowloaded from https://github.com/npgsql/npgsql/releases/tag/v2.1.3 . There are also binaries for 4.5.
...
The performance improvement is particularly evident on terrain load and other repeated queries to the database. This version will automatically generate prepare statements if it sees 5 consecutive identical statements and cache them for later use. The prepare statement will skip the analyze portion of the query planner once a statement has been created. In addition there are improvements in the connection pool logic that will improve performance once connections get scarce.
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2017-05-14 18:59:24 +01:00
Geir Nøklebye
c1d06a806d
Updated Npgsql.dll to version 2.0.14.3 built for .NET 4.0 Mono.Security has been updated for the same build.
...
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2017-05-14 18:58:16 +01:00
UbitUmarov
566c96dc85
revert changes to *exe.config since a host mask of * produces identical effects as runtime setting
2017-05-12 15:54:54 +01:00
UbitUmarov
0f2ab6bddd
soem changes on connections limits
2017-05-12 14:20:06 +01:00
UbitUmarov
97d02ecf32
remove a coment added by mistake
2017-05-11 21:44:57 +01:00
UbitUmarov
b8138c37d3
hide a nonsense option
2017-05-11 21:41:33 +01:00
UbitUmarov
731510c305
let .net decide GC mode from its defaults on the platform
2017-05-09 18:27:06 +01:00
UbitUmarov
52d4cf692c
update mysql connector to v6.9.9 .net4.0
2017-05-09 12:22:42 +01:00
UbitUmarov
957ca41b13
remove file bin/Mono.Posix.dll that causes problems with mono
2017-05-09 11:58:07 +01:00
UbitUmarov
8e30016841
revert to older CSJ2K.dll since new seems have issues on linux with existent textures/sculpts
2017-05-05 22:24:05 +01:00
UbitUmarov
1bfe9354e3
coment out optional fields that should be edited and uncomented if needed
2017-05-02 15:45:54 +01:00
UbitUmarov
55f7986b44
fix some comments
2017-05-02 13:14:26 +01:00
UbitUmarov
6c2f8176ae
change opensim.ini.example setting of ExternalHostNameForLSL to a defualt
2017-05-02 11:39:29 +01:00
Diva Canto
3b01c209b2
Update libOMV
2017-04-25 16:24:07 -07:00
UbitUmarov
3b33a90e37
update ode binaries for windows
2017-04-21 13:49:25 +01:00
Michael Cerquoni
b498d554e1
update ode binaries for linux; add a minimal velocity for bounce
2017-04-19 21:50:32 -04:00
UbitUmarov
84c9125016
update ode binaries for windows; add a minimal velocity for bounce
2017-04-20 02:25:22 +01:00
Michael Cerquoni
52e03ee5bd
update ubODE for Linux x86 and x86_64 to include lasted ODE 0.13.2
2017-04-19 13:24:38 -04:00
UbitUmarov
49884b94a7
update ODE binaries for windows. Other platforms need to compile from opensim-libs repo, folder ODE-OpenSim-0.13.2, read file OPENSIM-README.txt. Remove code to reduce bounce on non physical placement, new unmanaged should handle that
2017-04-18 00:50:55 +01:00
UbitUmarov
22e9647748
update ode binaries for windows
2017-04-14 03:45:03 +01:00
UbitUmarov
040037d713
update ode.dll for windows. Other platforms need fo be compiled from opensim-libs repo, folder ODE-OpenSim.0.13.2. This adds OsTerrain, a replacevment for Heightfield that ubOde can use. Its already rotated as needed and has a diferent Sphere collider, rest is still almost identical. Keep previus ode version in case this goes wrong.
2017-04-12 06:50:34 +01:00
UbitUmarov
c58f2167bb
fix osTeleportObject OSFunctionThreatLevel setting on osslEnable.ini
2017-04-05 13:55:51 +01:00
UbitUmarov
2805cb9dec
give osTeleportObject proper OSFunctionThreatLevel setting on osslEnable.ini
2017-04-05 01:15:44 +01:00