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
*
-add test for newly introduced cast operators (issue 1818)
Mike Mazur
2008-07-25
4
-5
/
+22
*
Add mingchen's fix for string->float cast to Shared/
Melanie Thielker
2008-07-25
1
-0
/
+4
*
Add GetGroupPowers() and a dictionary to hold them to ClientView and
Melanie Thielker
2008-07-25
4
-0
/
+20
*
*Fixes #0001818: typecast string to float
mingchen
2008-07-25
1
-0
/
+4
*
*Added CommandIntentions that is used to describe a console commands hazard. ...
mingchen
2008-07-25
7
-18
/
+36
*
llApplyImpulse now accepts any non-zero integer as not FALSE
Dahlia Trimble
2008-07-25
2
-21
/
+5
*
Let's not fail if tests fail.
Mike Mazur
2008-07-25
1
-1
/
+1
*
Let's try unit tests in the automated build again.
Mike Mazur
2008-07-25
1
-2
/
+2
*
Changed application of constant forces to after PID force is applied. llSetFo...
Dahlia Trimble
2008-07-24
1
-3
/
+7
*
* refactor: Remove now redundant inventory server url being passed to GetInve...
Justin Clarke Casey
2008-07-24
3
-25
/
+7
*
* refactor: move remaining user service -> inventory service OGS1 calls into ...
Justin Clarke Casey
2008-07-24
3
-25
/
+21
*
* minor: eliminate warnings from LindenUDP
Justin Clarke Casey
2008-07-24
2
-18
/
+18
*
* Separate out OGS1 calls used between services (rather than from region to s...
Justin Clarke Casey
2008-07-24
6
-39
/
+105
*
Thank you, Neopallium, for a patch that addresses ack issues in the
Melanie Thielker
2008-07-24
1
-1
/
+3
*
* 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
[next]