summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/console/init.lua
Commit message (Expand)AuthorAgeFilesLines
* -Improved some Lua APIs: Vas Crabb2023-04-071-3/+7
* -Lua engine: run everything in coroutines. (#11019) Vas Crabb2023-03-251-2/+4
* Lua: Be more strict with concurrency and multiple contexts. Vas Crabb2023-03-081-5/+5
* plugins/console: Fixed tab completion after linenoise update. Vas Crabb2023-03-081-14/+16
* Updated forked linenoise to latest upstream. Vas Crabb2023-03-071-15/+5
* osd/modules/file: Don't magically substitute environment variables when openi... npwoods2022-12-171-1/+1
* plugins/console: fix crash cracyc2021-10-301-6/+10
* plugins: Use SPDX short identifiers for licenses in exports (more precise and... Vas Crabb2021-10-251-1/+1
* srcclean for release Vas Crabb2021-05-231-5/+5
* Mostly revert "Create console history file in homepath (#8026)" Vas Crabb2021-05-071-4/+1
* Create console history file in homepath (#8026) Szunti2021-05-031-3/+6
* init.lua: Change "historypath" (only supposed to be used for DATs) to "homepa... AJR2021-05-021-2/+2
* Save line history for the console and other minor fixes Szunti2021-04-251-12/+42
* More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-271-2/+2
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-5/+10
* (nw) Clean up the mess on master Vas Crabb2019-03-261-1/+11
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-11/+1
* plugins/console: command history (nw) cracyc2019-02-171-1/+11
* plugins/console: make the console behave like the docs, unlike the official l... cracyc2018-02-071-17/+24
* luaengine: debugger_manager support [Carl] cracyc2017-07-231-0/+20
* srcclean (nw) Vas Crabb2017-05-281-1/+1
* linenoise: replace linenoise-ng with a different port that is simpler and use... cracyc2017-05-131-35/+139
* plugins/console: much better completions (nw) cracyc2016-11-071-10/+41
* plugins/console: further improve completions by removing break chars from lin... cracyc2016-11-061-11/+6
* plugins/console: (nw) cracyc2016-11-061-1/+0
* lua-linenoise: add preload (nw) cracyc2016-11-061-1/+13
* plugins/console: (nw) cracyc2016-11-061-1/+1
* plugins/console: better completions (nw) cracyc2016-11-061-5/+14
* plugins/console: add lua console [Carl] cracyc2016-11-061-0/+84