1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-11 01:22:07 +00:00
Commit Graph

34 Commits

Author SHA1 Message Date
Zeno Rogue b2dfe898fd changed the HYPERROGUE_USE_PNG default 2026-04-17 21:55:33 +02:00
Zeno Rogue 2bf5b711a5 set a flag to silence Clang warnings 2024-12-22 22:36:59 +01:00
Zeno Rogue 907dd4fdd8 used the new langen output in Makefile 2024-11-17 20:21:33 +01:00
iacore c7fcb6c1a2 Merge branch 'fix-build-linux' 2024-10-03 20:23:01 +00:00
Jacob Mandelson c3ef9c2733 Include the GCC compiler's install too. 2024-04-20 15:29:31 -07:00
Jacob Mandelson c29517b5b0 Fix the build.
Explain how to install the required dev libraries for Windows.
Update C++ std to use from C++11 to C++14.
Put the MSYS2 SDL include dir in the include files path.
2024-04-20 15:13:01 -07:00
Tokarak 2659d08b78 Add message about using glew and libpng to Makefile 2024-04-17 10:23:40 +01:00
Tokarak 45db9977a0 Fix SDL include from sdl_gfx
Resolves #332; for MacOS only.
2024-04-17 10:16:55 +01:00
Tokarak aa78aacdf3 Update MacOS Makefile comments to match README
Also fix an unintentially modified Linux comment in parrent commit
2024-04-17 08:49:17 +01:00
Tokarak fd128d24c6 Fix MacOS-silicon compile
Use the right Homebrew prefix — not hard-coded any more.
2024-04-16 17:09:59 +01:00
Zeno Rogue c03e9cfeb4 Merge pull request #300 from dulsi/master
Add optional fontconfig support.
2023-05-15 19:16:18 +02:00
Zeno Rogue de9149a8cd embeddings:: fixed Makefile 2023-02-04 09:24:06 +01:00
Locria Cyber 0b0d2c2f93 Use c++14 by default
Needed for 'default value of lambda parameter'
2023-02-01 13:07:14 +00:00
Locria Cyber 5e8839f3a9 Fix bugs and C++ compilance
- use 'noexcept' for constexpr
- allocate dynamic array
- enable CAP_TEXTURE on CAP_ROGUEVIZ
2023-02-01 13:00:30 +00:00
Locria Cyber e718adb7b6 Fix make file 2023-01-31 20:58:25 +00: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
Dennis Payne 3023b12e93 Add optional fontconfig support. 2022-02-08 12:44:51 -05: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