1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-29 16:43:22 +00:00
Commit Graph

69 Commits

Author SHA1 Message Date
Zeno Rogue
67ff42c37a fixed the game not determining the land correctly for Orb generation purposes in Haunted Woods border, mercury river bridges, and Warped Sea 2021-02-07 22:55:10 +01:00
Zeno Rogue
11e7ddc8ee Slaying is now marked useful in Eclectic and Brownian 2020-12-31 19:11:13 +01:00
Zeno Rogue
42eec2a90f Orb of Chaos is now forbidden in the Princess Quest 2020-11-05 15:10:00 +01:00
Zeno Rogue
577cdef203 Wetland rebalanced 2020-04-06 09:13:20 +02:00
Zeno Rogue
63c9cc1060 removed tactic::trailer 2020-03-27 19:57:57 +01:00
Zeno Rogue
c91209620e fire-related orbs are now useless in Wetland 2020-03-21 09:32:28 +01:00
Zeno Rogue
766c7389d5 Orb of the Fish is no longer useless in Wetland and Frog Park 2020-03-21 09:29:32 +01:00
Zeno Rogue
b9b2bbcd1e Orb of Safety is now marked dangerous in Wetland 2020-03-12 10:24:09 +01:00
Zeno Rogue
39703c1c15 Orb of Plague was too frequent 2020-03-07 04:47:11 +01:00
Zeno Rogue
eedc976b20 fixed Orb of Plague was GUEST not NATIVE 2020-03-07 04:47:10 +01:00
Zeno Rogue
6317101d66 Orb of Plague 2020-03-07 04:47:10 +01:00
Zeno Rogue
aff0b864eb orbgen information for the new Orbs 2020-03-07 04:47:10 +01:00
Zeno Rogue
f772f9b7fd replaced 'archimedean' with 'arcm::in()' 2019-12-14 11:57:23 +01:00
Zeno Rogue
26fb19e7a8 subdivided game.cpp; split movepcto into separate functions 2019-12-08 20:07:02 +01:00
Zeno Rogue
4f078a8763 Orb of Choice is now useless in Land of Motion 2019-11-22 16:30:27 +01:00
Zeno Rogue
68489d35b1 Orb of Fish is no longer marked useless in Warped Coast/Sea, Cocytus, Brown Islands, and Irradiated Fields 2019-10-05 18:55:11 +02:00
Zeno Rogue
39d5099ca7 marked the Orb of Water as useless in Free Fall 2019-09-27 16:47:42 +02:00
Zeno Rogue
82f24b4b6c exporting necessary stuff all over (in progress) 2019-09-12 22:50:16 +02:00
Zeno Rogue
9647cbd47e added #include hyper.h to all cpp files 2019-09-12 22:50:16 +02:00
Zeno Rogue
8b1c7bffe4 initial reformatting of comments for Doxygen 2019-09-12 22:50:13 +02:00
Zeno Rogue
a423dbd2da more header cleanup 2019-09-12 22:50:12 +02:00
Zeno Rogue
c2d56fb9bc autohdr.h applied in more files 2019-09-12 22:50:12 +02:00
Zeno Rogue
44890b4fb2 extra safety in dual 2019-09-12 22:50:07 +02:00
Zeno Rogue
cecd362915 Orb of Matter no longer 'works' in the Free Fall 2019-09-12 22:50:06 +02:00
Zeno Rogue
85f4c57202 Orb of Winter no longer useless in Volcanic 2019-09-12 22:43:00 +02:00
Zeno Rogue
f90e1001e3 refactored native and landUnlocked into content.cpp 2019-09-12 22:42:59 +02:00
Zeno Rogue
5e9a54129b Orb of Phasing forbidden in the Princess Challenge 2019-09-12 22:42:59 +02:00
Zeno Rogue
822034ff1d Orb of Safety is now a guest orb in Brownian 2019-09-12 22:38:39 +02:00
Zeno Rogue
ebe75cdd62 renamed itOrbBrown to itOrbIntensity 2019-09-12 22:38:38 +02:00
Zeno Rogue
0fccad975c newlands:: orb changes 2019-04-29 17:19:06 +02:00
Zeno Rogue
4169fe4cb1 newlands:: OLR and summoning rules added 2019-04-29 17:19:06 +02:00
Zeno Rogue
2bc66342dd newlands:: implemented new Orbs: Gravity, Intensity, Choice 2019-04-29 17:19:06 +02:00
Zeno Rogue
923aae9cf1 Orb of Lava is now marked 'useless' in Graveyard 2019-02-06 18:48:52 +01:00
Zeno Rogue
c56287ae38 orbinfos is a vector now 2019-02-06 16:38:48 +01:00
Zeno Rogue
7cdf1a353f improved mirrors in various geometries 2018-08-21 15:37:59 +02:00
Zeno Rogue
682f804576 major rewrite: unified the common parts of heptagon and cell via struct connection<T> and struct walker<T> 2018-08-18 00:46:45 +02:00
Zeno Rogue
03999b75ca marked Orb of Lava as useless in the Haunted Woods 2018-06-11 18:43:30 +02:00
Zeno Rogue
4c619e60dd moved all the HyperRogue stuff except RogueViz to namespace 'hr' -- useful when using hr as a library 2018-06-11 01:58:31 +02:00
Zeno Rogue
4550a64bdd Orb of Slaying is no longer considered useful in all lands 2018-05-15 23:30:11 +02:00
Zeno Rogue
7e0a78f7bb some work on daily 2018-05-15 23:26:04 +02:00
Zeno Rogue
67ad5f2f4b preparing for daily 2018-05-01 00:21:18 +02:00
Zeno Rogue
9d91390677 tactic:: removed lasttactic in favor of specialland. No more treasures on Crossroads in equid lands. Fixed warped walls and CR4 in a4. 2018-04-11 17:44:46 +02:00
Zeno Rogue
830785990c renamed whirl to goldberg 2018-04-09 17:40:12 +02:00
Zeno Rogue
1abca6d08e whirl:: disabled mirrors 2018-04-04 15:07:44 +02:00
Zeno Rogue
64adb6f0ea updated the header comments to 2018, also added the missing ones 2018-02-09 00:40:26 +01:00
Zeno Rogue
5bf6d54c7d changed chamfered to bitruncated 2018-01-06 22:34:03 +01:00
Zeno Rogue
495dbba809 renamed 'truncated' to 'chamfered' 2018-01-04 18:39:04 +01:00
Zeno Rogue
a3acd68880 fixed stalemate wrt the other moPair; fixed Magnetic warnings; improved Ruins balance; added the cases for Ruin Walls 2018-01-03 22:10:52 +01:00
Zeno Rogue
1e85e21fb4 renamed enums for Invincible -> Ruins 2018-01-03 21:51:11 +01:00
Zeno Rogue
a8460b1ac7 Theming Ruins. Implemented Orb of Slaying (also cleaning up some kill/stun/Vizier code). 2018-01-03 21:49:14 +01:00