wowserhq / wowser

World of Warcraft in the browser using JavaScript and WebGL
MIT License
240 stars 63 forks source link

Feature: M2 sequences #127

Closed fallenoak closed 8 years ago

fallenoak commented 8 years ago

Additional groundwork for texture animations.

Please note that this PR includes commits from #126. We should ensure that PR is merged before tackling this PR.

Many (possibly even most) texture animations are part of global sequences rather than being set up as traditional animations. This PR adds support for global sequences to the M2 animation manager.

timkurvers commented 8 years ago

Nice! I don't think GitHub is clever enough to realize that some of these commits are now already on master. Should we try and fix that or just go ahead and merge this?

fallenoak commented 8 years ago

Yeah, cherry-picking apparently produces new commits (which I guess makes sense), and GitHub doesn't seem to reconcile that with the master branch.

timkurvers commented 8 years ago

:tada: