UbitUmarov
496deb92d4
cosmetics
2022-10-25 04:18:01 +01:00
UbitUmarov
034994ecfe
remove wrong vector null test
2022-10-02 12:18:50 +01:00
UbitUmarov
e043d8a2eb
use array.Empty<byte>
2022-03-12 15:21:24 +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
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
6a2058e0ac
there is no prim Omega, we call it angular velocity
2020-08-07 18:54:23 +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
UbitUmarov
104f7f0eb2
store parcel uglysky on mysql region db (others one day..)
2020-06-18 01:36:01 +01:00
UbitUmarov
e2be90caaf
replace lightshare early work
2020-06-10 09:26:55 +01:00
UbitUmarov
87646f340b
store sop pseudocrc and region cacheID on mysql ( others later)
2020-03-27 17:34:05 +00:00
UbitUmarov
c8a95e21ee
mysql region store: do not use double to store float
2020-02-17 21:11:21 +00:00
UbitUmarov
33eabf1069
store the new variables on mysql
2020-01-22 21:32:40 +00:00
UbitUmarov
6ae1341c58
don't read from dbs wrong sound flags
2019-03-07 04:53:41 +00:00
UbitUmarov
33a062612f
remove terraindata abstraction layer, since we only have heightmap type
2019-01-21 06:05:21 +00:00
Melanie
d8ade44fe9
Put the virtual decls back in, they're needed by the freshly donated ...
...
... XStorage module that creates the XML for the new viewer, anod more.
It overrides them to know if new init XML needs to be cached.
2018-12-31 00:21:50 +00:00
UbitUmarov
ffca7de65d
add some persistence (mysql only)
2018-12-30 22:31:32 +00:00
UbitUmarov
8ef43e5fb3
take more heavy work out of opened dbconn sections
2017-05-07 22:22:28 +01:00
UbitUmarov
de55ad9545
oops closed too soon
2017-05-06 22:12:45 +01:00
UbitUmarov
c57215687f
a few more changes on mysql
2017-05-06 21:43:22 +01:00
UbitUmarov
d9038e650a
MySQLConnector is not a MS product
2017-05-06 01:25:54 +01:00
UbitUmarov
44993550a8
store the physics inertia override in SQlite
2017-04-01 18:15:47 +01:00
UbitUmarov
443fc60cdf
store the physics inertia override in Mysql and add it to serializer. run prebuild is required
2017-04-01 17:49:17 +01:00
Melanie Thielker
b16abc8166
Massive tab and trailing space cleanup
2017-01-05 19:07:37 +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
71bd3ce49f
add load baked terrain methods
2016-09-17 16:42:40 +01:00
UbitUmarov
3f9f105295
add to databases a table to store baked terrain.
2016-09-17 15:45:11 +01:00
UbitUmarov
3e25430e3a
store rotation axis locks in MySql and SQlite dbs ( others need to be updated also
2015-10-20 18:08:04 +01:00
UbitUmarov
e0de76aa14
put back virtual declarations
2015-09-28 16:47:44 +01:00
UbitUmarov
c6f8b5d682
remove virtual declarations master doesnt have
2015-09-28 11:53:37 +01:00
UbitUmarov
cdaed11387
at last we can login and see objects ( friends is dead and disable in
...
scenepresence)
2015-09-03 18:39:08 +01:00
UbitUmarov
a11edceb00
seems to compile ( tests comented out)
2015-09-02 19:54:53 +01:00
UbitUmarov
371c9dd2af
bad merge?
2015-09-01 14:54:35 +01:00
UbitUmarov
50d73873db
let mysql be happy with a NULL heighmap ( yeap i made several )
2015-08-25 12:58:24 +01:00
UbitUmarov
a916ef570e
fix mySQL ( ignoring other dbs )
2015-08-23 01:33:56 +01:00
Robert Adams
bedafb8fae
varregion: refactor use of 'double heightmap[,]' into references to new class TerrainData
...
and push the implementation from Scene into the database readers and writers.
2015-03-27 19:32:50 -07:00
UbitUmarov
e25849e1c4
remove redundant lock
2014-09-21 23:39:50 +01:00
Justin Clark-Casey (justincc)
709038aa2a
Remove some use of database connection locking from MySQLSimulationData - this has not been necessary for some time as database connections are not shared.
...
However, many locks remain since they may effectively be providing transactionality in some operations (e.g. prim updates across multiple tables).
These are candidates for being replaced with proper database transactions, since this would not block unrelated operations (e.g. land save and object save)
or unrelated operations on the same tables (e.g. storage of one linkset whilst another is being removed).
In practice, any performance deg due to contention is probably rare and short lived as the major prim operations are performed in memory and only persisted some time afterwards.
2014-08-22 20:23:48 +01:00
Melanie Thielker
ec5f96b272
Persist new land fields for access control
2014-07-29 05:53:40 +02:00
Justin Clark-Casey (justincc)
ae56b946cf
Fix a bug in previous commit 01520bb where I accidentally saved OtherCleanTime instead of Dwell
2014-03-18 00:34:40 +00:00
Justin Clark-Casey (justincc)
01520bbb3e
Save and load dwell parcel stat in MySQL DB adaptor. Field in table already exists!
...
The SQLite database adaptor was loading and saving dwell whilst MySQL was not, even though the field already exists in the db table.
2014-03-18 00:02:55 +00:00
Robert Adams
e5d59dc696
Repair database routines so they properly return null when asked for
...
the heighmap of a region that does not exist.
2014-01-28 15:29:06 -08:00
Robert Adams
ff5885ab23
varregion: push TerrainData implementation up and down the database storage stack.
...
Implement both LoadTerrain and StoreTerrain for all DBs.
Move all database blob serialization/deserialization into TerrainData.
2013-11-01 11:35:31 -07:00
Robert Adams
7416809077
varregion: plug in TerrainData class and modify TerrainModule and LLClientView to use same. This passes a terrain info class around rather than passing a one dimensional array thus allowing variable regions. Update the database storage for variable region sizes. This should be downward compatible (same format for 256x256 regions).
2013-10-07 13:57:40 -07:00
Melanie
75c68fa29e
Merge branch 'master' into careminster
...
Conflicts:
OpenSim/Data/MySQL/MySQLSimulationData.cs
OpenSim/Data/MySQL/Resources/RegionStore.migrations
OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs
OpenSim/Region/CoreModules/World/LightShare/LightShareModule.cs
OpenSim/Region/Framework/Scenes/Scene.cs
OpenSim/Region/Framework/Scenes/ScenePresence.cs
OpenSim/Region/Framework/Scenes/Tests/ScenePresenceCapabilityTests.cs
OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
2013-10-04 20:03:12 +01:00
Robert Adams
aea5d3a842
Remove time based terrain storage in SQLite so revision number can be used
...
to denote terrain format revision.
Add terrain DB format revision codes to ISimulationDataStore.cs.
Setup so legacy compatible terrain storage and fetch is possible while
allowing future format extensions.
2013-09-28 07:33:55 -07:00