mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 18:46:29 +03:00
Now the "animation*" properties are parsed and converted into an AnimationDefinition. Added a new obligatory method to Action, Action::getTotalTime, in order to have more precise information about the current execution point in time of the actions. Added String::isNumber(std::string, bool). Added Time::fromString and Time::isValid.