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
/
Environment
/
Scenes
/
Scene.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-01-03
I have fixed the ZeroDecodeCommand bug, and restored my packet recycling code...
Johan Berntsson
1
-1
/
+1
2008-01-02
* Added the ability for Region Owners to add and remove estate managers using...
Teravus Ovares
1
-2
/
+2
2008-01-01
* You can add and remove a friend in standalone now within the same simulator...
Teravus Ovares
1
-0
/
+41
2007-12-30
* re-applied AddNewPrim refactoring... third time now...
lbsa71
1
-36
/
+34
2007-12-30
* This update rolls back the packetpool and LibSL changes. Please retest and...
Teravus Ovares
1
-39
/
+37
2007-12-28
* Rezzing items from Inventory on top of other prim rezzes them 0.5 meters ab...
Teravus Ovares
1
-2
/
+5
2007-12-28
* redid the AddNewPrim refactoring as that got lost in r2855
lbsa71
1
-35
/
+34
2007-12-28
Patch from Johan: LibSL updated to the latest revision (1568) and all packets...
Adam Johnson
1
-36
/
+35
2007-12-28
* Moved PrimitiveBaseShape subclasses into factory methods - the subclassing ...
lbsa71
1
-32
/
+33
2007-12-28
* Added ability to create new prim on existing prim (rezzing prim from invent...
Teravus Ovares
1
-37
/
+83
2007-12-28
Add missing "System." to System.NullReferenceException
Charles Krinke
1
-1
/
+1
2007-12-27
* Optimized usings
lbsa71
1
-191
/
+209
2007-12-27
* AssetServerBase: _ProcessRequest is now called GetAsset
lbsa71
1
-4
/
+3
2007-12-24
Prim inventory script saving phase 1. Create necessary CAPS structures for c...
Justin Clarke Casey
1
-1
/
+4
2007-12-24
Again, great thanks to Alondria for:
Charles Krinke
1
-1
/
+20
2007-12-24
Added regionName to "far away" region report.
Charles Krinke
1
-1
/
+2
2007-12-23
* Patch from Alondria - Added LLFunctions llGetMass(), llGetLandOwnerAt(), ll...
Teravus Ovares
1
-1
/
+17
2007-12-22
* Added smoother handling of interpenetrating physical objects.
Teravus Ovares
1
-0
/
+1
2007-12-22
Initial hookup of update task inventory event. No functionality yet.
Justin Clarke Casey
1
-1
/
+3
2007-12-21
* Remapped the Connection shutdown path.
Teravus Ovares
1
-3
/
+3
2007-12-20
*Ban lines now work if they are enabled grid wide.
mingchen
1
-2
/
+10
2007-12-20
* Cleaned up some code from an earlier commit
Teravus Ovares
1
-13
/
+1
2007-12-20
* Added a configuration parameter on the Grid Server to disallow forceful ban...
Teravus Ovares
1
-2
/
+23
2007-12-20
Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...
Jeff Ames
1
-5
/
+6
2007-12-20
*Made a much more network friendly method of ban and pass line sending
mingchen
1
-2
/
+2
2007-12-18
* Added Incomplete Handling of the RegionInfoRequest packet
Teravus Ovares
1
-0
/
+2
2007-12-18
* Renamed AgentWearable to AvatarWearable
lbsa71
1
-1
/
+1
2007-12-18
* Fixed a potential race condition with adding Caps handlers
Teravus Ovares
1
-1
/
+9
2007-12-18
* Added a Verbose and Debug error to border crossing so that this can be diag...
Teravus Ovares
1
-1
/
+9
2007-12-18
* Fix for mantis 0000040 After client logout remote host closed connection on...
Teravus Ovares
1
-0
/
+5
2007-12-17
* Turned all instances of ForEach loops in ClientManager into Local Arrays.
Teravus Ovares
1
-0
/
+1
2007-12-17
Thank you to Kiryu for a patch to fix an out of Sync
Charles Krinke
1
-6
/
+28
2007-12-17
*Land has now been linked to the StorageManager. Next step is to fill in the ...
mingchen
1
-1
/
+25
2007-12-16
*Adding and Removing Avatars from the Access/Ban List for a parcel now works,...
mingchen
1
-0
/
+2
2007-12-15
Grid Inventory feature upgrade: renaming folders should now be correct, subfo...
Brian McBee
1
-0
/
+1
2007-12-14
* Added Active(physical) object count to the SimStatsReporter
Teravus Ovares
1
-0
/
+12
2007-12-13
* Debugging Shape
lbsa71
1
-6
/
+0
2007-12-12
* In our quest for sim heartbeat stats, we're a touch closer to accurate obje...
Teravus Ovares
1
-9
/
+13
2007-12-12
couple of small fixes.
MW
1
-36
/
+36
2007-12-12
* Added Object count to sim stats (it's incorrect, however, it'll be fixed)
Teravus Ovares
1
-0
/
+1
2007-12-12
* Fixed agent counts on the Simulator stats pane
Teravus Ovares
1
-1
/
+1
2007-12-12
* Added some simstats to fill the simulator pane of the Statistics monitor.
Teravus Ovares
1
-4
/
+74
2007-12-12
* Start listening for client connections immediately after a region initializ...
Teravus Ovares
1
-8
/
+18
2007-12-11
put in a try block to catch the ForEach loop dying.
Sean Dague
1
-3
/
+7
2007-12-11
* Added some locking to help race conditions in the neighbors lists
Teravus Ovares
1
-30
/
+42
2007-12-11
Couple of more small changes
MW
1
-8
/
+16
2007-12-11
A few minor changes/additions/fixes.
MW
1
-1
/
+12
2007-12-11
Implementing updateinventoryfolder: Should now be able to rename folders in i...
Brian McBee
1
-0
/
+1
2007-12-10
* Added comments to many methods in the listed files.
Teravus Ovares
1
-19
/
+60
2007-12-10
* More refactoring to prepare for draw distance based agent sim notification.
Teravus Ovares
1
-6
/
+13
[next]