Commit Graph

8801 Commits

Author SHA1 Message Date
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
Arthur O'Dwyer 77e2c64538 [Makefile] langen depends on language-ptbr.cpp 2022-07-01 14:08:05 -04:00
Arthur O'Dwyer 48800f58f8 Fix some compiler errors and a mistake in config.cpp. 2022-07-01 14:07:58 -04:00
Dmitry Marakasov b7975f20ce Enable -Werror for CI 2022-06-29 21:58:11 +03:00
Dmitry Marakasov 6f812233d2 Don't set -march=native and -Werror by default
See https://amdmi3.ru/posts/packaging-friendliness-compiler-flags-to-avoid/
2022-06-24 13:59:05 +03:00
Zeno Rogue 2486937720 10.2s 2022-06-24 00:23:04 +02:00
Zeno Rogue 5fe6aee84f show treasure bubbles in Dice Reserve 2022-06-23 13:46:34 +02:00
Zeno Rogue 217c6287fe all cheat keys are now displayed in the cheat menu -- also removed some outdated ones 2022-06-23 13:46:14 +02:00
Zeno Rogue 3ef10f1996 removed the extra 'racing menu' option from the pause menu 2022-06-23 13:05:25 +02:00
Zeno Rogue 5e27a2cc88 shift+A now exits the map editor 2022-06-23 13:02:37 +02:00
Zeno Rogue 9497eb31b9 fixup -- stars also do not have_valence 2022-06-23 10:49:27 +02:00