]> git.sesse.net Git - nageru/history - nageru/theme.cpp
Allow giving class names to Block.choose_alternative.
[nageru] / nageru / theme.cpp
2019-06-15 Steinar H. GundersonAllow giving class names to Block.choose_alternative.
2019-06-13 Steinar H. GundersonRework the chain concept.
2019-06-11 Steinar H. GundersonMove some Lua utility functions into a separate header...
2019-06-10 Steinar H. GundersonAdd a helper so that theme script warnings get line...
2019-05-22 Steinar H. GundersonDefer creation of effects until they are added to a...
2019-05-22 Steinar H. GundersonAlways require GL_EXT_texture_sRGB_decode.
2019-05-12 Steinar H. GundersonFix another whitespace error.
2019-05-11 Steinar H. GundersonFix an indentation error.
2019-05-11 Steinar H. GundersonRefactor out a function for adding the end of EffectChains.
2019-03-27 Steinar H. GundersonOn errors, abort() instead of exit(1); exit() in a...
2018-12-30 Steinar H. GundersonAdd support to Nageru for reading the subtitles from...
2018-12-28 Steinar H. GundersonMove from unique_lock to lock_guard everywhere we can...
2018-12-21 Steinar H. GundersonIn Theme::get_chain(), send InputState by reference...
2018-12-20 Steinar H. GundersonRemove the LuaJIT 2.0 compatibility shims.
2018-12-04 Steinar H. GundersonMerge branch 'mjpeg'
2018-12-01 Steinar H. GundersonMerge remote-tracking branch 'futatabi/master'
2018-12-01 Steinar H. GundersonMove everything into a separate futatabi/ subdir, for...