Commit Graph

7570 Commits

Author SHA1 Message Date
Zeno Rogue 4b3f72cc56 3D variations: subcubes 2021-07-07 01:48:20 +02:00
Jesse Ruderman db5a9baac2 Dice can now be pushed onto items 2021-07-05 05:25:59 -07:00
Jesse Ruderman a79c442469 Fix 'nowhere to blow' message for happy dice 2021-07-05 03:12:56 -07:00
Jesse Ruderman 5ee3ebd1f7 Orb of Air can no longer push sharks 2021-07-05 02:39:18 -07:00
Jesse Ruderman f4193c32e9 Only show chasm trails in special modes 2021-07-04 14:17:21 -07:00
Zeno Rogue 7fff0405a7 updated the version number in Android 2021-07-04 12:10:10 +02:00
Zeno Rogue 5306334267 update 12.0c 2021-07-04 11:32:51 +02:00
Zeno Rogue 9817c3fb0c rogueviz::smoothcam:: extra debug 2021-07-04 11:32:31 +02:00
Zeno Rogue a8c17c64ab rogueviz:: -rvlabelscale option 2021-07-04 11:32:03 +02:00
Zeno Rogue 5dbaea3049 fifteen:: remove debug 2021-07-04 11:31:39 +02:00
Zeno Rogue 4c3529cae4 fifteen:: no more ghosts 2021-07-04 11:31:25 +02:00
Zeno Rogue 1facb672ac fifteen:: fixed triangle_markers (they were based on incorrect end configuration) 2021-07-04 11:31:14 +02:00
Zeno Rogue 6f91dbb242 bringris:: an option to draw nohud, and to add extensions 2021-07-04 11:30:47 +02:00
Zeno Rogue 49c3bc1e4a init_heptagon fixup 2021-07-04 11:27:37 +02:00
Zeno Rogue 169ffe1d6d fixed the commandline options -o0 and -f0 (disabling OpenGL and fullscreen) 2021-07-04 11:25:52 +02:00
Zeno Rogue e37fa65247 arcm:: fixed the possible crash on deleting arcms with large cells, because of the confusion of cdata 2021-07-04 11:00:38 +02:00
Zeno Rogue f873a4ba18 init_heptagon fixup 2021-07-04 10:39:55 +02:00
Zeno Rogue 74486309a6 created a function init_heptagon which does tailored_alloc and clears the data 2021-07-04 10:36:16 +02:00
Zeno Rogue adb9bd75ee items in water no longer burn 2021-07-04 09:54:47 +02:00
Zeno Rogue d07662d11c fixed the warning (-Warray-bounds) 2021-07-04 09:53:29 +02:00
Zeno Rogue 43fed4adac Merge branch 'master' of https://github.com/zenorogue/hyperrogue 2021-07-04 09:49:34 +02:00
Zeno Rogue 304ef91f8d
Merge pull request #179 from jruderman/nonneg_items
Overview cheats: arrow keys no longer make treasure/orb counts negative
2021-07-04 09:48:21 +02:00
Zeno Rogue 934054a6c1
Merge pull request #178 from jruderman/plague_time
Orb of Time now preserves Orb of Plague properly
2021-07-04 09:47:51 +02:00
Zeno Rogue f3808de42c
Merge pull request #173 from jruderman/safety_mons
Orb of Safety excludes more monsters
2021-07-04 09:44:33 +02:00
Zeno Rogue 2b1ec6565f
Merge pull request #174 from blargdag/ru-fixes2
More fixes for Russian translation
2021-07-04 09:43:47 +02:00
Zeno Rogue 0799a5ea06
Merge pull request #175 from jruderman/flash_witch_a
Flash Witches no longer avoid killing the player's allies
2021-07-04 09:38:56 +02:00
Zeno Rogue a8c6c8f240
Merge pull request #177 from jruderman/phaser_flags
Yellow Frogs no longer phase into the player's sword
2021-07-04 09:38:04 +02: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
Zeno Rogue 4e4b32f2bc
Merge pull request #181 from jruderman/hud_kills
Fix HUD kill list in 'items only' mode
2021-07-04 09:36:04 +02:00
Zeno Rogue 59bc3e1cc6
Merge pull request #182 from jruderman/quieter-rrv
Wandering rocksnakes no longer appear on hepts
2021-07-04 09:35:10 +02:00
Zeno Rogue d8eb44a9f0
Merge pull request #183 from jruderman/land_help_wiki
Add wiki links to land help
2021-07-04 09:34:22 +02:00
Zeno Rogue d57a3fcaa3 fixed REPLACE_LETTERS 2021-07-04 09:32:59 +02:00
Zeno Rogue 3bf17c12f7 arcm:: hr_archimedean_error as an exception 2021-07-04 09:32:29 +02:00
Zeno Rogue 0cad3a55f9 arb:: unmirror functionality 2021-07-04 09:32:04 +02:00
Jesse Ruderman ff7be8d4e0 Add wiki links to land help 2021-07-03 19:38:20 -07:00
Jesse Ruderman 221d42e4e9 Wandering rocksnakes no longer appear on hepts 2021-07-03 17:04:15 -07:00
Jesse Ruderman f67452eccb Fix HUD kill list in 'items only' mode 2021-07-03 16:12:39 -07:00
Jesse Ruderman 26c8afdc7e Resolve conflict between 'Galápagos shading' and 'teleport' 2021-07-03 03:05:23 -07:00
Jesse Ruderman a89524918a Overview cheats: arrow keys no longer make treasure/orb counts negative 2021-07-03 02:47:44 -07:00
Jesse Ruderman cc110ba109 Orb of Time now preserves Orb of Plague properly 2021-07-03 01:31:33 -07:00
Jesse Ruderman e9b2c929d6 Yellow Frogs no longer phase into the player's sword 2021-07-03 00:19:48 -07:00
Jesse Ruderman efa1f575e9 Flash Witches no longer avoid killing the player's allies 2021-07-02 15:24:51 -07:00
blargdag 09413589b5 Remove redundant untranslated Polish strings.
Russian translation actually appears later for the exact same strings.
2021-07-01 10:13:06 -07:00
blargdag c8f1fe7368 Update source string format. 2021-07-01 10:13:06 -07:00
blargdag d5df018049 Typo. 2021-07-01 10:13:06 -07:00
blargdag ce71a4a54a Spelling. 2021-07-01 10:13:06 -07:00
blargdag d4df0ffbea Spelling. 2021-07-01 10:13:06 -07:00
blargdag 2965efe5f9 More untranslated Polish. 2021-07-01 10:13:06 -07:00
blargdag 58bc123695 Spelling. 2021-07-01 10:13:06 -07:00
blargdag c2614fac15 Fix typo. 2021-07-01 10:13:06 -07:00