1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-10-18 14:35:47 +00:00
Commit Graph

690 Commits

Author SHA1 Message Date
Zeno Rogue
fcf7bfba50 fixed linked settings 2024-08-21 20:18:10 +02:00
Zeno Rogue
afb9671989 custom_parameter now has custom_set_value 2024-08-21 20:16:24 +02:00
Zeno Rogue
e881812fa4 fixed a bug with binary_width not set 2024-07-17 11:18:37 +02:00
Zeno Rogue
0f8e95d481 fixes to custom land list PTM settings saving 2024-07-11 18:24:15 +02:00
Zeno Rogue
6bbd57ecbe font system redesigned, font selection 2024-07-10 00:03:00 +02:00
Zeno Rogue
92d7eafcc3 for list_parameters, manul reaction, and pop/react switch 2024-07-10 00:01:58 +02:00
Zeno Rogue
f731fa88fb configurable colors in Prairie/Mountain/Ivory/Freefall/Yendorian stripes 2024-07-09 21:38:45 +02:00
Zeno Rogue
bae9fcec35 removed some parameter conflicts 2024-06-30 16:06:29 +02:00
Zeno Rogue
ec1740f6e5 wall/floor textures are now configurable 2024-06-21 15:01:36 +02:00
Zeno Rogue
6728484cf7 dialog items now use key_type for key, not int -- this fixes the bugs where char was used, causing search to fail 2024-06-18 01:04:48 +02:00
Zeno Rogue
c22aeedde9 fixed_yz now works in all geometries where it makes sense 2024-06-17 23:10:09 +02:00
Zeno Rogue
3d9c4c838e moved underlying space drawer from rots to hybrid, and renamed the rest of rots:: to twist:: 2024-06-16 18:12:52 +02:00
Zeno Rogue
f5b5dbb3d3 underlying_as_pc parameter, and fixed some bugs with draw underlying in product space 2024-06-10 01:30:25 +02:00
Zeno Rogue
046deb799c the YASC explanation now appears as boolean help, not as a message 2024-06-06 19:12:35 +02:00
Zeno Rogue
7af403490a fixed the bug with smart range 2024-05-31 19:18:08 +02:00
Zeno Rogue
478be692de do not exit on sfc if save not even loaded 2024-05-29 13:51:20 +02:00
Zeno Rogue
dda979ad14 delayed start in config file 2024-05-29 13:51:09 +02:00
Zeno Rogue
003ca36ee5 fixed backward incompatible color reading from config 2024-05-28 20:20:56 +02:00
Zeno Rogue
9752cdede1 fixed symbol changed enable archimedean unexpectedly 2024-05-28 20:20:28 +02:00
Zeno Rogue
c6c040eead testing in menu_format 2024-05-28 15:35:42 +02:00
Zeno Rogue
aec2463f2f more explanation to menu format 2024-05-28 15:26:45 +02:00
Zeno Rogue
ba44e111ca fixed string_parameter editors forgetting the edited text 2024-05-28 15:26:10 +02:00
Zeno Rogue
99bc842c57 generalized show_turns to menu_format 2024-05-28 15:09:00 +02:00
Zeno Rogue
a9d6def718 string parameters are now correctly editable 2024-05-28 15:08:30 +02:00
Zeno Rogue
0d5723dd69 config:: pre reactions 2024-05-28 15:07:29 +02:00
Zeno Rogue
5901d9598d faster joystick intiialization 2024-05-28 11:59:03 +02:00
Zeno Rogue
95d7ffee08 provided some more help to bool parameters 2024-05-27 15:53:59 +02:00
Zeno Rogue
82a7077019 in bool dialog items, display help text as mouseover 2024-05-27 15:53:37 +02:00
Zeno Rogue
1cc90a6f76 added help to some bool parameters 2024-05-27 15:21:57 +02:00
Zeno Rogue
1323ec446a fixed a crash when changing 3D always 2024-05-27 15:21:44 +02:00
Zeno Rogue
8db11dc683 bool dialogs 2024-05-27 15:21:31 +02:00
Zeno Rogue
502469a54a innerwall is now a param 2024-05-27 14:38:29 +02:00
Zeno Rogue
8321751cb0 'single color' now works better with live canvas 2024-05-27 14:20:54 +02:00
Zeno Rogue
bfacda7207 ccolor:: live_canvas feature 2024-05-27 14:20:54 +02:00
Zeno Rogue
3ca75bec8e parsecolortable 2024-05-27 14:20:53 +02:00
Zeno Rogue
90c7f6e927 fixed 'formula' pattern to use RGB correctly 2024-05-27 14:20:53 +02:00
Zeno Rogue
f823a53f84 fixed hex color parsing 2024-05-27 14:20:53 +02:00
Zeno Rogue
83575d9d7d color parser 2024-05-27 14:20:53 +02:00
Zeno Rogue
78cd26f456 fixed char_paremeter edit_option, added edit_option for string_parameters, improved warning for lack of edit_option 2024-05-27 14:20:53 +02:00
Zeno Rogue
322b21e999 hardcore now can use a formula 2024-05-27 14:20:53 +02:00
Zeno Rogue
f445d02707 specialized exceptions for param errors 2024-05-27 02:18:22 +02:00
Zeno Rogue
888a34dea6 fixed unused lambda capture 2024-05-26 23:26:49 +02:00
Zeno Rogue
a20158ab65 fixed overzealous override 2024-05-26 23:22:40 +02:00
Zeno Rogue
a703448144 added missing override 2024-05-26 23:20:50 +02:00
Zeno Rogue
998a74800c colortables are now saved correctly 2024-05-26 21:15:26 +02:00
Zeno Rogue
f4796a10f4 config:: provided custom_reset 2024-05-26 20:57:32 +02:00
Zeno Rogue
aa4bf4d818 removed set_default method from parameters 2024-05-26 20:55:39 +02:00
Zeno Rogue
ff8bb20a55 config:: custom parameters now have custom_do_save 2024-05-26 20:51:33 +02:00
Zeno Rogue
a4b9b9b0a5 ccolor::which is now a parameter 2024-05-26 20:38:31 +02:00
Zeno Rogue
1c74774bfa refactored the parameter (saver/setting) system 2024-05-26 20:22:29 +02:00