aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Refactored permissions handling to extract info out of permisisons block ↵lbsa712008-02-101-148/+135
| | | | | | | | in ClientView * Changed some uint constants to Enum values
* * Adding more broken objectflags to the list here. Touch was also broken. ↵Teravus Ovares2008-02-101-0/+13
| | | | It might be smarter to just rebuild the whole objectflags before sending it to the client >.<
* * A lot of ugly permissions updates.Teravus Ovares2008-02-103-51/+182
| | | | | | | | | | ** Created SendFullUpdateToAllClientsExcept(LLUUID) so that permission updates /appear/ to apply immediately ** Separated out the ObjectFlags and the Permission Flags. They're related but not the same ** Added a hack routine to add *back* the objectflags to the client flags because the client hates the way we're doing object permissions ** Updated the clientflags routine to properly tell the client when they can't edit admin objects (objects owned by the sim administrator) even when they're an estate manager(why? >.< argh!) ** Fixed a null sim administrator/estate manager/user from causing permissions to return false even when it should return true. ** Re-added ObjectModify hack to allow collaboration with the allow anyone to move checkbox until we get group permissions done.
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-1010-138/+129
|
* *Neb try this update. It might fix it.. it might also cause no parcel to ↵Teravus Ovares2008-02-091-5/+11
| | | | be sent.
* * added count of texture data bytes and asset byteslbsa712008-02-091-0/+6
|
* * Fixed nebadon's UserServer crash bug from yesterday.Teravus Ovares2008-02-092-0/+28
| | | | | | * Made Estate tools work for estate managers without needing to request admin status First * Added code to make the Simulator version to be reported in the About box of the client
* * In the most basic situations, ClientView and ScenePresence no longer leak ↵Justin Clarke Casey2008-02-093-8/+14
| | | | | | | | | memory * However, I'm no longer sure they were even a big contributory factor (to this particular leak, there are other causes of other leaks). I need better measurement techniques * Removed most of my debugging gawp
* Mostly debugging verbosity which I shall very shortly comment out.Justin Clarke Casey2008-02-093-3/+15
| | | | | | Just want to try this out on windows quickly.
* Still chasing logout memory leak. Putting in small changes and temporary ↵Justin Clarke Casey2008-02-082-2/+5
| | | | light verbosity to this end
* refactor - remove unused m_children from EntityBaseJustin Clarke Casey2008-02-082-24/+4
|
* Minor refactoringJustin Clarke Casey2008-02-081-19/+15
|
* Minor ScenePresence related refactoringJustin Clarke Casey2008-02-082-18/+30
|
* * Adding console spam to help track 'The Steve Bug'.Adam Frisby2008-02-081-4/+14
|
* From: Kurt Taylor <krtaylor@us.ibm.com>Sean Dague2008-02-081-1/+12
| | | | | | | | | | | 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.
* small bit of refactoring, MW2008-02-082-4/+11
|
* * Fix: Send Parcel data on region crossing.Teravus Ovares2008-02-082-0/+3
|
* * Fixed negative child agents in the sim stats.Teravus Ovares2008-02-071-0/+6
|
* * This update contains a bucket-full of network optimizations.Teravus Ovares2008-02-074-4/+42
| | | | | | | | | * 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!)
* * didn't save :P so, this is the other half to my last commitTeravus Ovares2008-02-071-1/+20
|
* * Added the Scripted objectflag if there is a script running in a prim. ↵Teravus Ovares2008-02-073-2/+21
| | | | Remove the flag if you delete all of the scripts in the object.
* * Chasing down memory leak where memory used by a client is not returned on ↵Justin Clarke Casey2008-02-062-8/+37
| | | | | | | | client logout * This code may or may not be on the right track, but I want to save my work so far.
* * Added debug message to try track down Mantis#305.Adam Frisby2008-02-061-0/+1
|
* Consolidated LoadAnims and AvatarAnimations constructor.Jeff Ames2008-02-063-40/+9
| | | | | Fixes locking issues with Animations in ScenePresence (bug #324)
* * Fixed script count incrementer. Was decrementing but only incrementing ↵Teravus Ovares2008-02-061-2/+2
| | | | when a script was requested by UUID
* * Put the script run limiter on the SceneObjectPart as otherwise you can ↵Teravus Ovares2008-02-061-13/+15
| | | | drop scripts in prim and they'll still run with scripts disabled.
* * Added the ability to start and stop all scripts in the simulator using the ↵Teravus Ovares2008-02-063-3/+75
| | | | 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 Active Scripts to report the number of scripts running to Sim Stats Teravus Ovares2008-02-066-6/+100
| | | | | | | * Added Script Performance to report the number of functions run per second to Sim Stats. * Removed a few warnings (@.@ up to 50 now)
* Converted logging to use log4net.Jeff Ames2008-02-0525-382/+353
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* Small refactoring on Terrain Update sending, so that other code can force ↵MW2008-02-051-15/+20
| | | | terrain updates to be sent to clients.
* * Refactored the sound calls to SceneObjectPart Teravus Ovares2008-02-054-0/+416
| | | | | | * Fixed a few bugs * Wrote an example module to make certain event systems more mature.
* Added copyright statements.Jeff Ames2008-02-054-2/+114
|
* First part of avatar persistence, currently only really works in standalone ↵MW2008-02-046-35/+310
| | | | | | | | | 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.
* * Whole buncha stuff.Adam Frisby2008-02-043-7/+49
|
* * Chat Message format patch from kinoc (#443) Thanks!Adam Frisby2008-02-041-2/+19
|
* * Adding the PhysicsCamperBot load testing app to the SVN in it's own ↵Teravus Ovares2008-02-031-6/+33
| | | | | | | 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.
* Implements LSL function llDialog().alondria2008-02-021-0/+8
| | | | | 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 way to temporarily disable physics using the estate toolsTeravus Ovares2008-02-022-2/+38
| | | | | | * 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.
* * Fixed llSetTextureAnim to respect rate and Length and StartTeravus Ovares2008-02-021-3/+3
|
* * Added Full support for llSetTextureAnim. To ckrinke: Let the fountains ↵Teravus Ovares2008-02-021-2/+41
| | | | | | | | of Wright Plaza flow! * Fixed another bug in LibSL. This is the same version, as before just with a bug fix.
* * Committing some untested stuff regarding texture animations. This won't ↵Teravus Ovares2008-02-021-2/+10
| | | | break anything, but the llSetTextureAnim function is completely untested.. (though it may be functional once the script engine works again)
* Thank you very much, Kinoc for : Moved the Listener loop try/catch to a ↵Charles Krinke2008-02-021-8/+17
| | | | | | | better position. Uses the IRC nick as the default when user location cannot be determined.
* Thank you, Kinoc for the ChatModule.cs updates.Charles Krinke2008-02-011-75/+491
|
* * Added more supported feature to particlesystems. While this appears to ↵Teravus Ovares2008-02-011-1/+6
| | | | | | | | 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
* revert last IRC bridge changes as this broke chat on my test environment.Sean Dague2008-01-311-80/+23
| | | | | | Going to sift through the diff later to sort out what the root cause is here.
* * setting some readonlieslbsa712008-01-312-2/+2
|
* * Implemented grab and throw in ODE. It's a little strong still so toss ↵Teravus Ovares2008-01-291-6/+38
| | | | 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.
* Thanks kinoc for your improved IRC Gateway patch as referenced in mantis ↵Teravus Ovares2008-01-291-23/+80
| | | | issue 390.
* * Mostly ODE update. Things are a bit more behaved then the last ↵Teravus Ovares2008-01-281-0/+9
| | | | experimental update.
* * Added a try/catch handler around childdataupdates because the enumeration ↵Teravus Ovares2008-01-261-10/+17
| | | | 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.