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 http://opensimulator.org/mantis/view.php?id=2368
Justin Clarke Casey
2008-10-09
1
-0
/
+9
*
Provide a sane value for DefaultScriptEngine (ScriptEngine.DotNetEngine)
Melanie Thielker
2008-10-09
1
-2
/
+1
*
* refactor: separate process of extracting packet from received data from act...
Justin Clarke Casey
2008-10-09
1
-34
/
+41
*
* minor: initialize udp server in unit test
Justin Clarke Casey
2008-10-09
3
-8
/
+10
*
* Create project for LindenUDP ClientStack tests
Justin Clarke Casey
2008-10-09
3
-1
/
+67
*
* minor: very small doc addition
Justin Clarke Casey
2008-10-09
1
-1
/
+1
*
* Fixes simstats reporter. I'm sure this issue caused all sorts of things r...
Teravus Ovares
2008-10-09
1
-2
/
+2
*
* minor: remove compile warning
Justin Clarke Casey
2008-10-08
1
-1
/
+1
*
- Fix wrong order of max/min usage for clipping. Uses Util.Clamp now
Homer Horwitz
2008-10-08
2
-2
/
+4
*
- removed some unnecessary conversions (double -> double)
Homer Horwitz
2008-10-08
1
-2
/
+2
*
* minor: Comment out initial regularly occuring EventQueueGet log debug messa...
Justin Clarke Casey
2008-10-08
1
-11
/
+9
*
* On deselection of objects, stop every object id passed triggering an update...
Justin Clarke Casey
2008-10-08
1
-27
/
+20
*
Mantis#2354. Thank you kindly, Tglion for a patch that:
Charles Krinke
2008-10-08
2
-0
/
+25
*
adding OSHttpResponse test case (yeah, very primitive still)
Dr Scofield
2008-10-08
1
-26
/
+175
*
* Re-enables map item requests.
Teravus Ovares
2008-10-08
1
-51
/
+261
*
warning squashing
Dr Scofield
2008-10-08
1
-3
/
+3
*
- add clientstack_plugin option to OpenSim.ini.example
Mike Mazur
2008-10-08
1
-28
/
+31
*
Add some permissions checks and fixes
Melanie Thielker
2008-10-08
4
-11
/
+72
*
Mantis#2352. Thank you kindly, Jonc for a patch that:
Charles Krinke
2008-10-08
1
-2
/
+4
*
Mantis#1906. Thank you kindly, Idb for a patch that:
Charles Krinke
2008-10-08
1
-18
/
+1
*
Fix friendly errors in DNE as well
Melanie Thielker
2008-10-08
1
-11
/
+10
*
Adapt tests to new friendly errors and correct line numbers
Melanie Thielker
2008-10-07
1
-2
/
+2
*
Restore "friendly errors" to the XEngine
Melanie Thielker
2008-10-07
4
-30
/
+23
*
* Comment out debug throttle output that I had accidentally left in
Justin Clarke Casey
2008-10-07
1
-0
/
+2
*
* Temporarily revert r6714 which changed agent throttle number interpretation
Justin Clarke Casey
2008-10-07
1
-6
/
+8
*
* Disabling mapitem requests for surrounding regions as it's probably using u...
Teravus Ovares
2008-10-07
1
-6
/
+6
*
* Apply http://opensimulator.org/mantis/view.php?id=2345
Justin Clarke Casey
2008-10-07
1
-16
/
+12
*
* Apply http://opensimulator.org/mantis/view.php?id=1207
Justin Clarke Casey
2008-10-07
19
-118
/
+178
*
From: chris yeoh <yeohc@au1.ibm.com>
Dr Scofield
2008-10-07
1
-16
/
+13
*
From: chris yeoh <yeohc@au1.ibm.com>
Dr Scofield
2008-10-07
1
-2
/
+3
*
From: chris yeoh <yeohc@au1.ibm.com>
Dr Scofield
2008-10-07
1
-0
/
+13
*
Update svn properties, minor formatting cleanup.
Jeff Ames
2008-10-06
1
-8
/
+8
*
cleaning up OSHttpResponse: note that read access to extra header
Dr Scofield
2008-10-06
4
-200
/
+101
*
oops. forgot testcase
Dr Scofield
2008-10-06
1
-0
/
+249
*
* Stop the sim stats reporter reusing the same SimStatsPacket for all clients
Justin Clarke Casey
2008-10-06
8
-55
/
+155
*
cleaning up OSHttpRequest removing old Http stuff. also adding test
Dr Scofield
2008-10-06
6
-317
/
+126
*
* Made Mapitems more failure friendly
Teravus Ovares
2008-10-06
1
-10
/
+86
*
* restore Header.Resent field setting for resent packets
Justin Clarke Casey
2008-10-06
1
-0
/
+4
*
* Change interpretation of asset throttle values to bits per second rather th...
Justin Clarke Casey
2008-10-06
2
-37
/
+42
*
Mantis#2342. Thank you kindly, Ralphos for a patch that solves:
Charles Krinke
2008-10-06
1
-78
/
+10
*
Mantis#2340. Thank you kindly, Sacha Magne for a patch that:
Charles Krinke
2008-10-06
2
-6
/
+16
*
adds admin_exists_user XmlRpc call.
Dr Scofield
2008-10-06
1
-0
/
+74
*
Implement Parcel -> ForceOwnerToMe god mode packet
Melanie Thielker
2008-10-06
5
-0
/
+30
*
Exclude attachments from parcel prim counts
Melanie Thielker
2008-10-06
1
-1
/
+1
*
Implement ForceOwnerPermissive and God TakeCopy
Melanie Thielker
2008-10-06
3
-0
/
+23
*
Cause inventory items to also be sold when a prim is sold
Melanie Thielker
2008-10-06
1
-4
/
+1
*
Fix a number of errors in transfer of objects
Melanie Thielker
2008-10-06
3
-5
/
+16
*
Remove an unnecessary perms check. This caused prim movement to be disabled
Melanie Thielker
2008-10-06
1
-14
/
+1
*
MapItems/Green Dots
Teravus Ovares
2008-10-06
1
-19
/
+63
*
Fix a nullref
Melanie Thielker
2008-10-06
1
-1
/
+1
[prev]
[next]