Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Cut down on the number of packets sent during terraforming. Terraforming ↵ | Brian McBee | 2008-02-05 | 1 | -7/+15 | |
| | | | | should be much more responsive. | |||||
* | Added explicit Quaternion->string and list->string conversions. | alondria | 2008-02-05 | 3 | -2/+116 | |
| | | | | | Some preliminary work on llSetStatus and llGetStatus. | |||||
* | Small refactoring on Terrain Update sending, so that other code can force ↵ | MW | 2008-02-05 | 1 | -15/+20 | |
| | | | | terrain updates to be sent to clients. | |||||
* | some small changes, like adding a couple of extra methods to ↵ | MW | 2008-02-05 | 4 | -0/+36 | |
| | | | | IInventoryServices so that a check can be done to see if a inventory set exists for a certain user. | |||||
* | * Fix Mantis 457 | Justin Clarke Casey | 2008-02-05 | 1 | -6/+6 | |
| | | | | | | * Show stats, users, etc. should now work again on the region console. | |||||
* | Reverted MySQLDataStore.cs to not use static mutexes any more, patch didn't ↵ | Tedd Hansen | 2008-02-05 | 2 | -38/+24 | |
| | | | | | | | work anyway. Added js to OpenSim.ini.example. | |||||
* | * Refactored the sound calls to SceneObjectPart | Teravus Ovares | 2008-02-05 | 8 | -121/+449 | |
| | | | | | | * Fixed a few bugs * Wrote an example module to make certain event systems more mature. | |||||
* | Added copyright statements. | Jeff Ames | 2008-02-05 | 22 | -37/+634 | |
| | ||||||
* | * Fixing the console write on shutdown where the object is already disposed. | Teravus Ovares | 2008-02-05 | 1 | -46/+63 | |
| | ||||||
* | * Rebase all current servers on common abstract BaseOpenSimServer class | Justin Clarke Casey | 2008-02-04 | 9 | -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 | |||||
* | Change sim command from "stats" to "show stats" for consistency | Justin Clarke Casey | 2008-02-04 | 1 | -14/+13 | |
| | ||||||
* | * Synchronize asset storage operations to mysql as well as reads | Justin Clarke Casey | 2008-02-04 | 1 | -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 | |||||
* | A smidgen more error info for the asset server | Justin Clarke Casey | 2008-02-04 | 1 | -4/+5 | |
| | ||||||
* | Refactor only: serve stats objects directly through StatsManager singleton | Justin Clarke Casey | 2008-02-04 | 13 | -74/+59 | |
| | ||||||
* | Patch from mikkopa/_someone Thanks! adds support for llPreloadSound, ↵ | Teravus Ovares | 2008-02-04 | 4 | -6/+113 | |
| | | | | | | | llTriggerSound, llPlaySound, llPreloadSound. * Time to make music boxes? | |||||
* | * Replacing missing break statement from DotNetEngine/Compiler/LSL/Compiler.cs | Adam Frisby | 2008-02-04 | 1 | -0/+1 | |
| | ||||||
* | * Added JavaScript support to OpenSim scripting. Totally Untested. Enjoy. :) | Adam Frisby | 2008-02-04 | 1 | -2/+19 | |
| | ||||||
* | First part of avatar persistence, currently only really works in standalone ↵ | MW | 2008-02-04 | 17 | -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. | |||||
* | * Whole buncha stuff. | Adam Frisby | 2008-02-04 | 7 | -9/+84 | |
| | ||||||
* | * Lowered maxchunk from 1500 bytes to 1250 bytes to make sure packets fit ↵ | Adam Frisby | 2008-02-04 | 1 | -1/+1 | |
| | | | | below the average maximum MTU of 1500 bytes inc. header. Thanks Alex for reporting this. | |||||
* | * Default inventory permissions patch (#444), courtesy of alex_carnell -- ↵ | Adam Frisby | 2008-02-04 | 1 | -0/+1 | |
| | | | | thanks! | |||||
* | * Chat Message format patch from kinoc (#443) Thanks! | Adam Frisby | 2008-02-04 | 1 | -2/+19 | |
| | ||||||
* | Thanks to Brianw for pointing out the definition of OwnerUUID | Charles Krinke | 2008-02-03 | 1 | -1/+1 | |
| | | | | | | needed to be consistent with the definition of owner_uuid. They are both varchar(36) now. | |||||
* | Added llRot2Fwd, llRot2Left, and llRot2Up as well as explicit vector->string ↵ | alondria | 2008-02-03 | 2 | -3/+8 | |
| | | | | | | | casting. (Thanks to dalien on informing me how easy the math was for these). | |||||
* | Temporarily disabled shared threads because of a bug. Script were only ↵ | Tedd Hansen | 2008-02-03 | 3 | -3/+5 | |
| | | | | | | | working on 1 region. :) Using default warning level on C#/VB compile | |||||
* | * Adding the PhysicsCamperBot load testing app to the SVN in it's own ↵ | Teravus Ovares | 2008-02-03 | 1 | -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(). | alondria | 2008-02-02 | 5 | -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. | |||||
* | Added llParseString2List (and a few extra methods to LSL_Types.list). | alondria | 2008-02-02 | 4 | -5/+74 | |
| | ||||||
* | Turn on fastMode for map block queries to grid server if and only if grid is ↵ | Brian McBee | 2008-02-02 | 1 | -0/+1 | |
| | | | | running MYSQL as the data source. | |||||
* | fix for error on null owner_uuid field | Brian McBee | 2008-02-02 | 1 | -1/+8 | |
| | ||||||
* | * Added a way to temporarily disable physics using the estate tools | Teravus Ovares | 2008-02-02 | 2 | -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. | |||||
* | Change casting slightly for reading owner_uuid from mysql. | Charles Krinke | 2008-02-02 | 1 | -2/+3 | |
| | ||||||
* | Thank you very much daTwitch for your first contribution to the C# simulator. | Charles Krinke | 2008-02-02 | 3 | -6/+65 | |
| | | | | | | This is the beginnings of support for storage of region owner in the MySQLManager table and the use of "owner_uuid". | |||||
* | * Fixed llSetTextureAnim to respect rate and Length and Start | Teravus Ovares | 2008-02-02 | 1 | -3/+3 | |
| | ||||||
* | In an attempt to solve multihomed UDP problem I seem to have bound UDP ↵ | Tedd Hansen | 2008-02-02 | 3 | -6/+6 | |
| | | | | socket to external IP instead of internal :) | |||||
* | * Added Full support for llSetTextureAnim. To ckrinke: Let the fountains ↵ | Teravus Ovares | 2008-02-02 | 3 | -6/+54 | |
| | | | | | | | | of Wright Plaza flow! * Fixed another bug in LibSL. This is the same version, as before just with a bug fix. | |||||
* | fixed a timing bug in config re-read. Apparently there is 1000000000 ns in ↵ | Tedd Hansen | 2008-02-02 | 4 | -13/+34 | |
| | | | | one second... | |||||
* | Added commands to change config file from console: | Tedd Hansen | 2008-02-02 | 5 | -12/+83 | |
| | | | | | | | | | CONFIG SET section key value value value CONFIG GET section key CONFIG SAVE (it saves, but does it save correctly?:) ScriptEngine will react correctly to any config change made while it is running. | |||||
* | Updated svn properties. | Jeff Ames | 2008-02-02 | 7 | -908/+908 | |
| | ||||||
* | Hopefully fixed MySQL DB crash on startup issue (so we can remove 3 sec wait). | Tedd Hansen | 2008-02-02 | 6 | -14/+78 | |
| | | | | | | Added option to try alternate UDP ports if the one configured is in use. UDP packets are now bound to the actual outside IP address and hopefully won't "randomly" select IP on multihomed systems. | |||||
* | Last patch was a disaster... reset terrain whenever bug occurred. Trying ↵ | Tedd Hansen | 2008-02-02 | 1 | -65/+64 | |
| | | | | again with some modifications on Mutex. | |||||
* | And one more patch before sleep | Tedd Hansen | 2008-02-02 | 1 | -28/+43 | |
| | | | | | This annoying sleep during startup-problem still sometimes causes exceptions, so added some retry... | |||||
* | Re-enabled AllowedCompilers function | Tedd Hansen | 2008-02-02 | 1 | -1/+1 | |
| | | | | | Added notice in OpenSim.ini that config refresh function is disabled | |||||
* | Almost forgot to check in: | Tedd Hansen | 2008-02-02 | 4 | -1/+110 | |
| | | | | | | OpenSim.32BitLaunch.exe is a 32-bit application that loads OpenSim.exe using .Net framework, hence it is JIT-compiled to 32-bit. Use this app to start OpenSim on 64-bit systems (works great on Vista 64 :)) | |||||
* | Note to self: Next time read debug-files on correct computer. It makes ↵ | Tedd Hansen | 2008-02-02 | 1 | -1/+1 | |
| | | | | bughunting SO much easier! *jeesh* | |||||
* | Bugfixes. Now it even reads configuration before it uses it! ;) | Tedd Hansen | 2008-02-02 | 5 | -18/+29 | |
| | ||||||
* | Add last entry "owner_uuid" back into regions table definition. | Charles Krinke | 2008-02-02 | 1 | -1/+19 | |
| | ||||||
* | Temporarily disabled AllowedCompilers so all 3 compilers are allowed. | Tedd Hansen | 2008-02-02 | 2 | -37/+31 | |
| | | | | | Fixed bug in how code is handled, hopefully we can now run all 3 languages? :) | |||||
* | * Committing some untested stuff regarding texture animations. This won't ↵ | Teravus Ovares | 2008-02-02 | 5 | -5/+49 | |
| | | | | break anything, but the llSetTextureAnim function is completely untested.. (though it may be functional once the script engine works again) | |||||
* | Added header/footer of scripts to make C# and VB scripts much easier to write. | Tedd Hansen | 2008-02-02 | 2 | -8/+49 | |
| | | | | | Added some logging on what is happening during compile. |