1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-10-18 06:30:41 +00:00
Commit Graph

210 Commits

Author SHA1 Message Date
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
Zeno Rogue
c87bca5da0 help:: do not suggest to try the Guided Tour if already in the Guided Tour 2022-08-07 03:16:24 +02:00
Zeno Rogue
4497821b35 help:: do not display HyperRogue text if game_keys_scroll 2022-08-07 03:16:24 +02:00
Zeno Rogue
09d67c24f0 fixed the help button in the pause menu 2022-07-05 11:51:32 +02:00
Zeno Rogue
75f58766a2 made background screen darkening consistent and optional 2022-07-05 11:51:06 +02:00
Zeno Rogue
80e5a9d50e fixed help for life Orbs in the shmup mode 2022-06-17 09:09:53 +02:00
Zeno Rogue
ff2aa90321 numerical_minefield is now editable 2022-05-21 17:12:02 +02:00
Zeno Rogue
490abd176f added aismallard to credits 2022-03-01 09:37:52 +01:00
Zeno Rogue
5d476fff1c fixed 'Orb of the Love' 2021-12-12 20:41:11 +01:00
Jesse Ruderman
d8509a0528 Fix terra statue interactions with Chaos+Icy, BSoC swap, Alch dup 2021-08-03 17:15:53 -07:00
Jesse Ruderman
362c6f673f Show dice type/value on mouseover 2021-07-20 07:00:48 -07:00
Zeno Rogue
34bce22715
Merge pull request #180 from jruderman/gala_keys
Resolve conflict between 'Galápagos shading' and 'teleport'
2021-07-04 09:36:34 +02:00
Jesse Ruderman
ff7be8d4e0 Add wiki links to land help 2021-07-03 19:38:20 -07:00