aboutsummaryrefslogtreecommitdiff
path: root/visualization/extrasmeltutils.cpp
AgeCommit message (Collapse)Author
2019-05-25Massive code refactor en cours!Gravatar Chris Xiong
Less complain from compilers: - use nullptr instead of NULL - use types for event fields - explicit type casting added Stop saving parameters of meta events in p1/p2 fields of SEvent. callback_t now uses std::function, deprecating ICallback. Not recommended for daily usage, or even testing: the code refactor is still a work in progress.
2016-12-27First official version with experimental support for the visualization ↵0.8.3-2Gravatar Chris Xiong
plugin on Windows. Fixed several critical bugs causing the plugin to crash QMP.
2016-05-18Finally finish the particle system integration.Gravatar Chris Xiong
Add std::wstring version APIs to avoid wrong encoding. Update documentation.
2016-05-18Fix bugs in the particle system.Gravatar Chris Xiong
Add particle look at option.
2016-05-16Finish the particle system.Gravatar Chris Xiong
2016-05-15Initial stubs for the particle system.Gravatar Chris Xiong
Use layouts in the effects window.
2016-05-06Use the new SMELT rendering API.Gravatar Chris Xiong
2016-05-04Piano keyboard: first steps.Gravatar Chris Xiong