• R/O
  • HTTP
  • SSH
  • HTTPS

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A Nix-friendly SQLite-enhanced fork of Flitter, a speedrunning split timer for Unix-style terminals


File Info

Révision 8aa997f0c15b38ce52569a1387afea104f4bcdb5
Taille 713 octets
l'heure 2023-07-07 12:19:42
Auteur Corbin
Message de Log

Make Gold.to_image foldable.

Okay! This was the missing piece. Now to restore the big patch...

Content

val is_gold : Timer_types.timer -> now:float -> int -> bool
val ahead_by : Timer_types.timer -> now:float -> int -> int option
val segment_time : Timer_types.timer -> now:float -> int -> int option
val archived_split_time : Timer_types.timer -> int -> int option
val archived_segment_time : Timer_types.timer -> int -> int option

val archive_done_run :
  Timer_types.timer ->
  now:float ->
  Duration.t option array ->
  Timer_types.archived_run

val split_time : Timer_types.timer -> now:float -> int -> int option
val gold_sum : Timer_types.timer -> int -> int -> int option
val updated_golds : Timer_types.timer -> Timer_types.gold array
val updated_pb : Timer_types.timer -> Timer_types.archived_run option