1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-06-03 19:32:11 +00:00
Commit Graph

9219 Commits

Author SHA1 Message Date
Zeno Rogue 90669b6bb8 expansion:: mod_allowed export 2022-09-14 18:02:12 +02:00
Zeno Rogue 944f5e30af patDual now does not display edges which are displayed by patTriTree, patTree or patTriRings 2022-09-14 18:01:59 +02:00
Zeno Rogue c637dd4322 line patterns:: 'triangle grid: rings' renamed to 'lines of equal distance' and also work better now 2022-09-14 18:01:26 +02:00
Zeno Rogue f537abf71c line patterns: renamed/recolored some; TriOther removed; fixed the conditions 2022-09-14 17:59:21 +02:00
Zeno Rogue 898a2463c0 remove debug output when loading some tes 2022-09-14 17:26:22 +02:00
Zeno Rogue c3a1f8cc12 tes documentation: explained that a and b can be real 2022-09-14 16:34:14 +02:00
Zeno Rogue 16bf285f15 tes documentaiton: explained deg = pi/180 2022-09-14 16:34:05 +02:00
Zeno Rogue 02e88579f6 standard math operators 2022-09-14 16:23:09 +02:00
Zeno Rogue 142de7cdc5 typo fixed 2022-09-14 16:20:44 +02:00
Zeno Rogue b7a2e87d28 updated tessellation documentation 2022-09-14 16:19:00 +02:00
Zeno Rogue f23c10d1e6 racing:: simplifying some overcomplicated stuff, minor bugfix 2022-09-14 16:18:22 +02:00
Zeno Rogue e393929237 fixed a possible crash in IMAGESAVE when SDL_PNGFormatAlpha(s) returns s 2022-09-14 16:17:53 +02:00
Zeno Rogue d081bfb7ee tessellation doc fixed 2022-09-14 13:58:58 +02:00
Zeno Rogue d279d2098e documentation for TES files added 2022-09-14 13:51:00 +02:00
Marcin Puc 8fb143a742 add desktop file 2022-09-14 09:44:01 +02:00
Jacob Mandelson 92fc237a3e Simplify arithmetic for points in the hourglass shape. 2022-09-13 11:18:59 -07:00
Jacob Mandelson 45207e3ba7 Scale hourglass horizontally. 2022-09-13 11:02:57 -07:00
Jacob Mandelson da822fc4e9 Make into full hourglass. 2022-09-13 10:58:18 -07:00
Jacob Mandelson 360aa921aa Half an hourglass for the Orb of Time. 2022-09-13 10:49:10 -07:00
Zeno Rogue d3b4b880fc fixed a bug in ship centering 2022-09-12 15:00:00 +02:00
Zeno Rogue 818d943827 ads-game:: crash with walls 2022-09-12 14:57:47 +02:00
Zeno Rogue ae0ab132e1 ads-game:: do something about gameover, also spin the ship in handle_crashes 2022-09-12 14:57:37 +02:00
Zeno Rogue 7c87df85ac ads-game:: do not view_proper_times for particles 2022-09-12 14:57:00 +02:00
Zeno Rogue d5251664cb ads-game:: better tank display 2022-09-12 13:20:44 +02:00
Zeno Rogue d4d7842e5a ads-game:: less walls 2022-09-12 13:20:11 +02:00
Zeno Rogue 2f78601f0b ads-game:: fuel/crash particles 2022-09-12 13:20:04 +02:00
Zeno Rogue 7958c095d0 ads-game:: clear rocks near to the starting point 2022-09-12 12:58:05 +02:00
Zeno Rogue cd84dfca4f ads-game:: resources are used 2022-09-12 12:57:52 +02:00
Zeno Rogue 3578ae0631 ads-game:: resources displayed 2022-09-12 12:24:18 +02:00
Zeno Rogue dbcc88b42a ads-game:: renamed Energy to Ammo 2022-09-12 12:23:49 +02:00
Zeno Rogue b056b5c153 shapes used, unique_ptrs, resources generated 2022-09-12 11:49:28 +02:00
Zeno Rogue 9545796a1d ads-game:: new shapes, shape_ship written like other things 2022-09-12 11:48:02 +02:00
Zeno Rogue 2522b16e55 renamed flatresult to cross_result 2022-09-11 13:44:28 +02:00
Zeno Rogue a221244cab renamed rockinfo to ads_object 2022-09-11 13:43:44 +02:00
Zeno Rogue 06832c5371 ads-game:: you can now shoot rocks 2022-09-11 13:42:51 +02:00
Zeno Rogue 4eebc5858e first commit of AdS game 2022-09-11 12:16:50 +02:00
Zeno Rogue ab7ebd3bbc fix to changelog 2022-09-09 14:21:28 +02:00
Zeno Rogue ed7c5d8e69 12.0z 2022-09-09 14:21:14 +02:00
Zeno Rogue b934819ac3 bug fixed: mousing frog-like orbs could mark Aether etc as used; also jumping with Aether=1 is allowed now 2022-09-09 13:34:29 +02:00
Zeno Rogue 92291c437a bug fixed: Space mousing could mark Aether as used 2022-09-09 12:47:54 +02:00
Zeno Rogue e74d79583b fixed faster virtualRebase for sol 2022-09-09 12:30:20 +02:00
Zeno Rogue d03db1115c bug fixed: when ruleset was available only for the pure honeycomb, loading it would reset variation to pure 2022-09-09 12:26:32 +02:00
Zeno Rogue 466cc5cc0a removed redundant pre-changes orbused rollback, and made it more elegant in movegolem 2022-09-09 12:24:21 +02:00
Zeno Rogue 9110b6ac88 fixed 'orb used' flags not being rolled back in some cases 2022-09-09 12:22:49 +02:00
Zeno Rogue 852c637e4f fixed mousing over items with Energy+Time+Space combo 2022-09-09 12:21:55 +02:00
Zeno Rogue 613672b662 flush stdout on -exit 2022-09-09 12:20:33 +02:00
Jacob Mandelson 2f51cfc49e More cleanup for shLightningBolt & shHumanoid polygons. 2022-08-30 19:48:50 -07:00
Jacob Mandelson a2482b033d Clean up shLightningBolt & shHumanoid shape data further. 2022-08-30 19:14:37 -07:00
Jacob Mandelson 7441642b30 Clean up shHumanoid polygon. 2022-08-30 15:07:05 -07:00
Jacob Mandelson 4c75779692 Clean up the shLightningBolt points. 2022-08-30 15:00:31 -07:00