1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-04 01:29:45 +02:00
Commit Graph

1124 Commits

Author SHA1 Message Date
Florin9doi
fc394a1bde Remove boost::filesystem; Fixes #670 2021-10-12 21:53:56 +02:00
Darren Ng
da97cb1822 fix linux build error 2021-10-03 22:46:31 +02:00
Christoph Heiss
edaab68525 rwengine,rwgame: Avoid loading models/gta3.img twice. 2020-05-20 23:51:28 +02:00
Paul Cercueil
a43d241fda audio/SoundSource.hpp: Add missing include
Fix build on Debian testing by adding a missing <vector> include.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
2020-03-16 22:37:31 +01:00
Oleksii Leleka
be8d07dd74 fix tabs 2019-08-21 17:50:33 +02:00
Oleksii Leleka
ed74f11d39 water render before world render 2019-08-21 17:50:33 +02:00
Daniel Evans
c7d77084c2
Merge pull request #717 from danhedron/imgui
Use ImGui for debugging
2019-05-25 16:37:07 +01:00
Filip Gawin
685b78a6f6 Fix openAL's issue with unqueueing buffers 2019-05-23 15:24:01 +02:00
Filip Gawin
4e068591bd Use enum class to describe actual state 2019-05-23 15:24:01 +02:00
Filip Gawin
03c155d2ba Remove vector's header from SoundBuffer 2019-05-23 15:24:01 +02:00
Filip Gawin
38a77f7477 Remove unused variables from SoundBuffer 2019-05-23 15:24:01 +02:00
Filip Gawin
cc14614e7e Rename thread in SoundBufferStreamed 2019-05-23 15:24:01 +02:00
Filip Gawin
9b07e0492f Restructure sbs and fix hanging of new test 2019-05-23 15:24:01 +02:00
Filip Gawin
c234eb00f6 Fixes for thread sanitizer 2019-05-23 15:24:01 +02:00
Filip Gawin
1b588da1d1 Wrap more openAl code with error checking and unqueue buffers before
delete them
2019-05-23 15:24:01 +02:00
Filip Gawin
1d6290f605 Optimize usage of mutexes in streaming audio 2019-05-23 15:24:01 +02:00
Filip Gawin
a5ac546601 Fix problem of not ending sounds 2019-05-23 15:24:01 +02:00
Filip Gawin
139034c53b Streaming implementation 2019-05-23 15:24:01 +02:00
Daniel Evans
4202297e0e Render debug view UI with ImGui 2019-05-22 23:33:17 +01:00
Daniel Evans
86bf69b0a0 Helper argument to clone Atomics with a new frame 2019-05-16 00:11:32 +01:00
Daniel Evans
77b405b7c5 Remove getTimeAdjustedTransform 2019-05-16 00:11:32 +01:00
Daniel Evans
8af04b48cf Update pickup frame position 2019-05-16 00:11:32 +01:00
Daniel Evans
a3e924ff3c Use MotionState to move projectiles 2019-05-16 00:11:32 +01:00
Daniel Evans
5d6e3598ca Expose GameObjectMotionState 2019-05-16 00:11:32 +01:00
Daniel Evans
e55688e21c Render Projectile and Pickup Objects via Atomics 2019-05-16 00:11:32 +01:00
Daniel Evans
ff10f3769e Unify Object Atomic/Clump handling 2019-05-16 00:11:32 +01:00
Daniel Evans
714e4b2041 Additional Semicolon Removal 2019-05-07 22:58:05 +01:00
Daniel Evans
f4fd1f9283 Cover additional opcodes that remove obstacles 2019-05-06 01:12:38 +01:00
Daniel Evans
5bb67eccb4 VehicleObject::canBeRemoved cleanup 2019-05-06 01:12:38 +01:00
Daniel Evans
7af0e8d7cb Delete traffic when creating new entities from 0x00a5, 0x009a 2019-05-06 01:12:38 +01:00
Daniel Evans
3fee2ba5c4 Utility: findOverlappingObjects 2019-05-06 01:12:38 +01:00
Daniel Evans
5f01c155e3 Refactor object removeability check into GameObject 2019-05-06 01:12:38 +01:00
Daniel Evans
d7c10b1a05 Remove constexpr 2019-05-06 01:10:46 +01:00
Filip Gawin
09d466269d Avoid overwriting generic textures with splashes 2019-04-12 23:38:08 +02:00
Filip Gawin
a63b084d31 Implement basic tests for audio decoding and playing 2019-04-10 20:29:34 +02:00
Filip Gawin
50c6eedf4f Divide SoundSource (for future streaming) 2019-04-10 20:29:34 +02:00
Daniel Evans
a3916ca677
Merge pull request #696 from ShFil119/various
Various (smaller changes)
2019-03-18 20:05:51 +00:00
Filip Gawin
7592a48587 Avoid using map for Logger::MessageSeverity 2019-03-18 00:14:44 +01:00
Filip Gawin
195020df46 Use unique_ptr to handle TextureData 2019-03-18 00:14:23 +01:00
Artem Popov
342e3c8f83 Pickups speed adjusted. Closes #694 (#701)
* Pickups speed adjusted

* requested changes

* Variable name adjusted
2019-02-15 23:49:44 +01:00
George Popoff
9b4ebc105c Fix segfault when failed to create shader object 2019-02-11 00:35:25 +01:00
Filip Gawin
f15f3cefdd Avoid using shared_ptr for InstanceData 2019-01-21 00:29:11 +01:00
Filip Gawin
44148c528a Use '\n' instead of std::endl 2019-01-21 00:29:11 +01:00
Filip Gawin
dd8de77b8e Cleanup headers of rwengine 2019-01-20 20:00:00 +01:00
Vincent Flyson
490bc91f91 Prevent weapon use while driving 2019-01-15 22:47:40 -05:00
Daniel Evans
08c90fdfb8
Merge pull request #683 from danhedron/feat/melee
Melee Weapon implementation
2019-01-13 01:06:09 +00:00
Daniel Evans
f59653eeea Make DamageInfo construction more explicit 2019-01-06 02:54:03 +00:00
Anonymous Maarten
58c0dcd8ce cmake: only set C and C++ standard for "core targets"
core targets = developed by us
2019-01-05 05:22:25 +01:00
Anonymous Maarten
c066077a4c Revert "Disable warnings caused by register in bullet"
This reverts commit 4940ae0d6b.
2019-01-05 05:14:25 +01:00
Daniel Evans
bdacc1137a Modernize ScanType enum 2019-01-05 02:02:28 +00:00