1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-17 10:49:58 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
Zeno Rogue
de9149a8cd embeddings:: fixed Makefile 2023-02-04 09:24:06 +01:00
Zeno Rogue
c647431486 Makefile rulegen fix again 2022-07-23 16:43:02 +02:00
Zeno Rogue
7b47a301a3 Makefile rulegen fix 2022-07-23 16:41:37 +02: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
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
663e334e38 intra:: first version 2021-09-16 21:30:26 +02:00
Zeno Rogue
cba7ed1db9 added -Wno-invalid-offset in Makefile 2021-08-05 20:34:08 +02:00
Arthur O'Dwyer
5651b8c425 Enable -Wsuggest-override on Clang. 2021-07-12 17:51:44 -04:00
Arthur O'Dwyer
0ee6ce8c83 Eliminate -Woverloaded-virtual warnings from Clang. NFCI. 2021-07-12 17:51:39 -04:00
Jesse Ruderman
a19cc103ce Fix typo in cxxflags 2021-07-12 04:35:34 -07:00
Zeno Rogue
38530386d0
Merge branch 'master' into offsetof1 2021-07-12 09:52:03 +02:00
Arthur O'Dwyer
db762ff21a Fix or suppress a bunch of Clang warnings. NFCI. 2021-07-11 17:22:00 -04:00
Jesse Ruderman
98fd1f9c47 Use offsetof to reduce UB 2021-07-11 07:45:55 -07:00
Zeno Rogue
355b8df23a added colors.cpp for all color-related functions 2021-03-25 10:56:20 +01:00
Arthur O'Dwyer
4c10b17b7e Move Makefile.simple to just Makefile. 2021-03-21 17:40:06 -04:00
Alexandre Moine
868b12240a Remove unnecessary autotools files, and add them to .gitignore 2015-08-13 11:31:02 +02:00
Alexandre Moine
91eb928c29 Support installation, troubles with music btw 2015-08-09 22:36:13 +02:00
Alexandre Moine
9293404a79 New Makefile, generated with autotools 2015-08-09 15:38:09 +02:00
Alexandre Moine
9b11f1b6c5 Initialization with hyperrogue-66 2015-08-08 15:57:52 +02:00