Adam Frisby
|
fef3b36894
* Optimised using statements and namespace references across entire project (this took a while to run).
|
16 lat temu |
Jeff Ames
|
47180080f0
Formatting cleanup.
|
16 lat temu |
Jeff Ames
|
6ed5283bc0
Converted logging to use log4net.
|
16 lat temu |
Tedd Hansen
|
667197f24d
Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenSim in 32-bit mode.
|
17 lat temu |
Tedd Hansen
|
d02a90823f
SCRIPTING STILL BROKEN
|
17 lat temu |
Tedd Hansen
|
a9c1f3fdb4
Experimental
|
17 lat temu |
Tedd Hansen
|
da8923450a
Small bug in ResetScript
|
17 lat temu |
Tedd Hansen
|
bacbade369
Major reorganizing of DotNetEngine. Moved common script engine parts to ScriptEngine.Common, only .Net-specific code in DotNetEngine. AppDomains, event handling, event execution queue and multithreading, script load/unload queue, etc has been moved to ScriptEngine.Common.
|
17 lat temu |
Tedd Hansen
|
a993d0d335
ScriptServer communication is ok. Script is creatd on onrez. But since it can not access Scene it sort of crashes right away ;)
|
17 lat temu |
Tedd Hansen
|
260145a7e6
Dynamic loading of ScriptEngine in ScriptServer
|
17 lat temu |
Tedd Hansen
|
6055db2bc3
server->script event path almost ready for remote scriptengine (translation table between local script ID and remote script ID missing)
|
17 lat temu |
Tedd Hansen
|
527b5f86a2
In this commit I am using an editor feature called "Save All" before I commit.
|
17 lat temu |
lbsa71
|
efd90b56b7
* Optimized usings
|
17 lat temu |
Jeff Ames
|
af6eb67999
saved OpenSim source code from the giant rampaging unterminated copyright notice of doom
|
17 lat temu |
lbsa71
|
67e12b95ea
* Optimized usings
|
17 lat temu |
Sean Dague
|
139994757c
changes to pass nini config object to the modules that get
|
17 lat temu |
lbsa71
|
a40e7100a2
* Gave ModuleLoader some good lovin'
|
17 lat temu |
Sean Dague
|
afea5f2205
remove ^M, as native storage should be UNIX format, and ^M in/out mashing
|
17 lat temu |
Tedd Hansen
|
cef8c5e9d7
Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed member names to smallcapsy.
|
17 lat temu |
Sean Dague
|
ffe9c9374a
mass update of urls in source code to new website
|
17 lat temu |
MW
|
c29df824c2
Converted the LSL scripting engine into a IRegionModule, so now all "modules" share a common base interface and are loaded from the single loader. (It seems to work fine, but I have left the old scriptengine loader, incase we have to change back).
|
17 lat temu |
Tedd Hansen
|
b75c1b2191
Added class for "long commands" (command that returns as event) with dedicated thread for processing. Added support for llSetTimerEvent(). Deleting old compiled scripts before new compile is attempted (avoids loading wrong script on compile error).
|
17 lat temu |
Tedd Hansen
|
5a86fd2c31
(Untested) Scripts are individually loaded into objects (on rez), and event fired likewise. Bugfixes coming in next commit.
|
17 lat temu |
lbsa71
|
5403153c15
A case of 'while I was working someone set me up the bomb'.
|
17 lat temu |
lbsa71
|
22537aa620
* Added stub OnRezScript handler with plentiful of comments
|
17 lat temu |
Tedd Hansen
|
37446b0392
Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine.Executor. Script no longer responsible for handling event calls to itself (and we can create reference cache in Executor).
|
17 lat temu |
Tedd Hansen
|
1284369a32
Started on AppDomains for ScriptEngine. Moved llFunctions in LSL_BaseClass.cs to LSL_BuiltIn_Commands.cs. Changed how scripts are loaded.
|
17 lat temu |
Tedd Hansen
|
fcf7db7272
Pimped up Default.lsl. Now featuring a touch counter.
|
17 lat temu |
lbsa71
|
e53d680d41
* Now sending manager, host and root host to Script in constructor.
|
17 lat temu |
Tedd Hansen
|
16defc30eb
krinkec's updates to ll* interface and functions
|
17 lat temu |