1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-15 01:39:57 +00:00
Commit Graph

10157 Commits

Author SHA1 Message Date
Zeno Rogue
a50a87f095 another constexpr changed to const in textures.cpp 2023-10-28 10:04:15 +02:00
Zeno Rogue
33060a884c array initializer did not compile on Steam 2023-10-28 10:04:15 +02:00
Zeno Rogue
9caa4daa62 crossbow flags constexpr 2023-10-28 10:04:15 +02:00
Zeno Rogue
8e55cc9ebd movei(nullptr_t) not compiling on OSX Clang 2023-10-28 09:51:27 +02:00
Zeno Rogue
4e134c56b6 crossbow:: constexpr 2023-10-28 09:51:27 +02:00
Zeno Rogue
8129cfd726 crossbow: better mimic bowpaths, mimic bowpaths colored, mimic bowpaths slay mirror spirits 2023-10-28 09:51:27 +02:00
Zeno Rogue
3645a9b85e better optimal shoot counting 2023-10-28 09:51:27 +02:00
Zeno Rogue
b0d117e646 crossbow:: checkmate rule 2023-10-28 09:51:27 +02:00
Zeno Rogue
4f82c3eb8e last_bowpath changed to more efficient bowpath_map 2023-10-28 09:51:27 +02:00
Zeno Rogue
c36da1985c crossbow:: peace, dual, and non-shmup multiplayer are incompatible 2023-10-28 09:51:27 +02:00
Zeno Rogue
e8ecccdf53 crossbow:: explain hedgehogs better 2023-10-28 09:51:27 +02:00
Zeno Rogue
11869c796b crossbow:: disable fire_mode on move 2023-10-28 09:51:27 +02:00
Zeno Rogue
a012e6103a crossbow:: do not try shooting on stay 2023-10-28 09:51:27 +02:00
Zeno Rogue
ddc7cddb91 side attacks for bows 2023-10-28 09:51:27 +02:00
Zeno Rogue
daebe28d4f helpful comment for mirror::mirrors 2023-10-28 09:51:27 +02:00
Zeno Rogue
3ef09bded2 crossbow:: more detailed attack 2023-10-28 09:51:27 +02:00
Zeno Rogue
f99a473720 fixed some bug wiht fire mode 2023-10-28 09:51:27 +02:00
Zeno Rogue
dd37a1c6c7 crossbow:: change bow color via menu 2023-10-28 09:51:27 +02:00
Zeno Rogue
41e28c34b2 crossbow:: mimics shoot too 2023-10-28 09:51:27 +02:00
Zeno Rogue
9da8206a9f crossbow:: can hit hedgehogs 2023-10-28 09:51:27 +02:00
Zeno Rogue
a233d3a7a6 crossbow:: display crossbow in shmup and on mimics 2023-10-28 09:51:27 +02:00
Zeno Rogue
3a35d351c4 crossbow:: crossbow in shmup 2023-10-28 09:51:27 +02:00
Zeno Rogue
079094799d bow changes mode, disables achievements, displayed in rich presence and bottom line 2023-10-28 09:51:27 +02:00
Zeno Rogue
4ddccfed8e system:: applyBoxEnum 2023-10-28 09:51:27 +02:00
Zeno Rogue
44265f6d61 gobot:: sphere 2023-10-28 09:51:27 +02:00
Zeno Rogue
ddb06573df crossbow:: weapon selection in menu 2023-10-28 09:51:27 +02:00
Zeno Rogue
1924a03d7a crossbow:: draw crossbow on PC 2023-10-28 09:51:27 +02:00
Zeno Rogue
33d48a76b3 crossbow:: crossbow icon works 2023-10-28 09:51:27 +02:00
Zeno Rogue
f3398e70c3 crossbow:: draw crossbow paths 2023-10-28 09:51:27 +02:00
Zeno Rogue
c81e2bf7e8 crossbow:: crossbow colors 2023-10-28 09:51:27 +02:00
Zeno Rogue
e5458c5f80 crossbow:: shapes 2023-10-28 09:51:27 +02:00
Zeno Rogue
e6a4d987bb first version of crossbow 2023-10-28 09:51:27 +02:00
Zeno Rogue
f8fb7d5950 locations:: null movei 2023-10-28 09:51:27 +02:00
Zeno Rogue
7e46b4b5bb config:: set_value_to for enum settings 2023-10-28 09:51:27 +02:00
Zeno Rogue
845237c756
Merge pull request #343 from Quuxplusone/constexpr
Change `static const` to `static constexpr` wherever possible
2023-10-19 12:31:56 +02:00
Zeno Rogue
9f5b13dfab
Merge pull request #348 from jlmjlm/undead_frghst
Flag moFriendlyGhost as non-living.
2023-10-19 12:31:13 +02:00
Zeno Rogue
63b6576eb6
Merge pull request #349 from jlmjlm/nosemi-postfunc
Remove semicolons from after } that close functons.
2023-10-19 12:30:48 +02:00
Jacob Mandelson
db72295775 Remove semicolons from after } that close functons. 2023-10-16 21:02:54 -07:00
Jacob Mandelson
36bdc5d3f0 Flag moFriendlyGhost as non-living. 2023-10-16 20:53:24 -07:00
Zeno Rogue
5fb0099fbb v12.1w 2023-10-05 14:15:01 +02:00
Zeno Rogue
ff19ceb438 modelcolor taken into account in sphere mdDisk alpha <= 1 2023-10-05 13:58:13 +02:00
Zeno Rogue
99f4b8698b fixed relative_matrix_recursive in some geoms 2023-10-05 13:55:12 +02:00
Zeno Rogue
67a77befb9 Prairie fixup 2023-10-05 13:55:00 +02:00
Zeno Rogue
1c0bf5def3 ls:: Prairie in Horodisk 2023-10-05 13:53:24 +02:00
Zeno Rogue
0ab6974cd9 fixed Hives missing in Voronoi 2023-10-05 13:10:48 +02:00
Zeno Rogue
fb1f3d8f13 fixed some tiles pre-marked as mines in Minefield next to Ivory Tower in Voronoi LS 2023-10-05 12:10:34 +02:00
Zeno Rogue
72029b3fbe setland_randomwalk now takes cheat dest list into account 2023-10-05 11:51:01 +02:00
Zeno Rogue
c63eebc15f fixed burial mounds not appearing in chaos/h/v land structures 2023-10-05 11:48:43 +02:00
Zeno Rogue
b9d8aaee13 reverted the unintentional change which caused holes to appear in the platforms on Ivory Tower 2023-10-05 11:43:02 +02:00
Zeno Rogue
ef93305313 ls:: randomwalk_size parameter added 2023-09-22 12:55:17 +02:00