]> git.xonotic.org Git - xonotic/gmqcc.git/history - data
cache filenames as such instead of using code_cachedstring
[xonotic/gmqcc.git] / data /
2012-08-23 Wolfgang (Blub)... Removing print2 and print3 from data/parsing.qc, replac...
2012-08-23 Wolfgang (Blub)... Variadic functions: works for builtins, warns for imple...
2012-08-22 Wolfgang (Blub)... some vector tests
2012-08-21 Wolfgang (Blub)... TYPE_FUNCTION values which are not constant are now...
2012-08-21 Wolfgang (Blub)... uninit.qc test
2012-08-20 Wolfgang (Blub)... Creating the ast_function for a function only when...
2012-08-19 Wolfgang (Blub)... relax parse_close_paren to allow values in parenthesis...
2012-08-19 Wolfgang (Blub)... Automatic prototyping of frame-functions
2012-08-19 Wolfgang (Blub)... setting data/frames.qc right again
2012-08-19 Wolfgang (Blub)... calls for now use store_value since we don't properly...
2012-08-19 Wolfgang (Blub)... fix a wrong print in parsing.qc test
2012-08-19 Wolfgang (Blub)... Oops setting wrong members
2012-08-19 Wolfgang (Blub)... data/frames.qc to test [frame,think]
2012-08-19 Wolfgang (Blub)... Factoring out duplicate code into a function: create_ve...
2012-08-18 Wolfgang (Blub)... ast_type_adopt - ast_entfield now adopts the full type...
2012-08-18 Wolfgang (Blub)... data/vars.qc - when declaring a function, and it had...
2012-08-18 Wolfgang (Blub)... move the member-of check for '.' to after applying...
2012-08-18 Wolfgang (Blub)... data/functions.qc for some more tests
2012-08-18 Wolfgang (Blub)... adding data/proto.qc
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)... fields: testing function-fields
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)... data/fields.qc now tests fieldpointer parameters -...
2012-08-16 Wolfgang (Blub)... entityfield tests
2012-08-16 Wolfgang (Blub)... Reorganizing expression parsing to allow prefix-operato...
2012-08-16 Wolfgang (Blub)... test for constants
2012-08-14 Wolfgang (Blub)... Adding another test qc file, for constant folding
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)... Pushing my current testcode
2012-05-05 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-05-05 Dale Weilerutil_strncmpexact
2012-05-03 Dale WeilerMore assembler code (less allocations too)
2012-05-02 Dale WeilerMerge remote-tracking branch 'origin/ast-and-ir'
2012-05-02 Dale WeilerMerge branch 'master' into ast-and-ir
2012-05-02 Dale Weilerargsize parsing for assembler
2012-05-02 Dale WeilerMore function parsing for assembler
2012-05-02 Dale Weilerassembly statement operand parsing. Now all we need...
2012-05-01 Dale Weilertest.qs update
2012-05-01 Dale WeilerAssembly statement parsing
2012-05-01 Dale WeilerFunction parsing for the assembler now works, and adds...
2012-04-29 Dale WeilerParse vector constants and add them to the constants...
2012-04-28 Dale Weilervector parsing for assembly
2012-04-28 Dale WeilerMerge branch 'assembler' into ast-and-ir
2012-04-28 Dale Weilertype parsing for constants, globals and locals. Sanati...
2012-04-28 Dale Weilerassembler can parse internal functions. Wrote all inter...
2012-04-28 Dale WeilerMore assembly work
2012-04-24 Dale Weilertest/ -> data/