| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
where Region.XML files are stored. If not set, it will default to the usual location.
|
|
|
|
|
|
|
| |
* Several people have asked for a way to limit uploads, so I've decided to show people how to do this in the BetaGridLikeMoneyModule.
* Configure it in OpenSim.ini using the [Economy] header. See the bottom of the OpenSim.ini.example for more information.
* This also fleshes out the Economy API a bit more.
|
|
|
|
|
|
| |
to reasonable levels
|
| |
|
|
|
|
|
|
|
|
|
| |
where the AssetType enum was 'Primitive' rather than 'Object'
* The libsecondlife patch was also applied to libsecondlife itself in r1714
* Many, many thanks to Dr Schofield (IBM) for his help on this :)
|
|
|
|
|
| |
* Fixed some Tapers with Cylinders in the Meshmerizer
|
|
|
|
|
|
| |
of search capability to OpenSim in the form of a configurable
module.
|
| |
|
|
|
|
|
| |
* You know the drill if you roll your own ODE. (h ttp://opensimulator.org/wiki/PhysicsEngines )
|
| |
|
|
|
|
|
|
| |
where other data storage assemblies are.
|
|
|
|
|
|
|
| |
* This patch removes voice code into a region module. This required the implementation of events and other code to allow region modules to register their own caps handlers, and should allow different voice module implementations.
* CAVEAT: This does not provide complete voice support, it merely provides the hooks so that it can be plugged in.
|
| |
|
| |
|
|
|
|
|
|
|
| |
needs to be updated still.
* Adding some XMPP stuff that's incomplete.
|
|
|
|
| |
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. "
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
(though monodevelop may ignore this).
|
|
|
|
|
|
| |
Hopefully this should make merging upstream easier.
Building with NAnt should still work, but Visual Studio is untested.
|
|
|
|
|
|
|
|
|
|
| |
"local" or "grid"
* See OpenSim.ini.example for more details
* The old sqlite/mssql settings were redundant and effectively ignored anyway. Hence, there's no need for you to change your current settings, which will still work
* In fact, asset_database should probably be moved to [Network] since it's meaningless for standalone installations
|
|
|
|
|
|
| |
* Making each have sqlite (uncommented) and mysql (commented) strings
|
|
|
|
|
|
| |
* Added the DataBlockExtended From the Message Template Data Block to the Media Update Request manually.
* Set TickCount public from internal (whenever LibSL regenerates _packets_.cs this needs to be done)
|
|
|
|
|
|
| |
* This fixes three broken default assets
Thanks, tyre!
|
|
|
|
|
| |
Removed verbose flag, since it doesn't do anything any more.
|
| |
|
|
|
|
| |
libopenjpeg-libsl-2.1.2.0.so
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Updated OpenSim.ini.example
|
| |
|
|
|
|
|
|
|
| |
; Should avatars in neighbor
sims see objects in this sim?
see_into_this_sim_from_neighbor=True
|
| |
|
|
|
|
| |
ASCII!
|
|
|
|
|
|
|
|
|
|
| |
Changed the public IsAdministrator back to protected,
now checks Config to see whether it is allowed to run or not.
Defaults to false (not allowed).
To use add the following to OpenSim.ini
[LL-Functions]
AllowosConsoleCommand=true
|
| |
|
| |
|
|
|
|
|
| |
and adding additional sentences for communications with pCampBot.
|
|
|
|
|
|
|
| |
Added some info to failure on GridServices listening port so people can see what actually went wrong.
Moved most of the function/event execution module to a baseclass so other execution methods (instead of reflection) can be used with custom script modules run by ScriptEngine.Common.
+ some accumulated patches
|
|
|
|
|
|
|
|
| |
* Patch 1 stops OpenSim.32BitLaunch.exe and ScriptEngines/Default.lsl being deleted on nant clean
* Patch 2 resolves a building problem with pCampBot
* This will require a prebuild rerun
|
|
|
|
|
|
|
|
|
| |
* Made regions table name configurable (MSSQL only)
* Added a note in ini.example pointing out that the sql resources have to change if you change table names
* Removed duplicate picker method from GridData interface
[Provided by openlifegrid.com]
|
|
|
|
|
|
| |
[Provided by openlifegrid.com]
|
|
|
|
|
|
|
|
|
|
| |
(though I still don't recommend it for welcome regions unless object build is off.
* Updated the ode.dll for windows with a more reasonable stack space reserve. Linux users will need to type ulimit -s 262144 before starting up OpenSimulator if using Physical Prim to protect against stack collisions. or run the included ./bin/opensim-ode.sh to start up OpenSimulator in ODE mode.
* Added internal collision score and am keeping track of 'high usage' prim.
* Tweaked collisions some more
* Tested up to 460 physical prim in extremely close quarters (which was previously impossible in OpenSim). After 460 in tight quarters, physics slows down enough to make it hard to do any moving, however.. non physics things still work, such as logging on to the simulator, etc.
|
|
|
|
|
|
| |
previous OpenSim behavior.
|
|
|
|
|
|
|
|
| |
appearance persistence needs to set new params for it (check OpenSim.ini.example)
New keys "appearance_persist" and "appearance_connection_string" are now under [Startup].
* Reorganized OpenSim.ini slightly
|
|
|
|
|
|
| |
* Turned on see_into_this_sim_from_neighbor by default.
* Fix Race Condition with parts being added to a group while the simulator is starting up.
|