| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
| |
needed to be consistent with the definition of owner_uuid.
They are both varchar(36) now.
|
|
|
|
| |
uses them)
|
|
|
|
|
|
|
| |
casting.
(Thanks to dalien on informing me how easy the math was for these).
|
|
|
|
|
|
|
| |
working on 1 region. :)
Using default warning level on C#/VB compile
|
|
|
|
| |
few extra steps for Linux builds and the console commands.
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
running MYSQL as the data source.
|
| |
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
|
| |
This is the beginnings of support for storage of region owner in the MySQLManager
table and the use of "owner_uuid".
|
| |
|
|
|
|
| |
socket to external IP instead of internal :)
|
|
|
|
|
|
|
|
| |
of Wright Plaza flow!
* Fixed another bug in LibSL. This is the same version, as before just with a bug fix.
|
|
|
|
| |
one second...
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
again with some modifications on Mutex.
|
|
|
|
|
| |
This annoying sleep during startup-problem still sometimes causes exceptions, so added some retry...
|
|
|
|
|
| |
Added notice in OpenSim.ini that config refresh function is disabled
|
|
|
|
|
|
| |
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 :))
|
|
|
|
| |
bughunting SO much easier! *jeesh*
|
| |
|
| |
|
|
|
|
|
| |
Fixed bug in how code is handled, hopefully we can now run all 3 languages? :)
|
|
|
|
| |
break anything, but the llSetTextureAnim function is completely untested.. (though it may be functional once the script engine works again)
|
|
|
|
|
| |
Added some logging on what is happening during compile.
|
| |
|
|
|
|
|
|
|
| |
Added option to share script load/unload thread between regions
Added event execution queue size limit
+ some bugfixes from all the changes
|
|
|
|
|
|
|
|
|
|
|
|
| |
OpenSim in 32-bit mode.
Added VISUAL BASIC.NET-support
//cs, //lsl and //vb as first characters of script will determine what compiler is used.
Compile warnings are no longer treated as errors. Script will still run.
Added a few useless and useful config options:
Write script source to harddisk for debug, Default compile language, Allowed compilers (languages), compile in release or debug mode, clean up old scripts on startup
Loads of warnings for incorrect config
|
|
|
|
|
|
|
| |
OpenSim in 32-bit mode.
Fixed ScriptEngine.Common startup problems.
|
|
|
|
|
|
|
| |
better position.
Uses the IRC nick as the default when user location cannot be determined.
|
|
|
|
| |
itself? :)
|
|
|
|
| |
of script engines, and support to load multiple script engines
|
|
|
|
|
|
| |
Refreshing config based on this.
Temporarily disabled feature to refresh config file while running.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Added comments and regions, restructured code
Changed a lot of AppDomain junk from console from using Console.Write to Log.Verbose and set it to #if DEBUG
All modules should now refresh their configuration runtime
Made all logging in ScriptEngine.Common get script name from actual engine
Renamed LSLLongCmdHandler to AsyncLSLCommandManager
Added auto-recover with 5 sec throttle for new MaintenanceThread
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bugfix: Scripts exceeding max and set to be killed were not killed, only removed.
Added ability to re-read configuration while OpenSim is running
All regions now sharing one MaintenanceThread
New MaintenanceThread:
- checks for script execution timeout
- re-reads config
- starts/stops threads if thread active count becomes too high/low compared to config
Speed increase on event execution:
- Reuse of try{}catch{} blocks
- Time calculation on event execution
|
| |
|
| |
|
|
|
|
|
|
| |
ScriptThreadPriority to set script thread priority
DeactivateScriptOnTimeout to remove script if it is executing too long
|
|
|
|
|
| |
Fixed small bug in thread counter.
|
|
|
|
|
|
| |
Moved DotNetScriptEngine configuration to config file.
Added option to share script execution threads between regions.
|
|
|
|
|
| |
A separate thread is used to enforce max function (event) execution time for scripts.
|
|
|
|
|
|
|
| |
llParticleSystem - defaults to source prim (consistent with LL grid).
Should fix mantis 427.
|