1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-16 11:12:07 +00:00
Commit Graph

222 Commits

Author SHA1 Message Date
Zeno Rogue 01dde0c3c3 tour:: in tours with slide name hierarchy, display only the main part 2025-09-29 11:50:22 +02:00
Zeno Rogue 73f2d81a37 added googobbug to the credits 2025-08-18 15:20:25 +02:00
Zeno Rogue e31591207c added josephcsible to the credits 2025-08-17 21:06:13 +02:00
Zeno Rogue 02b03d8ece fix music_file not finding 2025-08-17 21:03:25 +02:00
Zeno Rogue 0e08b3225d other active orbs now extend the duration of Orb of Recall 2025-08-17 16:17:13 +02:00
Zeno Rogue 69840c6716 removed thematic -- could not make it cool 2025-07-09 09:42:38 +02:00
Zeno Rogue 0381dc8c84 new Crossroads variant: thematic crossroads 2025-07-07 14:00:11 +02:00
Zeno Rogue 26d99c1423 new Crossroads variant: Crossroads VI (Cursed Crossroads) 2025-07-07 11:49:25 +02:00
Zeno Rogue 0d47ca86d9 added Esme to credits 2025-05-26 09:58:42 +02:00
Zeno Rogue 26a872280e a hook to replace buildHelpText 2025-03-08 16:41:40 +01:00
Zeno Rogue d4b8ca6286 added some people to the credits 2025-02-24 11:46:32 +01:00
Zeno Rogue 609064579c mouseover hook 2025-02-24 11:45:12 +01: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
Jacob Mandelson 261ebad082 Select the keyboard push-subdirection with Tab.
Previously, the keyboard push-subdirection was selected irregularly
based on the exact angle of the map on the screen.

Change it to be consistently clockwise or counterclockwise, switching
with the Tab key.

Also, have the keyboard push-subdirection help display on all
pushable monsters.  Previously, it'd only show on Palace Guards
and Skeletons.
2024-07-09 20:10:35 -07:00
Zeno Rogue 91e4dcc2a0 fixed grammar on 'activation cost: 1 charge' 2024-06-29 13:07:10 +02:00
Zeno Rogue 448397ab1d fixed Orb Energy orb desc and Air charges 2024-05-29 13:51:53 +02:00
Zeno Rogue d4a610c2b6 fixed orb change display 2024-05-28 20:21:07 +02:00
Zeno Rogue 5d576c3344 display charge count for all orbs, and activation costs for frog-like orbs 2024-05-28 15:45:31 +02:00
Zeno Rogue 10184f9087 edit minefield colors in minefield config 2024-05-10 19:28:26 +02:00
Zeno Rogue 215be1ea17 Merge pull request #372 from jlmjlm/tidefix2
Check tide before drawing cells.
2024-05-09 20:42:03 +02:00
Zeno Rogue ba972ea8d8 more settings for minefield graphics 2024-05-09 10:44:37 +02:00
Zeno Rogue d9a03ab1d3 renamed tehora to Tehora Rogue in credits 2024-05-05 14:59:07 +02:00
Jacob Mandelson b56d2d21bf Check tide before drawing cells. 2024-04-22 15:48:08 -07:00
Zeno Rogue d2cd6fa2c1 Princess Quest now marked as 'ingame' when in Princess Challenge 2024-03-27 23:52:22 +01:00
Zeno Rogue d250abf1a4 added Pasu4 to the credits 2024-03-24 20:43:46 +01:00
Zeno Rogue 4421143ae5 customize land mode 2024-03-14 19:27:08 +01:00
Zeno Rogue fa9c2da41d fixed tide/lava help counters 2024-02-24 09:53:31 +01:00
Zeno Rogue 30f6fbc16c added A human to credits 2024-02-23 00:39:27 +01:00
Zeno Rogue e343ed9c3f alternative land unlock rules when monster/item requested is not available due to geometry etc 2024-02-22 18:57:41 +01:00
Jacob Mandelson acd88377a9 Calculate tidalsize before using it in mouseovers.
This way the game doesn't immediately crash when restoring a save
in tidal areas.
2024-02-14 11:13:16 -08:00
Zeno Rogue 4c6c44cc26 variant fisheye projection 2024-01-07 12:52:50 +01:00
Zeno Rogue 364a563423 fixed the name displayed on mouseover for slime 2023-12-22 01:14:41 +01:00
Zeno Rogue 16cb1090e8 reduced CR3 land requirement to 20 in casual 2023-12-02 11:34:51 +01:00
Zeno Rogue 9bebbd8f4e clarified that only direct melee attacks trigger Storms/Flash 2023-12-02 11:05:28 +01:00
Zeno Rogue 6030402441 crossbow:: changed start message 2023-10-29 08:00:27 +01:00
Zeno Rogue 283fe020fc added Dylan to credits 2023-09-14 16:38:43 +02: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 511ffe8498 fractal geometry 2023-03-28 22:54:46 +02:00
Zeno Rogue 08bf3fe3d6 an option to not display default help 2023-03-25 09:24:47 +01:00
Zeno Rogue e0e1182d97 added jennlbw to the credits 2023-03-16 14:46:14 +01:00
Zeno Rogue 2e9ee75dc3 dialog:: lists in help extensions 2022-12-04 14:49:06 +01:00
Zeno Rogue f2785d22a4 Merge pull request #324 from jlmjlm/weburl
Correct URL in help text.
2022-11-04 23:15:29 +01:00
Jacob Mandelson 383dd421bd Have ACCONLY3 show all three alternatives. 2022-11-04 09:12:08 -07:00
Jacob Mandelson 94d90cf5e0 Correct URL in help text. 2022-11-04 08:06:02 -07:00
Zeno Rogue 4e0f99f60b added cvoight to credits 2022-10-08 02:02:23 +02:00
Zeno Rogue 8bf80dd96c added CrashTuvai to credits (for help with racing achievement bug) 2022-10-06 12:58:21 +02:00
Zeno Rogue f9fdc2ee0a added Jacob Mandelson to the credits 2022-10-06 08:48:00 +02:00
Zeno Rogue 637ca35d62 added albatross and EncodedSpirt to credits 2022-09-15 12:39:28 +02:00
Zeno Rogue eec0c968d9 HyperRogue help is now directly offered when displaying context help 2022-08-07 03:16:24 +02:00