aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-25Updated paths in classaudit script.Jeff Ames1-3/+3
2008-02-25I'm the stupidest stupid in the whole world. :)Tedd Hansen2-22/+23
2008-02-25* Message Server Linkages (still not ready for use so don't start it yet)Teravus Ovares6-15/+152
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 Hansen2-21/+163
2008-02-24Ok, so NOW scripts work. New patch to break them coming soon.Tedd Hansen3-4/+6
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-24* Adds unit test glue to the OdePlugin.Teravus Ovares1-0/+99
2008-02-23* deleted .user filelbsa711-12/+0
2008-02-23Update svn properties.Jeff Ames3-163/+163
2008-02-23* Made Physics updates a teensy bit more responsive. A previous CPU optimiz...Teravus Ovares1-1/+5
2008-02-23* One more fix to the selected featureTeravus Ovares1-1/+1
2008-02-23* Added Support within the ODEPlugin for Selected. Which means that;Teravus Ovares10-40/+310
2008-02-22Fix for error message during startup (shared thread started processing region...Tedd Hansen2-1/+4
2008-02-22Trying to fix SVN update error: 2/2Tedd Hansen2-0/+164
2008-02-22Trying to fix SVN update error: 1/2Tedd Hansen2-164/+0
2008-02-22Removed LaunchSLClient from Prebuild - it can be added to solution on manuall...Tedd Hansen2-0/+164
2008-02-22* Improve alignment of packet queue stats headignsJustin Clarke Casey2-5/+7
2008-02-22* Winnow the debug and info messages associated with stat fetchingJustin Clarke Casey3-14/+29
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-22* Converted the last of the events to the private delegate instance method to...Teravus Ovares5-62/+116
2008-02-22* Downgrade texture exception to a warning.Justin Clarke Casey1-4/+5
2008-02-22Bugfixes - Scripting works againTedd Hansen2-2/+17
2008-02-22* Oops! Add missing interfaceJustin Clarke Casey1-0/+44
2008-02-22* Implement packet queue statisticsJustin Clarke Casey3-10/+124
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-22* Moved all events except gridcomms and regioncomms over to Event Delegate in...Teravus Ovares7-19/+40
2008-02-22* Moved the EventManager over to delegate instances to prevent race conditions.Teravus Ovares1-49/+104
2008-02-22fixed it so that the different types of trees now work (show up in the client...MW1-1/+5
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-22* Relative large ClientView refactoring of packet Events into .Net recommende...Teravus Ovares1-256/+686
2008-02-21Fixes to ScriptEngine thread cleanup on destructorTedd Hansen4-17/+14
2008-02-21* Fixed an issue where the client thread was aborted before the UDP server se...Teravus Ovares1-4/+11
2008-02-21Update svn properties.Jeff Ames1-106/+106
2008-02-21* A few additional null checks in the Physics Scene and PhysicsActor so we do...Teravus Ovares2-11/+6
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 Hansen16-7/+149
2008-02-21Remove a couple compiler warnings.Jeff Ames2-5/+5