AnyOldName3
|
a58a8db030
|
Uncomment commented lines
|
6 years ago |
AnyOldName3
|
dcbca4b90b
|
Use if(EXISTS ${OSGDB_LIB} AND NOT IS_DIRECTORY ${OSGDB_LIB})
|
6 years ago |
AnyOldName3
|
9067731a96
|
Adapt to CMake 3.13's new meaning of OSGDB_LIBRARY (i.e. that it can now be a list) while allowing for the possibility that the found libraries may be in different directories when debug and optimised versions exist.
|
6 years ago |
Bret Curtis
|
97aa6f58e3
|
Merge pull request #2064 from sthalik/pr/win32-debug-parent-console
enable win32 debug console when launching from console
|
6 years ago |
Stanislaw Halik
|
c5c160870d
|
fix accidental header namespace inclusion
|
6 years ago |
Stanislaw Halik
|
f6c8842457
|
move to debugging.[ch]pp
|
6 years ago |
Stanislaw Halik
|
74955555b9
|
remove verbose comments and example
|
6 years ago |
Bret Curtis
|
401ccedb36
|
Merge pull request #2072 from elsid/navmesh_tiles_cache_item_fix
Navmesh tiles cache item fix (bug #4751)
|
6 years ago |
elsid
|
da431135fa
|
Use pointer to check is NavMeshTilesCache::Value initialized
|
6 years ago |
elsid
|
aab7f2e8b9
|
Don't check for equality in move assignment
Assume it is undefined behavior to move-assing value to itself.
|
6 years ago |
Stanislaw Halik
|
56d79bd4e0
|
fix typo
|
6 years ago |
Stanislaw Halik
|
44e60b708b
|
fix missing _WIN32 guard
|
6 years ago |
Stanislaw Halik
|
64e960aa22
|
enable win32 debug console when launching from console
|
6 years ago |
AnyOldName3
|
0d5876f4bb
|
Merge pull request #2063 from AnyOldName3/nmake
Add NMake support to the Windows prebuild script.
|
6 years ago |
AnyOldName3
|
2a2d9f0006
|
Fix if statements
|
6 years ago |
AnyOldName3
|
14fcb9158f
|
Add NMake support to the Windows prebuild script.
|
6 years ago |
Bret Curtis
|
79eab6c55f
|
Merge pull request #2062 from sthalik/pr/fix-msvc-build
fix missing include
|
6 years ago |
Stanislaw Halik
|
59d96d808e
|
fix missing include
|
6 years ago |
Marc Zinnschlag
|
d791dcfbf3
|
Merged pull request #2051
|
6 years ago |
Bret Curtis
|
5700394c18
|
Merge pull request #2057 from Capostrophic/colors
Display Ambient, Sunlight and Fog field values as colors (bug #4745)
|
6 years ago |
Bret Curtis
|
32624cb3ed
|
Merge branch 'master' into colors
|
6 years ago |
Bret Curtis
|
b296c4a3bb
|
Merge pull request #2058 from Capostrophic/collision
Don't consider non-solid actors truly levitating (bug #4746)
|
6 years ago |
Capostrophic
|
7b33838b33
|
Don't consider non-solid actors truly levitating (bug #4746)
|
6 years ago |
Bret Curtis
|
35ea8ecb0b
|
Merge pull request #2056 from Capostrophic/esmtool
esmtool cleanup
|
6 years ago |
Capostrophic
|
7cae0017ac
|
Display Ambient, Sunlight and Fog field values as colors (bug #4745)
|
6 years ago |
Bret Curtis
|
45d7c005ad
|
Merge pull request #2055 from Capostrophic/regression
[Regression] Fix incorrect event argument which messed with hidden light pointers
|
6 years ago |
Capostrophic
|
5c8c079718
|
Fix incorrect event argument which messed with hidden light pointers
|
6 years ago |
Bret Curtis
|
393bd982c0
|
Merge pull request #2054 from mp3butcher/master
fix a rig bug visible with OSG_VERTEX_BUFFER_HINT=VAO
|
6 years ago |
mp3butcher
|
7a85e10d2f
|
fix a rig bug visible with OSG_VERTEX_BUFFER_HINT=VAO
|
6 years ago |
Capostrophic
|
832870dc79
|
esmtool cleanup
|
6 years ago |
Bret Curtis
|
c2c86fc4a5
|
Merge pull request #2052 from mp3butcher/master
fix moc achieving to reach unparsable boost code
|
6 years ago |
Bret Curtis
|
807cab568e
|
Merge pull request #2050 from Capostrophic/markers
[Regression] Revert unnecessary case changes for fallback records
|
6 years ago |
Bret Curtis
|
b1ca6c6e95
|
Merge pull request #2045 from akortunov/animfix
[Testing needed] Fix regressions in the animation system
|
6 years ago |
mp3butcher
|
9de6c630f2
|
fix moc achieving to reach unparsable boost code
|
6 years ago |
Capostrophic
|
7b5932a49d
|
Add Invert X Axis option (feature #3610)
|
6 years ago |
Capostrophic
|
c59513c30c
|
Revert unnecessary case changes for fallback records
|
6 years ago |
Bret Curtis
|
10a049b087
|
Merge pull request #2046 from akortunov/holstered_weapons
Fix visible sheaths for invisible actors
|
6 years ago |
Andrei Kortunov
|
880ec3ce7b
|
Fix visible sheaths for invisible actors
|
6 years ago |
Andrei Kortunov
|
671f2811d5
|
Fix regressions in the animation system (bug #4729)
|
6 years ago |
Bret Curtis
|
4098a7be1d
|
Merge pull request #2038 from OpenMW/travis-xenial
give Xenial a try
|
6 years ago |
Bret Curtis
|
cfed825cec
|
Merge pull request #2043 from akortunov/rafix
Improve ResetActors command
|
6 years ago |
Andrei Kortunov
|
e8b3ae8706
|
Improve ResetActors command (bug #4723)
|
6 years ago |
Bret Curtis
|
c1473d5375
|
Merge pull request #2041 from akortunov/guifixes
Fix shield displaying on inventory avatar (bug #4720)
|
6 years ago |
Andrei Kortunov
|
7438e20ee1
|
Fix shield displaying on inventory avatar (bug #4720)
|
6 years ago |
Bret Curtis
|
a354879477
|
Merge pull request #2040 from akortunov/refactoring
Requested refactoring
|
6 years ago |
Bret Curtis
|
53c98bd8e1
|
added TODO and updated notification email for coverity
|
6 years ago |
Andrei Kortunov
|
68c170f065
|
Refactor tools to do not use boost exceptions and exit() command
|
6 years ago |
Andrei Kortunov
|
059a8fd32a
|
Refactor dynamic casts in the editor
|
6 years ago |
Bret Curtis
|
a21792657a
|
Merge pull request #2034 from akortunov/guifixes
Improve GUI cleanup
|
6 years ago |
Bret Curtis
|
fc15fa0a89
|
we now have gcc-5 _and_ gcc-8, along with QT5 and use system tinyxml
|
6 years ago |