Filip Gawin
|
339703c75f
|
Update cpp17
|
2018-10-29 16:35:32 +01:00 |
|
qkolj
|
c2b55a09c7
|
Pause all other sounds during a cutscene (#649)
* Pause all other sounds during a cutscene
* Modify if statement so it's more understandable
|
2018-10-26 02:07:16 +02:00 |
|
Filip Gawin
|
35405534e7
|
Improved function for destroying effects
Old version (needlessly) iterates on all vector
|
2018-10-22 14:31:58 +02:00 |
|
Filip Gawin
|
5b135a5689
|
Replace insert with emplace
See:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87658
|
2018-10-20 09:52:47 +02:00 |
|
Filip Gawin
|
0ae2a836ca
|
Game objects as unique ptrs
|
2018-10-05 13:06:53 +01:00 |
|
Filip Gawin
|
d1c31952b5
|
Implement basic sound volume managment
Basic of basics. :P
|
2018-09-29 20:51:35 +01:00 |
|
Filip Gawin
|
a813837040
|
Convert AnimationBone and Animatior to unique ptr
|
2018-09-24 21:32:33 +01:00 |
|
Daniel Evans
|
4b1e4d3aa6
|
Merge pull request #634 from ShFil119/minor_stuff
Minor stuff
|
2018-09-23 17:17:53 +01:00 |
|
Filip Gawin
|
94ffd77743
|
Convert nodes to unique ptrs
|
2018-09-23 17:15:10 +01:00 |
|
Filip Gawin
|
c6a0c6eb45
|
Remove already handled "todo"
|
2018-09-20 22:52:04 +02:00 |
|
Filip Gawin
|
694596321f
|
Remove unneeded map semantic_to_attrib_array
|
2018-09-20 22:42:47 +02:00 |
|
Filip Gawin
|
3821244c95
|
Use lambda for removing VisualFX
|
2018-09-19 22:02:16 +01:00 |
|
Daniel Evans
|
5951b978d7
|
Merge pull request #618 from madebr/fix_msvc_warnings
Fix Visual Studio and XCode Warnings
|
2018-09-17 21:32:59 +01:00 |
|
Anonymous Maarten
|
0923ecad8d
|
cmake: disable SIMD for glm to enable constexpr for glm types
|
2018-09-17 19:14:37 +02:00 |
|
Anonymous Maarten
|
d1cb0f143c
|
cmake: detect glm version
|
2018-09-17 19:14:35 +02:00 |
|
Anonymous Maarten
|
d06d4fc264
|
rwengine: use applyOffset
|
2018-09-16 01:14:11 +02:00 |
|
Anonymous Maarten
|
40575e79b6
|
rwengine: pass const glm::vec's to constructors
|
2018-09-16 00:53:18 +02:00 |
|
Anonymous Maarten
|
0e519d7295
|
cmake: split cmake in interface + check interface
External projects do not need boost, glm or bullet specific options.
Though, we do want to enable sanitizers and coverage on them.
|
2018-09-16 00:53:18 +02:00 |
|
Anonymous Maarten
|
c73e5d514d
|
cmake+ci: install pdb's + enable on ci
|
2018-09-16 00:53:18 +02:00 |
|
Anonymous Maarten
|
fdaaef3923
|
cmake: disable Visual Studio warning about missing PDB's during linking
This warning displays while building OpenRW in Visual Studio 2017 IDE
|
2018-09-16 00:53:18 +02:00 |
|
Anonymous Maarten
|
e873f826fc
|
rwengine: remove errorTexture from Game- and ObjectRenderer
|
2018-09-16 00:53:18 +02:00 |
|
Anonymous Maarten
|
f08dffdb41
|
cmake: fix 'XXX.o has no symbols'
|
2018-09-16 00:53:18 +02:00 |
|
Anonymous Maarten
|
9189a02860
|
rwengine: remove unused private field
|
2018-09-16 00:53:18 +02:00 |
|
Anonymous Maarten
|
0b8bc41fa7
|
all: fix 'warning: missing braces around initializer'
|
2018-09-16 00:53:16 +02:00 |
|
Anonymous Maarten
|
564f6efeb5
|
ctest+ci: enable parallel building
|
2018-09-16 00:52:41 +02:00 |
|
Anonymous Maarten
|
56bd77af4e
|
cmake: enable parallel build on MSVC
|
2018-09-16 00:52:41 +02:00 |
|
Anonymous Maarten
|
32d3ab7508
|
rwengine+tests: disable C4305 warning for bullet3
warning C4305: 'argument': truncation from 'double' to 'const btScalar'
|
2018-09-16 00:52:41 +02:00 |
|
Anonymous Maarten
|
7bea25e487
|
rwengine: some variables are only used in debug builds
Fixes clang warnings about unused private fields: -Wunused-private-field
|
2018-09-16 00:52:41 +02:00 |
|
Anonymous Maarten
|
890deb217b
|
ci: build openrw using clang on fedora
|
2018-09-16 00:52:41 +02:00 |
|
Anonymous Maarten
|
764fe2ecf4
|
docker: install clang
|
2018-09-16 00:52:41 +02:00 |
|
Anonymous Maarten
|
cce05da985
|
tests: fix for xcode
|
2018-09-16 00:52:41 +02:00 |
|
Anonymous Maarten
|
0b5500cf07
|
rwgame+rwviewer: no more "#pragma once"
|
2018-09-16 00:52:41 +02:00 |
|
Anonymous Maarten
|
2d595bede7
|
cmake: add all files to cmake
|
2018-09-16 00:52:41 +02:00 |
|
Anonymous Maarten
|
089b49b77a
|
rwviewer: fix Visual Studio warnings
|
2018-09-16 00:52:41 +02:00 |
|
Anonymous Maarten
|
2a1163d391
|
rwgame: fix Visual Studio warnings
|
2018-09-16 00:52:41 +02:00 |
|
Anonymous Maarten
|
05896caac5
|
rwengine: fix Visual Studio warnings
|
2018-09-16 00:52:40 +02:00 |
|
Anonymous Maarten
|
8557f2176d
|
rwcore: fix Visual Studio warnings
|
2018-09-15 23:39:46 +02:00 |
|
mole99
|
b92f9f059f
|
Implement and use applyOffset()
|
2018-09-04 00:46:15 +01:00 |
|
Daniel Evans
|
52dbe78b4a
|
Merge pull request #621 from danhedron/feat/use_microprofile
Use microprofile for profiling
|
2018-09-04 00:41:01 +01:00 |
|
Berk Özkütük
|
8e2d17d52b
|
Ignore jump input while in airborne state
|
2018-09-03 20:41:55 +01:00 |
|
Berk Özkütük
|
270cfea7e7
|
Fix conan script error due to conan API change
|
2018-09-02 15:50:04 +01:00 |
|
Daniel Evans
|
0e098b4fa0
|
Merge pull request #604 from ShFil119/minor_memory_improvements
Minor memory improvements
|
2018-09-01 23:55:48 +01:00 |
|
Daniel Evans
|
02b42a8fed
|
Merge pull request #616 from ShFil119/remove_raw_ptrs_from_objects
Remove raw ptrs from game objects
|
2018-09-01 23:37:42 +01:00 |
|
Daniel Evans
|
9f1628ee58
|
CI: enable profiling path
|
2018-09-01 22:58:25 +01:00 |
|
Daniel Evans
|
be55b616f7
|
Add additional profiler scopes for increased resolution
|
2018-09-01 22:58:25 +01:00 |
|
Daniel Evans
|
14885c24dc
|
Move opengl debuging from RW_PROFILER, it interferes with CPU timing.
|
2018-09-01 22:58:25 +01:00 |
|
Daniel Evans
|
1efe3840b8
|
Increase profiler coverage in GameRenderer/OpenGLRenderer
|
2018-09-01 22:58:25 +01:00 |
|
Daniel Evans
|
080a0fe050
|
Use microprofile for profiling
|
2018-09-01 22:58:24 +01:00 |
|
Daniel Evans
|
63a2caa471
|
Add microprofile to rwengine dependencies
|
2018-09-01 22:58:24 +01:00 |
|
Filip Gawin
|
1f3462fb3f
|
Use std::make_shared in GenericDATLoader.cpp
|
2018-09-01 17:50:03 +02:00 |
|