aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-02-07Shorten root inventory create folder message.Charles Krinke1-2/+1
2008-02-07* Added the Scripted objectflag if there is a script running in a prim. ↵Teravus Ovares3-2/+21
Remove the flag if you delete all of the scripts in the object.
2008-02-06make a couple more changes to get us back very close to old color schemeSean Dague1-3/+16
2008-02-06* Allow terrain load-tile for RAW filesJustin Clarke Casey1-1/+57
* Patch from Sophie Lee [webmage] - IBM. Thanks very much!
2008-02-06ummm... removed 1 too many newlines, formating a bit better nowSean Dague1-1/+1
2008-02-06* Chasing down memory leak where memory used by a client is not returned on ↵Justin Clarke Casey5-10/+50
client logout * This code may or may not be on the right track, but I want to save my work so far.
2008-02-06pass 1 on getting colors back to the consoleSean Dague1-0/+69
2008-02-06* Marking off which uses of catch (Exception e) is legit and which are not, ↵Adam Frisby5-12/+12
for later removal/replacement.
2008-02-06* Added debug message to try track down Mantis#305.Adam Frisby1-0/+1
2008-02-06Consolidated LoadAnims and AvatarAnimations constructor.Jeff Ames3-40/+9
Fixes locking issues with Animations in ScenePresence (bug #324)
2008-02-06* Fixed script count incrementer. Was decrementing but only incrementing ↵Teravus Ovares1-2/+2
when a script was requested by UUID
2008-02-06Removed super-stealth mode from PasswdPrompt. (Now you can see the prompt)Jeff Ames1-0/+1
2008-02-06* Put the script run limiter on the SceneObjectPart as otherwise you can ↵Teravus Ovares1-13/+15
drop scripts in prim and they'll still run with scripts disabled.
2008-02-06* Added the ability to start and stop all scripts in the simulator using the ↵Teravus Ovares4-4/+76
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.
2008-02-06Cleaned up some unreachable code warnings.Jeff Ames1-10/+0
2008-02-06Fixed typo in Mag() (Thanks lc_tuco for pointing this out)Jeff Ames1-1/+1
2008-02-06* Added Active Scripts to report the number of scripts running to Sim Stats Teravus Ovares8-13/+441
* Added Script Performance to report the number of functions run per second to Sim Stats. * Removed a few warnings (@.@ up to 50 now)
2008-02-06Revert color console changes until a cross-platform method is found.Jeff Ames1-1/+0
2008-02-06Added colors back to console output.Jeff Ames1-10/+0
Fixed line duplication in console output.
2008-02-06Fixed regex in LSL2CSConverter so it will properly handle casting to ↵alondria1-2/+2
(string) part of vector (eg. vector.z) This fixes Mantis 388
2008-02-06Somehow llList2Float never made it into LSL_BaseClass and ↵alondria3-1/+6
LSL_BuiltIn_Commands_Interface - it is now (and foxes Mantis 395)
2008-02-05Converted logging to use log4net.Jeff Ames162-1923/+1828
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
2008-02-05Cut down on the number of packets sent during terraforming. Terraforming ↵Brian McBee1-7/+15
should be much more responsive.
2008-02-05Added explicit Quaternion->string and list->string conversions.alondria3-2/+116
Some preliminary work on llSetStatus and llGetStatus.
2008-02-05Small refactoring on Terrain Update sending, so that other code can force ↵MW1-15/+20
terrain updates to be sent to clients.
2008-02-05some small changes, like adding a couple of extra methods to ↵MW4-0/+36
IInventoryServices so that a check can be done to see if a inventory set exists for a certain user.
2008-02-05* Fix Mantis 457Justin Clarke Casey1-6/+6
* Show stats, users, etc. should now work again on the region console.
2008-02-05Reverted MySQLDataStore.cs to not use static mutexes any more, patch didn't ↵Tedd Hansen2-38/+24
work anyway. Added js to OpenSim.ini.example.
2008-02-05* Refactored the sound calls to SceneObjectPart Teravus Ovares8-121/+449
* Fixed a few bugs * Wrote an example module to make certain event systems more mature.
2008-02-05Added copyright statements.Jeff Ames22-37/+634
2008-02-05* Fixing the console write on shutdown where the object is already disposed.Teravus Ovares1-46/+63
2008-02-04* Rebase all current servers on common abstract BaseOpenSimServer classJustin Clarke Casey9-189/+201
* The immediate upshot is that "show uptime" from the console will now show uptime on all server types (user, asset, grid, etc) * DEV: This refactoring is far from complete - only just enough to makes the "show uptime" command common accross the servers. More is needed, but in this case it's somewhat like eating cabbage, which I prefer not to do all at once
2008-02-04Change sim command from "stats" to "show stats" for consistencyJustin Clarke Casey1-14/+13
2008-02-04* Synchronize asset storage operations to mysql as well as readsJustin Clarke Casey1-31/+35
* This may help with asset server mysql problems, since both the previous osgrid failures occurred when both a read and write were attempted in the same second
2008-02-04A smidgen more error info for the asset serverJustin Clarke Casey1-4/+5
2008-02-04Refactor only: serve stats objects directly through StatsManager singletonJustin Clarke Casey13-74/+59
2008-02-04Patch from mikkopa/_someone Thanks! adds support for llPreloadSound, ↵Teravus Ovares4-6/+113
llTriggerSound, llPlaySound, llPreloadSound. * Time to make music boxes?
2008-02-04* Replacing missing break statement from DotNetEngine/Compiler/LSL/Compiler.csAdam Frisby1-0/+1
2008-02-04* Added JavaScript support to OpenSim scripting. Totally Untested. Enjoy. :)Adam Frisby1-2/+19
2008-02-04First part of avatar persistence, currently only really works in standalone ↵MW17-52/+354
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.
2008-02-04* Whole buncha stuff.Adam Frisby7-9/+84
2008-02-04* Lowered maxchunk from 1500 bytes to 1250 bytes to make sure packets fit ↵Adam Frisby1-1/+1
below the average maximum MTU of 1500 bytes inc. header. Thanks Alex for reporting this.
2008-02-04* Default inventory permissions patch (#444), courtesy of alex_carnell -- ↵Adam Frisby1-0/+1
thanks!
2008-02-04* Chat Message format patch from kinoc (#443) Thanks!Adam Frisby1-2/+19
2008-02-03Thanks to Brianw for pointing out the definition of OwnerUUIDCharles Krinke1-1/+1
needed to be consistent with the definition of owner_uuid. They are both varchar(36) now.
2008-02-03Added llRot2Fwd, llRot2Left, and llRot2Up as well as explicit vector->string ↵alondria2-3/+8
casting. (Thanks to dalien on informing me how easy the math was for these).
2008-02-03Temporarily disabled shared threads because of a bug. Script were only ↵Tedd Hansen3-3/+5
working on 1 region. :) Using default warning level on C#/VB compile
2008-02-03* Adding the PhysicsCamperBot load testing app to the SVN in it's own ↵Teravus Ovares1-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.
2008-02-02Implements LSL function llDialog().alondria5-2/+62
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.
2008-02-02Added llParseString2List (and a few extra methods to LSL_Types.list).alondria4-5/+74