]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2012-08-18 Wolfgang (Blub... Revert "ast_usecount macro for convenience"
2012-08-18 Wolfgang (Blub... Revert "delete ast_members from parser->locals when...
2012-08-18 Wolfgang (Blub... delete ast_members from parser->locals when they were...
2012-08-18 Wolfgang (Blub... ast_usecount macro for convenience
2012-08-18 Wolfgang (Blub... let ast_node have a use-counter, helpful for the parser...
2012-08-18 Wolfgang (Blub... clear lex->modelname
2012-08-18 Wolfgang (Blub... clear all the remaining vectors in the parser
2012-08-18 Wolfgang (Blub... clear items_data in main
2012-08-18 Wolfgang (Blub... clean lex->frames in lex_close
2012-08-18 Wolfgang (Blub... free parser->fields and parser->locals at parser_cleanup
2012-08-18 Wolfgang (Blub... fix a MEM_VECTOR_CLEAR to be done AFTER clearing the...
2012-08-18 Wolfgang (Blub... Delete fields in parser_cleanup
2012-08-18 Wolfgang (Blub... the opening paren is now an operator - to fix up the...
2012-08-18 Wolfgang (Blub... add 'local' keyword in fields.qc, it's for qcc standard...
2012-08-18 Wolfgang (Blub... get rid of additional trailing \n on parseerror
2012-08-18 Wolfgang (Blub... WARN_ERROR -> opts_werror in parser.c
2012-08-18 Wolfgang (Blub... fields: testing function-fields
2012-08-18 Wolfgang (Blub... replacing WARN_ERROR with opts_werror
2012-08-18 Wolfgang (Blub... Fix indentation of lexer.c - was still using some tabs...
2012-08-18 Wolfgang (Blub... lexer now turns '(' into an operator if noops=false
2012-08-18 Wolfgang (Blub... debug warn def on top of the flag list
2012-08-18 Wolfgang (Blub... add the type of whatever is 'not a function' to that...
2012-08-18 Wolfgang (Blub... Add an error output in the ast where I missed one ...
2012-08-18 Wolfgang (Blub... add LOAD for TYPE_FUNCTION as LOAD_FNC so we can actual...
2012-08-18 Wolfgang (Blub... parser_strdup to wrap util_strdup and actually dup...
2012-08-16 Wolfgang (Blub... Support for $modelname and $framerestore
2012-08-16 Wolfgang (Blub... Don't expand frame macros when they don't have a $...
2012-08-16 Wolfgang (Blub... Added support for some modelgen/spritegen commands
2012-08-16 Wolfgang (Blub... '$' is now its own token, used for modeldata
2012-08-16 Wolfgang (Blub... data/fields.qc now tests fieldpointer parameters -...
2012-08-16 Wolfgang (Blub... CALL instructions need to offset the st++ too
2012-08-16 Wolfgang (Blub... Fix a possible endless loop in ir_values_overlap
2012-08-16 Wolfgang (Blub... entityfield tests
2012-08-16 Wolfgang (Blub... prog_leavefunction needs to take the ++st into account...
2012-08-16 Wolfgang (Blub... NOT for entity, function and string - we're not constan...
2012-08-16 Wolfgang (Blub... unary NOT operator for float and vector
2012-08-16 Wolfgang (Blub... even in non-qcc mode we need to search the variables...
2012-08-16 Wolfgang (Blub... verbose error about unhandled operators
2012-08-16 Wolfgang (Blub... lexer: recognize != as operator when noops=false
2012-08-16 Wolfgang (Blub... Fix an error message
2012-08-16 Wolfgang (Blub... print a proper error message when a function lacks...
2012-08-16 Wolfgang (Blub... Allow fieldpointer parameters in functions, allow funct...
2012-08-16 Wolfgang (Blub... activate -Wfield-redeclared by default
2012-08-16 Wolfgang (Blub... allow redeclaration of fields, but warn about them
2012-08-16 Wolfgang (Blub... Reorganizing expression parsing to allow prefix-operato...
2012-08-16 Wolfgang (Blub... OP_PREFIX flag for ~ and !
2012-08-16 Wolfgang (Blub... unary - operator implemented, adding imm_vector_zero...
2012-08-16 Wolfgang (Blub... -_- file->filename
2012-08-16 Wolfgang (Blub... util_fopen...
2012-08-16 Wolfgang (Blub... fopen -> fopen_s on windows
2012-08-16 Wolfgang (Blub... sscanf -> sscanf_s on windows
2012-08-16 Wolfgang (Blub... strcpy->memcpy in util_getline
2012-08-16 Wolfgang (Blub... make the 'vector' type use qcfloat instead of float
2012-08-16 Wolfgang (Blub... it's not undefined, stupid
2012-08-16 Wolfgang (Blub... cast mem_a returns in util_getline
2012-08-16 Wolfgang (Blub... add some missing casts to some mem_a
2012-08-16 Wolfgang (Blub... Shutup visual studio...
2012-08-16 Wolfgang (Blub... Replacing execloop.h ... wish I could just use a copy...
2012-08-16 Wolfgang (Blub... include stdio.h in exec.c for snprintf...
2012-08-16 Wolfgang (Blub... don't try to access function-local functions outside...
2012-08-16 Wolfgang (Blub... test for constants
2012-08-16 Wolfgang (Blub... assigning values to constant globals
2012-08-15 Wolfgang (Blub... ir.c: strcmp->memcpy
2012-08-15 Wolfgang (Blub... strpcy->memcpy
2012-08-15 Wolfgang (Blub... parser_finish needs to be called in progs.src mode...
2012-08-15 Wolfgang (Blub... remove MEM_VECTOR_INIT - the memset does it all, don...
2012-08-15 Wolfgang (Blub... Merge branch 'master' of git://github.com/graphitemaste...
2012-08-15 Wolfgang (Blub... Fix memset on the parser...
2012-08-14 Dale Weilergmqcc now builds on visual studio
2012-08-14 Wolfgang (Blub... Adding another test qc file, for constant folding
2012-08-14 Wolfgang (Blub... bit-and const-fold should use bitand not bitor
2012-08-14 Wolfgang (Blub... constant folding for bit and logic ops, added some...
2012-08-14 Wolfgang (Blub... const folding for division
2012-08-14 Wolfgang (Blub... constant folding for +, - and *
2012-08-14 Wolfgang (Blub... get rid of more duplicate code
2012-08-14 Wolfgang (Blub... Allow multiple fields to be declared using comma
2012-08-14 Wolfgang (Blub... vector fields now get _x, _y and _z too
2012-08-14 Wolfgang (Blub... progs.src mode added
2012-08-14 Wolfgang (Blub... combine 2 ifs to shorten code a little
2012-08-14 Wolfgang (Blub... -= operator
2012-08-14 Wolfgang (Blub... error message replacement
2012-08-14 Wolfgang (Blub... fixing ast_binstore_codegen's lvalue flag setting,...
2012-08-14 Wolfgang (Blub... += operator implemented
2012-08-14 Wolfgang (Blub... make the += operator use binstore actually, currently...
2012-08-14 Wolfgang (Blub... replacing lots of error messages
2012-08-14 Wolfgang (Blub... shush typo
2012-08-14 Wolfgang (Blub... different warning message
2012-08-14 Wolfgang (Blub... another -Wextensions situation: -std=qcc has no for...
2012-08-14 Wolfgang (Blub... Pushing my current testcode
2012-08-14 Wolfgang (Blub... fix wrong count on IF/IFNOT jumps
2012-08-14 Wolfgang (Blub... fixup do-while parsing, expect a semicolon afterwards
2012-08-14 Wolfgang (Blub... do-while loops
2012-08-14 Wolfgang (Blub... parsewarning() now gets GMQCC_WARN since parsewarning...
2012-08-14 Wolfgang (Blub... the 'local' keyword now also introduces the declaration...
2012-08-14 Wolfgang (Blub... flags and warnings not printed anymore without -dump
2012-08-14 Wolfgang (Blub... -dump option, by default the IR is not dumped anymore
2012-08-14 Wolfgang (Blub... -Wextensions for -std=qcc: warn about missing 'local...
2012-08-14 Wolfgang (Blub... -Wextensions on by default
2012-08-14 Wolfgang (Blub... eof after parsing the semicolon of a function declarati...
2012-08-14 Wolfgang (Blub... Getting rid of some debug output
next