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

82 Commits

Author SHA1 Message Date
Zeno Rogue
24acdf6b88 10.3e 2018-01-28 12:19:18 +01:00
Zeno Rogue
8a6e47043f 10.3d 2018-01-25 14:32:01 +01:00
Zeno Rogue
2888b5f7cd yet another centerover 2018-01-20 18:09:55 +01:00
Zeno Rogue
67cfdfe59f adjusted the mobile version for centerover type change 2018-01-20 17:56:56 +01:00
Zeno Rogue
9a58f0a001 10.3c 2018-01-12 22:48:52 +01:00
Zeno Rogue
d23be9c07c 10.3a 2018-01-08 22:12:57 +01:00
Zeno Rogue
5bf6d54c7d changed chamfered to bitruncated 2018-01-06 22:34:03 +01:00
Zeno Rogue
86f1a4dead More porting. 2018-01-05 19:05:41 +01:00
Zeno Rogue
3fc196e0c0 fixed CAP_TEXTURE disabling 2018-01-05 17:30:03 +01:00
Zeno Rogue
495dbba809 renamed 'truncated' to 'chamfered' 2018-01-04 18:39:04 +01:00
Zeno Rogue
3412a50b3d line/circle tools added to the texture editor; grid color changing in texture editor 2018-01-04 12:25:02 +01:00
Zeno Rogue
cafe34ad48 fixed circle/horocycle/equidistant-based lands in euclid4 2017-12-29 14:20:38 +01:00
Zeno Rogue
dbcd71cb45 used enum for geometry classes; moved from hyper.h to init.cpp 2017-12-27 11:57:30 +01:00
Zeno Rogue
5a2ae1a865 simplified cellgroups 2017-12-22 21:37:30 +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
49bd1a0b2b a menu for changing pattern geometries 2017-12-19 14:35:34 +01:00
Zeno Rogue
5185f0e186 more work on Euclidean Squares 2017-12-18 19:04:37 +01:00
Zeno Rogue
9933f373d2 improvements to patterns; codenumbers also display directions 2017-12-09 08:06:41 +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
ecf631976f texture mode -- first commit 2017-12-09 02:20:10 +01:00
Zeno Rogue
721ab78790 10.2e 2017-12-05 16:17:07 +01:00
Zeno Rogue
3c600d7d6b simple patterns for weird hyperbolic 2017-12-03 16:13:17 +01:00
Zeno Rogue
dfb0f6e1c1 a4* flags are now global; cleaner polygon case implementation 2017-12-03 10:43:37 +01:00
Zeno Rogue
5defb06d81 improved headers / conditional compilation 2017-12-02 00:31:36 +01:00
Zeno Rogue
dfb8e6972e 10.2d 2017-11-13 13:14:22 +01:00
Zeno Rogue
19f12e3068 HUD elements, including the compass, now drawn correctly in all pmodels 2017-11-13 11:08:06 +01:00
Zeno Rogue
8c39251b6a saving the geometry correctly in map editor 2017-11-07 14:08:50 +01:00
Zeno Rogue
bcd8e8bc56 10.2b 2017-11-06 19:23:02 +01:00
Zeno Rogue
09681324d0 10.2a 2017-11-01 02:29:58 +01:00
Zeno Rogue
26b517a20a 10.2 2017-10-31 01:49:14 +01:00
Zeno Rogue
2fea184bc6 further rearranging 2017-10-29 14:19:51 +01:00
Zeno Rogue
00c9238bd6 more rearrangement 2017-10-29 12:46:57 +01:00
Zeno Rogue
17a1682e83 rearranged init.cpp/hyper.h/classes.h/classes.cpp 2017-10-29 12:19:33 +01:00
Zeno Rogue
016ade10c6 lots of work on the new geometries 2017-10-29 01:57:34 +02:00
Zeno Rogue
ac37df87a5 more work on new geometries 2017-10-28 10:04:28 +02:00
Zeno Rogue
06295fd90d 10.1h 2017-10-27 20:11:28 +02:00
Zeno Rogue
8a44a09de5 octagonal geometry and 10.0g 2017-10-27 20:07:58 +02:00
Zeno Rogue
b9fe2b3ec9 10.1f 2017-10-25 23:21:24 +02:00
Zeno Rogue
fb0ca384be version 10.1e 2017-10-17 23:46:07 +02:00
Zeno Rogue
9f48dcf3f6 added an option to disable background particles and to change font size on desktop 2017-10-17 21:26:21 +02:00
Zeno Rogue
f94bb344d5 click the wind icon to go; clicking the Inventory and Wind icons work in Android 2017-10-17 20:59:27 +02:00
Zeno Rogue
ee14b3035f changes to compile on Android/iOS 2017-10-17 20:36:36 +02:00
Zeno Rogue
60527aea29 10.1d 2017-10-17 12:54:10 +02:00
Zeno Rogue
e06a3cc68a 10.1c 2017-10-16 01:21:55 +02:00
Zeno Rogue
9475419f1e 10.1b 2017-10-15 01:33:07 +02:00
Zeno Rogue
e9aadc35ee 10.1a 2017-10-15 01:08:20 +02:00
Zeno Rogue
6fca4fd008 10.1, and fixing problems reported by some compilers 2017-10-14 21:43:21 +02:00
Zeno Rogue
aba5ef5358 the -W cheat is now better at keeping the land after F5 2017-10-12 00:20:53 +02:00
Zeno Rogue
32edc68a6d added Halloween to start menu and fixed it in quit menu; message log 2017-10-09 10:51:16 +02:00