Zeno Rogue
263ee56427
using new setCanvas function in RogueViz presentations
2024-06-16 16:16:56 +02:00
Arthur O'Dwyer
62629f3e70
Change static const
to static constexpr
wherever possible
...
Since we require C++11, most of these consts can be constexpr.
Two `static const ld` remain non-compile-time-evaluable because
they depend on the runtime `log` function. One `static const cld`
remains non-compile-time because `std::complex<T>` doesn't become
constexpr until C++14.
2023-08-23 09:47:28 -08:00
Zeno Rogue
06523e063e
used cyclefix and raddif in more places; (c)spin90, (c)spin180 and spin180 functions; rephrased M_PI in terms of TAU and x._deg when applicable
2022-11-13 16:22:55 +01:00
Zeno Rogue
41ccb86c8c
rogueviz:: various minor fixes to presentations
2022-08-12 09:09:38 +02:00
Zeno Rogue
b2fb02f863
gamescreen updated in rogueviz
2022-07-05 16:03:12 +02:00
Zeno Rogue
7480d1e0ea
rogueviz:: updated to hr changes
2022-06-23 09:32:58 +02:00
Zeno Rogue
7a1d3822b3
rv:: fifteen:: changed the hotkey, added new puzzles and descriptions
2022-03-01 08:38:22 +01:00
Zeno Rogue
5dbaea3049
fifteen:: remove debug
2021-07-04 11:31:39 +02:00
Zeno Rogue
4c3529cae4
fifteen:: no more ghosts
2021-07-04 11:31:25 +02:00
Zeno Rogue
1facb672ac
fifteen:: fixed triangle_markers (they were based on incorrect end configuration)
2021-07-04 11:31:14 +02:00
Zeno Rogue
28d334c660
using addHook_rvslides and addHook_slideshows in various rogueviz demos
2021-06-25 13:53:23 +02:00
Zeno Rogue
87b0f3a008
rogueviz::fifteen:: -fifteen works outside of ISWEB
2021-06-25 13:48:52 +02:00
Zeno Rogue
72587085af
rogueviz::fifteen:: option -fifteen-center
2021-06-25 13:46:57 +02:00
Zeno Rogue
5cedf8863a
rogueviz:: fifteen:: triangle markers
2021-06-25 13:46:08 +02:00
Zeno Rogue
5bca58a1da
rogueviz:: fixed pedantic errors
2021-04-07 23:23:40 +02:00
Zeno Rogue
a86fb6cd4d
rogueviz:: added URLs to various visualizations
2021-04-07 18:15:58 +02:00
Zeno Rogue
4af75fe611
rogueviz:: slide_error used
2021-04-07 18:13:45 +02:00
Zeno Rogue
4aff89134e
added a presentation for the fifteen puzzle
2021-04-07 18:13:45 +02:00
Zeno Rogue
7c8c4f3d04
rogueviz::fifteen:: used rv_hook and new map loading
2021-04-07 18:13:45 +02:00
Zeno Rogue
8a6f1764d2
rogueviz::fifteen:: support for non-orientable worlds, 'go back' actually works, an option to remove all tiles
2021-03-16 21:52:29 +01:00
Zeno Rogue
15e1d63089
rogueviz:: added the fifteen puzzle
2021-03-16 19:54:57 +01:00