summaryrefslogtreecommitdiff
path: root/src/plugins/splash/script/script-object.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-20ReindentRay Strode1-342/+329
2012-11-07Use O_CLOEXEC where adequate, simplify its use.Cristian Rodríguez1-1/+5
2010-03-24[script] Rearrange script_obj_direct_as_hash_element return conditionsCharlie Brej1-2/+2
2010-03-23[script] Silence compiler warningRay Strode1-1/+1
2009-10-04[script] Give sensible unique-ish strings for all objects.Charlie Brej1-2/+5
2009-09-09[script] Add inheritance to the languageCharlie Brej1-126/+137
2009-09-09[script] Make "this" (the current object) a part of the statusCharlie Brej1-2/+1
2009-09-09[script] Reference actual object and do not create an indirect referenceCharlie Brej1-1/+2
2009-09-03[script] Clean up as_numer and as_bool functionsCharlie Brej1-17/+9
2009-09-01[script] Use access functions when accessing variablesCharlie Brej1-15/+21
2009-08-27[script] Remove a line used for debuggingCharlie Brej1-2/+0
2009-08-27[script] Add support for Infinity and NaNCharlie Brej1-9/+9
2009-08-26[script] Remove integer objects and rename floats "numbers"Charlie Brej1-134/+30
2009-08-05[script] do abs(x) > epsilon instead of x != 0Ray Strode1-1/+2
2009-07-24[script] Correct vareable to variableCharlie Brej1-13/+13
2009-07-24[script] Rename ply-scan to script-scanCharlie Brej1-1/+0
2009-07-24[script] Remove print object function which was unusedCharlie Brej1-82/+0
2009-07-24[script] Remove some asserts which are no longer usefulCharlie Brej1-31/+7
2009-07-24[script] Use hash access functions rather than doing lookups directlyCharlie Brej1-0/+1
2009-07-24[script] Use access functions instead of directly accessing function objectsCharlie Brej1-1/+20
2009-07-24[script] Simplify object comparisonsCharlie Brej1-2/+43
2009-07-24[script] Add "_t" to all struct namesCharlie Brej1-91/+91
2009-07-24[script] Corrected indentation and formatting to match the rest of the projectCharlie Brej1-403/+484
2009-07-24[script] Add GPL 2+ licence headers to all .c and .h filesCharlie Brej1-0/+21
2009-07-24[script] Fix minor memory leaksCharlie Brej1-0/+1
2009-07-24[script] Simplify native functions by using the hash-cast access functionsCharlie Brej1-3/+34
2009-07-24[script] Use the helper hash element extraction functionsCharlie Brej1-0/+38
2009-07-24[script] Simplify the object operationsCharlie Brej1-277/+130
2009-07-24[script] Move object operating functions to script-object to avoid repetitionCharlie Brej1-0/+297
2009-07-24[script] Fix bug of assigning a var to itself (e.g. val = val;)Charlie Brej1-0/+2
2009-07-24[script] Creating a string object with a NULL string now returns a NULL objectCharlie Brej1-8/+8
2009-07-24[script] Don't error on object unref of NULLCharlie Brej1-0/+2
2009-07-24[script] Add support for script image rotationCharlie Brej1-0/+24
2009-07-24[script] Dereference on assign without affecting refcountCharlie Brej1-1/+1
2009-07-24[script] Add support for floatsCharlie Brej1-3/+29
2009-07-24Initial scripted plugin supportCharlie Brej1-0/+385