Skip to content

Releases: JeffersonJales/Watch_GM

Watch 2.1.0

10 Mar 15:14
Compare
Choose a tag to compare

Hi, everyone!

New

  • JSDoc on all function and classes #1
  • Function watch_global_step : call all watches from global scope and call it step function.
  • WatchClass new property: is_globally_handled (Boolean)
  • WatchClass new functions: set_amount_time_max and is_global

set_amount_time_max : Change the max time of the Watch, can also reset the clock.
is_global : Check if the Watch is global or not.

Fix

  • watch_global_remove was not removing the watch from global scope #2

Changes to be aware of

  • WatchAlarmClass.set_amount_time now only takes 1 argument (was 2)
  • The default value of #macro WATCH_IS_GLOBAL_DEFAULT is now false

Clock is now Watch

04 Sep 04:32
Compare
Choose a tag to compare

More local manipulation of the watchs.
Now supports global watch manipulations (excellent for pause / resuming the game)

Two types of Clock

04 Dec 01:21
Compare
Choose a tag to compare
1.1.0

Clock Bool AND Clock Callback

Clock first release!

03 Dec 23:50
Compare
Choose a tag to compare
1.0.0

Clock kill