aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prevent a null refMelanie Thielker2010-05-271-0/+3
* Comment noisy "CONNECTION DEBUGGING" messages, because they push moreMelanie Thielker2010-05-272-14/+14
* Revert "Comment noisy "CONNECTION DEBUGGING" messages, because they push more"Melanie2010-05-274-28/+16
* Comment noisy "CONNECTION DEBUGGING" messages, because they push moreMelanie Thielker2010-05-274-16/+28
* Just because there is an agent update handler, that doesn't mean there isMelanie Thielker2010-05-261-3/+4
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-05-261-2/+1
|\
| * fix sculpt normal direction for mirrored plane sculptsdahlia2010-05-241-2/+1
* | Merge branch 'unitests'Melanie2010-05-2634-1198/+1147
|\ \ | |/ |/|
| * Minor correction to AssetTests.csAlexRa2010-05-261-3/+3
| * Ensured that tests are skipped for wrong conn string, also m_log chngAlexRa2010-05-231-2/+23
| * Removed (unused?) empty SQL files from MSSQL resource dirAlexRa2010-05-239-0/+0
| * MySQL Migrations: Minor correcton to Region/Estate splitAlexRa2010-05-232-6/+12
| * MSSQL Migration: CreatorID in InventoryItems changed to VARCHAR(36)AlexRa2010-05-231-0/+70
| * Various minor changes in the data testsAlexRa2010-05-235-16/+18
| * Further corrections to MS SQL stores (now passes all tests)AlexRa2010-05-232-89/+49
| * Split migrations for RegionStore and EstateStore (see WARNING!)AlexRa2010-05-234-103/+157
| * Unitests: Asset, Estate, Region (the "legacy" one), InventoryAlexRa2010-05-235-173/+137
| * Added MS SQL test conn to INI - only as an example, modify before use!!!AlexRa2010-05-231-4/+21
| * Removed MySql and SQLite-specific asset test filesAlexRa2010-05-232-156/+0
| * BasicAssetTest.cs replaced by AssetTests.csAlexRa2010-05-231-0/+161
| * Bugfix in tests (must clear db before migrations, not after)AlexRa2010-05-233-3/+3
| * EstateData tests passing on all DBsAlexRa2010-05-231-28/+2
| * Corrections in RegionTests.cs. It now fully works!AlexRa2010-05-231-48/+75
| * Minor corrections in BasicDataServiceTest.csAlexRa2010-05-231-0/+41
| * MSSQL: added asset_flags, CreatorID to migrationsAlexRa2010-05-231-0/+6
| * MSSQLAssetData updated to support [CreatorID], [asset_flags]AlexRa2010-05-231-5/+11
| * MSSQLAssetData: fixed some weirdnessAlexRa2010-05-231-7/+12
| * All data tests made DBMS-independentAlexRa2010-05-2310-610/+160
| * Added generic base classes for testing database servicesAlexRa2010-05-233-0/+241
* | Change the way alpha is interpreted on prim text. Manris #4723Melanie2010-05-241-1/+1
* | minor: expand upon comments about not scheduling two full updates for attachm...Justin Clark-Casey (justincc)2010-05-241-2/+3
* | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2010-05-2312-7/+130
|\ \
| * | Remove an unneeded conditionalMelanie2010-05-231-2/+1
| |/
| * Apply http://opensimulator.org/mantis/view.php?id=4632Justin Clark-Casey (justincc)2010-05-212-2/+60
| * Apply http://opensimulator.org/mantis/view.php?id=4627Justin Clark-Casey (justincc)2010-05-212-0/+20
| * Apply adaption of patch in http://opensimulator.org/mantis/view.php?id=4628Justin Clark-Casey (justincc)2010-05-211-3/+2
| * Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2010-05-211-0/+57
| |\
| * | Added overload of SendGenericMessage to LLClientView with string list as para...Mikko Pallari2010-05-219-0/+47
* | | The 8th migration statement in AssetStore.migrations didn't look right.Diva Canto2010-05-231-1/+1
| |/ |/|
* | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-05-212-69/+68
|\ \ | |/
| * Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2010-05-212-17/+32
| |\
| | * Added a sanity check before using m_config in the Scene constructorJohn Hurliman2010-05-211-16/+19
| * | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2010-05-2115-315/+207
| |\ \
| * | | rearrange SceneGraph.AddSceneObject() to return earlier if an object with tha...Justin Clark-Casey (justincc)2010-05-211-53/+49
* | | | Add a new priority scheme that works like FrontBack, but completely depriorit...Melanie2010-05-211-0/+57
| |_|/ |/| |
* | | * Added code comments to Prioritizer.cs that document how to add a new update...John Hurliman2010-05-211-1/+13
| |/ |/|
* | * Moving all of the prioritization/reprioritization code into a new file Prio...John Hurliman2010-05-2115-315/+207
|/
* minor: remove LongRunning test designator from TestAddSceneObject() since it ...Justin Clark-Casey (justincc)2010-05-211-1/+1
* add test to make sure that adding an object where one already exists in the s...Justin Clark-Casey (justincc)2010-05-211-0/+34
* extend TestAddSceneObject() to check Scene.AddNewSceneObject() return booleanJustin Clark-Casey (justincc)2010-05-212-5/+13