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

6808 Commits

Author SHA1 Message Date
Zeno Rogue d2235e29a0 notknot:: fog now uses rainbow colors 2021-03-25 11:18:13 +01:00
Zeno Rogue f15ab95ca1 notknot:: bugfix to use base not geometry 2021-03-25 11:17:24 +01:00
Zeno Rogue b6505de623 notknot:: added debug to show pathbacks 2021-03-25 11:17:12 +01:00
Zeno Rogue db7901791f notknot:: removed debug 2021-03-25 11:16:52 +01:00
Zeno Rogue a2ed0e9294 asonov:: cgi.cellshape and cgi.vertices_only are now known 2021-03-25 11:13:57 +01:00
Zeno Rogue 6b594b9fc9 cgi.cellshape is now vector of vectors 2021-03-25 11:12:58 +01:00
Zeno Rogue 4a80af6912 asonov:: added a geometry flag to recognize Arnold's cat 2021-03-25 10:57:48 +01:00
Zeno Rogue 1dc655df5a color fixup (header) 2021-03-25 10:57:16 +01:00
Zeno Rogue 8b304ba7de removed the moved functions rcolor and rainbow_color from rogueviz/qtm 2021-03-25 10:56:46 +01:00
Zeno Rogue 355b8df23a added colors.cpp for all color-related functions 2021-03-25 10:56:20 +01:00
Zeno Rogue d16aa1b160 notknot:: solv portal 2021-03-25 10:36:07 +01:00
Zeno Rogue 8f56ff56b9 removed debug from generate_brm 2021-03-24 20:26:09 +01:00
Zeno Rogue 953e17722d throw hr_exceptions not strings 2021-03-24 20:25:44 +01:00
Zeno Rogue 8fc92f2e83 Merge pull request #142 from Quuxplusone/no-automake
Eliminate autotools/automake/configure.
2021-03-22 12:40:05 +01:00
Arthur O'Dwyer 1761b02b90 Rationalize some std::exception stuff. 2021-03-21 17:57:09 -04:00
Arthur O'Dwyer 4c10b17b7e Move Makefile.simple to just Makefile. 2021-03-21 17:40:06 -04:00
Arthur O'Dwyer 77cc0cc01b Eliminate autotools/automake/configure. 2021-03-21 17:19:41 -04:00
Zeno Rogue 5ade959c02 nil:: nilwidth recorded in cgi_string 2021-03-21 12:51:50 +01:00
Zeno Rogue c41d1e173c nil:: edit nilwidth via menu 2021-03-21 12:51:50 +01:00
Zeno Rogue 7b06abd97a notknot:: other scenes available via the menu 2021-03-21 12:51:50 +01:00
Zeno Rogue e3d1402f58 fixed cgi_string generation in notknot 2021-03-21 12:51:50 +01:00
Zeno Rogue 3c1e0ebb38 added hooks_cgi_string 2021-03-21 12:51:50 +01:00
Zeno Rogue 820c640212 fixed wall coordinates for Nil, also now check for 'nil' instead of geometry == gNil 2021-03-21 12:51:50 +01:00
Zeno Rogue ed2b78aa9a irr:: CLI parameters now do PHASEFROM 2021-03-21 12:51:50 +01:00
Zeno Rogue e1683463d2 orbsize is now affected by creature_scale 2021-03-21 12:51:50 +01:00
Zeno Rogue 55331270d4 added shHugeDisk shape 2021-03-21 12:51:50 +01:00
Zeno Rogue e57fc630b4 (incomplete) some preparation for the Lovasz Conjecture achievement 2021-03-21 12:51:50 +01:00
Zeno Rogue ee1837e3d8 ray:: fixed for nil with nilwidth changed 2021-03-21 12:51:50 +01:00
Zeno Rogue 0f081fb1ab stereographic projection added 2021-03-21 12:51:50 +01:00
Zeno Rogue 421ff4a94a stretchable spherical spaces are now marked qSTRETCHABLE 2021-03-21 12:51:50 +01:00
Zeno Rogue 16e3c549a0 in SDL1, don't reopen the window needlessly 2021-03-21 12:51:50 +01:00
Zeno Rogue 50c4e2be62 improved cycle checking 2021-03-21 12:51:50 +01:00
Zeno Rogue 33d2331788 notknot:: nicer flag checking 2021-03-21 12:51:50 +01:00
Zeno Rogue e5bbac6010 notknot:: more spaces 2021-03-21 12:51:50 +01:00
Zeno Rogue 242b601a51 added hr_exception_str 2021-03-21 10:44:38 +01:00
Zeno Rogue b55eb5721e you can no longer go through walls in portalspaces 2021-03-21 10:42:36 +01:00
Zeno Rogue 8a6f1764d2 rogueviz::fifteen:: support for non-orientable worlds, 'go back' actually works, an option to remove all tiles 2021-03-16 21:52:29 +01:00
Zeno Rogue 15e1d63089 rogueviz:: added the fifteen puzzle 2021-03-16 19:54:57 +01:00
Zeno Rogue b6e7c355bf mapstream:: export some additional functions 2021-03-16 19:54:57 +01:00
Zeno Rogue 15adcdf191 missing () 2021-03-12 23:00:18 +01:00
Zeno Rogue 5f86ed6b4b fixed more fallthroughs, added exception hr_wrong_geometry 2021-03-12 22:59:24 +01:00
Zeno Rogue eb6322b864 Merge branch 'master' of https://github.com/zenorogue/hyperrogue 2021-03-12 15:31:27 +01:00
Zeno Rogue 8e9da9e1fe fixed the spiral projection 2021-03-12 15:31:17 +01:00
Zeno Rogue 4b45872443 marked intended fallthroughs to prevent errors 2021-03-12 15:31:00 +01:00
Zeno Rogue e4947acef7 illegal cases in binarytiling.cpp now throw hr_wrong_dir() 2021-03-12 15:30:12 +01:00
Zeno Rogue e9b31ccd17 Merge pull request #132 from Quuxplusone/ci-step
Add a CI step to compare "make clean" against "git clean"
2021-03-12 10:46:26 +01:00
Zeno Rogue 03cbe7f7e3 yet another initialization order error fixed 2021-03-11 10:01:21 +01:00
Zeno Rogue c47aa8ce3f fixed a function type error in mingw 2021-03-11 10:01:01 +01:00
Zeno Rogue 3b0c760289 removed static initialization order fiasco from fieldpattern 2021-03-11 10:00:41 +01:00
Zeno Rogue b872926cac in -mingw64-cross, changed -DCAP_GLEW=1 to -DGLEW_STATIC 2021-03-11 09:29:27 +01:00