1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-06-02 02:42:10 +00:00
Commit Graph

10818 Commits

Author SHA1 Message Date
Jacob Mandelson 261ebad082 Select the keyboard push-subdirection with Tab.
Previously, the keyboard push-subdirection was selected irregularly
based on the exact angle of the map on the screen.

Change it to be consistently clockwise or counterclockwise, switching
with the Tab key.

Also, have the keyboard push-subdirection help display on all
pushable monsters.  Previously, it'd only show on Palace Guards
and Skeletons.
2024-07-09 20:10:35 -07:00
Zeno Rogue 66ed7104f1 ringcolor in latex slides 2024-07-02 13:42:00 +02:00
Zeno Rogue bae9fcec35 removed some parameter conflicts 2024-06-30 16:06:29 +02:00
Zeno Rogue 4520db0966 v13.0r v13.0r 2024-06-30 00:03:33 +02:00
Zeno Rogue e534fb209c fixed Orb of Speed in multiplayer 2024-06-30 00:01:51 +02:00
Zeno Rogue 1ee49875ea updated documentation about how to make pics 2024-06-29 23:49:16 +02:00
Zeno Rogue e206283c4a some fixes to mapeditor grid 2024-06-29 23:48:32 +02:00
Zeno Rogue 91e4dcc2a0 fixed grammar on 'activation cost: 1 charge' 2024-06-29 13:07:10 +02:00
Zeno Rogue 11c7d707f4 fake twisted Archimedean Euclidean should work 2024-06-29 13:04:32 +02:00
Zeno Rogue 0f8be6d9bc fixes to fake twisted products 2024-06-29 12:41:39 +02:00
Zeno Rogue d34031454c fixed incorrectly shown error in hybrid get_shift 2024-06-29 11:32:11 +02:00
Zeno Rogue 9335df9b28 fixed Wild West Yendor Challenge 2024-06-29 11:01:12 +02:00
Zeno Rogue 2d89a028ac always see the keys in editors 2024-06-29 10:58:43 +02:00
Zeno Rogue 003529f20e in vertical_vector, only 3D euclid 2024-06-29 10:58:29 +02:00
Zeno Rogue cbf8167d8f fixed ESC not working in draw editor, and 'fill' showing incorrectly 2024-06-29 10:49:17 +02:00
Zeno Rogue edc173a538 fixed 'draw' in drawing tool while the map is rotated by mouse or animated movement 2024-06-29 10:48:57 +02:00
Zeno Rogue bf9fdd9a88 when in map/draw editor and holdmouse is on and animations, call handlekey so that a line is drawn 2024-06-29 10:48:05 +02:00
Zeno Rogue 53487f32ff adjusted the translations to the Editor changes 2024-06-29 10:03:42 +02:00
Zeno Rogue 6a474da099 fixup addItem_mouse 2024-06-29 10:02:50 +02:00
Zeno Rogue e2cd21d3be changed the UI style of the editor to match the rest of the game 2024-06-28 23:33:28 +02:00
Zeno Rogue 2a1b5b0408 v13.0q 2024-06-28 14:23:52 +02:00
Zeno Rogue f7aca98ad9 slightly improved fake+twisted 2024-06-28 14:01:52 +02:00
Zeno Rogue c2fa218f9f fixup to small_hyp gener 2024-06-28 14:01:26 +02:00
Zeno Rogue c853d9d7b4 fixed hemisphere+sphere lines 2024-06-28 14:01:16 +02:00
Zeno Rogue be949b3698 small_hyperboloid more universal 2024-06-28 14:00:52 +02:00
Zeno Rogue 90b416f594 smaller default to top_z 2024-06-28 12:37:18 +02:00
Zeno Rogue e0b2699b85 fixup to twisted enabling 2024-06-28 12:35:26 +02:00
Zeno Rogue 6ea872bb75 twisted-product can now be enabled in GOLDBERG_INV tilings that happen to be semi-rengular 2024-06-28 12:30:51 +02:00
Zeno Rogue 8a45b7e1e7 correct text handling in SDL2 2024-06-28 12:20:26 +02:00
Zeno Rogue 920ed4bb86 in the Princess challenge, do not generate wandering monsters too close to the Princess's cell 2024-06-28 10:52:20 +02:00
Zeno Rogue e9f68dfb4d special fake implementation for 1,1 unrectified 2024-06-28 00:37:30 +02:00
Zeno Rogue 4685c3e733 hemisphere consistent with hyperboloid 2024-06-28 00:00:33 +02:00
Zeno Rogue bcf250a9fb a better default value for ball rotation 2024-06-27 22:35:55 +02:00
Zeno Rogue a0627495fd fixup to small hyperboloid: default 2024-06-27 22:35:10 +02:00
Zeno Rogue 106d9a08dd fixed the lines in hyperboloid model 2024-06-27 22:32:32 +02:00
Zeno Rogue 3a255db948 small hyperboloid projection 2024-06-27 22:32:09 +02:00
Zeno Rogue 8aee11dd5f fixed has_fixed_yz 2024-06-27 22:26:39 +02:00
Zeno Rogue 8671b830cc dont_fixmatrix flag 2024-06-27 22:26:18 +02:00
Zeno Rogue c763eb0a44 disable using do_adjm in fake 2024-06-27 22:26:03 +02:00
Zeno Rogue 8de0bdb073 compute_euclidean and around_orig not computed somehow 2024-06-27 22:24:42 +02:00
Zeno Rogue a0016a488a set hcrossf, was needed for correct floor shapes 2024-06-27 22:22:32 +02:00
Zeno Rogue 81131aedb9 refactored draw_side_shade 2024-06-27 22:22:06 +02:00
Zeno Rogue 8d7e46d8af ads:: fixed keyboard control in the de Sitter game 2024-06-25 17:11:17 +02:00
Zeno Rogue a8ade534b9 ads:: split initialization functions into multiple, so that they are available in presentations 2024-06-25 17:11:06 +02:00
Zeno Rogue f6ce5a81e4 fixed ensure_shifts 2024-06-25 17:07:43 +02:00
Zeno Rogue 8c98d2f30e ads:: using the new 'twisted' names 2024-06-25 11:18:55 +02:00
Zeno Rogue 296719c8ca colortable single brace 2024-06-22 11:27:30 +02:00
Zeno Rogue 256a7fa2cb rogueviz:: fix compile errors in dhrg-pres 2024-06-22 11:21:08 +02:00
Zeno Rogue 12332ff361 fixed gRotSpace to gTwistedProduct 2024-06-22 11:17:42 +02:00
Zeno Rogue 71666f5bf7 version 13.0p 2024-06-22 09:59:25 +02:00