1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-16 17:09:37 +00:00
Commit Graph

2319 Commits

Author SHA1 Message Date
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
Arthur O'Dwyer
eb270595f8 Fix the return type of monstersnear.
No intended functional change.
2017-12-20 15:35:53 -08:00
Arthur O'Dwyer
f111c8b209 Fix two non-C++11isms when compiling with CAP_ROGUEVIZ.
Generic lambdas are C++14, and since we only have one in the whole codebase,
let's just not do that. (Alternatively, I could replace -std=c++11 in the
makefile with -std=c++14. I'd be okay with that personally.)

"%Ld" is a typo for "%lld".
2017-12-20 15:35:53 -08:00
Arthur O'Dwyer
828f8c5c88 Minor improvements to Makefile.mac. 2017-12-20 15:35:53 -08: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
Zeno Rogue
4ce1c45e4e fixes 2017-12-09 03:28:57 +01:00
Zeno Rogue
ecf631976f texture mode -- first commit 2017-12-09 02:20:10 +01:00
Zeno Rogue
87b6b8b372 Snakes Nest v1 2017-12-05 19:43:45 +01:00
Zeno Rogue
9b2f9ecc14 Pattern-related functions moved from cells and mapeditor to pattern2s; three-color patterns 2017-12-05 16:19:22 +01:00
Zeno Rogue
22535c919c one missing commit for 10.2e 2017-12-05 16:18:27 +01:00
Zeno Rogue
721ab78790 10.2e 2017-12-05 16:17:07 +01:00
Zeno Rogue
5710c665da Hunting Dogs are now slower in coop Shmup 2017-12-03 20:14:38 +01:00
Zeno Rogue
7f974c8e4a the Dog PC's nose is now always black (instead of eye-colored) 2017-12-03 20:10:42 +01:00
Zeno Rogue
7887731377 debug message in case of bad push 2017-12-03 20:01:30 +01:00
Zeno Rogue
6a617398cb fixed potential bug in cwpeek 2017-12-03 20:01:15 +01:00