added optional button to restart game (door, panel and touch variants)
[rocksndiamonds.git] / src / anim.c
2024-01-04 Holger Schemelre-added explicitly setting draw order for pointer...
2023-12-13 Holger Schemelchanged setup option to disable global animations to...
2023-12-13 Holger Schemelreverted setting (and maybe inheriting) draw order...
2023-12-12 Holger Schemelfixed correctly using defined draw order of global...
2023-12-12 Holger Schemelfixed setting (and maybe inheriting) draw order for...
2023-12-12 Holger Schemelremoved explicitly setting draw order for pointer-style...
2023-12-12 Holger Schemelreverted order of processing game modes for global...
2023-12-09 Holger Schemelfixed sorting global animation parts by draw order...
2023-12-09 Holger Schemelfixed "level_nr" style global animations on level selec...
2023-12-09 Holger Schemelchanged order of processing game modes for global anima...
2023-12-09 Holger Schemelchanged only handling pointer-style animations clicks...
2023-12-02 Holger Schemelremoved duplicate variable to check if request dialog...
2023-11-19 Holger Schemeladded support for fading in and fading out global anima...
2023-11-19 Holger Schemeladded support for setting alpha value for global animations
2023-11-15 Holger Schemelfixed state of global animation parts waiting for initi...
2023-11-15 Holger Schemelfixed bug with triggering global animations in certain...
2023-11-15 Holger Schemelfixed bug with events defined to start and stop global...
2023-11-12 Holger Schemeladded pausing global animations on doors if game engine... 4.3.7.1
2023-11-10 Holger Schemeladded using trigger element position for CE triggered...
2023-10-26 Holger Schemelfixed bug with global animation at wrong playfield...
2023-10-08 Holger Schemelfixed bug with global animation at top left playfield...
2023-10-08 Holger Schemelmoved code to set global animation to CE position to...
2023-10-08 Holger Schemeladded new animation mode "level_nr" to select frame...
2023-10-02 Holger Schemelfixed bug with CE triggered global animations treated...
2023-10-02 Holger Schemeladded pausing global animations on playfield if game...
2023-10-02 Holger Schemelmoved code to draw envelope request over global animations
2023-10-01 Holger Schemelfixed bug with shifted global playfield animations...
2023-09-13 Holger Schemelfixed calculating position of global animations trigger...
2023-09-09 Holger Schemelfixed bug with forced restart of global animations...
2023-09-09 Holger Schemelimproved forced restart of global animations when resta...
2023-09-03 Holger Schemelremoved redundant code
2023-09-03 Holger Schemelfixed one-frame delay when global animations leave...
2023-09-03 Holger Schemelchanged global animations to handle only one CE change...
2023-09-03 Holger Schemeladded option to not trigger further animations if CE...
2023-09-03 Holger Schemeladded setting scroll offset to global animation positio...
2023-09-03 Holger Schemelfixed bug when handling init and anim events for global...
2023-09-03 Holger Schemeladded setting global animation position from CE trigger...
2023-09-03 Holger Schemelfixed setting global animation sync frame when started...
2023-09-03 Holger Schemeladded support for CE change pages triggering global...
2023-09-03 Holger Schemeladded support for custom elements triggering global...
2023-08-16 Holger Schemelfixed stopping music if global anim music differs from...
2023-05-14 Holger Schemelfixed drawing mouse pointer global animation above...
2023-02-18 Holger Schemelimproved forced restart of global animations when resta...
2023-02-18 Holger Schemeladded function to force restarting global animations
2023-02-18 Holger Schemeladded support for clickable stacked global animations
2023-02-08 Holger Schemelmoved code to different function where it belongs to
2023-02-08 Holger Schemeladded support for stacked global animations
2023-02-08 Holger Schemelmoved code to separate function
2022-10-26 Holger Schemeladded new animation mode ".global_anim_sync" for game...
2022-10-16 Holger Schemeladded explicit operator precedence (stylistic only)
2022-10-16 Holger Schemelremoved shadowing of outer variable by local variable
2022-07-21 Holger Schemeladded delay counter data type and adjusted related...
2022-05-08 Holger Schemeladded support for global animations on name selection...
2022-04-09 Holger Schemeladded support for opening URLs for global animation...
2022-03-27 Holger Schemeladded new screen definition for global animations in...
2022-02-23 Holger Schemeladded support for new game mode for score info page...
2021-03-04 Holger Schemelfixed using custom sized game graphics also for global...
2020-12-21 Holger Schemeladded support for drawing request dialog on top of...
2020-12-13 Holger Schemeladded definitions for upcoming new name selection screen
2020-09-16 Holger Schemelchanged simple "printf()" debug output to new debug...
2020-09-03 Holger Schemelchanged "http" to "https" in URLs
2020-05-19 Holger Schemeladded option to generally set global animations to...
2020-05-19 Holger Schemeladded missing handling of animation mode "random" for...
2019-06-19 Holger Schemelfixed crash bug caused by division by zero
2019-05-31 Holger Schemelfixed handling global animation click events (again)
2019-05-31 Holger Schemelfixed handling global animation click events (finally)
2019-05-30 Holger Schemelre-added variable to check if any global animation...
2019-05-30 Holger Schemelfixed bug with resetting variable which may already...
2019-05-30 Holger Schemelrenamed variable (old name did not describe its use...
2019-05-28 Holger Schemelfixed detecting running animations ('restart' bit may...
2019-05-25 Holger Schemelfixed initially displaying custom mouse cursor in upper...
2019-04-25 Holger Schemelfixed bug with restarting pointer-style global animatio...
2019-04-25 Holger Schemelfixed (reversed) setting hot spot for pointer-style...
2019-04-24 Holger Schemeladded not using global animation mouse pointer when...
2019-04-24 Holger Schemeladded setting draw order and style for pointer-style...
2019-04-22 Holger Schemeladded forcing pointer-style global animations to stay...
2019-04-22 Holger Schemelfixed handling global animation click events
2019-04-03 Holger Schemelimproved global animation class "pointer" for animation...
2019-03-23 Holger Schemeladded global animation actions executed after init...
2019-03-23 Holger Schemelrenamed variable
2019-03-23 Holger Schemelfixed bug with not recognizing ".init_event_action...
2019-03-21 Holger Schemelfixed initializing post delay counter when starting...
2019-03-21 Holger Schemelfixed inconsistent global animation state after event...
2019-03-20 Holger Schemelfixed handling global animation key actions when mouse...
2019-03-18 Holger Schemeladded global animation class "pointer" for animation...
2019-03-17 Holger Schemeladded global animation event 'unclick:any' to handle...
2019-03-16 Holger Schemelfixed wrong position of global animations in 'door_2...
2019-03-14 Holger Schemeladded some more debug output for triggered global anima...
2019-03-14 Holger Schemeladded several new event types that can trigger global...
2019-03-14 Holger Schemeladded some debug output for triggered global animations...
2019-03-14 Holger Schemeladded support for more event types that can trigger...
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...
next