aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-12-27Set afb-helpers lib as an explicit dependencysandbox/claneys/shared-libRomain Forlot1-1/+1
2018-12-18More accurate log messages.guppy_6.99.3guppy/6.99.36.99.3Romain Forlot1-31/+37
2018-12-18Make available the unsubscribe from a LUA scriptRomain Forlot1-0/+31
2018-12-17Update since the conversion to libraryRomain Forlot3-71/+73
2018-12-17Change to static lib and add default compile flagsRomain Forlot1-12/+8
2018-12-17Shared library: update to a v3 shared libraryRomain Forlot16-737/+355
2018-12-13memleak fixesRomain Forlot2-3/+4
2018-12-13Retrieve by default an int64 instead of intRomain Forlot1-1/+1
2018-12-13New function to retrieve Api's name from LUARomain Forlot1-0/+15
2018-12-13Handle number and boolean to subcall an api's verbRomain Forlot1-8/+7
2018-12-13Fix: compiling a controller without LUA supportRomain Forlot2-0/+6
2018-12-13Fix Parse pluginFrederic Marec1-1/+2
2018-12-13AFB:servsync: add string for query argumentClément Bénier1-2/+7
2018-12-13Reworked pluginConfig functionRomain Forlot1-55/+38
2018-12-13Retrieve plugin list from api rather than a globalRomain Forlot5-13/+9
2018-12-13Add setter/getter for user free defined pointerRomain Forlot3-2/+18
2018-12-13Pass the plugin to action.Romain Forlot2-0/+2
2018-12-13Abort if one required API is missingRomain Forlot1-1/+2
2018-12-13Correct an error when no plugins are definedJonathan Aillet1-1/+1
2018-12-13Decrease print level when no onload actionJonathan Aillet1-1/+1
2018-12-13Add a 'params' fields for controller pluginsJonathan Aillet2-3/+5
2018-12-13Call wasn't done correctly in 'CtlConfigExec'Jonathan Aillet1-1/+1
2018-12-13Add ctlPlugins array to the ctlConfig structureRomain Forlot3-2/+10
2018-12-13Add an Init step to the plugins loadRomain Forlot2-1/+11
2018-12-13Change loading configuration object behaviorRomain Forlot5-22/+59
2018-12-13app-controller-submodule doc: Changed doc to fit new format.CorentinLGS10-971/+1
2018-12-13Fix: compatibility with binder FF.RC4Romain Forlot1-2/+6
2018-12-13Fix: Wrong variable definitionRomain Forlot1-1/+1
2018-12-13ctl-lua: Fixed memory corruptionThierry Bultel1-5/+6
2018-12-13Migration to v3Romain Forlot6-33/+119
2018-12-13Adds v3 function to get binding settingsRomain Forlot2-1/+9
2018-12-13New function returning the binding root directoryRomain Forlot1-0/+15
2018-12-13Change the default GLOB patternRomain Forlot1-2/+3
2018-12-13Fix wrong computed lengthRomain Forlot1-2/+2
2018-12-13Add path to the installed widget path.Romain Forlot1-8/+24
2018-12-13Controller: Converted README to a gitbook version.CorentinLGS17-417/+1431
2018-12-13New defaults useful functions on lua tableRomain Forlot1-0/+21
2018-12-13More precise log message when loading a Lua fileRomain Forlot3-12/+15
2018-12-13Fix: wrong legacy function signatureRomain Forlot1-1/+1
2018-12-13Split loading JSON controller file.Romain Forlot2-15/+18
2018-12-13Release arguments once C function returned.Romain Forlot1-1/+2
2018-12-13Fix : typo introduced in a previous commit.Romain Forlot1-1/+1
2018-12-13Fixed character counting that was shortening paths8000ff1-2/+2
2018-12-13Keep json unmodified during action executionJonathan Aillet1-7/+12
2018-12-13Use prefix variable to find controller's pluginsRomain Forlot7-61/+70
2018-12-13Use binding version to set controller definitionsJonathan Aillet1-5/+2
2018-12-13ctl-lua: typo fixClément Bénier1-43/+43
2018-12-13asynchronism for test: LockWait addedClément Bénier3-8/+40
2018-12-13Fix: plugin api assignement orderRomain Forlot1-2/+1
2018-12-13Execute ConfigExec only if section is existingRomain Forlot1-1/+1