]> git.tdb.fi Git - libs/demoscene.git/shortlog
libs/demoscene.git
2019-06-23 Mikko RasaAllow stages to define actions master
2019-06-23 Mikko RasaStop the animation when the action ends
2019-06-23 Mikko RasaFix initialization issues in the Animate action
2019-06-21 Mikko RasaMake the default constructor of Resources protected
2019-06-17 Mikko RasaUse an OpenGL 3.2 core context unless requested otherwise
2019-06-16 Mikko RasaUse a different way of obtaining the value of pi
2019-06-15 Mikko RasaAdd a film grain postprocessor
2019-06-14 Mikko RasaAdd a vignette postprocessor
2019-06-12 Mikko RasaLoad FadeOverlay's shader from builtin resources
2019-06-12 Mikko RasaAdd a builtin resource collection for storing necessary...
2019-06-12 Mikko RasaUse LoadableTypeRegistry to manage action types in...
2019-06-11 Mikko RasaValidate one-off actions
2019-06-08 Mikko RasaAdd a repeat statement
2019-06-08 Mikko RasaAdd statement for easily offsetting a group of segments
2019-06-08 Mikko RasaAllow setting matrix for the beat counter
2019-06-08 Mikko RasaDynamically check for AnimatedObject in Animate
2019-06-08 Mikko RasaAdd stacked flag to Animate action
2019-06-08 Mikko RasaDo not scale looping animation duration
2019-06-07 Mikko RasaPut everything in namespace Msp::DemoScene
2019-06-06 Mikko RasaAdd a feature declaration for developer options
2019-06-06 Mikko RasaAdd dependencies on libsigc++ and OpenGL
2019-05-31 Mikko RasaAllow specifying one-off actions inside segments
2019-05-24 Mikko RasaCreate Stage pipeline when added to a view
2019-05-24 Mikko RasaMake it possible for Stages to add things to the Demo
2019-05-22 Mikko RasaInstall the library and headers
2019-05-22 Mikko RasaAdd a helper function for registering a stage with...
2019-05-22 Mikko RasaTurn Stage into a class
2019-05-22 Mikko RasaMerge CameraControl functionality into other classes
2019-05-22 Mikko RasaMinor cleanups
2019-05-22 Mikko RasaLoad any collection files from the data directory
2019-05-22 Mikko RasaMake some simple actions loadable
2019-05-22 Mikko RasaFramework for loading sequences from files
2019-05-21 Mikko RasaTurn interpolation action mode into an enum
2019-05-21 Mikko RasaDefine UI text font and technique in Resources instead...
2019-04-30 Mikko RasaMove the Action class out of Sequencer
2019-03-13 Mikko RasaInitial files lifted from the Skrolliparty 2 demo