1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-21 13:32:07 +00:00
Commit Graph

623 Commits

Author SHA1 Message Date
Zeno Rogue d5bca73757 added Domination to Snake Nest; set some data 2017-12-21 16:35:19 +01:00
Zeno Rogue 5fd524fa62 fixed the threecolor pattern for octagons 2017-12-21 16:34:26 +01:00
Zeno Rogue 45d267c046 fixed the bug where clicking Return in OSM executed SlashingH 2017-12-21 15:18:10 +01:00
Zeno Rogue b71add5f34 fixed grid markers for Alchemists when items appear 2017-12-21 15:14:54 +01:00
Zeno Rogue 64618f5abb magma spreads to flammable 2017-12-21 15:12:25 +01:00
Zeno Rogue 91244ea484 updated land incompatibility rules 2017-12-21 15:12:17 +01:00
Zeno Rogue a3a0f63302 more dangerous orbs marked 2017-12-21 15:11:55 +01:00
Zeno Rogue 4287355c11 fixed the rendering of textured spheres 2017-12-21 14:59:16 +01:00
Zeno Rogue f7b5a1b44f save full texture images 2017-12-21 14:05:07 +01:00
Zeno Rogue 977d35bc8d added texture/ to default dirs in textures.cpp 2017-12-21 13:04:35 +01:00
Zeno Rogue 789fbdb8b9 Saving raw textures 2017-12-21 12:58:36 +01:00
Zeno Rogue 16ea486992 renamed text 2017-12-21 12:02:15 +01:00
Zeno Rogue 62f927b69a removed debug from texture remapping 2017-12-21 12:01:47 +01:00
Zeno Rogue 91adb393b3 reads images using libpng now (SDL_image available as optional compilation flag) 2017-12-21 12:00:34 +01:00
Zeno Rogue 57a5337b9f CAP_TEXTURE can be off; right-size textures loaded without scaling; SPF_FULLSYM 2017-12-21 11:36:07 +01:00
Zeno Rogue d0a925a8ca translating textures to a more general type 2017-12-19 16:40:24 +01:00
Zeno Rogue 49bd1a0b2b a menu for changing pattern geometries 2017-12-19 14:35:34 +01:00
Zeno Rogue 37cc910031 color dialog uses reactions now 2017-12-19 14:34:38 +01:00
Zeno Rogue 168d35cb17 drawing textures without OpenGL 2017-12-19 00:39:11 +01:00
Zeno Rogue 20ef4b1c9f let's keep pngres = 2000 2017-12-19 00:38:24 +01:00
Zeno Rogue e5c22834fe texture editing improved 2017-12-18 23:42:08 +01:00
Zeno Rogue c003dda811 display four digits after the decimal point in number dialogs if range is small 2017-12-18 23:40:24 +01:00
Zeno Rogue 386031ec13 changed default pngres to 2048, so that it makes good textures 2017-12-18 23:39:50 +01:00
Zeno Rogue 1c3f8ac36a fixed eupattern in EuclidA4 2017-12-18 21:33:11 +01:00
Zeno Rogue 51cd3c81aa fixed the grid in EuclidA4 2017-12-18 21:24:05 +01:00
Zeno Rogue 3c8d4d91b5 better EuclidA4 warped coast 2017-12-18 21:17:15 +01:00
Zeno Rogue 3ae3faa3c3 fixed warped lands 2017-12-18 21:15:03 +01:00
Zeno Rogue 5185f0e186 more work on Euclidean Squares 2017-12-18 19:04:37 +01:00
Zeno Rogue 836ed087df Euclidean square grid 2017-12-18 13:00:36 +01:00
Zeno Rogue 3e0f751a2c texture editing 2017-12-18 00:24:56 +01:00
Zeno Rogue e50ee323e8 default texture name 2017-12-16 15:59:31 +01:00
Zeno Rogue bf24550e82 magic adjustment of textures 2017-12-16 09:03:50 +01:00
Zeno Rogue e2080cd91e more intuitive file dialogs; texture config saving 2017-12-14 12:10:40 +01:00
Zeno Rogue ebd159825c auto-cellcount; automatically set subpattern flags when geometry switching 2017-12-14 02:54:18 +01:00
Zeno Rogue 5884368892 some work on RogueViz 2017-12-14 02:53:39 +01:00
Zeno Rogue 6c4538df69 further work on textures 2017-12-14 02:53:29 +01:00
Zeno Rogue 45cc122927 heptacount counting 2017-12-14 02:52:18 +01:00
Zeno Rogue 36998c9a40 gcd 2017-12-14 02:52:00 +01:00
Zeno Rogue e2e0fc2ff8 strict X handling in dialogs 2017-12-14 02:51:31 +01:00
Zeno Rogue 36fe8dd1d0 better cellcounting 2017-12-14 02:50:52 +01:00
Zeno Rogue 6635810f35 some extra commandline options 2017-12-14 02:50:28 +01:00
Zeno Rogue 1a845e0c3f comments in the config file 2017-12-14 02:49:32 +01:00
Zeno Rogue 653069094b more work on the patterns 2017-12-09 20:02:56 +01:00
Zeno Rogue f18d51d4df removed the debug strings regarding geometry 2017-12-09 20:02:36 +01:00
Zeno Rogue 05843b4e20 nogui added to main; fixed -subppatern CL option 2017-12-09 20:02:18 +01:00
Zeno Rogue 29d6624d32 fixed textures on the sphere 2017-12-09 20:01:50 +01:00
Zeno Rogue d1a4a6cb25 remove debug string while generating weird fieldpattern 2017-12-09 20:01:28 +01:00
Zeno Rogue 9933f373d2 improvements to patterns; codenumbers also display directions 2017-12-09 08:06:41 +01:00
Zeno Rogue 4fa764c175 filedialog and infix moved from mapeditor.cpp to dialogs.cpp 2017-12-09 04:01:56 +01:00
Zeno Rogue 635d1f911c Refactoring: moved all the remaining pattern code from mapeditor to pattern2 2017-12-09 03:48:30 +01:00