| Commit message (Expand) | Author | Age | Files | Lines |
* | * Added support for RealXtend Voice Chat as a Region Module to OpenSim Trunk.... | Adam Frisby | 2008-02-26 | 4 | -0/+593 |
* | * Added base thread pool based presence informing to the message server. | Teravus Ovares | 2008-02-26 | 2 | -26/+86 |
* | * More Message server stuff. Still not ready. | Teravus Ovares | 2008-02-26 | 6 | -47/+191 |
* | * Start sending "ImageNotFound" packet back to the client if we can't find an... | Justin Clarke Casey | 2008-02-25 | 6 | -55/+203 |
* | Moved AsyncCommandManager into separate classes under "plugins". | Tedd Hansen | 2008-02-25 | 7 | -519/+744 |
* | 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 | 3 | -23/+399 |
* | * Resolve Mantis 667 by not passing on textures with no actual data onto Text... | Justin Clarke Casey | 2008-02-25 | 1 | -1/+4 |
* | * Caught HttpListenerException and swallowed if with output | lbsa71 | 2008-02-25 | 6 | -31/+38 |
* | Updated paths in classaudit script. | Jeff Ames | 2008-02-25 | 1 | -3/+3 |
* | I'm the stupidest stupid in the whole world. :) | Tedd Hansen | 2008-02-25 | 2 | -22/+23 |
* | * Message Server Linkages (still not ready for use so don't start it yet) | Teravus Ovares | 2008-02-25 | 6 | -15/+152 |
* | Update svn properties. | Jeff Ames | 2008-02-25 | 1 | -2216/+2216 |
* | Added limits to Prim.Position.X/Y/Z (0-255) so that your prims won't wander o... | Tedd Hansen | 2008-02-24 | 1 | -0/+12 |
* | Fixed startup logo size to match a Win CMD window. | Tedd Hansen | 2008-02-24 | 2 | -21/+163 |
* | Ok, so NOW scripts work. New patch to break them coming soon. | Tedd Hansen | 2008-02-24 | 3 | -4/+6 |
* | By now you all have learned that when I'm committing scripting usually doesn'... | Tedd Hansen | 2008-02-24 | 6 | -2278/+2284 |
* | Forgot to change what class compiled scripts must inherit from to get their c... | Tedd Hansen | 2008-02-24 | 1 | -3/+3 |
* | Implemented object oriented Prim.Position, Prim.Rotation and Prim.Text. | Tedd Hansen | 2008-02-24 | 1 | -9/+20 |
* | I keep forgetting that my Linux OpenSim has the wrong version of libopenjpeg-... | Tedd Hansen | 2008-02-24 | 1 | -0/+0 |
* | eol | Tedd Hansen | 2008-02-24 | 4 | -165/+165 |
* | Changed so "BuiltIn_Commands" given to scripts is easily extendable. Added ne... | Tedd Hansen | 2008-02-24 | 7 | -7/+170 |
* | * Adds unit test glue to the OdePlugin. | Teravus Ovares | 2008-02-24 | 2 | -0/+101 |
* | * deleted .user file | lbsa71 | 2008-02-23 | 1 | -12/+0 |
* | Update svn properties. | Jeff Ames | 2008-02-23 | 4 | -163/+164 |
* | * Made Physics updates a teensy bit more responsive. A previous CPU optimiz... | Teravus Ovares | 2008-02-23 | 1 | -1/+5 |
* | * One more fix to the selected feature | Teravus Ovares | 2008-02-23 | 1 | -1/+1 |
* | * Added Support within the ODEPlugin for Selected. Which means that; | Teravus Ovares | 2008-02-23 | 10 | -40/+310 |
* | * Reduced size of 'startup complete message' by several thousand lines. | Adam Frisby | 2008-02-23 | 1 | -41/+1 |
* | Fix for error message during startup (shared thread started processing region... | Tedd Hansen | 2008-02-22 | 2 | -1/+4 |
* | Trying to fix SVN update error: 2/2 | Tedd Hansen | 2008-02-22 | 2 | -0/+164 |
* | Trying to fix SVN update error: 1/2 | Tedd Hansen | 2008-02-22 | 2 | -164/+0 |
* | Removed LaunchSLClient from Prebuild - it can be added to solution on manuall... | Tedd Hansen | 2008-02-22 | 3 | -30/+164 |
* | * Improve alignment of packet queue stats headigns | Justin Clarke Casey | 2008-02-22 | 3 | -5/+8 |
* | * Winnow the debug and info messages associated with stat fetching | Justin Clarke Casey | 2008-02-22 | 3 | -14/+29 |
* | 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 | 5 | -254/+279 |
* | * Converted the last of the events to the private delegate instance method to... | Teravus Ovares | 2008-02-22 | 5 | -62/+116 |
* | * Downgrade texture exception to a warning. | Justin Clarke Casey | 2008-02-22 | 1 | -4/+5 |
* | Bugfixes - Scripting works again | Tedd Hansen | 2008-02-22 | 2 | -2/+17 |
* | * Oops! Add missing interface | Justin Clarke Casey | 2008-02-22 | 1 | -0/+44 |
* | * Implement packet queue statistics | Justin Clarke Casey | 2008-02-22 | 4 | -10/+126 |
* | 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 | 2 | -34/+56 |
* | * Moved all events except gridcomms and regioncomms over to Event Delegate in... | Teravus Ovares | 2008-02-22 | 7 | -19/+40 |
* | * Moved the EventManager over to delegate instances to prevent race conditions. | Teravus Ovares | 2008-02-22 | 1 | -49/+104 |
* | fixed it so that the different types of trees now work (show up in the client... | MW | 2008-02-22 | 1 | -1/+5 |
* | 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 |