User Tools

Site Tools


lua:vodurtodo:vodur_s_todo

oprog recite trigger

make sure all vnum args accept rvnums

reapply affects after setlevel

ROOM PROGS

-fight trigger

-recall trigger

-void trigger

-spell trigger

-social trigger

-try trigger

{-scriptdump-} and maybe scriptedit commands

way to manually clear env? _G={} is pretty easy though

maybe: lua_load_xprog to search for chunkname, so we don't reload the script necessarily each time but just grab a new function instance by running the chunk.

add rprog to grep

add optional spell level arg to cast()

set position

add timer to setval

wiznet option to see only bugs in your area

luaquery option to dump csv to webserver

mprogs have return value

fix boolean checks (ispc()) to be props instead of methods

fix more appropriate CH methods to be globals

luaquery menu based version, still spits out full luaq args at the end so you can share or whatev

luaquery saved queries (per char or global???)

Tue Mar 3 14:39:04 2015::Dr. Vodur immtalks 'sql is tricky in its own right'
Tue Mar 3 14:39:25 2015::Bobble immtalks 'with menu you mean an interactive mode with multiple inputs?'
Tue Mar 3 14:39:29 2015::Dr. Vodur immtalks 'yes'
Tue Mar 3 14:39:53 2015::Bobble immtalks 'hmm.. not sure I'm so sold on that idea - I kinda like a simple query interface'
Tue Mar 3 14:40:03 2015::Dr. Vodur immtalks 'well it will only be an option'
Tue Mar 3 14:40:20 2015::Bobble immtalks 'nod, just not sure I would be using it much'
Tue Mar 3 14:40:26 2015::Dr. Vodur immtalks 'and in the end it will spit out a full query syntax that you can share/reuse'
Tue Mar 3 14:40:44 2015::Bobble immtalks 'hmm.. that could be neat for learning I suppose'
Tue Mar 3 14:40:56 2015::Commander Astark immtalks 'yea.. I still use “help luaq” often enough'
Tue Mar 3 14:41:12 2015::Dr. Vodur immtalks 'anyway, if you're serious, probably can also add support for select x,y,z from op where a and b and c syntax'
Tue Mar 3 14:41:28 2015::Bobble immtalks 'and it wouldn't be real SQL with nesting, joins or multiple tables..'
Tue Mar 3 14:41:33 2015::Bobble immtalks 'nod'
Tue Mar 3 14:41:40 2015::Dr. Vodur immtalks 'right, if it was just to that extent, it's not a big deal'
Tue Mar 3 14:41:54 2015::Bobble immtalks 'select [list] from [type] where [conditions]'
Tue Mar 3 14:42:26 2015::Bobble immtalks 'almost same as now but with keywords instead of quotation marks'
Tue Mar 3 14:42:31 2015::Dr. Vodur immtalks 'right'
Tue Mar 3 14:43:00 2015::Dr. Vodur immtalks 'gotta support order by and top/bottom probably'
Tue Mar 3 14:43:16 2015::Bobble immtalks 'although could prolly drop the select which is just redundant'
Tue Mar 3 14:43:20 2015::Dr. Vodur immtalks 'and add a keyword for limiting column width'
Tue Mar 3 14:43:40 2015::Bobble immtalks 'we're gonna create our own new language yet ;)'
Tue Mar 3 14:44:23 2015::Bobble immtalks 'hmm.. transformation functions in the select part maybe? like..'
Tue Mar 3 14:45:00 2015::Bobble immtalks 'luaq vnum, substr(name,0,10) from …'
Tue Mar 3 14:45:10 2015::Dr. Vodur immtalks 'actually it's already supported with current syntax so should be fine'
Tue Mar 3 14:45:38 2015::Dr. Vodur immtalks 'name:sub(1,10) i think would be the syntax'
Tue Mar 3 14:45:48 2015::Bobble immtalks 'yeah, that's even nicer'
Tue Mar 3 14:46:09 2015::Dr. Vodur immtalks 'sounds fun, think i'll mess with it'
Tue Mar 3 14:46:19 2015::Bobble immtalks ':)'
Tue Mar 3 14:46:28 2015::Dr. Vodur immtalks 'would be more intuitive for me as well tbh'

lua/vodurtodo/vodur_s_todo.txt · Last modified: 2015/03/03 21:48 by vodur