1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-19 18:29:36 +00:00
Commit Graph

147 Commits

Author SHA1 Message Date
Zeno Rogue
70747f938d load scores before showing custom modes 2024-06-02 18:00:47 +02:00
Zeno Rogue
d4cb90fe1c mode search and switchable include unused modes 2024-06-02 17:17:34 +02:00
Zeno Rogue
22e0d8264f a key to identify unidentified modes 2024-06-02 17:17:34 +02:00
Zeno Rogue
cd11bc2332 protected the loading of modes 2024-06-02 17:17:34 +02:00
Zeno Rogue
43f998453e corrected load_modedata 2024-06-02 17:17:34 +02:00
Zeno Rogue
0c0dcaba45 tscore functions no longer create zeros if not played yet 2024-06-02 17:17:34 +02:00
Zeno Rogue
5877690cce custom modes manager now lists modes which have recorded scores 2024-06-02 17:17:34 +02:00
Zeno Rogue
c9b7e0ac1d CLI function -listmodes 2024-06-02 17:17:34 +02:00
Zeno Rogue
226881020d identify modes from different versions 2024-06-02 17:17:34 +02:00
Zeno Rogue
809351e6a5 factor compute_tscore in tactic and yendor 2024-06-02 17:17:05 +02:00
Zeno Rogue
7982ea0e58 Removed references to private/daily.cpp and private/hypersteam.cpp. Also removed HAVE_ACHIEVEMENTS as it was redundant to CAP_ACHIEVE 2024-05-16 21:21:13 +02:00
Zeno Rogue
0323e4100e fixed the key being generated on ivy 2024-04-08 00:45:03 +02:00
Zeno Rogue
6f7e5b4d6a load_mode_data error checking 2024-03-27 23:52:22 +01:00
Zeno Rogue
deb207e4c3 load_mode_data now resets creature scale in shmup 2024-03-24 11:15:33 +01:00
Zeno Rogue
dee90f8d7c creature_scale saved to modedata 2024-03-24 00:41:36 +01:00
Zeno Rogue
fdf83820f2 ls:: landscape land structure 2024-03-21 20:15:45 +01:00
Zeno Rogue
c85b4d2f2b save/load mode data, via CLI 2024-03-14 19:28:33 +01:00
Zeno Rogue
424186b10d horodisk_from and randomwalk_size saved to save_mode_data 2024-03-14 19:27:50 +01:00
Zeno Rogue
4421143ae5 customize land mode 2024-03-14 19:27:08 +01:00
Zeno Rogue
079094799d bow changes mode, disables achievements, displayed in rich presence and bottom line 2023-10-28 09:51:27 +02:00
Zeno Rogue
e65723002f tactic:: fixed page buttons 2022-11-04 23:15:00 +01:00
Zeno Rogue
c65d17063f yendor:: improved layout 2022-11-04 23:15:00 +01:00
Zeno Rogue
29ba4138a4 dialog:: improvements to list dialogs 2022-10-27 16:06:39 +02:00
Zeno Rogue
781d6f0257 dialog:: list used in Yendor 2022-10-27 16:06:39 +02:00
Zeno Rogue
308fcd90aa savefile selection / an option to use no savefile 2022-09-15 12:38:39 +02:00
Zeno Rogue
c9dae8e753 peace:: cleanup 2022-06-17 01:03:05 +02:00
Zeno Rogue
793148729b An option to play on a disk (and use bounded space rules). Also renamed 'bounded' flag to 'closed' or similar, and improved Halloween 2022-05-21 13:08:42 +02:00
Zeno Rogue
5d81260f0b expansion_analyzer is now in cgi 2021-12-11 23:28:05 +01:00
Zeno Rogue
d7a7447699 factored generate_random_path from yendor out 2021-07-31 15:14:31 +02:00
Zeno Rogue
65a2a2e74b fixed a bug in OoY message 2021-06-01 13:07:55 +02:00
Zeno Rogue
83070fe50c PTM is now searchable 2021-06-01 13:07:55 +02:00
Zeno Rogue
b65e5f603f casual mode 2021-06-01 13:07:36 +02:00
Zeno Rogue
0f767e16b6 XLAT refactor continued 2021-05-23 16:00:50 +02:00
Zeno Rogue
c0002da574 refactored some XLAT calls for automated analysis, fixing some bugs on the way 2021-05-23 16:00:50 +02:00
Zeno Rogue
a4fda1b843 fixed modecodes for yendor and tactic despite the ls change 2021-04-15 19:08:10 +02:00
Zeno Rogue
4b1b0516f3 choice of the land structure 2021-04-11 22:15:40 +02:00
Zeno Rogue
5a73510c4f added some guards for MAXMDIM >= 4 and CAP_SOLV 2021-03-30 11:27:48 +02:00
Zeno Rogue
d64c5e338c extra guards 2020-10-15 16:33:52 +02:00
Zeno Rogue
4aeb4e6287 fixed the issues with Orb of Yendor 2020-09-21 12:04:50 +02:00
Zeno Rogue
ff7549ccd2 improved Key generation in Land of Mirrors 2020-09-16 23:49:17 +02:00
Zeno Rogue
3505f17460 redone modecode 2020-08-02 12:55:37 +02:00
Zeno Rogue
947ec6afe9 fixed error 2020-07-30 03:40:00 +02:00
Zeno Rogue
61ab21fb07 redone peaceful mode to puzzle/exploration mode 2020-07-29 23:01:15 +02:00
Arthur O'Dwyer
934e3d9a42 Consistently name every hookset with prefix hooks_. NFC.
I'm sure this causes massive merge-conflicts in the non-public code,
but I think it'd be a good idea, if only to avoid confusion between
e.g. `clearMemory` and the-variable-formerly-known-as `clearmemory`.
2020-04-12 10:49:32 -04:00
Zeno Rogue
97fc244ba9 changed some achievement_gain to achievement_gain_once (this also fixes achievements awarded too soon) 2020-04-06 09:22:05 +02:00
Zeno Rogue
cfbd5f830c fixed some warnings and errors with ll to int assignment 2020-04-06 09:13:20 +02:00
Zeno Rogue
8eba146750 The powers you get for Orb of Yendor are now consistent with useless/dangerous/forbidden rules 2020-04-05 10:58:56 +02:00
Zeno Rogue
63c9cc1060 removed tactic::trailer 2020-03-27 19:57:57 +01:00
Arthur O'Dwyer
a0da10b408 Remove extraneous semicolons to quiet pedantic GCC warnings. 2020-03-23 14:38:57 -04:00
Zeno Rogue
269ff6c74f fixed the missing messages (and click sound) when interacting with Orb of Yendor 2020-03-16 21:42:26 +01:00