1
0
mirror of https://github.com/rwengine/openrw.git synced 2025-01-31 12:01:38 +01:00

Commit Graph

  • b808e87a86
    Merge 91ce43c459b874d7a790107f6696e92a0aed2e3d into 556cdfbbf1fb5b3ddef5e43f36e97976be0252fc Sebastiaan de Schaetzen 2025-01-21 15:00:22 +01:00
  • 871ca43d38
    Merge 5503ea1655ad7297bab9e6d30bbbf270704d3e30 into 556cdfbbf1fb5b3ddef5e43f36e97976be0252fc David Heidelberg 2025-01-11 16:00:25 +02:00
  • d1ad5b90c8
    Merge a9e5ab16ca66d11a67112ee03ada007e5d1937f7 into 556cdfbbf1fb5b3ddef5e43f36e97976be0252fc David Heidelberg 2025-01-11 16:00:02 +02:00
  • 3bc6861208
    Merge c357b6cc329c6496aa91512b96d6c1383cef0635 into 556cdfbbf1fb5b3ddef5e43f36e97976be0252fc David Heidelberg 2025-01-11 15:59:44 +02:00
  • 92d36706ad
    Merge a9562828783ad92bcea3ea4d991d5b8e6458f539 into 556cdfbbf1fb5b3ddef5e43f36e97976be0252fc David Heidelberg 2025-01-11 15:57:46 +02:00
  • 2ce83aadc3
    Merge db1c405a18c2d9eaeb797980866ec51f5c57b208 into 556cdfbbf1fb5b3ddef5e43f36e97976be0252fc Sebastiaan de Schaetzen 2025-01-11 08:04:48 +01:00
  • 75ae28a644
    Merge dab5e95b0602ed40444fa671ea731a1dc6991ed4 into 556cdfbbf1fb5b3ddef5e43f36e97976be0252fc Tomi Lähteenmäki 2025-01-09 12:15:14 +02:00
  • dab5e95b06 Initial dynamic weather support Tomi Lähteenmäki 2018-05-09 21:22:50 +03:00
  • 556cdfbbf1
    Merge pull request #761 from Lihis/migrate-travis-to-gh-actions main Tomi Lähteenmäki 2025-01-09 11:35:20 +02:00
  • dc40371413 Migrate Travis CI to GitHub Actions Tomi Lähteenmäki 2024-02-04 17:37:58 +02:00
  • d758675938
    Merge pull request #750 from okias/ffmpeg-new Tomi Lähteenmäki 2025-01-08 22:45:52 +02:00
  • 2e79b75224
    wip! engine: ffmpeg 7.0 support David Heidelberg 2024-11-26 23:58:40 -05:00
  • 51806f4ba6
    engine: drop old ffmpeg support (~Ubuntu 14.04) David Heidelberg 2024-11-26 07:44:46 -05:00
  • 96989fe507
    Merge 28d71ff792de66b89862ff60c707a4b5368c6021 into e20356b05fd3ab0eb7ca376a901fa222173046bc David Heidelberg 2025-01-07 07:31:31 +01:00
  • e20356b05f SoundSource.cpp: return AVERROR_EOF when buffer is empty Tomi Lähteenmäki 2023-12-01 16:01:59 +02:00
  • a956282878
    rwcore: implement DXT 1 and DXT3 support David Heidelberg 2024-12-11 18:40:51 -05:00
  • efcb223a78
    rwcore: we don't support loading of DXT1, 3, or 5 assets David Heidelberg 2024-12-11 18:40:51 -05:00
  • 6a48dc1fdf
    Merge 9a385be95807876205675a001a5e29f2e6353205 into f10a5a8f7abc79a0728847e9a10ee104a1216047 David Heidelberg 2024-12-11 07:21:16 +00:00
  • 9a385be958
    TrafficDirector: put correct drivers into special cars David Heidelberg 2024-12-11 00:55:34 -05:00
  • c357b6cc32
    build: has been tested up to CMake 3.28 David Heidelberg 2024-12-11 01:02:40 -05:00
  • 28d71ff792
    core: make findFilePath more robust David Heidelberg 2024-11-26 23:58:07 -05:00
  • a9e5ab16ca
    core: add loplyguy.dff warning David Heidelberg 2024-11-26 13:29:42 -05:00
  • 5503ea1655
    core: reasonably decode version David Heidelberg 2024-11-26 11:52:26 -05:00
  • 73de79b886
    New Bincrafters URL James Duarte 2024-04-28 19:54:25 -04:00
  • 4a22967f39
    Update .appveyor.yml James Duarte 2024-04-28 19:42:34 -04:00
  • b4c05292d8
    Merge b409a8c0214a2162f755ea7c0b75c110960cb9b2 into f10a5a8f7abc79a0728847e9a10ee104a1216047 Tomi Lähteenmäki 2024-04-26 10:44:06 +07:00
  • f10a5a8f7a
    Fix Error: assigning to 'AVCodec *' from 'const AVCodec *' discards qualifiers in newer ffmpeg versions (#746) Mark Tomlin 2024-04-20 13:32:37 -04:00
  • 5bf62d5bb3
    Update rwengine/src/audio/SoundSource.cpp Mark Tomlin 2024-01-19 01:34:59 -05:00
  • 1140083129 Took suggestion by @Lihis Mark Tomlin 2024-01-18 17:48:25 -05:00
  • ad7be04089 SoundSource.cpp: return AVERROR_EOF when buffer is empty Tomi Lähteenmäki 2023-12-01 16:01:59 +02:00
  • 640c5b39bf
    Fixes compatibility with newer ffmpeg versions. Mark Tomlin 2023-11-01 01:43:12 -04:00
  • 0f83c16f65 Merge fix Mac non-xcode and CI building tsjost 2021-10-14 22:53:12 +02:00
  • 5630af258b Disable Mac CI building viewer/tools as qt5 cmake files are missing tsjost 2021-10-14 16:46:10 +02:00
  • ba400a8e42 Speed up Mac CI build tsjost 2021-10-14 01:24:04 +02:00
  • b41b4ef4d7 Fix "ar: -no_warning_for_no_symbols: No such file or directory" tsjost 2021-10-14 16:13:20 +02:00
  • 5f5afac574 Fix off-by-one error putting null char into filepath tsjost 2021-10-13 00:13:56 +02:00
  • c5e6709643 Merge removing Boost Filesystem; resolves #682 tsjost 2021-10-12 21:54:16 +02:00
  • 74993e2a94 Re-use the same random engine tsjost 2021-10-12 20:05:11 +02:00
  • da8de34f7d Remove some more boost filesystem references tsjost 2021-10-12 21:27:31 +02:00
  • fc394a1bde Remove boost::filesystem; Fixes #670 Florin9doi 2019-01-03 13:59:57 +02:00
  • 115ff7ff74 Merge mostly fixing CI builds tsjost 2021-10-12 18:41:52 +02:00
  • 02196adfbe Update build badge URLs tsjost 2021-10-12 18:38:03 +02:00
  • f8483d1905 Disable Mac builds because it's taking too long tsjost 2021-10-12 18:09:10 +02:00
  • 738e3179c4 Disable Conan builds because it's very broken tsjost 2021-10-12 17:30:32 +02:00
  • 8c87e30b05 Don't do test coverage on Fedora as it's broken for some reason tsjost 2021-10-12 17:12:58 +02:00
  • a5b83e2e09 Remove Boost Filesystem stuff tsjost 2021-10-12 15:40:34 +02:00
  • e34884598f std::filesystem uses perms::*_exec not _exe tsjost 2021-10-12 16:52:58 +02:00
  • 26983ffa3d unique_path doesn't exist in std::filesystem tsjost 2021-10-12 16:50:19 +02:00
  • bf345af47a Fix Ubuntu build tsjost 2021-10-12 03:16:52 +02:00
  • 3487b81f40 Fix "gpgv, gpgv2 or gpgv1 required for verification, but neither seems installed" tsjost 2021-10-12 01:24:52 +02:00
  • a5327eeebb qt5-devel no longer exists in Fedora tsjost 2021-10-12 01:28:19 +02:00
  • 0806c01fe6 Work around old Docker systems breaking Arch tsjost 2021-10-12 01:04:49 +02:00
  • 986251155c Arch Linux base image has new path tsjost 2021-10-12 00:51:09 +02:00
  • 48f34c7ee9 Merge fix #740 compilation errors tsjost 2021-10-03 22:53:06 +02:00
  • da97cb1822 fix linux build error Darren Ng 2021-06-23 22:41:35 +08:00
  • 909a9d7d30 fix: add missing include Lukas Šupienis 2021-09-18 00:35:44 +03:00
  • 386ceba18d fix linux build error Darren Ng 2021-06-23 22:41:35 +08:00
  • 30856790f1
    Change IRC network badge link tsjost 2021-06-02 18:57:15 +02:00
  • ece3d09e29 rwcore/LoaderIMG: Add warning to loadToMemory() that it is thread-unsafe. Christoph Heiss 2020-05-19 20:48:33 +02:00
  • 77b348f1f4 rwcore/LoaderIMG: Switch to fstream and avoid case-insensitive string comparision. Christoph Heiss 2020-05-15 17:35:57 +02:00
  • edaab68525 rwengine,rwgame: Avoid loading models/gta3.img twice. Christoph Heiss 2020-05-15 16:56:10 +02:00
  • 7d73e199c8 rwgame: Print gamefiles load time on startup. Christoph Heiss 2020-05-15 16:50:30 +02:00
  • 98e645d51d
    rwcore/LoaderIMG: Add warning to loadToMemory() that it is thread-unsafe. Christoph Heiss 2020-05-19 20:48:33 +02:00
  • 24b80599e6
    travis: Fix Ubuntu, Ubuntu/Conan and macOS builds. Christoph Heiss 2020-05-16 18:54:57 +02:00
  • ec3bf659c0
    tests: Fix tests/Config for CXX17 std::filesystem. Christoph Heiss 2020-05-16 16:11:08 +02:00
  • 10740418e3
    rwcore/LoaderIMG: Switch to fstream and avoid case-insensitive string comparision. Christoph Heiss 2020-05-15 17:35:57 +02:00
  • 179805a6f2
    rwengine,rwgame: Avoid loading models/gta3.img twice. Christoph Heiss 2020-05-15 16:56:10 +02:00
  • b982927470
    rwgame: Print gamefiles load time on startup. Christoph Heiss 2020-05-15 16:50:30 +02:00
  • 9f65c3bf85 Rampage WIP Christoph Heiss 2020-02-04 01:53:16 +01:00
  • 7c9ec8d788 rwengine: rampages: Implement rampage opcodes. Christoph Heiss 2018-12-17 09:41:02 +01:00
  • b5f8f12a47 rwengine: rampages: Implement basic functionality. Christoph Heiss 2018-12-17 09:40:18 +01:00
  • a8624bb23a cmake: Fix compilation on macOS for targets other than Xcode. Christoph Heiss 2018-12-17 09:38:36 +01:00
  • 36d7ee0258
    Merge 69afb86beec27d54f0fe00ae2557c071092ff071 into a43d241fda529d19aba84149201cb130276c46f4 Daniel Evans 2020-03-20 17:34:31 +01:00
  • a43d241fda audio/SoundSource.hpp: Add missing include Paul Cercueil 2020-03-16 19:41:26 +01:00
  • 528a686f24 cmake: SDL2: Fix SDL2 headers detection Paul Cercueil 2020-03-16 19:31:45 +01:00
  • 6ab92da5b0 cmake: FFmpeg: Fix regex for version detection Paul Cercueil 2020-03-16 19:30:00 +01:00
  • 8aa0d8042d
    audio/SoundSource.hpp: Add missing include Paul Cercueil 2020-03-16 19:41:26 +01:00
  • 589bc2e5fc
    cmake: SDL2: Fix SDL2 headers detection Paul Cercueil 2020-03-16 19:31:45 +01:00
  • f5c96a67ae
    cmake: FFmpeg: Fix regex for version detection Paul Cercueil 2020-03-16 19:30:00 +01:00
  • 6015cd0cd5
    Fix broken IRC shield tsjost 2020-02-16 19:29:31 +01:00
  • db1c405a18 Replace tabs with spaces Sebastiaan de Schaetzen 2019-10-27 09:44:12 +01:00
  • b409a8c021 Fix #161 gates do not open Tomi Lähteenmäki 2019-10-26 12:40:45 +03:00
  • 91ce43c459 Improve vehicle enter behaviour Sebastiaan de Schaetzen 2019-09-30 16:22:35 +02:00
  • 6caf7be879 Fix compile warning Sebastiaan de Schaetzen 2019-09-29 21:25:29 +02:00
  • 7c5fbea0a3 Improve vehicle enter behaviour Sebastiaan de Schaetzen 2019-09-30 16:22:35 +02:00
  • a756abdefb Fix compile warning Sebastiaan de Schaetzen 2019-09-29 21:25:29 +02:00
  • 0b2ac30529 Improve player vehicle exit logic Sebastiaan de Schaetzen 2019-09-29 18:31:06 +02:00
  • e8cc4fbdf6 Remove boost::filesystem; Fixes #670 Florin9doi 2019-01-03 13:59:57 +02:00
  • 69afb86bee Map IPL Viewer Daniel Evans 2019-06-03 20:58:17 +01:00
  • 713c94f344 Remove Qt rwviewer Daniel Evans 2019-05-27 22:20:41 +01:00
  • be5f1a0bf4 Add data inspection tool to rwgame with imgui Daniel Evans 2019-05-25 19:23:59 +01:00
  • 1835ff9f52 Move debuging views back to RWGame Daniel Evans 2019-05-25 18:38:45 +01:00
  • 51b7264744
    Merge pull request #722 from danhedron/fix-conan Daniel Evans 2019-09-01 22:23:08 +01:00
  • 6be775f3ec Enable ptrace in docker for sanitizers Daniel Evans 2019-09-01 00:59:58 +01:00
  • a65b2e030b Override bzip2 version Daniel Evans 2019-08-31 21:10:22 +01:00
  • be8d07dd74 fix tabs Oleksii Leleka 2019-08-18 18:22:21 +03:00
  • ed74f11d39 water render before world render Oleksii Leleka 2019-08-18 02:41:26 +03:00
  • f22c058459 fix tabs Oleksii Leleka 2019-08-18 18:22:21 +03:00
  • 59138bfecd water render before world render Oleksii Leleka 2019-08-18 02:41:26 +03:00
  • c7d77084c2
    Merge pull request #717 from danhedron/imgui Daniel Evans 2019-05-25 16:37:07 +01:00