]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Fix alias bug. Implemented support for aliases of vectors (x, y, z components)....
authorDale Weiler <killfieldengine@gmail.com>
Wed, 6 Feb 2013 09:09:47 +0000 (09:09 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Wed, 6 Feb 2013 09:09:47 +0000 (09:09 +0000)
commit21e890602ded3d7344a51165d36b1ccd71144609
treed0f76301b9b0d5b81eb976f6f39a98453df7d14a
parent6fc141733ffe0db41ba689516951c97481e54c7c
Fix alias bug.  Implemented support for aliases of vectors (x, y, z components). Also made aliases corrector resident (e.g alias to vector foo, named bop, indexing bol_x [instead of bop_x] will result in a correction suggestion of bop_x now).
parser.c