aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-04Added copyright heaaders. Minor cleanup.Jeff Ames16-80/+41
2008-03-03* Removed a bunch of compiler warnings.Adam Frisby5-5/+4
2008-03-01Thank you very much, Kinoc for:Charles Krinke2-21/+101
2008-02-28From: Alan M Webb <awebb@vnet.ibm.com>Sean Dague1-9/+418
2008-02-25Moved AsyncCommandManager into separate classes under "plugins".Tedd Hansen7-519/+744
2008-02-25eolTedd Hansen6-727/+727
2008-02-25Step 1 in reorganizing AsyncCommandManagerTedd Hansen7-679/+729
2008-02-25Initial patch for llSensor*Tedd Hansen2-22/+397
2008-02-25I'm the stupidest stupid in the whole world. :)Tedd Hansen2-22/+23
2008-02-25Update svn properties.Jeff Ames1-2216/+2216
2008-02-24Added limits to Prim.Position.X/Y/Z (0-255) so that your prims won't wander o...Tedd Hansen1-0/+12
2008-02-24Fixed startup logo size to match a Win CMD window.Tedd Hansen1-18/+160
2008-02-24Ok, so NOW scripts work. New patch to break them coming soon.Tedd Hansen2-1/+3
2008-02-24By now you all have learned that when I'm committing scripting usually doesn'...Tedd Hansen6-2278/+2284
2008-02-24Forgot to change what class compiled scripts must inherit from to get their c...Tedd Hansen1-3/+3
2008-02-24Implemented object oriented Prim.Position, Prim.Rotation and Prim.Text.Tedd Hansen1-9/+20
2008-02-24eolTedd Hansen3-165/+165
2008-02-24Changed so "BuiltIn_Commands" given to scripts is easily extendable. Added ne...Tedd Hansen7-7/+170
2008-02-22Fix for error message during startup (shared thread started processing region...Tedd Hansen2-1/+4
2008-02-22ScriptEngine works again (startup-nully-error gone)Tedd Hansen4-19/+18
2008-02-22One more: Async LSL command thread is also shared now.Tedd Hansen4-248/+275
2008-02-22Bugfixes - Scripting works againTedd Hansen2-2/+17
2008-02-22Some misplaced code made scripts never start :)Tedd Hansen1-14/+13
2008-02-22Better timing of MaintenanceThread's tasks (uses less CPU)Tedd Hansen1-20/+39
2008-02-22Bugfixes - wasn't counting threads right++Tedd Hansen3-17/+17
2008-02-22Minor annoying Exception-bug fixedTedd Hansen2-2/+3
2008-02-22Execution threads are now shared between regions too. Default thread count re...Tedd Hansen3-242/+229
2008-02-22Maintenance thread in charge of loading/unloading of scripts. 1 thread less p...Tedd Hansen2-17/+28
2008-02-22Now last commit will compile too... The features just keep on coming!Tedd Hansen3-6/+12
2008-02-22From this commit and a few hours into the future ScriptEngine will be unstable:Tedd Hansen5-79/+87
2008-02-21Fixes to ScriptEngine thread cleanup on destructorTedd Hansen4-17/+14
2008-02-21ScriptEngine changes in locking. Another step in direction of shared threads.Tedd Hansen2-24/+22
2008-02-21"threads" command now works. I've added manual tracking of threads (only if c...Tedd Hansen4-0/+4
2008-02-20div+Tedd Hansen1-1/+1
2008-02-20Minor cleanup.Jeff Ames27-91/+62
2008-02-20llSetTimerEvent updated to use ticks instead of DateTime for internal timing.Tedd Hansen3-24/+41
2008-02-20llSetTimerEvent was setting seconds as milliseconds causing major problems in...Tedd Hansen2-2/+2
2008-02-19From: Michael Osias <mosias@us.ibm.com>Sean Dague4-50/+118
2008-02-18bring back some script engine debugging, hoping this will help track down the...Sean Dague3-18/+18
2008-02-18Patch from Michael Osias IBM (jimbo2120)Justin Clarke Casey1-0/+7
2008-02-18Thank you very much, Hashbox for:Charles Krinke3-8/+15
2008-02-17Thank you Hashbox for adding the Charles Krinke3-2/+18
2008-02-17Added copyright notices.Jeff Ames2-2/+58
2008-02-16Update svn properties.Jeff Ames3-140/+140
2008-02-16Forgot one small but important line .. ;)Tedd Hansen1-0/+1
2008-02-16Fixed ScriptEngine config in OpenSim.ini.example that was out of place.Tedd Hansen6-62/+145
2008-02-14* Made new Framework.Constants class, added RegionSize member.Adam Frisby2-24/+42
2008-02-10state_entry is now executed on state change.Tedd Hansen2-1/+18
2008-02-10We now support LSL stateTedd Hansen5-7/+9
2008-02-10The very beginnings of attachments (no detachments! :)Dalien Talbot1-14/+7