1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-22 02:12:45 +01:00

Commit Graph

  • 0e5f1e5b5f cmake+imgui: add imgui submodule Anonymous Maarten 2018-12-20 20:30:22 +0100
  • 94276d0303 Fix openAL's issue with unqueueing buffers Filip Gawin 2019-05-19 12:23:56 +0200
  • 1fde4311da Use enum class to describe actual state Filip Gawin 2019-05-18 23:07:38 +0200
  • 50efcb4851 Remove vector's header from SoundBuffer Filip Gawin 2019-05-18 23:03:30 +0200
  • 012e71e332 Remove unused variables from SoundBuffer Filip Gawin 2019-05-18 23:01:59 +0200
  • c1e277fdef Rename thread in SoundBufferStreamed Filip Gawin 2019-05-18 23:00:54 +0200
  • 76fc914695
    Merge pull request #713 from danhedron/transform-cleanup Daniel Evans 2019-05-17 20:23:26 +0100
  • 86bf69b0a0 Helper argument to clone Atomics with a new frame Daniel Evans 2019-05-15 23:28:09 +0100
  • 77b405b7c5 Remove getTimeAdjustedTransform Daniel Evans 2019-05-13 21:36:16 +0100
  • 8af04b48cf Update pickup frame position Daniel Evans 2019-05-13 21:24:18 +0100
  • a3e924ff3c Use MotionState to move projectiles Daniel Evans 2019-05-13 20:23:10 +0100
  • 5d6e3598ca Expose GameObjectMotionState Daniel Evans 2019-05-13 00:01:47 +0100
  • e55688e21c Render Projectile and Pickup Objects via Atomics Daniel Evans 2019-05-12 00:49:07 +0100
  • ff10f3769e Unify Object Atomic/Clump handling Daniel Evans 2019-05-11 20:33:23 +0100
  • 4dae49ca98
    Merge 960d1a1707 into 767f921859 Artem Popov 2019-05-12 19:13:26 +0000
  • 294d337996 Restructure sbs and fix hanging of new test Filip Gawin 2019-05-12 15:03:05 +0200
  • d42518b6c2 Replicate extra scenerio in audio loading test Filip Gawin 2019-05-12 14:30:11 +0200
  • 714e4b2041 Additional Semicolon Removal Daniel Evans 2019-05-07 22:58:05 +0100
  • 767f921859
    Merge pull request #709 from danhedron/feat-script-object-cleanup Daniel Evans 2019-05-06 04:08:49 +0100
  • f4fd1f9283 Cover additional opcodes that remove obstacles Daniel Evans 2019-04-29 22:02:37 +0100
  • 5bb67eccb4 VehicleObject::canBeRemoved cleanup Daniel Evans 2019-04-29 20:56:09 +0100
  • 7af0e8d7cb Delete traffic when creating new entities from 0x00a5, 0x009a Daniel Evans 2019-04-29 00:18:22 +0100
  • 3fee2ba5c4 Utility: findOverlappingObjects Daniel Evans 2019-04-28 23:53:25 +0100
  • 5f01c155e3 Refactor object removeability check into GameObject Daniel Evans 2019-04-28 23:43:25 +0100
  • d7c10b1a05 Remove constexpr Daniel Evans 2019-05-05 20:56:27 +0100
  • ff9edc67b4 Remove constexpr Daniel Evans 2019-05-05 20:56:27 +0100
  • ef77d401d5 RE missing stuff from VehicleObject Filip Gawin 2019-04-28 18:58:29 +0200
  • 48c1d860cc Fix conanfile.py on case-insensitive filesystems Cornee Traas 2019-04-22 14:40:01 +0200
  • 122b0d94a9 Fixes for thread sanitizer Filip Gawin 2019-04-21 23:00:53 +0200
  • f0975cac66
    Merge pull request #707 from ShFil119/fix/win_crash Daniel Evans 2019-04-21 21:33:18 +0100
  • e2bdc8d81c Close window in parent class (GameBase) Filip Gawin 2019-04-20 20:44:03 +0200
  • 555d234905 Wrap more openAl code with error checking and unqueue buffers before delete them Filip Gawin 2019-04-16 19:49:55 +0200
  • c88192f42e Optimize usage of mutexes in streaming audio Filip Gawin 2019-04-16 19:37:16 +0200
  • b1824ea699 Fix problem of not ending sounds Filip Gawin 2019-04-12 22:48:39 +0200
  • 1c18c2e37a Streaming implementation Filip Gawin 2019-04-11 23:32:47 +0200
  • 09d466269d Avoid overwriting generic textures with splashes Filip Gawin 2019-04-12 20:23:15 +0200
  • 9542d8338b
    Avoid overwriting generic textures with splashes Filip Gawin 2019-04-12 20:23:15 +0200
  • a63b084d31 Implement basic tests for audio decoding and playing Filip Gawin 2018-12-06 22:49:46 +0100
  • 50c6eedf4f Divide SoundSource (for future streaming) Filip Gawin 2018-11-21 00:34:29 +0100
  • 00e5a9ad2e Prepare interface GameRenderer Filip Gawin 2019-04-09 22:35:44 +0200
  • 2877487ad5 Refactor interface of LegacyGameRenderer Filip Gawin 2019-04-08 22:53:59 +0200
  • 234d97e101 Rename GameRenderer to LegacyGameRenderer Filip Gawin 2019-04-08 20:59:52 +0200
  • 966413746f Add librw dir to cmake Filip Gawin 2019-04-08 20:45:41 +0200
  • 21f175ab45 Add rwlib submodule Filip Gawin 2019-04-08 20:43:28 +0200
  • 73d76b90e5 Implement basic tests for audio decoding and playing Filip Gawin 2018-12-06 22:49:46 +0100
  • 92ce994bd0 Divide SoundSource (for future streaming) Filip Gawin 2018-11-21 00:34:29 +0100
  • a3916ca677
    Merge pull request #696 from ShFil119/various Daniel Evans 2019-03-18 20:05:51 +0000
  • 7592a48587 Avoid using map for Logger::MessageSeverity Filip Gawin 2019-01-18 18:11:30 +0100
  • 195020df46 Use unique_ptr to handle TextureData Filip Gawin 2019-01-18 03:46:59 +0100
  • 960d1a1707
    Deleted test lines that don't belong to this commit. Artem Popov 2019-02-20 11:30:41 -0500
  • 1b4cc6103a Refactor of EFX classes SoundEffect and SoundSlot is merged SoundManager contains all pre-initialized effects ArtemPopof 2019-02-20 11:26:08 -0500
  • ce7c45f94c argument pass method improvements ArtemPopof 2019-02-18 16:07:14 -0500
  • dd0dd44296 made SoundEffect constructor virtual ArtemPopof 2019-02-18 15:52:18 -0500
  • 1dbabd193f memory cleanup improvements minor refactoring ArtemPopof 2019-02-18 15:36:15 -0500
  • b673ab6ec9 Extracted variable assigning from fucntion call ArtemPopof 2019-02-18 15:02:44 -0500
  • 60ac44a449 Merge branch 'issue_697' ArtemPopof 2019-02-18 14:53:40 -0500
  • 7e2f208a2a Minor format and refactor ArtemPopof 2019-02-18 14:50:50 -0500
  • 8496f6a817
    Deleted useless line Artem Popov 2019-02-16 07:34:24 -0500
  • 519536de8e
    Remove duplication Artem Popov 2019-02-16 07:28:31 -0500
  • 99429f302b
    Minor formatting improvements Artem Popov 2019-02-16 07:27:29 -0500
  • c464756075
    Removed some extra spaces Artem Popov 2019-02-16 07:03:33 -0500
  • 7a22c068a1 Merge remote-tracking branch 'origin/issue_697' ArtemPopof 2019-02-16 06:26:44 -0500
  • 342e3c8f83 Pickups speed adjusted. Closes #694 (#701) Artem Popov 2019-02-15 17:49:44 -0500
  • 958b7f7983
    Variable name adjusted Artem Popov 2019-02-15 16:48:05 -0500
  • cb40cc3902
    requested changes Artem Popov 2019-02-15 16:44:19 -0500
  • 8bd8e17921 Environment for OpenAL EFX added reverb effect added ArtemPopof 2019-02-15 15:52:19 -0500
  • be920d315f Pickups speed adjusted ArtemPopof 2019-02-13 16:11:35 -0500
  • 9b4ebc105c Fix segfault when failed to create shader object George Popoff 2019-02-09 19:45:13 +0300
  • 70754ea45c Fix segfault when failed to create shader object George Popoff 2019-02-09 19:45:13 +0300
  • d55fb3f0e5 Update docker image Florin9doi 2019-02-09 21:08:54 +0200
  • 08858eb18d Update docker image Florin9doi 2019-02-09 21:08:54 +0200
  • 23e21a3d58
    Merge pull request #693 from danhedron/remove-nodata-build Daniel Evans 2019-01-22 03:16:40 +0000
  • 6f9e23acc9 Remove RW_TEST_WITH_DATA from test code Daniel Evans 2019-01-18 01:29:59 +0000
  • f15f3cefdd Avoid using shared_ptr for InstanceData Filip Gawin 2019-01-18 02:07:36 +0100
  • 44148c528a Use '\n' instead of std::endl Filip Gawin 2019-01-18 01:37:23 +0100
  • dd8de77b8e Cleanup headers of rwengine Filip Gawin 2018-12-10 01:51:05 +0100
  • c03fbf79f8 Cleanup rwcore headers Filip Gawin 2018-12-09 23:06:02 +0100
  • 1a7d4ac7e6 Cleanup interfaces of rwgame Filip Gawin 2018-12-09 22:43:42 +0100
  • 01d2445b86
    Merge pull request #692 from madebr/rwconfig_fixes Daniel Evans 2019-01-18 22:31:21 +0000
  • e9809eb2d2 Load Saves using new SaveGameSerialization tools Daniel Evans 2019-01-10 23:07:46 +0000
  • 95991dcf9a Extract structures from SaveGame.cpp Daniel Evans 2019-01-13 00:46:17 +0000
  • a153648838 Helpers for reading / writing save file structure Daniel Evans 2019-01-07 03:07:15 +0000
  • 530a7d35ac
    Merge pull request #686 from vflyson/patch-1 Daniel Evans 2019-01-18 20:42:50 +0000
  • 6772582a23 Cleanup headers of rwengine Filip Gawin 2018-12-10 01:51:05 +0100
  • b6c4960268 Cleanup rwcore headers Filip Gawin 2018-12-09 23:06:02 +0100
  • 32a5395e2c Cleanup interfaces of rwgame Filip Gawin 2018-12-09 22:43:42 +0100
  • 490bc91f91 Prevent weapon use while driving Vincent Flyson 2019-01-13 18:56:37 -0500
  • 08c90fdfb8
    Merge pull request #683 from danhedron/feat/melee Daniel Evans 2019-01-13 01:06:09 +0000
  • 1ccec04148 rwgame: catch boost::exception Anonymous Maarten 2019-01-05 03:23:14 +0100
  • 548ff80909 rwgame+tests: fix argument parsing of bool arguments Anonymous Maarten 2019-01-03 04:27:27 +0100
  • 21da262a64
    Merge pull request #678 from madebr/conan_cmake Daniel Evans 2019-01-06 04:47:44 +0000
  • f59653eeea Make DamageInfo construction more explicit Daniel Evans 2019-01-05 02:22:38 +0000
  • 151de65f69 cmake+conan: do not use debug runtime in debug mode Anonymous Maarten 2018-12-19 19:32:05 +0100
  • 5e582fd393 conan: update qt, boost, ffmpeg, openal and sdl2 Anonymous Maarten 2018-12-19 03:59:22 +0100
  • bdf4167cd3 conan: Visual Studio 2015 has no c++17 support Anonymous Maarten 2018-11-22 21:04:23 +0100
  • 58c0dcd8ce cmake: only set C and C++ standard for "core targets" Anonymous Maarten 2018-11-27 19:56:25 +0100
  • 35731f2031 cmake: simplify wraptargets Anonymous Maarten 2018-09-17 23:42:02 +0200
  • 80946d64e6 cmake: detect ffmpeg version Anonymous Maarten 2018-09-17 23:41:46 +0200
  • 8efde3a5cb cmake: simplify FindSDL2 + detect SDL2 version Anonymous Maarten 2018-09-17 19:02:40 +0200
  • 9ea287606d project: update travis url to travis-ci.com Anonymous Maarten 2018-12-19 03:34:24 +0100