moved checking if click triggered other animations to separate function
[rocksndiamonds.git] / src / anim.c
2019-03-14 Holger Schemelmoved checking if click triggered other animations...
2019-03-14 Holger Schemeladded support for more event types for global animation...
2019-03-12 Holger Schemeladded support for handling multiple event definitions...
2019-03-12 Holger Schemelcleanup of (boolean) animation event state handling
2019-03-12 Holger Schemeladded support for storing multiple event definitions...
2018-10-27 Holger Schemeladded special global animation mode 'NO_TITLE' for...
2018-10-23 Holger Schemelchanged comments from old to new style (one-line commen...
2018-09-19 Holger Schemelfixed compiler warnings (after adding "-Wmissing-protot...
2018-09-19 Holger Schemelfixed compiler warnings (after adding "-Wstrict-prototy...
2018-09-12 Holger Schemelfixed bug with expiring loop sounds for global animatio...
2018-09-12 Holger Schemelfixed bug with not recognizing ".mode_loop: false"...
2018-06-17 Holger Schemeladded event actions (by simulating keyboard input)...
2018-06-17 Holger Schemelfixed compiler warning due to missing function declaration
2018-06-17 Holger Schemeladded being able to generally set global animations...
2018-06-17 Holger Schemeladded "multiple_actions" option for clickable global...
2018-06-17 Holger Schemeladded ignoring gadgets if click already caused animatio...
2018-06-17 Holger Schemeladded event actions (active screen elements) for global...
2018-06-17 Holger Schemelfixed handling passthrough option for clickable global...
2018-06-17 Holger Schemelfixed ignoring clicks on global animations after execut...
2018-06-17 Holger Schemeladded "passthrough" option for clickable global animations
2018-06-17 Holger Schemeladded event actions (by triggering gadgets) for global...
2018-06-17 Holger Schemelfixed state of inactive parts of global animations
2018-06-17 Holger Schemelcode cleanup
2018-06-12 Holger Schemelfixed bug with wrong order of checking global animation...
2017-12-04 Holger Schemelfixed bug with global animations in mode 'MAINONLY...
2017-10-30 Holger Schemelchanged handling mouse events only for topmost clickabl...
2017-10-10 Holger Schemelfixed problem with global animations being restarted...
2017-05-20 Holger Schemeladded support for separate animations for 'old' (entere...
2017-05-06 Holger Schemelincreased maximum number of global animations (and...
2017-04-24 Holger Schemeladded 'position: last' for global animations to continu...
2017-04-23 Holger Schemeladded animation event by 'any' input (click anywhere...
2017-04-19 Holger Schemeladded using '.draw_masked' for global animation and...
2017-04-19 Holger Schemeladded animation events triggered by clicking other...
2017-04-18 Holger Schemelchanged click events for global animations to ignore...
2017-04-18 Holger Schemeladded first version of simple click events for global...
2016-05-29 Holger Schemelremoved forcing next screen redraw after handling globa...
2016-05-25 Holger Schemeladded also fading in/out global animations to be starte...
2016-05-24 Holger Schemelfixed global animations from moving again immediately...
2016-05-24 Holger Schemelprepared global animation functions to store animation...
2016-05-23 Holger Schemelprepared global animation functions to update different...
2016-05-23 Holger Schemelfixed doing global animation stuff when it is disabled...
2016-05-23 Holger Schemeladded value to constants for global animations control
2016-05-10 Holger Schemeladded music support for global animations
2016-04-25 Holger Schemelrenamed and cleaned up source files for handling global...