1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 15:02:34 +02:00
Commit Graph

1966 Commits

Author SHA1 Message Date
Daniel Evans
6be775f3ec Enable ptrace in docker for sanitizers 2019-09-01 21:39:18 +01:00
Daniel Evans
a65b2e030b Override bzip2 version 2019-08-31 21:10:22 +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
Daniel Evans
e759101a47 Provide tests for ViewCamera 2019-05-23 23:38:43 +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
88b1c9e509 Replicate extra scenerio in audio loading test
(hazardous for streaming)
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
35c90d1ebc Remove ImGui configuration option 2019-05-22 23:33:17 +01:00
Daniel Evans
baeffe6c8f Use ImGui for debug menu 2019-05-22 23:33:17 +01:00
Daniel Evans
4202297e0e Render debug view UI with ImGui 2019-05-22 23:33:17 +01:00
Anonymous Maarten
cf38b449c5 imgui changes 2019-05-21 00:17:09 +01:00
Anonymous Maarten
c54d9ed2e2 rwgame: fix font in LoadingState 2019-05-21 00:14:59 +01:00
Anonymous Maarten
e77a7caf74 rwgame: add imgui demo window 2019-05-21 00:01:59 +01:00
Anonymous Maarten
0e5f1e5b5f cmake+imgui: add imgui submodule 2019-05-20 23:29:15 +01:00
Daniel Evans
76fc914695
Merge pull request #713 from danhedron/transform-cleanup
Cleanup Atomic & Clump usage
2019-05-17 20:23:26 +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
767f921859
Merge pull request #709 from danhedron/feat-script-object-cleanup
Remove existing vehicles & peds when creating script objects
2019-05-06 04:08:49 +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
Daniel Evans
f0975cac66
Merge pull request #707 from ShFil119/fix/win_crash
Close window in parent class (GameBase)
2019-04-21 21:33:18 +01:00
Filip Gawin
e2bdc8d81c Close window in parent class (GameBase) 2019-04-20 20:44:42 +02: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