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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Fix spelling mistake in OGS1SecureInvenotryService
Justin Clarke Casey
2008-07-24
1
-0
/
+0
*
* minor: Rename IInterGridInventoryServices since it's inter service rather t...
Justin Clarke Casey
2008-07-24
10
-21
/
+21
*
Update svn properties. Minor formatting cleanup.
Jeff Ames
2008-07-24
4
-17
/
+17
*
oops...forgot to svn add OSHttpHttpHandler.cs last week.
Dr Scofield
2008-07-24
1
-0
/
+145
*
From: Christopher Yeoh <cyeoh@au1.ibm.com>
Dr Scofield
2008-07-24
1
-0
/
+16
*
Implements llSetForce() and llGetForce(). These are experimental and the unit...
Dahlia Trimble
2008-07-24
11
-10
/
+92
*
Refactor some tests.
Mike Mazur
2008-07-24
3
-344
/
+206
*
Unit tests still broken, remove them from Bamboo build file.
Mike Mazur
2008-07-24
1
-2
/
+2
*
Replace the try/catch with a null check.
Mike Mazur
2008-07-24
2
-12
/
+6
*
Replace implicit casts from LSLFloat to int and uint which were removed in
Mike Mazur
2008-07-24
4
-2
/
+34
*
Addresses Mantis #1810
Melanie Thielker
2008-07-24
1
-8
/
+12
*
Thanks, cmickeyb, for a patch that addresses secure inventory assuming IP add...
Mike Mazur
2008-07-24
1
-3
/
+5
*
* refactor: break out inter grid inventory services further
Justin Clarke Casey
2008-07-23
10
-49
/
+49
*
few additional fixed to get prim inventory up on nhibernate
Sean Dague
2008-07-23
3
-4
/
+4
*
catch a null case in the convenience RegionID property
Sean Dague
2008-07-23
1
-1
/
+7
*
implemented prim inventories for nhibernate
Sean Dague
2008-07-23
1
-1
/
+30
*
fix column mapping
Sean Dague
2008-07-23
1
-1
/
+1
*
complete the prim inventory mapping
Sean Dague
2008-07-23
1
-0
/
+6
*
refactor TaskInventoryItem Mask -> Permissions to be consistant with how things
Sean Dague
2008-07-23
11
-128
/
+145
*
add primitems migration for nhibernate
Sean Dague
2008-07-23
1
-0
/
+27
*
* refactor: split out inventory services which are only used between non-regi...
Justin Clarke Casey
2008-07-23
2
-19
/
+63
*
turn fields -> properties in TaskInventoryItem
Sean Dague
2008-07-23
1
-25
/
+214
*
Attempt to fix Mantis #1804
Melanie Thielker
2008-07-23
2
-35
/
+9
*
Fix Mantis #1759
Melanie Thielker
2008-07-23
1
-2
/
+2
*
make privates private
Sean Dague
2008-07-23
1
-39
/
+39
*
refactored LandData to use properties, and cleaned up the naming on
Sean Dague
2008-07-23
16
-523
/
+847
*
Send Animation data for other avatars to new users joining the region (tested...
MW
2008-07-23
1
-0
/
+13
*
Fix a race causing a buffer overflow under moderate load
Melanie Thielker
2008-07-23
1
-1
/
+1
*
Update svn properties. Formatting cleanup. Remove a compiler warning.
Jeff Ames
2008-07-23
29
-398
/
+404
*
get rid of some LLQuaternion == null checks. Because LLQuaternion is
Sean Dague
2008-07-23
1
-18
/
+4
*
Changed it so the avatar's rotation is now sent as part of a full avatar upda...
MW
2008-07-23
5
-8
/
+34
*
The new secure inventory server mode (in r5590) can now be disabled from Open...
Johan Berntsson
2008-07-23
6
-16
/
+136
*
Fix issue 1760. If the inventory item is not found, llSay() and throw an exce...
Mike Mazur
2008-07-23
2
-7
/
+13
*
adding files that were not included in r5589
Johan Berntsson
2008-07-23
3
-0
/
+672
*
thanks lulurun for a security patch that blocks unathorized access to the inv...
Johan Berntsson
2008-07-23
10
-28
/
+156
*
Enable LSL <-> C# source location mapping when reporing compiler errors to th...
Mike Mazur
2008-07-23
2
-3
/
+44
*
Thanks, sempuki, for a patch that adds .addin.xml for MSSQL and SQLite users.
Mike Mazur
2008-07-23
9
-20
/
+39
*
Remove duplicate definitions in addin.xml files. How'd that happen anyway?
Mike Mazur
2008-07-23
8
-86
/
+0
*
Thanks, sempuki, for a patch that moves control of Mono.Addins from source at...
Mike Mazur
2008-07-23
24
-79
/
+183
*
First version of position mapping between LSL <-> C# implemented.
Mike Mazur
2008-07-23
5
-234
/
+623
*
Update svn properties. Minor formatting cleanup.
Jeff Ames
2008-07-23
1
-8
/
+8
*
Guard against wrong packet types being passed into AddNewClient.
Melanie Thielker
2008-07-23
1
-0
/
+2
*
Make QueuePacket() lock free. Eliminates an unneeded lock()
Melanie Thielker
2008-07-22
1
-21
/
+18
*
Change one packet optimization to cover a case where the resend
Melanie Thielker
2008-07-22
1
-2
/
+2
*
renamed ScenePresence.SendFullUpdateToAllClients() to SendInitialFullUpdateTo...
MW
2008-07-22
1
-2
/
+17
*
Refactor the packet scheduling out of ClientView. Add intelligent
Melanie Thielker
2008-07-22
13
-834
/
+837
*
* refactor: move new inventory service call by user server to OGS1 with all t...
Justin Clarke Casey
2008-07-22
4
-9
/
+13
*
* minor: Make create user command appear on the region console only if the re...
Justin Clarke Casey
2008-07-22
2
-4
/
+15
*
Update svn properties. Squash a couple of warnings.
Jeff Ames
2008-07-22
3
-267
/
+267
*
Clean up Meshmerizer.cs a bit to make it more readable
Dahlia Trimble
2008-07-21
2
-250
/
+3
[next]