summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2023-06-16Merge pull request #3110 from Robyt3/engine-packer-compressionoy
2023-06-14Replace "OSX" with "macOS"Robert Müller
2023-06-13Merge pull request #3127 from Robyt3/MinGW-fixesoy
2023-06-12Revert "Manually patch gtest to allow CMake version 2.8.12...3.19.1"Robert Müller
2023-06-12Bump GTest version to latest master as of 2021-04-07heinrich5991
2022-03-19Define _WIN32_WINNT=0x0501 also in CMakeLists to fix MinGW build:Robert Müller
2022-03-19Use -fstack-protector-all on MinGW:Robert Müller
2022-03-03Only send valid UTF-8 over the networkheinrich5991
2022-02-22Move CListBox to UIRobert Müller
2022-02-17Move CScrollRegion to UIRobert Müller
2022-02-15Use /utf-8 for MSVCFreddie Kins
2022-02-08Implement IME, candidate window & move textcursor into CLineInputFreddie Wang
2022-02-04Merge pull request #2937 from Robyt3/server-maplist-configoy
2022-02-04Merge pull request #3001 from Robyt3/remove-base-tl-baseoy
2022-02-04Merge pull request #3020 from Robyt3/utf8-bomoy
2022-02-04Merge pull request #3030 from Robyt3/CMake-OpenGL-Ubuntuoy
2022-02-03fix invalid left shift in CVariableInt::Unpack, add testsRobert Müller
2022-02-03remove base/tl/base.hRobert Müller
2022-01-29Remove OpenGL component from find_package specification:Robert Müller
2022-01-15Add a flag to skip a UTF-8 BOM when opening files for readingheinrich5991
2021-12-31fix undefined behavior in byte packing functions, add testsRobert Müller
2021-12-10add sv_maplist [none|standard|all], add IMapChecker interfaceRobert Müller
2021-12-10Merge pull request #2936 from Robyt3/windows-filesystem-unicodeoy
2021-12-05consolidate menu and editor popup handling in UIRobert Müller
2021-11-28add UNICODE defines on windows, correct WinAPI method usageRobert Müller
2021-09-29Merge pull request #2944 from ChillerDragon/pr_null_gfxoy
2021-09-28Merge pull request #2929 from Robyt3/remove-engine-shared-messageoy
2021-09-20Merge pull request #2919 from ChillerDragon/pr_fix_friendlistoy
2021-09-12Add -DHEADLESS_CLIENT option to cmake (nulled gfx)ChillerDragon
2021-08-14remove obsolete engine/shared/message.hRobert Müller
2021-08-02Add unit test for empty rangedef
2021-07-22decouple CUI and CRenderTools, move rect-drawing to CUIRectRobert Müller
2021-07-22Merge pull request #2875 from lanodan/fix/pure-waylandoy
2021-07-16add icon for auto themeRobert Müller
2021-06-06cmake: Use OPENGL_gl_LIBRARY for CMake <3.10Haelwenn (lanodan) Monnier
2021-06-06cmake: Use GLVND & remove X11 linkingHaelwenn (lanodan) Monnier
2020-12-08Revert "added missing policy for legacy opengl"heinrich5991
2020-12-08Manually patch gtest to allow CMake version 2.8.12...3.19.1heinrich5991
2020-12-08Bump minimum CMake version from 2.8 to 2.8.12heinrich5991
2020-10-19Textrenderer initial refactoringTsFreddie
2020-10-19CFont fallback supportTsFreddie
2020-05-02Fix cmake not happy about the new fileJordy Ruiz
2020-04-04Report actual data sizes in `CDataFileReader::GetDataSize`heinrich5991
2020-03-28Streamline the platform clientLearath
2020-03-27Fix #1860Learath
2020-03-24CMake fix freetype warningRyozuki
2020-02-02Clean up chat commandsLearath2
2020-01-28test: Add tests for `CJsonWriter`heinrich5991
2020-01-27Merge pull request #2433 from Robyt3/jsonWriteroy
2020-01-26Cleaning up remains of gluFlyingsky