Zeno Rogue
|
329a2fa783
|
fixed the compilation without CAP_COMMANDLINE or without CAP_SVG or fakemobile
|
2018-07-22 12:50:03 +02:00 |
|
Zeno Rogue
|
4de4d3e640
|
arg:: split the big if list in config.cpp
|
2018-07-21 16:58:50 +02:00 |
|
Zeno Rogue
|
9d682aee45
|
moved more commandline options to their modules
|
2018-07-20 00:04:23 +02:00 |
|
Zeno Rogue
|
30cb9158cb
|
moved svg and PNG screenshot to a new file screenshots.cpp; moved some commandline arguments from commandline.cpp to their respective modules
|
2018-07-19 23:46:58 +02:00 |
|
Arthur O'Dwyer
|
fbc7cd3212
|
Fix -Wempty-body warnings on GCC.
|
2018-07-17 16:53:46 -07:00 |
|
Zeno Rogue
|
1bd49df841
|
Merge branch 'master' of https://github.com/zenorogue/hyperrogue
|
2018-07-09 18:43:09 +02:00 |
|
Zeno Rogue
|
dd8e30e041
|
RogueViz legend as HUD replacement, lists edge types too
|
2018-07-09 18:39:34 +02:00 |
|
Arthur O'Dwyer
|
de8926ac5d
|
Fix some truncation warnings for the benefit of MSVC.
rug.cpp(1266): warning C4305: 'argument': truncation from 'double' to 'GLclampf'
tour.cpp(629): warning C4305: '=': truncation from 'int' to 'bool'
|
2018-07-08 22:19:42 -07:00 |
|
Zeno Rogue
|
98ea11de86
|
fixed the warnings about comparing int and bool
|
2018-07-07 11:05:48 +02:00 |
|
Zeno Rogue
|
f1f1098d95
|
removed some remaining references to sval, fixed the compilation of RogueViz
|
2018-06-29 12:16:35 +02:00 |
|
Zeno Rogue
|
0d0eb06886
|
Merge branch 'master' into misc-windows
|
2018-06-28 15:13:42 +02:00 |
|
Zeno Rogue
|
cf8dffd6b8
|
fixed bugs with manual celllisters
|
2018-06-28 13:35:03 +02:00 |
|
Zeno Rogue
|
d11044a80a
|
refactoring: sval/aitmp is no more, celllister(manual) used instead
|
2018-06-28 12:59:35 +02:00 |
|
Arthur O'Dwyer
|
817f690ae3
|
Silence a couple of warnings with -DCAP_TEXTURE=0 (the default on MinGW).
|
2018-06-27 03:01:58 -07:00 |
|
Zeno Rogue
|
63869c6d33
|
renamed the size function to isize
|
2018-06-22 14:47:24 +02:00 |
|
Zeno Rogue
|
8f8a259992
|
new quotient geometries
|
2018-06-22 01:48:46 +02:00 |
|
Zeno Rogue
|
f699f73f1a
|
texture:: undo clears pixels_to_draw; the number of pixels_to_draw displayed in the editor
|
2018-06-17 12:06:01 +02:00 |
|
Zeno Rogue
|
69429ba4d4
|
creating Mimics in the map editor now works correctly
|
2018-06-17 12:03:39 +02:00 |
|
Zeno Rogue
|
28a4768ea4
|
more uniformization of add/back, 'space' in grapheditor works in autocheat, fixed missing XLAT in surface
|
2018-06-13 00:11:26 +02:00 |
|
Zeno Rogue
|
56baba800b
|
moved more includes to sysconfig.h
|
2018-06-12 23:10:20 +02:00 |
|
Zeno Rogue
|
4c619e60dd
|
moved all the HyperRogue stuff except RogueViz to namespace 'hr' -- useful when using hr as a library
|
2018-06-11 01:58:31 +02:00 |
|
Zeno Rogue
|
98246d3066
|
more cleanup in parameters, restartGame cleanup
|
2018-06-11 00:58:38 +02:00 |
|
Zeno Rogue
|
666ddb007e
|
MAJOR REWRITE of floor patterns
|
2018-05-07 20:13:56 +02:00 |
|
Zeno Rogue
|
8dcaed3aaf
|
gp:: acknowledged in save game, save map, scorelist, modecode
|
2018-04-11 00:30:50 +02:00 |
|
Zeno Rogue
|
033c626dfc
|
restartGame, wrong mode, and resetModes now use constants instead of magic char names
|
2018-04-09 18:05:23 +02:00 |
|
Zeno Rogue
|
ac37b6df99
|
more elegant cellwalkers
|
2018-03-24 12:59:01 +01:00 |
|
Zeno Rogue
|
2c09c5ee56
|
structurized textures.cpp
|
2018-03-17 21:12:46 +01:00 |
|
Zeno Rogue
|
283c6bba39
|
cleanup: arguments
|
2018-02-26 13:14:20 +01:00 |
|
Zeno Rogue
|
082bd44c2a
|
fixed zoom while editing texture
|
2018-02-20 22:12:31 +01:00 |
|
Zeno Rogue
|
c8d655184b
|
when loading textures in the texture mode, you can now tune individual triangles
|
2018-02-13 23:25:44 +01:00 |
|
Zeno Rogue
|
cab8a0a38f
|
Works online now!
|
2018-02-11 19:08:17 +01:00 |
|
Zeno Rogue
|
64adb6f0ea
|
updated the header comments to 2018, also added the missing ones
|
2018-02-09 00:40:26 +01:00 |
|
Zeno Rogue
|
ad172724e8
|
made it compile with RUG on emscripten (at least it should -- it does not work for me because of an emscripten bug apparently)
|
2018-02-03 14:31:17 +01:00 |
|
Zeno Rogue
|
22d3d2590f
|
some work on the savemem feature
|
2018-01-26 01:45:49 +01:00 |
|
Zeno Rogue
|
1d2b20b015
|
disable saveHQSX without CAP_SDL
|
2018-01-20 17:50:30 +01:00 |
|
Zeno Rogue
|
9c8b16e9d0
|
some translation fixes, Russian updated
|
2018-01-08 23:23:00 +01:00 |
|
Zeno Rogue
|
5bf6d54c7d
|
changed chamfered to bitruncated
|
2018-01-06 22:34:03 +01:00 |
|
Zeno Rogue
|
3fc196e0c0
|
fixed CAP_TEXTURE disabling
|
2018-01-05 17:30:03 +01:00 |
|
Zeno Rogue
|
7b6be5da7c
|
HQ/SVG shots in the editors now include the aura background, and you can choose the file (use Shift+F6 for the old way)
|
2018-01-05 14:19:22 +01:00 |
|
Zeno Rogue
|
495dbba809
|
renamed 'truncated' to 'chamfered'
|
2018-01-04 18:39:04 +01:00 |
|
Zeno Rogue
|
f3cf1e06bf
|
fixed hiding player in grapheditor
|
2018-01-04 18:28:07 +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
|
154bd54607
|
fixed/extended the mouse zoom etc.
|
2017-12-30 17:00:35 +01:00 |
|
Zeno Rogue
|
11569c693d
|
big change: more configuration for the torus (and also Klein bottle)
|
2017-12-28 16:46:10 +01:00 |
|
Zeno Rogue
|
ae70662495
|
moving the screen center
|
2017-12-25 10:26:50 +01:00 |
|
Zeno Rogue
|
8c7abbc33e
|
list of colors and brush sizes
|
2017-12-22 22:34:01 +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
|
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 |
|