1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-15 13:17:13 +00:00
Commit Graph

11956 Commits

Author SHA1 Message Date
Joseph C. Sible
eeb67620ff Add minetexts up to 14
The truncated heptagonal and truncated triheptagonal tilings both appear in
the list of Archimedean tilings, and both contain tetradecagons. It seems that
this is the most sides of any polygon in any of the game's non-custom tilings,
so it seems like a good choice for how high minetexts should support.
2025-10-09 20:41:57 -04:00
Zeno Rogue
300b8ed78f fixed frogging grimoires 2025-10-10 00:21:52 +02:00
Zeno Rogue
dfb63f08a0 spaceship 3D model 2025-10-10 00:16:17 +02:00
Zeno Rogue
23d8abff0f bunny 3D model 2025-10-10 00:09:02 +02:00
Zeno Rogue
9148104122 fixed player ratling 3D models 2025-10-09 23:47:40 +02:00
Zeno Rogue
67af069c9d fixed Red Rock graphical bug 2025-10-09 23:09:20 +02:00
Zeno Rogue
4e6f34c936 shmup:: fixed the bug with Phasing deleting monsters 2025-10-09 22:57:43 +02:00
Zeno Rogue
7adc99e816 correct killer when killing with Orb of Mind 2025-10-09 22:36:23 +02:00
Zeno Rogue
61d397e7c4 Orb of Winter collects encased items in shmup mode 2025-10-09 22:36:03 +02:00
Zeno Rogue
14ae093901 bitruncated {4,4} and {4,6} are now known to be three-colored 2025-10-09 22:01:22 +02:00
Zeno Rogue
12e3150a40 fixed the three-coloring of bitruncated {4,4} 2025-10-09 22:01:06 +02:00
Zeno Rogue
2fd837b650 shmup:: fixed Camelot message on exit 2025-10-09 21:51:13 +02:00
Zeno Rogue
869a05b1e3 fixed the bug with the bulls being too enraged about crossbows 2025-10-09 21:44:26 +02:00
Zeno Rogue
819ada9b9f arbiquotient:: do not talk about mirrors if nonorientable not allowed anyway 2025-10-09 21:14:16 +02:00
Zeno Rogue
0af4788821 arbiquotient:: preunify system 2025-10-09 21:14:01 +02:00
Zeno Rogue
01ce30fa63 arbiquotient:: min_distance 2025-10-09 20:13:28 +02:00
Zeno Rogue
f29ba4f766 export_tes exports stretch_shear too 2025-10-09 09:41:28 +02:00
Zeno Rogue
5f725332fe exporting/importing quotient lists 2025-10-09 09:38:09 +02:00
Zeno Rogue
510331cc14 sm:: flags are now flagtype, not int 2025-10-09 08:58:46 +02:00
Zeno Rogue
53a71fca29 arbiquotient:: NO_EXIT used 2025-10-09 08:54:33 +02:00
Zeno Rogue
0d1c405d81 cmode flag sm::NO_EXIT 2025-10-09 08:54:16 +02:00
Zeno Rogue
91ba522cd3 Merge branch 'master' of https://github.com/zenorogue/hyperrogue 2025-10-09 08:40:28 +02:00
Zeno Rogue
7918fd4707 Merge pull request #453 from ohlordhebacc/MercuryRiverIrradiatedFieldOoEarth
Make the Orb of Earth/Earth Elemental not remove limestone walls in Irradiated Field and the Mercury River subland, and make OoEarth create a trail of mercury in the mercury river subland
2025-10-09 08:23:54 +02:00
Zeno Rogue
678ec2d745 Merge pull request #438 from josephcsible/leave-saved-tortoise
Make Orb of Magnetism and Curse of Repulsion leave saved tortoises alone
2025-10-09 08:22:17 +02:00
Zeno Rogue
3b8f2e5346 Merge pull request #455 from josephcsible/unlockenough
Lower the land unlock requirements if they're mathematically impossibly high
2025-10-09 08:21:30 +02:00
Zeno Rogue
e7522d6086 Merge pull request #457 from josephcsible/wfcspill
Stop WFC generation from spilling 1 tile into neighboring lands
2025-10-09 08:20:41 +02:00
Zeno Rogue
615dc9e100 Merge pull request #458 from josephcsible/cursedingame
Never generate Cursed Canyon in CR6 if it isn't in-game
2025-10-09 08:20:13 +02:00
Zeno Rogue
2855c91b19 Merge pull request #465 from josephcsible/hold-orbs-cheat
Add a cheat to hold orb powers at their current level
2025-10-09 08:14:28 +02:00
Zeno Rogue
af8e1dbaa7 Merge pull request #468 from josephcsible/orb-treasure-gap
Add a setting for a gap between orbs and treasures
2025-10-09 08:13:18 +02:00
Zeno Rogue
987220aad6 Merge pull request #463 from josephcsible/seuphoricasubmodule
Add Seuphorica as a submodule
2025-10-09 08:12:14 +02:00
Zeno Rogue
7c99a4431b Merge pull request #460 from josephcsible/disablekillwarning
Add a setting to disable the warning before killing a friendly monster
2025-10-09 08:11:54 +02:00
Zeno Rogue
d526182e73 Merge pull request #464 from josephcsible/isfriendlyghost
Remove unused function isFriendlyGhost
2025-10-09 08:11:01 +02:00
Zeno Rogue
63fe2f4fb5 Merge pull request #466 from josephcsible/orb-stone-ghost-barrier
Fix getting rid of Great Walls by killing Ghosts with OotStone
2025-10-09 08:10:23 +02:00
Zeno Rogue
e763e59a68 Merge pull request #467 from josephcsible/pinnedglyphs
Add support for pinning glyphs to a consistent spot in the HUD
2025-10-09 08:09:34 +02:00
Zeno Rogue
f4b32448a1 Merge pull request #469 from josephcsible/resetlastexplore
Reset lastexplore when resetting turncount
2025-10-09 08:08:14 +02:00
Joseph C. Sible
5b2762e90f Reset lastexplore when resetting turncount 2025-10-08 22:22:01 -04:00
Zeno Rogue
2836a4c27b added descriptive messages to hr_exception when missing 2025-10-08 21:21:32 +02:00
Zeno Rogue
2b9a068ddc arb:: fixed a rare bug with apeirogonal tes files falsely pretending to be football colorable 2025-10-08 21:20:11 +02:00
Zeno Rogue
9c25e3d1d1 arbiquotient:: refactored enable_quotient_data and disable_quotient_data 2025-10-07 22:15:17 +02:00
Zeno Rogue
e4aeb8af17 arbiquotient:: draw state while searching 2025-10-07 22:14:33 +02:00
Zeno Rogue
cf4f4520b1 arbiquotient:: do not try to do Euclidean select_quotient 2025-10-07 21:57:06 +02:00
Zeno Rogue
afcbe648c8 arbiquotient:: add break 2025-10-07 21:56:41 +02:00
Zeno Rogue
8eb5e8b642 arbiquotient:: support nonorientable 2025-10-07 21:56:34 +02:00
Zeno Rogue
8a60ef95c7 arbiquotient:: use the diff functions instead of dezero/rezero 2025-10-07 21:55:20 +02:00
Zeno Rogue
4708d9f479 cellwalker difference functions 2025-10-07 21:52:24 +02:00
Zeno Rogue
a9063f1c15 arbiquotient:: quotient info, block orbifolds 2025-10-07 10:15:14 +02:00
Zeno Rogue
0d1826f85b arb:: export mirrored_id 2025-10-07 10:14:05 +02:00
Zeno Rogue
2fb92ecc2d arbiquotient 2025-10-06 21:13:03 +02:00
Joseph C. Sible
2a716d77ca Add the setting to interface settings 2025-10-05 19:12:47 -04:00
Joseph C. Sible
af8dfe7fa3 Add a setting for a gap between orbs and treasures 2025-10-05 19:08:25 -04:00