Zeno Rogue
a6116d678e
reg3:: factored gen_quotient_map
2022-07-12 14:46:30 +02:00
Zeno Rogue
3f56f158ee
rulegen:: tests:: animation of the algorithm
2022-07-12 14:46:30 +02:00
Zeno Rogue
1cd8abd011
rulegen:: tests:: view_actual_seq
2022-07-12 14:46:30 +02:00
Zeno Rogue
46cf751200
rulegen-tests:: fix gamescreen
2022-07-12 14:46:30 +02:00
Zeno Rogue
c775936970
rulegen:: generalize to work with other maps than arbi
2022-07-12 14:46:30 +02:00
Zeno Rogue
fb9bf4263a
rulegen:: call hooks to animate the algorithm
2022-07-12 14:46:30 +02:00
Zeno Rogue
220a4b1a88
12.0t1
2022-07-12 14:46:30 +02:00
Zeno Rogue
710ae06e03
Merge pull request #310 from Technochips/master
...
FRENCH: more gender fixes (-e...)
2022-07-07 20:51:50 +02:00
Technochips
efa8567a2b
FRENCH: added "de" / "d'"
2022-07-05 23:16:56 +02:00
Technochips
d69f4e868d
FRENCH: more gender fixes (-e...)
2022-07-05 23:00:10 +02:00
Zeno Rogue
c652b6bd00
made flags in hyper.h consistent with langen.cpp
2022-07-05 21:20:21 +02:00
Zeno Rogue
7fda3c08c4
Merge pull request #309 from Technochips/master
...
WIP: French improvements
2022-07-05 21:12:59 +02:00
Technochips
3881da340c
FRENCH: fixed strings in language.cpp
2022-07-05 21:04:28 +02:00
Zeno Rogue
78b2482bbb
Merge pull request #308 from Quuxplusone/fixups
...
Various small compiler-warning fixes
2022-07-05 20:43:33 +02:00
Arthur O'Dwyer
1b8296a1f8
Fix Clang error where lambdas can't capture structured bindings until C++20
...
./rogueviz/nil-compass.cpp:98:10: error: reference to local binding 'i'
declared in enclosing function 'rogueviz::nilcompass::draw_compass'
if(i == _i && is == _is) return col;
^
2022-07-05 14:14:53 -04:00
Technochips
3dc7c3b086
FRENCH: gender flags, fixed a bunch of small stuff
2022-07-05 19:57:02 +02:00
Arthur O'Dwyer
2ec10ff7f2
Fix -Wsuggest-override on Clang
2022-07-05 13:28:00 -04:00
Arthur O'Dwyer
ad47db4240
Suppress -Wchar-subscripts on Clang
...
For example:
./rogueviz/platformer.cpp:388:14: error: array subscript is
of type 'char' [-Werror,-Wchar-subscripts]
if(keystate['3'])
^~~~
2022-07-05 13:28:00 -04:00
Arthur O'Dwyer
559301e69f
Fix -Wmisleading-indentation warning on Clang
2022-07-05 13:28:00 -04:00
Arthur O'Dwyer
3c3f2b2b21
Silence overzealous -Wunused-result warnings on GCC
2022-07-05 13:28:00 -04:00
Arthur O'Dwyer
dd55129ed3
Fix "extra ;" warnings on GCC
2022-07-05 13:28:00 -04:00
Arthur O'Dwyer
0ae74aad62
Fix more instances of Clang's -Wunqualified-std-cast-call
2022-07-05 13:28:00 -04:00
Arthur O'Dwyer
85753d240f
Fix instances of Clang's -Wunqualified-std-cast-call
2022-07-05 12:19:04 -04:00
Technochips
d315c74261
FRENCH: fixed a few typos
2022-07-05 16:30:04 +02:00
Technochips
3cdfd6e953
FRENCH: fixed extra apostrophes
2022-07-05 16:23:21 +02:00
Zeno Rogue
2d619d2f7c
fixed the version number in changelog
2022-07-05 16:13:06 +02:00
Zeno Rogue
80eaaf93e7
rv::kohonen:: heatmap drawing
2022-07-05 16:04:19 +02:00
Zeno Rogue
b2fb02f863
gamescreen updated in rogueviz
2022-07-05 16:03:12 +02:00
Zeno Rogue
80cc89f6eb
12.0t
2022-07-05 15:52:02 +02:00
Zeno Rogue
59ea72d506
side for sightrange edit
2022-07-05 14:02:51 +02:00
Zeno Rogue
a0d3c402d7
fixup: addalpha
2022-07-05 14:02:45 +02:00
Zeno Rogue
a2113d4142
darken the menu side of the screen
2022-07-05 14:00:51 +02:00
Zeno Rogue
bbc495b2fb
darken the menu side of the screen
2022-07-05 13:57:34 +02:00
Zeno Rogue
6e1743ac86
prettier color items
2022-07-05 12:54:59 +02:00
Zeno Rogue
5763120dae
color dialog has the new sliders
2022-07-05 12:34:31 +02:00
Zeno Rogue
3ae7d8b2d7
graphical sliders
2022-07-05 12:26:20 +02:00
Zeno Rogue
52186377a0
fixed French
2022-07-05 11:52:05 +02:00
Zeno Rogue
a19adccf82
startanims now can be disabled
2022-07-05 11:51:49 +02:00
Zeno Rogue
09d67c24f0
fixed the help button in the pause menu
2022-07-05 11:51:32 +02:00
Zeno Rogue
75f58766a2
made background screen darkening consistent and optional
2022-07-05 11:51:06 +02:00
Zeno Rogue
b3a394c266
Merge branch 'master' of https://github.com/zenorogue/hyperrogue
2022-07-05 02:59:33 +02:00
Zeno Rogue
db2139e4ab
documented new options in Readme
2022-07-05 02:56:15 +02:00
Zeno Rogue
1987eff6cd
remove -Werror and -march=native from mymake
2022-07-05 02:54:07 +02:00
Zeno Rogue
510d3785a7
Merge pull request #305 from AMDmi3/flags
...
Don't set -march=native and -Werror by default
2022-07-05 02:49:08 +02:00
Zeno Rogue
8eaeff85eb
fixes in the French translation
2022-07-05 02:45:04 +02:00
Zeno Rogue
1bc7cd04cb
implemented French translation
2022-07-05 02:44:19 +02:00
Zeno Rogue
fe68186e5a
refactored basicrep and parrep: genderrep to avoid repeated lines in both %y0 and %yINDEX, no more need for special case when noun not found
2022-07-05 01:57:33 +02:00
Zeno Rogue
f69fce0050
fixed the Polish translation of the description of False Princess
2022-07-05 01:32:26 +02:00
Zeno Rogue
e50c22134c
Merge pull request #307 from Quuxplusone/language-fr
...
Add @3raven's language-fr.cpp
2022-07-04 12:02:15 +02:00
Arthur O'Dwyer
8a1ee4622b
French language translation by @3raven
2022-07-01 14:11:14 -04:00