SigServer:Changelog: Difference between revisions

Jump to navigation Jump to search
Line 6: Line 6:
*[Feature] <code>fetch();</code> to fetch the variable given as string argument ({{t|882}})
*[Feature] <code>fetch();</code> to fetch the variable given as string argument ({{t|882}})
*[Feature] <code>div();</code> for integer division ({{t|895}})
*[Feature] <code>div();</code> for integer division ({{t|895}})
*[Feature] <code>random(int);</code> returns random integer between 0 and int - 1 ({{t|1055}})
*[Feature] <code>random(start, end);</code> returns random integer between start and end ({{t|1055}})
*[Feature] Draw filled arcs using SigXML ({{t|1083}})


*[Bug] Variable prefix conflict ({{t|850}})
*[Bug] Variable prefix conflict ({{t|850}})