Zeno Rogue
6ac1bc0707
faster reaction to mouse_movement in rug
2017-12-27 13:48:06 +01:00
Zeno Rogue
0db0a77dcf
rug::gethyper in perspective mode
2017-12-27 13:09:58 +01:00
Zeno Rogue
685e0d3068
using correct shapes when available
2017-12-27 11:59:37 +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
540f0678ee
horospherical rug for Euclidean IN Hyperbolic
2017-12-27 10:52:54 +01:00
Zeno Rogue
f6fa051eab
torus movement
2017-12-27 06:31:47 +01:00
Zeno Rogue
65dd903b2f
fixed strafe directions
2017-12-26 00:40:09 +01:00
Zeno Rogue
0a9f69f0ef
advanced Hypersian Rug (no options yet)
2017-12-25 23:47:57 +01:00
Zeno Rogue
ae70662495
moving the screen center
2017-12-25 10:26:50 +01:00
Zeno Rogue
b35c3a21a4
langen exec removed
2017-12-24 17:28:43 +01:00
Arthur O'Dwyer
62d4aa50ac
Pushing a thumper through a boat is no longer allowed.
...
The old behavior was that you could push a thumper onto a stranded
boat, which would destroy the stranded boat.
2017-12-24 00:41:02 -08:00
Zeno Rogue
3604fa9a73
add model, yshift and camera to texture saveconfig
2017-12-22 22:52:13 +01:00
Zeno Rogue
8c7abbc33e
list of colors and brush sizes
2017-12-22 22:34:01 +01:00
Zeno Rogue
0803082c87
no more setting 'reflect' by sibling when sibling not used
2017-12-22 22:33:25 +01:00
Zeno Rogue
04cc9300bf
four digits shown in pen width
2017-12-22 21:58:09 +01:00
Zeno Rogue
dd108cde6b
symmetric texture editing
2017-12-22 21:57:55 +01:00
Zeno Rogue
5a2ae1a865
simplified cellgroups
2017-12-22 21:37:30 +01:00
Zeno Rogue
8a97571cb4
renamed ZZ to qpixel_pixel_outside
2017-12-22 21:24:08 +01:00
Zeno Rogue
6234be507b
grid improvements: changeable color, straight lines drawn correctly, angles shown relative to coldcenter
2017-12-22 21:23:17 +01:00
Zeno Rogue
4bee0c85a7
undo in texture editor
2017-12-22 20:59:04 +01:00
Zeno Rogue
102b9cb4c3
lmouseover determined correctly in graph editor
2017-12-22 20:58:47 +01:00
Zeno Rogue
2b28c74313
periodic patterns added to selection
2017-12-22 01:46:34 +01:00
Zeno Rogue
c1ac7a8d51
46 patterns, zebras
2017-12-22 01:25:05 +01:00
Zeno Rogue
94487a9ae4
default coloralpha 128; changed some texts; fixed changing slave color
2017-12-22 01:24:53 +01:00
Zeno Rogue
db9bb39662
black displayed better
2017-12-22 00:51:55 +01:00
Zeno Rogue
d32232d9cb
fixed Mercator with textures and NANs
2017-12-21 17:07:21 +01:00
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
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