]> git.xonotic.org Git - xonotic/xonotic.git/history - misc/tools/progs-analyzer.pl
Fix macOS SDL2 framework permissions
[xonotic/xonotic.git] / misc / tools / progs-analyzer.pl
2019-09-30 MarioMerge branch 'nyov/wikiexporter' into 'master'
2015-06-23 Ant ZucaroMerge branch 'BuddyFriendGuy/fixVolumeReset' into ...
2015-06-11 Severin MeyerMerge branch 'master' of gitlab.com:xonotic/xonotic...
2015-06-11 Severin MeyerMerge branch 'master' of gitlab.com:xonotic/xonotic...
2015-06-05 Rudolf Polzeroops, typo
2015-06-05 Rudolf Polzersetmodelindex also relinks
2015-06-04 Rudolf Polzersetorigin also relinks, mention this
2015-06-04 Rudolf PolzerIt's nicer with []
2015-06-04 Rudolf PolzerFix detection of setorigin/setsize/setmodel.
2015-06-04 Rudolf PolzerDetect assignment to foo.solid without a call to setmod...
2015-06-04 Rudolf PolzerAlso find setmodel, setsize builtins.
2015-06-04 Rudolf PolzerFix field names displayed for gmqcc progs.
2015-06-04 Rudolf PolzerLNO support.
2014-12-23 Severin MeyerMerge branch 'master' into sev/xolonium
2013-08-31 Rudolf PolzerFix for stupid bug.
2012-12-31 Rudolf Polzerwarn on invalid opcodes if they are reached
2012-12-18 Rudolf Polzerautobuild: include gmqcc
2012-12-18 Rudolf Polzerremove debug
2012-12-18 Rudolf Polzersupport RETURN of the last two globals :)
2012-12-18 Rudolf Polzerfix warning
2012-12-18 Rudolf Polzerdetect missing vector defs
2012-06-23 merlijnMerge branch 'master' of git://nl.git.xonotic.org/xonot...
2012-06-05 Rudolf PolzerMerge branch 'master' of git://nl.git.xonotic.org/xonot...
2012-05-30 Rudolf Polzerfix problems with the analyzer
2012-05-30 Rudolf Polzerdetect NOP jumps, and trivial endless loop
2012-05-20 merlijnMerge branch 'master' of git://nl.git.xonotic.org/xonot...
2012-05-02 Rudolf Polzeradd support for STATE
2012-05-02 Rudolf Polzermore fixes
2012-05-02 Rudolf Polzerbetter errors
2012-05-02 Rudolf PolzerIMMEDIATE: Ceci n'est pas un nom.
2012-05-02 Rudolf Polzerbetter detect extra parm globals
2012-05-02 Rudolf Polzerbetter mark warnings
2012-05-02 Rudolf Polzerprint warning with instruction
2012-05-02 Rudolf Polzerwork around QCC STORE_V bug
2012-05-02 Rudolf Polzerdetect temps used by only one function
2012-05-02 Rudolf Polzerdetect function-unique temps
2012-05-02 Rudolf Polzerbetter analyze variable types
2012-05-02 Rudolf PolzerMerge branch 'master' of http://nl.git.xonotic.org...
2012-05-02 Rudolf Polzerbetter detect global types
2012-04-30 Rudolf Polzerstuff
2012-04-30 Rudolf Polzerfix two typos
2012-04-30 Rudolf Polzerfix the "error" handlign
2012-04-30 Rudolf Polzeronly WARN about invalid opcodes, and guess their signature
2012-04-30 Rudolf Polzerfix the last analyzing step
2012-04-30 Rudolf Polzerkeep the state hash simpler
2012-04-30 Rudolf Polzerbetter detect unused locals
2012-04-29 Rudolf Polzerstart of future support to detect unused temps
2012-04-26 Rudolf Polzernicer syntax
2012-04-26 Rudolf Polzerspeedup state checking for complex functions
2012-04-26 Rudolf Polzerfix detection of error()
2012-04-26 Rudolf Polzershow constant values in disassembly; make the function...
2012-04-26 Rudolf Polzerfix parameter handling
2012-04-26 Rudolf Polzermore watching
2012-04-26 Rudolf Polzermore cleanup
2012-04-26 Rudolf Polzercode cleanup
2012-04-25 Rudolf Polzeradd a static analyzer, gets more features later