summaryrefslogtreecommitdiff
path: root/parser/parse.c
AgeCommit message (Collapse)Author
2003-09-07dont use obsolete xmlChildrenNodeDana Jansens
2003-09-01move rc3 to rc.xmlDana Jansens
2003-08-28load menu plugins automatically from whats in the menu fileDana Jansens
menu fixups move enabled into the 'normal menu item' specific data stuff
2003-08-12create ObParseInst structuer which can be then used to parse more than one ↵Dana Jansens
file/memory thing at a time. add function to parse memory block.
2003-07-31always return a string from parse_stringDana Jansens
2003-07-24use ob_debug for any debug printing and only display the output when its a ↵Dana Jansens
debug build or when --debug is passed to it
2003-07-23* Change xml parsing to pass the parent node, rather than the firstScott Moynes
child. * Add x,y co-ordinates on showmenu action so we can place menus on keypress.
2003-05-24this is a big one! im putting stats in here just cuz!Dana Jansens
59 files changed, 1691 insertions(+), 607 deletions(-) Adding the beginings of ObConf. Adding a resistance-config plugin for ObConf. Creating an obparser library that obrender can use, the kernel can use, plugins can use, and ObConf and its plugins can use. (its just code for using libXml2)