]> icculus.org git repositories - divverent/nexuiz.git/commit
WIP of a simple general purpose animation framework for the menu. uncomment those...
authoresteel <esteel@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Mon, 22 Feb 2010 08:15:41 +0000 (08:15 +0000)
committeresteel <esteel@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Mon, 22 Feb 2010 08:15:41 +0000 (08:15 +0000)
commit4e82c4571a6bb900458981554b28e448b7a930ca
treed22668b2b3ccecebd3692e7da1607901b493417f
parent9c14868c128cc4ad6f6c56c48bfa7a9f8195aba0
WIP of a simple general purpose animation framework for the menu.  uncomment those two lines in data/qcsrc/menu/nexuiz/slider.c to see how it would work. still needs more work and esp. more animation maths functions.. also currently it interferes with slider dragging :(

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@8658 f962a42d-fe04-0410-a3ab-8c8b0445ebaa
data/qcsrc/menu/anim/animation.c [new file with mode: 0644]
data/qcsrc/menu/anim/animhost.c [new file with mode: 0644]
data/qcsrc/menu/classes.c
data/qcsrc/menu/menu.qc
data/qcsrc/menu/menu.qh
data/qcsrc/menu/nexuiz/slider.c