1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-24 23:02:07 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Zeno Rogue aed65e5bc0 rogueviz:: moved some parts from dhrg to embeddings 2025-12-04 23:21:46 +01:00
Zeno Rogue 422593c17c rogueviz:: improved the graph subsystem 2025-12-04 19:44:39 +01:00
Arthur O'Dwyer 10d0ed8900 Eliminate calls to sprintf
Apple Xcode has started giving `-Wdeprecated-declarations` warnings
for `sprintf`, and suggesting that people migrate to `snprintf` instead.
This is silly, but the warnings are spam and need to be silenced
somehow. Migrating to `snprintf` and/or `hr::format` is the path of
least resistance.
2023-08-21 10:18:44 -07:00
Zeno Rogue 57f9e3efb6 rogueviz:: easier to leave show_likelihood 2022-07-23 15:42:58 +02:00
Zeno Rogue 10f1559da0 fixup 2022-07-23 15:42:42 +02:00
Zeno Rogue 96b335e465 rogueviz::dhrg:: panning enable in show_likelihood 2022-07-23 15:42:33 +02:00
Zeno Rogue 9a916f1ef3 rogueviz:: added DHRG 2022-07-12 14:46:31 +02:00