| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
prebuild yet so it's currently dead code in tree, and shouldn't
bother anyone. Once this does *something* I'll add it into the
main build. However it seemed like a good idea to commit work
as I go for people interested in it.
|
| |
|
|
|
|
| |
critical section
|
|
|
|
|
|
|
| |
were implicitly included before). Everything builds again.
Now off to testing.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Framework.Data -> Data migration
|
| |
|
|
|
|
|
|
|
| |
/ dir structure. This is coming in over a few changesets so consider trunk
broken for the next 30 minutes as these get pulled together.
|
|
|
|
| |
investigate mantis 854
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Introduced uint as field type
* Removed what should be superfluous Guid handling
* Introduced stub MySQLDataReader if we need to fix the Guid handling anyway
|
|
|
|
| |
terrain as default seems better than the messed up terrain I was getting.
|
|
|
|
|
|
|
|
| |
you still have a simplemodule.dll in your bin folder, then delete it.
So puts the bots back in their cave for another yet.
|
|
|
|
|
|
|
| |
needs to be updated still.
* Adding some XMPP stuff that's incomplete.
|
|
|
|
| |
adding a new inventory instead
|
|
|
|
|
|
| |
* Shift copied prims should now keep the script in both prims over region startups
|
| |
|
| |
|
|
|
|
|
|
| |
to spin off into a seemingly infinite loop.
|
| |
|
|
|
|
| |
the console would not cause the terrain to be saved to the Scene. (Mantis #845)
|
|
|
|
| |
anything yet
|
|
|
|
|
|
|
|
|
| |
* (and Ansgar/Ansi)
* Fleshes out the voice stubs to better interact with the viewer CAPS requests - no actual voice support yet!
* In his own words
"the attached patch enhances the existing voice support by returning a proper voice account user and password and is preparing the config file so that we can specify a SIP server (not yet working). currently the SIP is hardcoded. the next step is to refactor voice support into a region module. working on that. "
|
|
|
|
|
|
|
|
| |
create new inventory folders
* This mirrors the grid behaviour
|
|
|
|
| |
rather than having them disappear off into the ether
|
|
|
|
| |
if the avatar has never logged in before
|
|
|
|
|
|
| |
* Take copy now actually takes a copy into inventory rather than the original
|
| |
|
|
|
|
| |
to one
|
|
|
|
|
|
|
| |
configuration. (bug #55)
Use 'mono --debug OpenSim.exe' to get line number output on stack traces.
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Added the new mapper to the mapper factory
* Made choice of mapper configurable
* This means, in hteory, that we can persist avatar appearance on MSSQL as well
|
| |
|
|
|
|
| |
Commander with the scene (whoops).
|
|
|
|
|
|
|
|
| |
* Renamed plugin console message, to send a message to a plugin, use either "plugin <message>", or any unrecognised message will be sent ("plugin" sends explicitly) This replaces the old "script <message>".
* Terrain commands - "terrain <command>" now works again. "Script terrain <command>" does not. Many of the commands have now been reimplemented, eg load-tile. However some have new syntax.
* New console command handler, you can now use things like "terrain help" or "terrain save help". See TerrainModule.cs for an example of how to use the new "Commander" class.
* Commander class - advanced processing of console input and also enables a script API to be generated from registered console commands.
|
|
|
|
|
|
|
|
|
|
| |
* This update breaks inter-region communications, sorry.
* You will need to run prebuild.
Next, the good;
* This update solves the unexpected binary element when Linux simulators inform windows simulators and vice versa. So Linux Simulators and Windows simulators are 100% compatible again.
* This update introduces an Integer in the prim crossing method to tell the receiving simulator which XML method to use to load the prim that crossed the border. If the receiving prim doesn't support the method, the prim crossing fails and no prims are lost.
That being said, it's best to update all your simulators to this revision at once.
|
|
|
|
|
|
| |
* This change will have no functional impact - we were already filtering out the dupes on the other end.
|
|
|
|
| |
implemented anyway.
|
| |
|
| |
|
|
|
|
| |
what it used to do (not that the name was actually accurate in the first place)
|
|
|
|
|
|
|
|
|
|
|
|
| |
affect once the region and the grid servers have upgraded to this revision
* You may also need to clear your cache before seeing any effect.
* These fixes may or may not affect inventory on the RC client.
* These fixes should make non-root folders work better, stop inventory failure on first login, allow trash to be emptied and make texture picker in object edit view work properly
* Fixes are 1) make initial root folder request wait for async inventory delivery, 2) deliver all folders in the initial login skeleton, not just the root child ones and 3) deal
with situations where we receive child folders from the inventory service before their parent is received.
|
|
|
|
|
|
| |
* If you compile your own libraries, be sure to follow the updated directions on http://opensimulator.org/wiki/PhysicsEngines
* The previous libs are now -debug for people who wish to work on the ODELibrary and want the feedback.
|
|
|
|
| |
Should fix Mantis 838
|