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

10710 Commits

Author SHA1 Message Date
Zeno Rogue
7dbbbb2dd9 fixed ref to jmap in rogueviz/rewriting 2024-06-16 16:59:15 +02:00
Zeno Rogue
75a82fab1f removed ccolor::data jmap from pattern2, moved to rogueviz/noniso-honeycombs 2024-06-16 16:58:54 +02:00
Zeno Rogue
a04638af3b remove ccolor::legacy 2024-06-16 16:22:30 +02:00
Zeno Rogue
56e4a84b1b fixup to use new canvas 2024-06-16 16:22:19 +02:00
Zeno Rogue
263ee56427 using new setCanvas function in RogueViz presentations 2024-06-16 16:16:56 +02:00
Zeno Rogue
e76e32e214 tour:: better variants of setCanvas 2024-06-16 16:13:22 +02:00
Zeno Rogue
bb96612fc6 rogueviz:: fixed dhrg-pres 2024-06-16 15:47:41 +02:00
Zeno Rogue
38e07081ad removed default walls from football and chessboard patterns 2024-06-16 14:05:44 +02:00
Zeno Rogue
43ea4d6bbf rwalls setter now has a quick option to set no walls 2024-06-16 13:58:10 +02:00
Zeno Rogue
547a95e583 calling -canvas now automatically resets rwalls to 0 if in 2D 2024-06-16 13:57:54 +02:00
Zeno Rogue
bec0cc4301 texture:: removed useless drawscreen() from txcl 2024-06-16 13:51:07 +02:00
Zeno Rogue
a8884ccfd1 texture:: remove doubly defined -txc 2024-06-16 13:50:46 +02:00
Zeno Rogue
49446c64f7 texture:: set variation quicker 2024-06-16 13:50:23 +02:00
Zeno Rogue
8a23faa8b0 number parser now reads scientific notation correctly, and throws exception if ill-formed 2024-06-16 13:50:06 +02:00
Zeno Rogue
85874dbb1c fixed loading texture parameters 2024-06-16 13:36:48 +02:00
Zeno Rogue
213347fbe5 underlying_as_pc: correctly draw player on sphere 2024-06-16 13:35:36 +02:00
Zeno Rogue
56d421a5ce refactored hybrid::set_plevel 2024-06-16 13:35:16 +02:00
Zeno Rogue
e07dfc00d3 fixed incorrect tiles when unrectifying pure, e.g. in 2024-06-16 13:34:47 +02:00
Zeno Rogue
55880bb12b implemented the correct wall shapes in the rotspace raytracer 2024-06-11 00:10:39 +02:00
Zeno Rogue
d1ced69cfa added a comment to qtm 2024-06-11 00:08:11 +02:00
Zeno Rogue
47264a71ac fixed the cyclic shift of top/down walls for rotspace -- raycaster needs that 2024-06-11 00:07:45 +02:00
Zeno Rogue
f3e1d1c447 make_wall now gets the actual wall ID 2024-06-11 00:06:16 +02:00
Zeno Rogue
0fdfd0c406 fixup comment to last 2024-06-10 01:37:46 +02:00
Zeno Rogue
ea7d0f20c4 disable nil optimization in virtualRebase for hex nil structure 2024-06-10 01:36:13 +02:00
Zeno Rogue
e2247eaf15 nil raytracer now works correctly with hex nil 2024-06-10 01:34:55 +02:00
Zeno Rogue
86c4f18812 fixed the Nil raytracer to work with other values of model_used 2024-06-10 01:34:19 +02:00
Zeno Rogue
1e0f74262c CLI -prodlevel to specify an exact value 2024-06-10 01:32:19 +02:00
Zeno Rogue
db1367e823 new nil structure: hex 2024-06-10 01:31:29 +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
bb14c55997 fixed a compile error in some compilers 2024-06-07 07:54:28 +02:00
Zeno Rogue
b74b77463c v13.0o 2024-06-07 07:38:28 +02:00
Zeno Rogue
1e6793fa0a fixed legacy modecodes failing on load 2024-06-07 07:37:46 +02:00
Zeno Rogue
78585f7ec2 v13.0n 2024-06-06 19:13:41 +02:00
Zeno Rogue
b86eaa5693 fixup to modename displayed in watermark 2024-06-06 19:12:44 +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
59fe423728 boats now erase rose waves when moved 2024-06-06 15:26:01 +02:00
Zeno Rogue
2fccfdf0c5 illegal moves into dice now become kills if you have an Orb of Slaying 2024-06-06 15:20:57 +02:00
Zeno Rogue
93dcc68acb naming modes 2024-06-06 13:37:22 +02:00
Zeno Rogue
94c02b5082 sorting custom modes 2024-06-06 13:13:17 +02:00
Zeno Rogue
05309e3272 fixed land search in Overview 2024-06-06 12:42:06 +02:00
Zeno Rogue
d059eb028c
Merge pull request #379 from jlmjlm/cr_in_chaos
Treat crossroads as locked by HS eligibility in Chaos.
2024-06-06 12:22:37 +02:00
Jacob Mandelson
56cb3618d4 Treat crossroads as locked by HS eligability in Chaos. 2024-06-03 14:57:20 -07:00
Zeno Rogue
c80b34140f when watching score from custom modes, show only the current custom mode 2024-06-02 18:30:57 +02:00
Zeno Rogue
078d16a4e4 re-code when obtaining a new code different from the old one, due to the new version 2024-06-02 18:18:56 +02:00
Zeno Rogue
520314c2c5 fixed incorrect information saved about converting 2024-06-02 18:18:15 +02:00
Zeno Rogue
6a086e9764 fixup to header 2024-06-02 18:17:59 +02:00
Zeno Rogue
13ff317948 one more fix 2024-06-02 18:02:02 +02:00
Zeno Rogue
c5cc8be04f identify only used unidentified modes 2024-06-02 18:01:18 +02:00
Zeno Rogue
f80492f365 custom modes: load mode fully 2024-06-02 18:01:00 +02:00
Zeno Rogue
70747f938d load scores before showing custom modes 2024-06-02 18:00:47 +02:00