| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Added lookup in the data-layer
- MySQL works
- SQLite doesn't have a grid-db, so it won't work there
- I added MSSQL-code to the best of my knowledge; but I don't know MSSQL :-)
- Added the plumbing up to OGS1GridServices. This speaks with the grid-server
via XMLRPC.
- Modified MapSearchModule to use the new data. It's backward compatible; if
used with an old grid-server, it just returns one found region instead of a
list.
- Refactored a bit.
Note: This updates data, grid-server and region code. No new files.
|
|
|
|
|
|
|
|
|
|
|
| |
1. type issues on column create in ado.net
2. not setting a field in the ado.net row translates into explicitely
setting it to null in sqlite land (because it can't read the defaults
stanzas out of the database)
Things should work again after this.
|
| |
|
|
|
|
|
|
|
|
| |
is not respected by sqlite or mysql drivers so that deleting
and object in a region actually deletes that object from any
region.
|
|
|
|
|
|
| |
translation in sqlite uncovered by this test.
|
|
|
|
|
|
|
|
|
| |
* Updates to libomv r2243,
* Remove lots of unnecessary typecasts
* Improves SendWindData()
Thanks jhurliman.
* Will update OpenSim-libs in 10 minutes..
|
|
|
|
|
|
|
|
|
| |
Active gestures are sent as part of the login-response. Added
fetchActiveGestures to SQLite and MySQL; added an empty one for MSSQL and
NHibernate. Using the empty ones won't cause errors, but doesn't provide
persistence either, of course.
|
|
|
|
|
|
| |
confuse people.
|
| |
|
| |
|
|
|
|
|
|
| |
initially.
|
|
|
|
|
|
|
| |
On Windows, you are not able to delete a file while there is
still a handle to it open.
|
|
|
|
|
|
|
|
| |
- Add necessary dummy Dispose-methods where they are missing
- Implement the SQLite Dispose-methods
(currently only used for unit tests, in the next commit)
|
|
|
|
|
|
|
| |
MySQL version does for the table, prims.
* If this causes any unit tests to fail, the tests need to be updated.
|
|
|
|
|
|
| |
MySQL change from http://opensimulator.org/mantis/view.php?id=2073
|
|
|
|
|
|
| |
terrain driver in the process, which is now fixed. yay for unit tests!
|
|
|
|
|
|
|
| |
SQLite and stores the logout position in standalone mode.
Note: This adds a migration for SQLite, so do your runprebuild
|
| |
|
|
|
|
|
|
|
| |
Thank you, RuudL, for a patch that brings MSSQL up to the same
implementation level as MySQL.
|
|
|
|
| |
actually an assist. 99% of the work was already done by Melanie.
|
| |
|
|
|
|
|
|
|
| |
* added primary key to regionsettings table in the cached table
* initialized the data adapter.
* Still untested fully, so watch out!
|
| |
|
|
|
|
|
|
|
|
| |
.config (which no one does). Dropping in the .config lets you see that debug
messages, which is handy while writing tests and figuring out why things don't
behave like you would guess.
|
|
|
|
|
|
| |
configure in there to help me get debug messages while developing.
|
|
|
|
|
|
|
|
| |
* Add prim ClickAction persistence to SQLite
* This will require a prebuild
* Thanks nlin!
|
|
|
|
|
|
|
| |
classes. This did mean loosing 1 unit test that was actually testing
an sqlite function directly instead of the interface.
|
|
|
|
|
|
|
|
|
|
|
| |
OpenSim.Data.Tests, then subclass with custom init bits for sqlite.
As I've only been testing the plugin interfaces anyway, this should
make it very easy to write only a little bit of code to use these
tests for other databases. It will also give us the framework for
definining the datastore behavior and making sure that all the databases
do the same thing.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
calls to make sure they worked
|
| |
|
|
|
|
|
|
|
|
| |
stores an asset, fetches that asset, make sure it has the name
we gave it. All simple stuff, but should catch the more egregious
breaks.
|
| |
|
| |
|
|
|
|
|
|
| |
rid of that.
|
|
|
|
|
|
| |
handles them.
|
|
|
|
|
|
|
| |
add another nant target for test-xml to get the verbose
version
|
|
|
|
|
| |
Fix unreachable code due to typo in llDetectedGroup.
|
| |
|
| |
|
|
|
|
|
|
| |
fix some spacing in SQLiteRegionData
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Floating text, Rotation, Texture animation, Particle System
This will make "Eye Candy" scripts work without modification in
XEngine. The use of the CHANGED_REGION_RESTART hack is no longer
needed. Implemented in MySQL only, hovertext also in SQLite.
|
|
|
|
|
|
|
| |
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle.
* This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big!
* Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
|
|
|
|
|
|
|
| |
I apparently missed one drop tables statement that was actually needed
when I did the cleaning to make this work for old sqlite versions.
|
| |
|