index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
CoreModules
/
Scripting
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added important comment missed from my previous commit (hash 8af2d99b).
Kevin Cozens
2018-04-27
1
-2
/
+2
*
Whitespace change.
Kevin Cozens
2018-04-27
1
-1
/
+1
*
remove a extra source line i left behind
UbitUmarov
2018-04-27
1
-1
/
+0
*
recover previus behavior of FontProp
UbitUmarov
2018-04-27
1
-6
/
+8
*
Do dispose and new Font only once when handling FontProp drawing command.
Kevin Cozens
2018-04-27
1
-33
/
+12
*
shut up some pesty warnings
UbitUmarov
2018-01-15
1
-1
/
+2
*
merge
UbitUmarov
2017-07-20
5
-89
/
+119
|
\
|
*
bug fix: dynamic testures set to ALL_SIDES, preserve other face data already ...
UbitUmarov
2017-07-07
1
-1
/
+5
|
*
fix scripts xmlrpc threads names
UbitUmarov
2017-06-29
1
-1
/
+1
|
*
ScriptsHttpReq does not need a permanent thread
UbitUmarov
2017-06-29
1
-2
/
+2
|
*
add vectorrender string command ''ScaleTransf x,y;''. this allows scaling of ...
UbitUmarov
2017-06-25
1
-0
/
+7
|
*
add dyn textures vectorrender comands ''ResetTransf;'', ''TransTransf x,y;'' ...
UbitUmarov
2017-06-24
1
-1
/
+29
|
*
revert the thread level change; remove unused dynamic texture timer from inte...
UbitUmarov
2017-06-24
2
-74
/
+55
|
*
simplify vectorrender background draw
UbitUmarov
2017-06-24
1
-17
/
+9
|
*
remove a DynamicTexture leak, make it actually return the new texture ID to o...
UbitUmarov
2017-06-24
1
-9
/
+16
|
*
osDrawFilledEllipse or string comand FillEllipse identical do Ellipse one
UbitUmarov
2017-06-24
1
-0
/
+11
*
|
Merge branch 'master' into httptests
UbitUmarov
2017-05-31
1
-17
/
+2
|
\
\
|
|
/
|
*
do another dns request via new cache. My problems bf wheren't mono after all,...
UbitUmarov
2017-05-30
1
-17
/
+2
*
|
disable llhttprequests secure con, since it still collides with main ssl sett...
UbitUmarov
2017-05-27
1
-1
/
+1
*
|
Merge branch 'master' into httptests
UbitUmarov
2017-05-27
1
-1
/
+1
|
\
\
|
|
/
|
*
avoid some wrong watchdog timeouts
UbitUmarov
2017-05-26
1
-1
/
+1
*
|
merge master
UbitUmarov
2017-05-23
1
-0
/
+2
|
\
\
|
|
/
|
*
please DIE! PLEASE??
UbitUmarov
2017-05-23
1
-0
/
+1
|
*
disable keepalive on llHttpRequest
UbitUmarov
2017-05-22
1
-0
/
+1
*
|
Merge branch 'master' into httptests
UbitUmarov
2017-05-21
1
-11
/
+2
|
\
\
|
|
/
|
*
mantis 8171 fix redirection on llHttpRequest
UbitUmarov
2017-05-20
1
-11
/
+2
*
|
fix merge
UbitUmarov
2017-05-03
3
-22
/
+81
|
\
\
|
|
/
|
*
mantis 8135
UbitUmarov
2017-05-02
1
-7
/
+15
|
*
disable LSL http listener (llRequestURL/llRequestSecureURL) if ExternalHostN...
UbitUmarov
2017-05-02
1
-7
/
+62
|
*
mantis 6738: change parsing of the HTTP_CUSTOM_HEADER parameter and ignore e...
UbitUmarov
2017-04-26
1
-8
/
+4
*
|
fix merge
UbitUmarov
2017-04-25
1
-13
/
+13
|
\
\
|
|
/
|
*
Make it possible to override the URL module
Melanie Thielker
2017-01-26
1
-12
/
+12
*
|
fix merge
UbitUmarov
2017-01-05
9
-85
/
+85
|
\
\
|
|
/
|
*
Massive tab and trailing space cleanup
Melanie Thielker
2017-01-05
9
-85
/
+85
*
|
Merge branch 'master' into httptests
UbitUmarov
2016-10-08
1
-14
/
+18
|
\
\
|
|
/
|
*
mantis 8027: allow messages to be sent to attachments child prims in llRegion...
UbitUmarov
2016-09-22
1
-2
/
+5
|
*
check for null target, minor cleanup
UbitUmarov
2016-09-21
1
-12
/
+13
*
|
Merge branch 'master' into httptests
UbitUmarov
2016-09-17
1
-6
/
+6
|
\
\
|
|
/
|
*
Minor. Make email module log message format consistent with other modules
AliciaRaven
2016-09-15
1
-6
/
+6
*
|
Merge branch 'master' into httptests
UbitUmarov
2016-09-03
2
-30
/
+37
|
\
\
|
|
/
|
*
DynamicTextureModule memory leaks
UbitUmarov
2016-08-24
1
-28
/
+35
|
*
locking issue
UbitUmarov
2016-08-22
1
-2
/
+2
*
|
add a Drop method to PollService Event handlers, Drop requests on connections...
UbitUmarov
2016-07-17
1
-2
/
+24
|
/
*
Mantis #7919: fatal exception on LoadImageURLModule
Diva Canto
2016-06-06
1
-0
/
+4
*
Mantis 7842 - remove another possible null dereference
Melanie Thielker
2016-03-23
1
-18
/
+18
*
Add osRequestURL and osRequestSecureURL with an options list.
Melanie Thielker
2016-03-16
1
-3
/
+12
*
Implement Access-Control-Allow-Origin for HTTP LSL server
Jeff Kelley
2016-03-16
1
-0
/
+2
*
Implement parameterization of HTTP_BODY_MAXLENGTH maximum as proposed in Mant...
Jeff Kelley
2016-03-14
1
-1
/
+3
*
Mantis 7833: Fix a condition where email sent from an object that is in
Melanie Thielker
2016-03-03
1
-11
/
+8
*
fix html encapsulation for MSIE was doing nothing
UbitUmarov
2015-12-25
1
-1
/
+1
[next]