summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-20[gitignore] Add new file types for git to ignorescripted-pluginCharlie Brej1-0/+3
2009-07-20[script] Correct vareable to variableCharlie Brej3-23/+23
2009-07-20[script] Sort the sprites so they are drawn in the correct orderCharlie Brej1-7/+12
2009-07-20[script] Rename ply-scan to script-scanCharlie Brej9-321/+318
2009-07-20[script] Tidy up the example scriptCharlie Brej1-158/+84
2009-07-12[script] Remove print object function which was unusedCharlie Brej2-83/+0
2009-07-12[script] Remove a no longer necessary parse error test and messageCharlie Brej1-11/+5
2009-07-12[script] Preset plymouth callback functions to script NULL objectsCharlie Brej1-8/+8
2009-07-11[script] Use ply_scan_token_is_something wrapper functions in the parserCharlie Brej2-82/+76
2009-07-10[script] Use the parse operator table and procedure definition functionsCharlie Brej1-196/+59
2009-07-10[script] Use a symbol table lookup parse functionCharlie Brej1-40/+54
2009-07-10[script] Merge all Left-To-Right parsing into a single functionCharlie Brej1-186/+62
2009-07-09[script] Allows definitions of functions to be described within expressionsCharlie Brej3-19/+103
2009-07-09[script] Add support for variable number of argumentsCharlie Brej1-5/+21
2009-07-08[script] Remove some asserts which are no longer usefulCharlie Brej2-32/+8
2009-07-08[script] Remove some derefs as they are now handled in the access functionsCharlie Brej1-4/+2
2009-07-08[script] More changes to use access functionsCharlie Brej1-24/+26
2009-07-08[script] Use hash access functions rather than doing lookups directlyCharlie Brej2-28/+10
2009-07-08[script] Use access functions instead of directly accessing function objectsCharlie Brej3-45/+49
2009-07-08[script] Abstract formations of script_return_t with helper functionsCharlie Brej6-64/+45
2009-07-08[script] Simplify object comparisonsCharlie Brej3-203/+82
2009-07-08[script] Typo in the MathMax functionCharlie Brej1-2/+2
2009-07-08[script] Fix some compile warningsCharlie Brej5-21/+25
2009-07-08[script] Correct the math min and max functionsCharlie Brej1-5/+8
2009-07-08[script] Add atan2 to the math libraryCharlie Brej1-6/+20
2009-07-04[script] Add "_t" to all struct namesCharlie Brej19-914/+613
2009-07-03[script] Corrected indentation and formatting to match the rest of the projectCharlie Brej21-2776/+3743
2009-07-03[script] Add GPL 2+ licence headers to all .c and .h filesCharlie Brej19-1/+379
2009-07-03[script] Remove the display state as it is now handled by the scriptCharlie Brej1-12/+0
2009-07-03[script] Fix minor memory leaksCharlie Brej2-0/+2
2009-07-03[script] Free any remaining over sprites at plugin destroyCharlie Brej1-4/+12
2009-07-03[script] Simplify native functions by using the hash-cast access functionsCharlie Brej7-124/+86
2009-07-02[script] Use the helper hash element extraction functionsCharlie Brej5-49/+63
2009-07-02[script] Add support for setting the window background colorCharlie Brej4-29/+74
2009-07-01[script] Add support for getting the window width and heightCharlie Brej2-25/+49
2009-07-01[script] Simplify the object operationsCharlie Brej2-277/+138
2009-07-01[script] Add modify assignments (+=, *= ...)Charlie Brej3-6/+89
2009-07-01[script] Move object operating functions to script-object to avoid repetitionCharlie Brej3-299/+309
2009-07-01[script] Fix bug of assigning a var to itself (e.g. val = val;)Charlie Brej1-0/+2
2009-06-30[script] Add an example progress bar to the example scriptCharlie Brej6-14/+52
2009-06-30[script] Add support for image scaleCharlie Brej1-0/+25
2009-06-30[script] Implement script based fade_in implementationCharlie Brej1-35/+67
2009-06-30[script] Add support for 'for'Charlie Brej4-10/+93
2009-06-30[script] Add support for an "else" after an "if"Charlie Brej3-5/+23
2009-06-30[script] Add support for loading the system logo imageCharlie Brej2-2/+26
2009-06-30[script] Add support for the password dialogue in the example script themeCharlie Brej7-85/+122
2009-06-30[script] Added a turn float to integer function to the math libraryCharlie Brej1-5/+24
2009-06-30[script] Deref the state to allow local and global to be reassignedCharlie Brej1-0/+2
2009-06-30[script] Handle -0 in float comparisons correctlyCharlie Brej1-1/+1
2009-06-30[script] Add simple Math functions (abs, min, max and clamp)Charlie Brej1-1/+20