| Commit message (Expand) | Author | Age | Files | Lines |
* | don't read from dbs wrong sound flags | UbitUmarov | 2019-03-07 | 1 | -1/+4 |
* | another missing file | UbitUmarov | 2019-01-21 | 1 | -5/+4 |
* | store the physics inertia override in SQlite | UbitUmarov | 2017-04-01 | 1 | -0/+11 |
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -8/+8 |
* | The new Constant: integer OBJECT_REZZER_KEY = 32; | Mandarinka Tasty | 2016-12-04 | 1 | -0/+3 |
* | fix typo in table name, thx tglion | UbitUmarov | 2016-09-18 | 1 | -1/+1 |
* | restore sqlite fixes from commit 0e6874..that got lost | UbitUmarov | 2016-09-17 | 1 | -3/+10 |
* | add load baked terrain methods | UbitUmarov | 2016-09-17 | 1 | -0/+28 |
* | add to databases a table to store baked terrain. | UbitUmarov | 2016-09-17 | 1 | -11/+42 |
* | Fix some wrong handling of booleans for SeeAVs, AnyAVSounds and GroupAVSounds... | tglion | 2016-09-05 | 1 | -3/+9 |
* | store rotation axis locks in MySql and SQlite dbs ( others need to be update... | UbitUmarov | 2015-10-20 | 1 | -1/+2 |
* | SQLite db migration update | UbitUmarov | 2015-09-21 | 1 | -6/+35 |
* | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 1 | -1/+1 |
* | bad merge? | UbitUmarov | 2015-09-01 | 1 | -0/+6 |
|\ |
|
| * | varregion: refactor use of 'double heightmap[,]' into references to new class... | Robert Adams | 2015-03-27 | 1 | -21/+33 |
| * | Merge branch 'master' into careminster | Melanie | 2013-10-04 | 1 | -0/+16 |
| |\ |
|
| * \ | Merge branch 'master' into careminster | Melanie | 2013-06-30 | 1 | -1/+1 |
| |\ \ |
|
| * \ \ | Merge branch 'master' into careminster | Melanie | 2013-06-13 | 1 | -2/+3 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' into careminster | Melanie | 2013-06-11 | 1 | -0/+24 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'master' into careminster | Melanie | 2013-02-10 | 1 | -0/+18 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'master' into careminster | Melanie | 2013-02-05 | 1 | -1/+18 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'master' into careminster | Melanie | 2012-10-23 | 1 | -5/+20 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | Add a skeleton for a name value storage associated with regions | Melanie | 2012-08-15 | 1 | -0/+13 |
| * | | | | | | | | Merge branch 'avination' into careminster | Melanie | 2012-06-11 | 1 | -0/+4 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | Add the ability to query the MYSQL databse for a list of the stored prim UUIDs | Melanie | 2012-06-07 | 1 | -0/+4 |
* | | | | | | | | | | Corrected spelling of SQLITE. Fixes mantis #7675. | Kevin Cozens | 2015-08-08 | 1 | -1/+1 |
* | | | | | | | | | | Eliminated many warnings | Oren Hurvitz | 2014-04-23 | 1 | -2/+2 |
* | | | | | | | | | | Repair database routines so they properly return null when asked for | Robert Adams | 2014-01-28 | 1 | -1/+5 |
* | | | | | | | | | | varregion: remove unused terrain serialization code in SQLite and PGSQL modules | Robert Adams | 2013-11-04 | 1 | -16/+0 |
* | | | | | | | | | | varregion: push TerrainData implementation up and down the database storage s... | Robert Adams | 2013-11-01 | 1 | -18/+11 |
* | | | | | | | | | | varregion: plug in TerrainData class and modify TerrainModule and LLClientVie... | Robert Adams | 2013-10-07 | 1 | -24/+16 |
* | | | | | | | | | | Remove time based terrain storage in SQLite so revision number can be used | Robert Adams | 2013-09-28 | 1 | -12/+2 |
| |_|_|_|_|_|_|_|/
|/| | | | | | | | |
|
* | | | | | | | | | Preserve attachment point & position when attachment is rezzed in world | Aleric Inglewood | 2013-09-22 | 1 | -0/+16 |
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
* | | | | | | | | Make the concept of namespaces explicit in dynamic attributes | Justin Clark-Casey (justincc) | 2013-06-27 | 1 | -1/+1 |
| |_|_|_|_|_|/
|/| | | | | | |
|
* | | | | | | | * This fixes having to select and deselect prim to get keyframemotion to star... | teravus | 2013-06-12 | 1 | -2/+3 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | * Adds KeyFrameMotion storage support to SQLite, just a note, seems that ... | teravus | 2013-06-11 | 1 | -0/+24 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Added physics parameters support to MSSQL and SQLite (not tested) | Oren Hurvitz | 2013-02-09 | 1 | -0/+18 |
| |_|_|/
|/| | | |
|
* | | | | Store NULL in the 'DynAttrs' column if the prim doesn't have any dynamic attr... | Oren Hurvitz | 2013-01-25 | 1 | -1/+5 |
* | | | | Stopped storing dynamic attributes in the PrimShape | Oren Hurvitz | 2013-01-25 | 1 | -8/+0 |
* | | | | Encapsulate an OSDMap in DAMap (was DynAttrsOSDMap) rather than inheriting fr... | Justin Clark-Casey (justincc) | 2013-01-25 | 1 | -4/+4 |
* | | | | Implement Dynamic Attributes for SOP and PBS. Implement storage in SQLite | Justin Clark-Casey (justincc) | 2013-01-25 | 1 | -0/+21 |
| |_|/
|/| | |
|
* | | | SQLite DB: some values of land data will be not saved / loaded | PixelTomsen | 2012-10-21 | 1 | -5/+20 |
* | | | Add a skeleton for a name value storage associated with regions | Melanie | 2012-08-15 | 1 | -0/+12 |
|/ / |
|
* | | Environment Module - allows Environment settings for Viewer3 warning: include... | PixelTomsen | 2012-05-23 | 1 | -1/+100 |
|/ |
|
* | Use correct casing of RegionSettings.Sandbox in the various database modules. | Justin Clark-Casey (justincc) | 2012-02-29 | 1 | -1/+1 |
* | Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process. | Justin Clark-Casey (justincc) | 2012-02-21 | 1 | -0/+3 |
* | Parcel sales support to SQLite | BlueWall | 2012-02-17 | 1 | -0/+3 |
* | Fillin missing SQLite support for Telehubs | BlueWall | 2012-02-17 | 1 | -0/+102 |
* | Fix: Lightshare Module(Windlight)-Region settings are not applicable for data... | PixelTomsen | 2012-02-14 | 1 | -305/+622 |
* | Fix: Covenant changed time not set http://opensimulator.org/mantis/view.php?i... | PixelTomsen | 2012-02-03 | 1 | -0/+3 |