summaryrefslogtreecommitdiff
path: root/src/plugins/splash/script/script-lib-math.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-28script: include head with prototype of ply_get_timestamp()Steve Langasek1-0/+1
2012-11-07Use O_CLOEXEC where adequate, simplify its use.Cristian Rodríguez1-2/+3
2012-06-08script: seed random number generatorRay Strode1-0/+2
2010-01-25[script] Use floor when implementing IntCharlie Brej1-6/+1
2010-01-25[script] Add a random number generatorCharlie Brej1-1/+12
2009-09-09[script] Add inheritance to the languageCharlie Brej1-13/+14
2009-08-30[script] Keep the filename while scanning for parsing error messagesCharlie Brej1-1/+1
2009-08-26[script] Remove integer objects and rename floats "numbers"Charlie Brej1-36/+27
2009-08-05[script] drop stringify, .script.h instead of .stringRay Strode1-3/+1
2009-07-24[script] Abstract formations of script_return_t with helper functionsCharlie Brej1-3/+3
2009-07-24[script] Add atan2 to the math libraryCharlie Brej1-6/+20
2009-07-24[script] Add "_t" to all struct namesCharlie Brej1-8/+8
2009-07-24[script] Corrected indentation and formatting to match the rest of the projectCharlie Brej1-29/+60
2009-07-24[script] Add GPL 2+ licence headers to all .c and .h filesCharlie Brej1-0/+21
2009-07-24[script] Simplify native functions by using the hash-cast access functionsCharlie Brej1-6/+1
2009-07-24[script] Use the helper hash element extraction functionsCharlie Brej1-13/+6
2009-07-24[script] Added a turn float to integer function to the math libraryCharlie Brej1-5/+24
2009-07-24[script] Add cos, sin, tan and square root functions to the script math libraryCharlie Brej1-1/+18
2009-07-24[script] Rationalize function calls and callbacksCharlie Brej1-0/+1
2009-07-24Initial scripted plugin supportCharlie Brej1-0/+38