]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
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
2012-08-14 Wolfgang (Blub... 'local' becomes a keyword
2012-08-14 Wolfgang (Blub... allow a semicolon after function bodies - make it manda...
2012-08-14 Wolfgang (Blub... actually print the prototype's file+line, not the curre...
2012-08-14 Wolfgang (Blub... type comparison, function prototypes
2012-08-14 Wolfgang (Blub... the error about an already-declared variable should...
2012-08-14 Wolfgang (Blub... removed redundant error+file+line in parseerror()
2012-08-14 Wolfgang (Blub... removing all direct 'printfs' from ast and ir, replaced...
2012-08-14 Wolfgang (Blub... it's .file, not .name'
2012-08-14 Wolfgang (Blub... renamign 'errtype' to 'msgtype' here... makes more...
2012-08-14 Wolfgang (Blub... oops... removing wrongly placed semicolons
2012-08-14 Wolfgang (Blub... error-print functions which take lex_ctx
2012-08-14 Wolfgang (Blub... And a colon for the colored version too ...
2012-08-14 Wolfgang (Blub... Add a colon after the linenumber
2012-08-14 Wolfgang (Blub... don't add the general 'parse error' message if an error...
2012-08-14 Wolfgang (Blub... used the wrong va_list there... why didn't gcc warn...
2012-08-14 Wolfgang (Blub... Working towards a saner error-output system, adding...
2012-08-14 Wolfgang (Blub... remove now unused files
2012-08-14 Wolfgang (Blub... Merge branch 'master' into blub/parser
2012-08-14 Wolfgang (Blub... ast_binstore, used for +=, -=, ++, -- etc
2012-08-13 Wolfgang (Blub... storing generated values and returning them early if...
2012-08-13 Wolfgang (Blub... initialize ast_expression_common.outl/outr
2012-08-13 Wolfgang (Blub... prototypes for ast_binstore, and storing outl/outr...
2012-08-13 Wolfgang (Blub... while, for
2012-08-13 Wolfgang (Blub... factored out 'if' parsing code into a function, added...
2012-08-13 Wolfgang (Blub... Even more operators
2012-08-13 Wolfgang (Blub... Merge branch 'master' into blub/parser
2012-08-13 Wolfgang (Blub... type_eq_instr[], type_ne_instr[]
2012-08-13 Wolfgang (Blub... More operations
2012-08-13 Wolfgang (Blub... nicer error messages, bitand and bitor for floats allowed
2012-08-13 Wolfgang (Blub... Check types on + and - operations
2012-08-12 Wolfgang (Blub... adding missing initializer for ir_value's member array
2012-08-12 Wolfgang (Blub... after a closing paren another operator has to be expect...
2012-08-12 Wolfgang (Blub... some debug outputs which can be activated via a define...
2012-08-12 Wolfgang (Blub... return an error code at exit after compile errors
2012-08-12 Wolfgang (Blub... it's a member of entity, not of a field...
2012-08-12 Wolfgang (Blub... -std=gmqcc way to handle fields by 'namespace'
2012-08-12 Wolfgang (Blub... without -std=gmqcc fields are accessible anywhere where...
2012-08-12 Wolfgang (Blub... Recognize a dot as operator when not in 'no-ops' mode...
2012-08-12 Wolfgang (Blub... don't rewind local variables too far
2012-08-12 Wolfgang (Blub... Merge branch 'master' into blub/parser
2012-08-12 Wolfgang (Blub... print error and return NULL when trying to create an...
2012-08-12 Wolfgang (Blub... Merge branch 'master' into blub/parser
2012-08-12 Wolfgang (Blub... fixed: ast_member needs to allow type_vector instead...
2012-08-12 Wolfgang (Blub... Merge branch 'master' into blub/bc3
2012-08-12 Wolfgang (Blub... ast_binary now keeps track of types
2012-08-12 Wolfgang (Blub... ast_istype should add the TYPE_ prefix
2012-08-12 Wolfgang (Blub... fixing the messup of MUL_FV and _VF being swapped ...
2012-08-12 Wolfgang (Blub... merging master
2012-08-12 Wolfgang (Blub... default case for ir_value_dump's type switch
2012-08-12 Wolfgang (Blub... ir_instr_dump to print CALL+paramcountfor calls rather...
2012-08-12 Wolfgang (Blub... TYPE_FUNCTION in ir_value_dump to show '(function)...
2012-08-12 Wolfgang (Blub... indentation of ir debug dump functions
2012-08-12 Wolfgang (Blub... Merging master to handle vector members, fields, and...
2012-08-11 Wolfgang (Blub... Working vector-field test
2012-08-11 Wolfgang (Blub... IR generation of vector-fields put the 'main' vector...
2012-08-11 Wolfgang (Blub... ast_member_new now fixed up for fields, ast_shallow_typ...
2012-08-11 Wolfgang (Blub... same +1 offset in LOAD_V as STOREP fixed
2012-08-11 Wolfgang (Blub... testing writing to multiple fields, including a vector...
2012-08-11 Wolfgang (Blub... print builtin now prints all the passed strings, not...
2012-08-11 Wolfgang (Blub... fixing address check INSTR_STOREP_V in execloop - it...
2012-08-11 Wolfgang (Blub... ir_block_create_store/p will now honor -fadjust-vector...
2012-08-11 Wolfgang (Blub... -fadjust-vector-fields
2012-08-11 Wolfgang (Blub... also generate _y and _z data for fieldpointers
2012-08-11 Wolfgang (Blub... to support .vector's _y and _z we need to add the globa...
2012-08-11 Wolfgang (Blub... testcase for print(ftos(pawn.mema)) slightly changed...
2012-08-11 Wolfgang (Blub... STOREP also has the destination in OPB rather than OPC
2012-08-11 Wolfgang (Blub... Generating fields using ir_builder_create_field
2012-08-11 Wolfgang (Blub... generate address of store_return values created with...
2012-08-11 Wolfgang (Blub... Need to keep prog->entities up to date when spawning...
2012-08-11 Wolfgang (Blub... experimental support for spawn() in the executor
2012-08-11 Wolfgang (Blub... use the correct STORE instruction, make pawn a local
2012-08-11 Wolfgang (Blub... ir_block_create_store_op checks whether or not the...
2012-08-11 Wolfgang (Blub... ast macros to use the return value of a call, trying...
2012-08-11 Wolfgang (Blub... ast macros to create a field, generating fields in...
2012-08-11 Wolfgang (Blub... -std=gmqcc should add a dot prefix to the globals for...
2012-08-11 Wolfgang (Blub... removing an unused variable
2012-08-11 Wolfgang (Blub... ir_value_set_field
2012-08-11 Wolfgang (Blub... tempcomitting parser changes for fields
2012-08-11 Wolfgang (Blub... recognize a dot as a single char token
2012-08-11 Wolfgang (Blub... Merge branch 'master' into blub/bc3
2012-08-11 Wolfgang (Blub... unnamed globals in the trace output use [@addr] now...
2012-08-11 Wolfgang (Blub... don't set globaladdr directly, use a setter, the setter...
2012-08-11 Wolfgang (Blub... Merge branch 'master' into blub/bc3
2012-08-11 Wolfgang (Blub... nicer trace output, strings now get escaped
2012-08-11 Wolfgang (Blub... handling if/else, shunting yard now leaves unmatched...
2012-08-11 Wolfgang (Blub... Handling blocks and inner blocks
2012-08-11 Wolfgang (Blub... let's be less insane with function naming and prepare...
2012-08-10 Wolfgang (Blub... creating vector's _xyz globals now, accessing them
2012-08-10 Wolfgang (Blub... Merge branch 'master' into blub/bc3
2012-08-08 Wolfgang (Blub... Experimental ast_member to access vector members
2012-08-08 Wolfgang (Blub... Merge branch 'master' into blub/bc3
2012-08-08 Wolfgang (Blub... fix the chack for -Wno- and -fno-, it needs to use...
2012-08-08 Wolfgang (Blub... rename a helper function since the name was in use
2012-08-08 Wolfgang (Blub... Merge branch 'master' into blub/bc3
2012-08-08 Wolfgang (Blub... Add WARN_ prefix to warnings enum
2012-08-08 Wolfgang (Blub... tempcommitting WARN_UNKNOWN_CONTROL_SEQUENCE and handli...
2012-08-08 Wolfgang (Blub... Merge branch 'master' into blub/bc3
next