ly/src
Colin 1124c126f9
Clocks (#461)
* Added a big clock

* fixed clock timing when animation is turned off

* fix memory leak and segfault

* rename clock to bigclock

* Added formattable clock

* fix clock position on first draw

don't rely on box_x and box_y to position the clock, because it might not be initialized in the first frame.

* fix memory leak
2023-06-15 08:57:37 +02:00
..
bigclock.h Clocks (#461) 2023-06-15 08:57:37 +02:00
config.c Clocks (#461) 2023-06-15 08:57:37 +02:00
config.h Clocks (#461) 2023-06-15 08:57:37 +02:00
dragonfail_error.h initial commit 2019-06-10 16:05:54 +02:00
draw.c Clocks (#461) 2023-06-15 08:57:37 +02:00
draw.h Clocks (#461) 2023-06-15 08:57:37 +02:00
inputs.c Ctrl+{hjkl} Moving cursor (but not in text) (#492) 2023-06-14 23:24:00 +02:00
inputs.h Merge dev into master (closes #182) (#425) 2022-08-12 21:27:06 +02:00
login.c Increase length for UID to 20 (closes #444) 2022-12-07 12:35:35 +01:00
login.h initial commit 2019-06-10 16:05:54 +02:00
main.c Clocks (#461) 2023-06-15 08:57:37 +02:00
utils.c remove the ctypes submodule 2021-10-07 15:54:13 +02:00
utils.h initial commit 2019-06-10 16:05:54 +02:00