1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-06-07 13:22:11 +00:00
Commit Graph

194 Commits

Author SHA1 Message Date
Zeno Rogue 3e0e789434 Orb of Stone over water produces bridges now. You can use Orb of Matter over temporary bridge again to create a wall. Fixed some ways of producing permanent land in the Whirlpool. 2017-09-03 12:01:31 +02:00
Zeno Rogue 606bcf23bd summoning bats in the Dungeon activates plates now, since they are stunned 2017-09-03 00:56:39 +02:00
Zeno Rogue 7a6ed68653 offscreen fire heating Icy up was buggy -- removing 2017-09-03 00:56:14 +02:00
Zeno Rogue 5e0afffb63 Fire spreading is now simulated in the whole generated part of the world. 2017-09-03 00:33:35 +02:00
Zeno Rogue 42da061f2f Protection from accidentally activating Flash/Lightning (not implemented) 2017-09-01 23:01:10 +02:00
Zeno Rogue c54ed7222f Orb of the Mirror no longer claims to give 2 charges when mirroring itself after powering up 2017-09-01 22:37:20 +02:00
Zeno Rogue b46faaa491 timer no longer runs while in the start menu 2017-09-01 22:36:03 +02:00
Zeno Rogue b3fe4d2698 do not spill slime through mirror walls 2017-09-01 22:30:17 +02:00
Zeno Rogue f725b3c823 some untranslated texts 2017-09-01 22:28:04 +02:00
Zeno Rogue af978771a7 some untranslated texts 2017-09-01 22:27:41 +02:00
Zeno Rogue 546f7c1451 added some missing lines 2017-09-01 22:18:51 +02:00
Zeno Rogue d5bfdd8d77 fixed enabling the Princess Challenge 2017-09-01 22:17:22 +02:00
Zeno Rogue 3ce89b4d23 reduced the spawn rate of Gadflies in the Prairie, for better balance 2017-09-01 22:16:00 +02:00
Zeno Rogue 8db0918162 Great Wall continuity 2017-09-01 22:15:26 +02:00
Zeno Rogue dc955f8a11 changed to LF format 2017-09-01 22:14:02 +02:00
Zeno Rogue 951566399e further improvements to Kohonen 2017-09-01 22:13:41 +02:00
Zeno Rogue b0489b7312 changed the line format to LF 2017-09-01 22:13:00 +02:00
Zeno Rogue 4b2c471d51 fixed hotkeys in the inventory mode 2017-09-01 22:12:38 +02:00
Zeno Rogue 1f7702dc34 better mission screen in the peace/tutorial/autocheat mode 2017-09-01 22:10:02 +02:00
Zeno Rogue cccdb98dd2 Fixed a bug with saving Camelot PTM 2017-09-01 22:07:26 +02:00
Zeno Rogue e80304d445 Number edit with reaction configurable via a function 2017-09-01 22:06:36 +02:00
Zeno Rogue 0f892c9468 No more weird message on collecting Dodecahedra 2017-09-01 22:05:31 +02:00
Zeno Rogue f762cfe3f4 total victory no longer requires the Princess saved in the same session 2017-09-01 22:04:53 +02:00
Zeno Rogue dfa345632a fixed pushing thumpers on chasms 2017-08-18 03:39:55 +02:00
Zeno Rogue 9d511e5526 spilled slime now stabilizes the Palace gates 2017-08-18 03:39:24 +02:00
Zeno Rogue a47000e608 fixed the quick mouse OFF 2017-08-18 03:24:15 +02:00
Zeno Rogue e4d242c22c changelog updated 2017-08-18 03:15:55 +02:00
Zeno Rogue e1b9c41c1e Merge branch 'master' of https://github.com/zenorogue/hyperrogue 2017-08-18 03:01:14 +02:00
Zeno Rogue 547ca08146 Version 10.0k 2017-08-18 03:01:03 +02:00
Zeno Rogue 465089333f Sight range increase is now allowed in some of the special modes (not only the cheat mode) 2017-08-18 02:58:55 +02:00
Zeno Rogue fef663e1b3 Filtering by keyboard in the World Overview screen 2017-08-18 02:47:49 +02:00
Zeno Rogue 0df6d78c0b 'kills' key changed to '/' to remove conflict with searching 2017-08-18 02:47:10 +02:00
Zeno Rogue db290e479a Configured key and mission menu's overview now display the mode-appropriate overview screen 2017-08-18 02:32:14 +02:00
Zeno Rogue e8da66140d the World Overview now states the orb unlocked correctly in the OSM (for Mirror and Crossroads) 2017-08-18 02:29:33 +02:00
Zeno Rogue 1ce21a1d94 Magic boats no longer ignore the warp rules 2017-08-18 02:23:53 +02:00
Zeno Rogue b39439a3ae Fixed minor bugs with boats moving items 2017-08-18 02:21:50 +02:00
Zeno Rogue 3b154d5038 Fixed some bugs with Alchemist's land copying 2017-08-18 02:07:56 +02:00
Zeno Rogue e77dfa7b56 reduced the monster generation in the Hall of Mirrors while you are outside 2017-08-18 01:49:43 +02:00
Zeno Rogue 560de6f9c6 no longer display the orbs on game over outside the inventory mode 2017-08-18 01:44:35 +02:00
Zeno Rogue 59bfb1f7ae reset firstland (and thus don't invoke cheat mode) when going from tactic to chaos or inv 2017-08-18 01:40:31 +02:00
Zeno Rogue 5095826bee unlimited modecodes 2017-08-18 01:40:07 +02:00
Zeno Rogue f9cd83b8a7 Emerald Mine requirements were displayed incorrectly 2017-08-18 01:18:21 +02:00
Zeno Rogue 47c8ebd17b [RogueViz] improvements to Kohonen 2017-08-18 01:16:46 +02:00
Zeno Rogue b055df9d94 main loop does nothing without GUI 2017-08-18 01:15:48 +02:00
Zeno Rogue ab4a374145 Merge pull request #13 from jvorob/master
Added -std=c++11 flag to Makefile
2017-08-15 17:42:23 +02:00
Zeno Rogue b890d07f75 Merge pull request #11 from AMDmi3/patch-2
Fix compilation error
2017-08-15 17:41:36 +02:00
Zeno Rogue 9dedf6bfec Kohonen: display only one some samples; dispersion adapted to geometry rather than Gaussian 2017-08-15 17:39:57 +02:00
Zeno Rogue 5658257287 do not showstartmenu if rogueviz started 2017-08-15 17:39:30 +02:00
Zeno Rogue 05c3c538fa sword reset 2017-08-14 23:48:46 +02:00
Zeno Rogue f10628e516 10.0j 2017-08-14 23:01:09 +02:00