Arthur O'Dwyer
a8bd4854bb
Replace const X f()
with X f()
. NFC.
...
Theoretically, this improves codegen by allowing `x = f()` to move-from
the returned temporary instead of requiring a copy. In these cases I
don't expect any effect; it's just to keep the codebase clean.
Also change `operator"" _deg` to `operator""_deg`; the former spelling
was deprecated in 2023 (but, strangely, was deprecated retroactively
all the way back to C++11: see CWG2521).
2024-12-13 11:00:41 -05:00
Zeno Rogue
410b33edd2
added starts_with
2024-11-18 17:58:14 +01:00
Zeno Rogue
0137175d46
fixed linebreaks in Chinese, also do not break close to ( )
2024-11-18 09:59:09 +01:00
Zeno Rogue
2e2c9a5ccf
bringris:: a better help about stars
2024-11-18 09:27:43 +01:00
Zeno Rogue
e069630c8d
bringris:: an option to disable star unlocking
2024-11-18 09:27:31 +01:00
Zeno Rogue
2fde7f7f00
bringris:: SECRETs are no more
2024-11-18 09:27:09 +01:00
Zeno Rogue
907dd4fdd8
used the new langen output in Makefile
2024-11-17 20:21:33 +01:00
Zeno Rogue
9bf2f5924c
langen now can output to a file
2024-11-17 20:20:43 +01:00
Zeno Rogue
22b3befdd0
bringris:: 'explore' in highscore list works nows
2024-11-17 18:36:58 +01:00
Zeno Rogue
04b6d43427
bringris:: refactored clear_map
2024-11-17 18:36:49 +01:00
Zeno Rogue
1bdcbcc2a0
bringris:: myname support (although not changeable)
2024-11-17 18:36:06 +01:00
Zeno Rogue
4d8b4b2c8f
bringris:: view hiscores, star-based unlock system
2024-11-17 18:10:55 +01:00
Zeno Rogue
d790454fa3
rogueviz:: fixed latex_in_space
2024-11-17 17:02:45 +01:00
Zeno Rogue
2cb601312c
expansion:: sizes not known if in reg3 and not exact rules
2024-11-17 17:02:07 +01:00
Zeno Rogue
f63d06b648
vr:: better quickkeys for model viewing
2024-11-17 17:01:44 +01:00
Zeno Rogue
38653fdc00
rogueviz:: nilrider:: now uses the new VR quickkey system
2024-11-17 14:19:34 +01:00
Zeno Rogue
8fcabb0fde
rogueviz:: intra-demos now use the new quickkey system
2024-11-17 14:19:10 +01:00
Zeno Rogue
f5d4be5a8d
vr:: quick-keys for intra
2024-11-17 14:18:48 +01:00
Zeno Rogue
2b9a357634
vr:: a better system for VR quick-keys
2024-11-17 14:18:30 +01:00
Zeno Rogue
60c22d6952
vr:: factored out refdist()
2024-11-17 14:17:39 +01:00
Zeno Rogue
2575e768ac
bringris:: moved game-related values to gamedata struct
2024-11-17 13:40:40 +01:00
Zeno Rogue
d2166aef08
show map type, improved expansion
2024-11-14 18:21:49 +01:00
Zeno Rogue
67b3a35f1f
compatibility with old portal maps which indexed faces differently
2024-11-07 22:24:38 +01:00
Zeno Rogue
91ffde2bcc
fix make_portal for binary portals on non-Euclidean sides
2024-11-07 22:24:17 +01:00
Zeno Rogue
7ccca5cfcb
intra:: decide_lpu after portal hopping
2024-11-07 21:43:55 +01:00
Zeno Rogue
5bc2245f45
intra:: fixed an incorrect mention of scale
2024-11-07 21:43:07 +01:00
Zeno Rogue
6191705fcd
fixed generate_subcellshape in product
2024-11-07 21:41:58 +01:00
Zeno Rogue
2ac4a8a19a
moved delayed_start
2024-11-03 22:08:42 +01:00
Zeno Rogue
7798929629
bow:: do not auto-shoot friends
2024-11-03 22:08:31 +01:00
Zeno Rogue
e72e0f90b5
bow:: avoid hitting friends
2024-11-03 22:08:21 +01:00
Zeno Rogue
bd9e0a7469
fixed FONTCONFIG compilation
2024-11-03 21:35:05 +01:00
Zeno Rogue
d6ec3b1fcc
Android updated to 13.0v
2024-11-02 13:00:07 +01:00
Zeno Rogue
bb9e951138
some guards to make it compile on Android
2024-11-02 12:58:52 +01:00
Zeno Rogue
42d9aa4ba3
fixed a bug with mdHorocyclic in SL2
2024-10-31 20:09:47 +01:00
Zeno Rogue
ace000a266
rogueviz:: bringris:: saving
2024-10-20 01:55:30 +02:00
Zeno Rogue
f95832a3cf
rogueviz::sag:: added -sag-unoptimize
2024-10-20 01:54:06 +02:00
Zeno Rogue
b15384aeb8
rogueviz:: sag:: fixed incorrect clearing of subcell_points
2024-10-20 01:53:31 +02:00
Zeno Rogue
b3c69e412c
rogueviz:: sag:: fixed sagdist_t on Windows
2024-10-20 01:52:36 +02:00
Zeno Rogue
20c45cf331
dont_optimize flag
2024-10-20 01:52:02 +02:00
Zeno Rogue
c6c400ffc3
log exceptions not caught
2024-10-20 01:51:55 +02:00
Zeno Rogue
6c47ba501b
fixed ijkl scrolling keys in SDL2
2024-10-20 01:50:33 +02:00
Zeno Rogue
b756266ebe
update 13.0v
v13.0v
2024-10-12 10:44:24 +02:00
Zeno Rogue
75247f9271
spaceship in turn-based mode attack is graphically represented by shooting a tiny missile, not by bumping
2024-10-12 10:40:27 +02:00
Zeno Rogue
831991d87e
draw correct mimics
2024-10-12 10:40:27 +02:00
Zeno Rogue
80de682333
fixed display for Hell unlock
2024-10-12 10:40:27 +02:00
Zeno Rogue
d4d09f0855
semicasual mode
2024-10-12 10:40:27 +02:00
Zeno Rogue
568389e629
Strong Wind and Orb of Vaulting now better with Orb of the Sword
2024-10-12 10:40:27 +02:00
Zeno Rogue
d90dcdcff5
Frog comment improved
2024-10-11 15:52:06 +02:00
Zeno Rogue
f46d551f13
made keybd_subdir optional
2024-10-11 13:14:09 +02:00
Zeno Rogue
74dcd03ac6
Merge pull request #381 from jlmjlm/tabsd
...
Select the keyboard push-subdirection with Tab.
2024-10-11 12:50:54 +02:00