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
/
ClientStack
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* Massive restructuring of RegionApplicationBase, OpenSimMain and SimpleApp
lbsa71
2007-07-16
1
-3
/
+37
*
*Renamed everything Parcels and ParcelData to Land and LandData
mingchen
2007-07-16
1
-4
/
+4
*
* Since we're discussing it, applying the m_ convention on some members...
lbsa71
2007-07-16
1
-7
/
+7
*
* Removed some superfluous assigns
lbsa71
2007-07-16
1
-1
/
+0
*
* working on RegionApplicationBase
lbsa71
2007-07-16
1
-1
/
+1
*
* Restructured the RegionApplicationBase.
lbsa71
2007-07-16
1
-56
/
+3
*
changed to native line ending encoding
Sean Dague
2007-07-16
11
-3914
/
+3914
*
* Some minor renamings
lbsa71
2007-07-16
1
-1
/
+1
*
*Fixed bug that incorrectly tabulated 'others' prims on a parcel
mingchen
2007-07-16
2
-1
/
+20
*
*Added support for the "show" button that highlights objects over the selecte...
mingchen
2007-07-15
3
-1
/
+8
*
* Fixed an issue where world map blocks were not transmitted correctly.
Adam Frisby
2007-07-15
1
-3
/
+1
*
* Added loading methods for NullStorage.
Adam Frisby
2007-07-15
2
-2
/
+4
*
*Moved the OnSignificantClientMovement event to ScenePresence.
mingchen
2007-07-13
1
-10
/
+0
*
*Reworked parcel joining to work the same way as LL's method.
mingchen
2007-07-13
1
-0
/
+9
*
* I want to commit too!
lbsa71
2007-07-13
1
-6
/
+3
*
* removed PrimitiveOld and CreatePrimFromObjectAdd
lbsa71
2007-07-13
1
-37
/
+5
*
inlined packet deserialization
lbsa71
2007-07-13
1
-6
/
+30
*
* ObjectAddPacket now confined to ClientView,´using PrimitiveBaseShape inste...
lbsa71
2007-07-13
2
-2
/
+5
*
* Moved SendNameReply to ClientView
lbsa71
2007-07-13
1
-1
/
+11
*
*Parcel and estate support fully restored into Sugilite
mingchen
2007-07-12
2
-0
/
+3
*
Fixed a number of bugs in the local InstantMessage handling, sending InstantM...
MW
2007-07-12
2
-18
/
+22
*
Cleaning up some of the CAPS functions, Asset uploads now use the new LLSDStr...
MW
2007-07-12
1
-7
/
+7
*
Hopefully texturing prims should now work correctly.
MW
2007-07-11
1
-2
/
+2
*
More work on UserProfile and inventory cache (still currently not enabled).
MW
2007-07-11
2
-23
/
+100
*
updated libsecondlife.dll to a 1.18 version (from the libsecondlife aditi bra...
MW
2007-07-11
1
-1
/
+1
*
* Applying dalien's patches from bug#177 and #179
Adam Frisby
2007-07-11
6
-35
/
+53
*
Gird mode in sugilite should now work in so far as you should be able to logi...
MW
2007-07-10
2
-2
/
+2
*
* some follow up renaming of members et c.
lbsa71
2007-07-09
1
-2
/
+6
*
* Introduced ClientManager for great justice.
lbsa71
2007-07-09
1
-1
/
+1
*
Re-applied dalien patch (#175) and included bin\data with avataranimations.xml
lbsa71
2007-07-09
1
-0
/
+15
*
Done a little bit of renaming in primitive.cs and on a few events in IClientAPI.
MW
2007-07-09
2
-9
/
+9
*
* Begun work on Primitive Duplication. Not hooked up yet, but theoretically c...
Adam Frisby
2007-07-09
2
-0
/
+13
*
* reverted rev 1200 waiting for info re animations.xml
lbsa71
2007-07-08
1
-15
/
+0
*
Applied animations patch (#175) submitted by dalien
lbsa71
2007-07-08
1
-0
/
+15
*
* By popular demand, all generated build files are now deleted. Somebody shou...
lbsa71
2007-07-08
2
-226
/
+0
*
* Added instant message support for the local region. Grid support forthcoming.
Adam Frisby
2007-07-08
2
-0
/
+39
*
* Updating prebuild
Adam Frisby
2007-07-08
2
-15
/
+15
*
*Fixed several bugs that crashed the viewer and opensim server when logging i...
mingchen
2007-07-06
2
-1
/
+4
*
*Removed SimProfile.cs as it is no longer needed (in favor of SimProfileData)
mingchen
2007-07-05
2
-15
/
+15
*
A bit more work on Building tools/support.
MW
2007-07-04
2
-11
/
+14
*
* More cleaning - Sugilite now only has build errors for "value is never used...
Adam Frisby
2007-07-04
2
-2
/
+1
*
* Cleaning - attempting to get compiler warnings back down to zero.
Adam Frisby
2007-07-04
1
-1
/
+1
*
Today's work on Building support/tools. Think I am slowly getting there.
MW
2007-07-03
2
-4
/
+78
*
* Optimized usings (the 'LL ate my scripts' commit)
lbsa71
2007-07-03
11
-137
/
+79
*
More work on SceneObject/Primitive and building (Linking is a work in progres...
MW
2007-07-01
1
-4
/
+7
*
Can change the name and description of a prim.
MW
2007-07-01
3
-3
/
+29
*
Started change to having SceneObject and then that having child Primitives wh...
MW
2007-07-01
2
-1
/
+76
*
MAJOR IP RESTRUCTURING
lbsa71
2007-07-01
3
-11
/
+13
*
Fixed SimpleApp - aka thankgoditssundaycommit
lbsa71
2007-07-01
3
-16
/
+16
*
* Experimental patch: Replaced IPAddress.Any with IPAddress.Parse("0.0.0.0") ...
Adam Frisby
2007-06-29
1
-3
/
+3
[prev]
[next]