| Commit message (Expand) | Author | Age | Files | Lines |
* | * Preliminary work with the ODEPlugin to collect collision data. | Teravus Ovares | 2008-03-14 | 1 | -3/+3 |
* | there was a single instance where the log4net object was not | Sean Dague | 2008-03-12 | 1 | -1/+1 |
* | Added copyright heaaders. Minor cleanup. | Jeff Ames | 2008-03-04 | 5 | -22/+5 |
* | * Removed a bunch of compiler warnings. | Adam Frisby | 2008-03-03 | 3 | -3/+3 |
* | Thank you very much, Kinoc for: | Charles Krinke | 2008-03-01 | 1 | -4/+29 |
* | Moved AsyncCommandManager into separate classes under "plugins". | Tedd Hansen | 2008-02-25 | 6 | -512/+737 |
* | eol | Tedd Hansen | 2008-02-25 | 6 | -727/+727 |
* | Step 1 in reorganizing AsyncCommandManager | Tedd Hansen | 2008-02-25 | 7 | -679/+729 |
* | Initial patch for llSensor* | Tedd Hansen | 2008-02-25 | 1 | -3/+272 |
* | I'm the stupidest stupid in the whole world. :) | Tedd Hansen | 2008-02-25 | 1 | -3/+4 |
* | Fix for error message during startup (shared thread started processing region... | Tedd Hansen | 2008-02-22 | 2 | -1/+4 |
* | ScriptEngine works again (startup-nully-error gone) | Tedd Hansen | 2008-02-22 | 4 | -19/+18 |
* | One more: Async LSL command thread is also shared now. | Tedd Hansen | 2008-02-22 | 4 | -248/+275 |
* | Bugfixes - Scripting works again | Tedd Hansen | 2008-02-22 | 2 | -2/+17 |
* | Some misplaced code made scripts never start :) | Tedd Hansen | 2008-02-22 | 1 | -14/+13 |
* | Better timing of MaintenanceThread's tasks (uses less CPU) | Tedd Hansen | 2008-02-22 | 1 | -20/+39 |
* | Bugfixes - wasn't counting threads right++ | Tedd Hansen | 2008-02-22 | 3 | -17/+17 |
* | Minor annoying Exception-bug fixed | Tedd Hansen | 2008-02-22 | 2 | -2/+3 |
* | Execution threads are now shared between regions too. Default thread count re... | Tedd Hansen | 2008-02-22 | 3 | -242/+229 |
* | Maintenance thread in charge of loading/unloading of scripts. 1 thread less p... | Tedd Hansen | 2008-02-22 | 2 | -17/+28 |
* | Now last commit will compile too... The features just keep on coming! | Tedd Hansen | 2008-02-22 | 3 | -6/+12 |
* | From this commit and a few hours into the future ScriptEngine will be unstable: | Tedd Hansen | 2008-02-22 | 5 | -79/+87 |
* | Fixes to ScriptEngine thread cleanup on destructor | Tedd Hansen | 2008-02-21 | 4 | -17/+14 |
* | ScriptEngine changes in locking. Another step in direction of shared threads. | Tedd Hansen | 2008-02-21 | 2 | -24/+22 |
* | "threads" command now works. I've added manual tracking of threads (only if c... | Tedd Hansen | 2008-02-21 | 4 | -0/+4 |
* | div+ | Tedd Hansen | 2008-02-20 | 1 | -1/+1 |
* | Minor cleanup. | Jeff Ames | 2008-02-20 | 9 | -35/+19 |
* | llSetTimerEvent updated to use ticks instead of DateTime for internal timing. | Tedd Hansen | 2008-02-20 | 1 | -20/+37 |
* | llSetTimerEvent was setting seconds as milliseconds causing major problems in... | Tedd Hansen | 2008-02-20 | 1 | -1/+1 |
* | From: Michael Osias <mosias@us.ibm.com> | Sean Dague | 2008-02-19 | 2 | -48/+112 |
* | bring back some script engine debugging, hoping this will help track down the... | Sean Dague | 2008-02-18 | 2 | -11/+11 |
* | Patch from Michael Osias IBM (jimbo2120) | Justin Clarke Casey | 2008-02-18 | 1 | -0/+7 |
* | state_entry is now executed on state change. | Tedd Hansen | 2008-02-10 | 1 | -0/+6 |
* | Missed one event message that needed to be | Charles Krinke | 2008-02-08 | 1 | -8/+9 |
* | Make timer events from scripts a little less chatty. | Charles Krinke | 2008-02-08 | 1 | -6/+8 |
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 8 | -82/+64 |
* | Added copyright statements. | Jeff Ames | 2008-02-05 | 3 | -12/+88 |
* | Temporarily disabled shared threads because of a bug. Script were only workin... | Tedd Hansen | 2008-02-03 | 2 | -2/+4 |
* | fixed a timing bug in config re-read. Apparently there is 1000000000 ns in on... | Tedd Hansen | 2008-02-02 | 2 | -9/+10 |
* | Added commands to change config file from console: | Tedd Hansen | 2008-02-02 | 1 | -6/+6 |
* | Updated svn properties. | Jeff Ames | 2008-02-02 | 4 | -800/+800 |
* | Bugfixes. Now it even reads configuration before it uses it! ;) | Tedd Hansen | 2008-02-02 | 1 | -0/+2 |
* | Added load/unload queue size limit | Tedd Hansen | 2008-02-02 | 4 | -18/+83 |
* | Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS... | Tedd Hansen | 2008-02-02 | 1 | -1/+6 |
* | Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS... | Tedd Hansen | 2008-02-02 | 2 | -19/+28 |
* | Forgot to create an object before use. Now why can't .Net just do that itself... | Tedd Hansen | 2008-02-02 | 1 | -7/+10 |
* | Added some error checking to MaintenanceThread, no-crash (just log) loading o... | Tedd Hansen | 2008-02-02 | 1 | -27/+31 |
* | Moved iniFilePath to a static and put it in OpenSim.Application.iniFilePath. | Tedd Hansen | 2008-02-01 | 1 | -2/+9 |
* | Bugfix, maybe it won't crash during startup and crash somewhere else instead? :) | Tedd Hansen | 2008-02-01 | 1 | -1/+2 |
* | SCRIPTING STILL BROKEN | Tedd Hansen | 2008-02-01 | 10 | -395/+595 |