| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Attached is a patch for Mantis 25 - this fixes the problem of not having a
touch_start happen for all prims in a linked group. So, with this, large
builds can now have a single script in the base prim and it will run when
any prim in the linked build is touched. The problem was that the
objectgrab event was not being propagated to all the prims in the group.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* ParcelProperties are sent only when needed instead of on any movement
* Terse Updates and other temporary data packets are marked unreliable
* After a certain amount of users, the sim actually sends updates on things less
* Experimental
* Tested to 68 avatar with pCampBot (And it's surprising what actually causes the most lag.. the text chat!)
|
| |
|
|
|
|
| |
Remove the flag if you delete all of the scripts in the object.
|
|
|
|
|
|
|
|
| |
client logout
* This code may or may not be on the right track, but I want to save my work so far.
|
| |
|
|
|
|
|
| |
Fixes locking issues with Animations in ScenePresence (bug #324)
|
|
|
|
| |
when a script was requested by UUID
|
|
|
|
| |
drop scripts in prim and they'll still run with scripts disabled.
|
|
|
|
| |
debug tab on the estate tools. This along with the disable physics via the debug tab are persistant across reboots. That means that if it's disabled when you shut down the simulator, the simulator will come up again when you start it up without loading the scripts. Turning them back on is as simple as unchecking 'disable scripts' in the debug tab of the estate tools.
|
|
|
|
|
|
|
| |
* Added Script Performance to report the number of functions run per second to Sim Stats.
* Removed a few warnings (@.@ up to 50 now)
|
|
|
|
|
|
| |
Changed LogBase to ConsoleBase, which handles console I/O.
This is mostly an in-place conversion, so lots of refactoring can still be done.
|
|
|
|
| |
terrain updates to be sent to clients.
|
|
|
|
|
|
| |
* Fixed a few bugs
* Wrote an example module to make certain event systems more mature.
|
| |
|
|
|
|
|
|
|
|
|
| |
mode (with accounts_authenticate set to true), it also only currently has a mysql database connector. (sqlite one will follow soon). It also uses the tribalmedia database system, so this needs checking to see if the old problems with mono have been fixed.
To use, see the appearance section in opensim.ini.example, set "persist = true", then add the correct connection string for your database.(see mysql-AvatarAppearance.sql in share folder for a example of the table mysql table structure).
This could possible be used in a very small grid, but would mean each region server would need to connect to the same mysql database.
But the work to move the code to one of the grid servers shouldn't be too much.
|
| |
|
| |
|
|
|
|
|
|
|
| |
folder. You'll have to build it separately to take advantage of it. *read the Readme file*. The bots created by this application roam around amusingly to simulate load.
* Be smart, Don't use this on a public grid, lest you get banned permanently.
|
|
|
|
|
| |
The ScriptDialogReply packet handler is a bit of a hack job. It is currently handled similar to ChatFromViewer, which will trigger the listen() event, however this is not exactly how LL's implementation works and will/can be fixed up later.
|
|
|
|
|
|
| |
* Added a method for Tedd to hook to in scene to disable the Scripting engine that currently says, [TOTEDD] Here is the method to trigger disabling of the scripting engine.
|
| |
|
|
|
|
|
|
|
|
| |
of Wright Plaza flow!
* Fixed another bug in LibSL. This is the same version, as before just with a bug fix.
|
|
|
|
| |
break anything, but the llSetTextureAnim function is completely untested.. (though it may be functional once the script engine works again)
|
|
|
|
|
|
|
| |
better position.
Uses the IRC nick as the default when user location cannot be determined.
|
| |
|
|
|
|
|
|
|
|
| |
have a libsl update... it's really a fix to the libsl version we're already using because of a bug in the particlesystem implementation
* Added two new simstat counters in the simstat enum for the RCCS. (I'll find something cool to put in them)
* fixed a time waster in ODEPlugin.cs
|
|
|
|
|
|
| |
Going to sift through the diff later to sort out what the root cause is here.
|
| |
|
|
|
|
| |
gently at first to test the waters or you'll lose prim to the pit at the edge of the sim. Make sure the object is physical before trying to toss it or it'll just move to the new location.
|
|
|
|
| |
issue 390.
|
|
|
|
| |
experimental update.
|
|
|
|
| |
is prone to modification when logging on. These can be safely ignored because the data gets old fast and new ones get generated somewhat quickly.
|
|
|
|
| |
SignificantClientMovement.
|
| |
|
|
|
|
| |
instead of the 'avatar wobble' This also uses a hack to detect debian and change the force applied by the AMotor to a different value for Debian. The intent of this all is to get the avatar to stand up in Debian with the AMotor.
|
|
|
|
|
|
| |
* If you have Debian running, you should get a platform line that says, 'Found Debian!' when starting up your sim.
* If someone running Debian will confirm this does occur, that would be most helpful.
|
|
|
|
|
| |
* There's 3 platform lines now. Would someone running debian and/or Fedora core please try this revision out and send me the three [PLATFORM] lines?
|
|
|
|
| |
Anyone on Debian want to run this revision and send me back the two platform lines? It would be helpful.
|
|
|
|
|
|
|
| |
* Unfortunately, they show us as non modify, though they will run
* We're probably hitting unimplement permissions stuff
|
| |
|
|
|
|
| |
perms weirdness, let's all work together to find the real cause.
|
|
|
|
|
|
|
| |
** If the region fails 3 times, then ChildAgentDataUpdates no longer get sent to that region
* Enabled Child_Get_Tasks in grid mode.
* When Child_Get_Tasks is enabled on neighbor regions, the neighbor region uses the client's draw distance to send out prim. This is a lot less likely to flood the client now since the ChildAgentDataUpdate contains both the throttle settings and the draw distance. This means that with this enabled, you can see prim in other regions in grid mode. Very experimental.
|
|
|
|
| |
better.
|
| |
|
|
|
|
| |
at will.
|