index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
eol
Tedd Hansen
2008-02-24
3
-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
1
-0
/
+99
*
* 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
*
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
*
* Converted the last of the events to the private delegate instance method to...
Teravus Ovares
2008-02-22
4
-37
/
+69
*
* 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
*
* Implement packet queue statistics
Justin Clarke Casey
2008-02-22
2
-3
/
+36
*
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
*
* Moved all events except gridcomms and regioncomms over to Event Delegate in...
Teravus Ovares
2008-02-22
5
-9
/
+21
*
* 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
*
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
*
* Relative large ClientView refactoring of packet Events into .Net recommende...
Teravus Ovares
2008-02-22
1
-256
/
+686
*
Fixes to ScriptEngine thread cleanup on destructor
Tedd Hansen
2008-02-21
4
-17
/
+14
*
* Fixed an issue where the client thread was aborted before the UDP server se...
Teravus Ovares
2008-02-21
1
-4
/
+11
*
* A few additional null checks in the Physics Scene and PhysicsActor so we do...
Teravus Ovares
2008-02-21
2
-11
/
+6
*
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
10
-7
/
+38
*
Remove a couple compiler warnings.
Jeff Ames
2008-02-21
2
-5
/
+5
*
* Properly guard against the possibility that CopyInventoryItem doesn't get a...
Justin Clarke Casey
2008-02-20
1
-5
/
+16
*
* Eliminate AssetCache.CopyAsset()
Justin Clarke Casey
2008-02-20
1
-32
/
+26
*
Treads command lists threads, but not thread name (yet)
Tedd Hansen
2008-02-20
1
-7
/
+9
*
* Only count download requests for assets which are not already waiting for d...
Justin Clarke Casey
2008-02-20
4
-15
/
+16
*
div+
Tedd Hansen
2008-02-20
2
-1
/
+14
*
* Found the land bug, yay
Teravus Ovares
2008-02-20
2
-5
/
+17
*
Minor cleanup.
Jeff Ames
2008-02-20
119
-266
/
+188
*
* Fixed a long standing race condition in physics events. Could this be the...
Teravus Ovares
2008-02-20
1
-3
/
+3
*
llSetTimerEvent updated to use ticks instead of DateTime for internal timing.
Tedd Hansen
2008-02-20
3
-24
/
+41
*
* Report 'asset not found' situations back to UserTextureDownloadService
Justin Clarke Casey
2008-02-20
3
-7
/
+26
*
llSetTimerEvent was setting seconds as milliseconds causing major problems in...
Tedd Hansen
2008-02-20
2
-2
/
+2
*
* re-enabled AssetNotFound code
lbsa71
2008-02-20
1
-77
/
+80
*
Fixed big bug in AgentAssetTransactions, now don't seem to be getting any Abo...
MW
2008-02-20
1
-4
/
+4
*
some changes to the initialising of AgentAssetTransactionModule to see if the...
MW
2008-02-20
1
-9
/
+23
*
small change
MW
2008-02-20
1
-0
/
+11
*
* Added a few more packets to ClientView. Added tendons to the Skeletal Group...
Teravus Ovares
2008-02-20
3
-15
/
+297
*
* Fixed xml loading bug (the xml was scheduled for update before added to a s...
lbsa71
2008-02-20
3
-5
/
+3
[prev]
[next]