| Commit message (Expand) | Author | Files | Lines |
2008-02-24 | Ok, so NOW scripts work. New patch to break them coming soon. | Tedd Hansen | 3 | -4/+6 |
2008-02-24 | By now you all have learned that when I'm committing scripting usually doesn'... | Tedd Hansen | 6 | -2278/+2284 |
2008-02-24 | Forgot to change what class compiled scripts must inherit from to get their c... | Tedd Hansen | 1 | -3/+3 |
2008-02-24 | Implemented object oriented Prim.Position, Prim.Rotation and Prim.Text. | Tedd Hansen | 1 | -9/+20 |
2008-02-24 | eol | Tedd Hansen | 3 | -165/+165 |
2008-02-24 | Changed so "BuiltIn_Commands" given to scripts is easily extendable. Added ne... | Tedd Hansen | 7 | -7/+170 |
2008-02-24 | * Adds unit test glue to the OdePlugin. | Teravus Ovares | 1 | -0/+99 |
2008-02-23 | * deleted .user file | lbsa71 | 1 | -12/+0 |
2008-02-23 | Update svn properties. | Jeff Ames | 3 | -163/+163 |
2008-02-23 | * Made Physics updates a teensy bit more responsive. A previous CPU optimiz... | Teravus Ovares | 1 | -1/+5 |
2008-02-23 | * One more fix to the selected feature | Teravus Ovares | 1 | -1/+1 |
2008-02-23 | * Added Support within the ODEPlugin for Selected. Which means that; | Teravus Ovares | 10 | -40/+310 |
2008-02-22 | Fix for error message during startup (shared thread started processing region... | Tedd Hansen | 2 | -1/+4 |
2008-02-22 | Trying to fix SVN update error: 2/2 | Tedd Hansen | 2 | -0/+164 |
2008-02-22 | Trying to fix SVN update error: 1/2 | Tedd Hansen | 2 | -164/+0 |
2008-02-22 | Removed LaunchSLClient from Prebuild - it can be added to solution on manuall... | Tedd Hansen | 2 | -0/+164 |
2008-02-22 | * Improve alignment of packet queue stats headigns | Justin Clarke Casey | 2 | -5/+7 |
2008-02-22 | * Winnow the debug and info messages associated with stat fetching | Justin Clarke Casey | 3 | -14/+29 |
2008-02-22 | ScriptEngine works again (startup-nully-error gone) | Tedd Hansen | 4 | -19/+18 |
2008-02-22 | One more: Async LSL command thread is also shared now. | Tedd Hansen | 4 | -248/+275 |
2008-02-22 | * Converted the last of the events to the private delegate instance method to... | Teravus Ovares | 5 | -62/+116 |
2008-02-22 | * Downgrade texture exception to a warning. | Justin Clarke Casey | 1 | -4/+5 |
2008-02-22 | Bugfixes - Scripting works again | Tedd Hansen | 2 | -2/+17 |
2008-02-22 | * Oops! Add missing interface | Justin Clarke Casey | 1 | -0/+44 |
2008-02-22 | * Implement packet queue statistics | Justin Clarke Casey | 3 | -10/+124 |
2008-02-22 | Some misplaced code made scripts never start :) | Tedd Hansen | 1 | -14/+13 |
2008-02-22 | Better timing of MaintenanceThread's tasks (uses less CPU) | Tedd Hansen | 1 | -20/+39 |
2008-02-22 | * Moved all events except gridcomms and regioncomms over to Event Delegate in... | Teravus Ovares | 7 | -19/+40 |
2008-02-22 | * Moved the EventManager over to delegate instances to prevent race conditions. | Teravus Ovares | 1 | -49/+104 |
2008-02-22 | fixed it so that the different types of trees now work (show up in the client... | MW | 1 | -1/+5 |
2008-02-22 | Bugfixes - wasn't counting threads right++ | Tedd Hansen | 3 | -17/+17 |
2008-02-22 | Minor annoying Exception-bug fixed | Tedd Hansen | 2 | -2/+3 |
2008-02-22 | Execution threads are now shared between regions too. Default thread count re... | Tedd Hansen | 3 | -242/+229 |
2008-02-22 | Maintenance thread in charge of loading/unloading of scripts. 1 thread less p... | Tedd Hansen | 2 | -17/+28 |
2008-02-22 | Now last commit will compile too... The features just keep on coming! | Tedd Hansen | 3 | -6/+12 |
2008-02-22 | From this commit and a few hours into the future ScriptEngine will be unstable: | Tedd Hansen | 5 | -79/+87 |
2008-02-22 | * Relative large ClientView refactoring of packet Events into .Net recommende... | Teravus Ovares | 1 | -256/+686 |
2008-02-21 | Fixes to ScriptEngine thread cleanup on destructor | Tedd Hansen | 4 | -17/+14 |
2008-02-21 | * Fixed an issue where the client thread was aborted before the UDP server se... | Teravus Ovares | 1 | -4/+11 |
2008-02-21 | Update svn properties. | Jeff Ames | 1 | -106/+106 |
2008-02-21 | * A few additional null checks in the Physics Scene and PhysicsActor so we do... | Teravus Ovares | 2 | -11/+6 |
2008-02-21 | ScriptEngine changes in locking. Another step in direction of shared threads. | Tedd Hansen | 2 | -24/+22 |
2008-02-21 | "threads" command now works. I've added manual tracking of threads (only if c... | Tedd Hansen | 16 | -7/+149 |
2008-02-21 | Remove a couple compiler warnings. | Jeff Ames | 2 | -5/+5 |
2008-02-20 | * Properly guard against the possibility that CopyInventoryItem doesn't get a... | Justin Clarke Casey | 1 | -5/+16 |
2008-02-20 | * Eliminate AssetCache.CopyAsset() | Justin Clarke Casey | 2 | -58/+30 |
2008-02-20 | Treads command lists threads, but not thread name (yet) | Tedd Hansen | 1 | -7/+9 |
2008-02-20 | * Only count download requests for assets which are not already waiting for d... | Justin Clarke Casey | 5 | -20/+22 |
2008-02-20 | div+ | Tedd Hansen | 2 | -1/+14 |
2008-02-20 | * Found the land bug, yay | Teravus Ovares | 2 | -5/+17 |