1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-27 23:53:18 +00:00
Commit Graph

76 Commits

Author SHA1 Message Date
Zeno Rogue
4287355c11 fixed the rendering of textured spheres 2017-12-21 14:59:16 +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
168d35cb17 drawing textures without OpenGL 2017-12-19 00:39:11 +01:00
Zeno Rogue
5185f0e186 more work on Euclidean Squares 2017-12-18 19:04:37 +01:00
Zeno Rogue
6c4538df69 further work on textures 2017-12-14 02:53:29 +01:00
Zeno Rogue
f18d51d4df removed the debug strings regarding geometry 2017-12-09 20:02:36 +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
b6604b942a fixed the POLY_INVERSE flag for user-drawn shapes 2017-12-03 18:44:51 +01:00
Zeno Rogue
f2af1d63f6 field pattern on Euclidean does torus instead of crashing 2017-12-03 16:12:20 +01:00
Zeno Rogue
dfb0f6e1c1 a4* flags are now global; cleaner polygon case implementation 2017-12-03 10:43:37 +01:00
Zeno Rogue
c0fca6e665 fixed the basic floor in nontruncated four hexagons 2017-12-03 09:54:02 +01:00
Zeno Rogue
5defb06d81 improved headers / conditional compilation 2017-12-02 00:31:36 +01:00
Zeno Rogue
d8a647d972 brightness behind the sphere configurable; works a bit better with transparency now 2017-11-13 12:23:42 +01:00
Zeno Rogue
3e9ef122aa fixed high parts disappearing in pmodels of sphere 2017-11-13 11:38:38 +01:00
Zeno Rogue
a19d4d568b refactored mdEqui 2017-11-13 11:26:21 +01:00
Zeno Rogue
672f4d7b9e lines behind sphere are now drawn (darker); better 'behind' colors when background color changes 2017-11-13 01:59:07 +01:00
Zeno Rogue
9debf3c848 fixed line drawing on spheres 2017-11-13 01:52:39 +01:00
Zeno Rogue
68f4eb537a in spherical equi-models, use the correct circle as the boundary, instead of the whole screen 2017-11-13 01:30:09 +01:00
Zeno Rogue
46e222711c fixed bugs in OverFloor and CloudSeabed in standard geometry 2017-11-08 22:35:01 +01:00
Zeno Rogue
96243d143f Mercator projection works now; fixed equidistant/equiarea on sphere 2017-11-07 16:37:39 +01:00
Zeno Rogue
a9a45c1d74 less precision of sphere in mobile 2017-11-07 13:03:21 +01:00
Zeno Rogue
441e328e4b fixed Sphere display with eyedistance 2017-11-07 03:27:53 +01:00
Zeno Rogue
64a37d3ba2 polygons a bit cleaner, use S7 and S3 not g* 2017-11-06 23:38:15 +01:00
Zeno Rogue
483e335db8 fixed glitches in Warp+Mirror 2017-11-06 23:11:40 +01:00
Zeno Rogue
ca782dcfc9 queuestr should produce frames more correctly now 2017-11-06 21:15:30 +01:00
Zeno Rogue
1e4df087c2 don't display 'bad end' 2017-11-03 19:34:51 +01:00
Zeno Rogue
37135fa48a fixed compiler warning 2017-11-01 02:29:52 +01:00
Zeno Rogue
5bb9d545b0 fixed some missing ends; fixed many spherical glitches 2017-11-01 01:02:40 +01:00
Zeno Rogue
2fce7ed478 improved some sizes 2017-10-31 01:07:51 +01:00
Zeno Rogue
04a04916a6 fixed the tortoise floor 2017-10-30 23:58:34 +01:00
Zeno Rogue
77233040b4 fixed shPeaceRing and shHeptaRing 2017-10-30 22:47:59 +01:00
Zeno Rogue
142e39ec4d fixed OverFloor[0] in standard geometry 2017-10-30 19:11:04 +01:00
Zeno Rogue
ae5938e1a4 renamed the variable 'purehepta' to 'nontruncated' 2017-10-30 12:24:41 +01:00
Zeno Rogue
48361cc5e4 actually ivy fixed now 2017-10-30 09:50:49 +01:00
Zeno Rogue
cdd8b6983b fixed seabeds, overgrown, shadows, ivy fixed 2017-10-30 09:50:29 +01:00
Zeno Rogue
36fe4c670b more work on the Crystal World 2017-10-30 09:05:16 +01:00
Zeno Rogue
c593c426b6 Fixed some incorrect pgen-images in new geometries 2017-10-30 00:10:48 +01:00
Zeno Rogue
3ede3601ea started working on the 'Dual Land' 2017-10-29 23:54:26 +01:00
Zeno Rogue
e9696e73c2 Euclidean fixes, Big Triangle 2017-10-29 23:12:33 +01:00
Zeno Rogue
b214f3e97e more fixes, mainly to Euclidean 2017-10-29 17:12:40 +01:00
Zeno Rogue
e8fc2f6674 fixed a bug which reduced the quality of graphics 2017-10-29 14:40:59 +01:00
Zeno Rogue
00c9238bd6 more rearrangement 2017-10-29 12:46:57 +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
0b7b415f19 fixed sidewall ordering yet again 2017-10-27 20:11:19 +02:00
Zeno Rogue
8a44a09de5 octagonal geometry and 10.0g 2017-10-27 20:07:58 +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