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

12059 Commits

Author SHA1 Message Date
Zeno Rogue
0afff9daf6 version 13.1g v13.1g 2025-11-11 23:50:34 +01:00
Zeno Rogue
d74a6e3ab0 help for defaultjoy updated 2025-11-11 22:07:59 +01:00
Zeno Rogue
d8b9b3e10b fixup to IFM 2025-11-11 22:02:48 +01:00
Zeno Rogue
e4d52d23d1 further improved Deck controls 2025-11-11 22:02:43 +01:00
Zeno Rogue
e4269a8fda Enter key no longer quits the game in the Quit screen 2025-11-11 22:01:30 +01:00
Zeno Rogue
0c4f601b0b add an option to never/always display keys 2025-11-11 19:55:59 +01:00
Zeno Rogue
00859f037a Merge branch 'master' of https://github.com/zenorogue/hyperrogue 2025-11-11 19:09:48 +01:00
Zeno Rogue
8bb576e592 Merge pull request #482 from josephcsible/kind_outline
Simplify kind_outline and remove duplicate code of it from cellcolor
2025-11-11 19:09:36 +01:00
Zeno Rogue
ce95c9084a Merge branch 'master' of https://github.com/zenorogue/hyperrogue 2025-11-11 19:08:23 +01:00
Zeno Rogue
85e42a0105 dialog_font_scale is 3 by default only on deck 2025-11-11 19:08:06 +01:00
Zeno Rogue
8f17ac2c1f reorganized the menus 2025-11-11 19:06:03 +01:00
Zeno Rogue
8ec12d612d fixup to pages 2025-11-11 19:03:31 +01:00
Zeno Rogue
315dc2a849 removed an unused argument in displayPageButtons 2025-11-11 18:51:07 +01:00
Zeno Rogue
ae3a1f2e21 removed default from the centered_menus 2025-11-11 18:48:12 +01:00
Zeno Rogue
81c337bf63 Steam Deck detection, and setting the parameters automatically 2025-11-11 18:48:01 +01:00
Zeno Rogue
c14d5488e8 in multi config, replace DARKEN with MAYDARK 2025-11-11 18:47:31 +01:00
Zeno Rogue
91d5b1072a DIALOG_OFFMAP now moves the menu to sidescreen even if centered_menus if on 2025-11-11 18:47:00 +01:00
Zeno Rogue
4cc066e6c4 RETURN key now moves to joydir 2025-11-11 18:46:38 +01:00
Zeno Rogue
bb2c794a40 added dialog_font_scale and lands_per_page options 2025-11-11 18:46:16 +01:00
Zeno Rogue
2f2bc74cc5 defaultjoy option 2025-11-11 18:44:54 +01:00
Zeno Rogue
95f34fd54a help for autojoy 2025-11-11 18:43:28 +01:00
Zeno Rogue
1b388c0300 changed the default value of autojoy to false 2025-11-11 18:42:14 +01:00
Zeno Rogue
f77d733700 fixed a crash in some situations 2025-11-11 18:39:29 +01:00
Joseph C. Sible
1c5ecac670 Simplify kind_outline and remove duplicate code of it from cellcolor 2025-11-01 17:20:14 -04:00
Zeno Rogue
ab714bb2dc Merge pull request #480 from josephcsible/preserveparams
Add a setting to preserve wparam and landparam when changing walls and lands with the map editor
2025-10-30 09:24:26 +01:00
Zeno Rogue
1bc5dff9b3 Merge pull request #481 from josephcsible/landcounts
Fix edge cases in Hell/CR3 unlock
2025-10-30 09:23:49 +01:00
Zeno Rogue
6bc9414cfa added debug_geometry guard to windmap generator 2025-10-19 17:06:23 +02:00
Zeno Rogue
41dc10be9c arcm:: add _details 2025-10-19 17:06:00 +02:00
Zeno Rogue
b6c826d7b6 add debug_map_create in legacy 2025-10-19 17:05:49 +02:00
Zeno Rogue
e055f3bd08 new debug_map_* flags, and the new debug system used in reg3 2025-10-19 17:04:05 +02:00
Zeno Rogue
8393145cf7 cleanup of screenshot logging 2025-10-19 16:45:59 +02:00
Zeno Rogue
c2e3b62a53 comments about generic debug_* flags, also added debug_info 2025-10-19 16:45:37 +02:00
Zeno Rogue
ceb3be4228 rogueviz:: sag:: use the new logging system 2025-10-19 16:30:47 +02:00
Zeno Rogue
bbd493f8f4 debug_progress debugflag 2025-10-19 16:24:53 +02:00
Zeno Rogue
b7fb3adc41 fixups 2025-10-19 15:52:22 +02:00
Zeno Rogue
113e75d5e1 new system for debug logs 2025-10-19 15:47:01 +02:00
Zeno Rogue
94024dd5f1 moved the definition of pushScreen to hyper.h, so that hook_in_subscreen it works with older compilers 2025-10-19 12:06:25 +02:00
Zeno Rogue
a1b221129a Merge branch 'master' of https://github.com/zenorogue/hyperrogue 2025-10-19 12:03:43 +02:00
Zeno Rogue
4000f1fbe6 Merge pull request #479 from josephcsible/ePainttype
Make painttype an enum
2025-10-19 11:55:01 +02:00
Joseph C. Sible
12954c8c10 Fix edge cases in Hell/CR3 unlock
If Mirror Land and Hall of Mirrors are both in-game, only one counts, and
Camelot, Palace Quest, and Cellular Automaton don't count at all.
2025-10-17 21:14:48 -04:00
Joseph C. Sible
5db0c4ef70 Add a setting to preserve wparam and landparam when changing walls and lands with the map editor 2025-10-17 20:26:20 -04:00
Joseph C. Sible
d653f565df Fix warnings about enumeration value not handled in switch 2025-10-17 20:24:21 -04:00
Joseph C. Sible
ff46bbff6a Make painttype an enum 2025-10-17 19:53:22 -04:00
Zeno Rogue
617313dbbc rogueviz:: som:: some missing initialization 2025-10-16 23:39:14 +02:00
Zeno Rogue
099c75525f rogueviz::som:: no shift in -somclassify0 2025-10-16 23:38:22 +02:00
Zeno Rogue
7c21e9c3d5 rogueviz:: graphs:: added glflush() to rogueviz_hud 2025-10-16 23:36:38 +02:00
Zeno Rogue
076ecafe5f rogeuviz:: graphs:: extra disk shapes 2025-10-16 23:36:09 +02:00
Zeno Rogue
e35704d130 rogueviz::som:: in normalize, fix weird stuff happening when there is no variance 2025-10-16 23:33:31 +02:00
Zeno Rogue
46259677b1 Merge branch 'master' of https://github.com/zenorogue/hyperrogue 2025-10-16 23:32:41 +02:00
Zeno Rogue
3f55a209e3 Merge pull request #478 from josephcsible/pinnedorder
Make pinned glyphs sort in the order they were pinned in
2025-10-16 23:32:37 +02:00