Andrei Kortunov
|
7995a92672
|
Initialize missing variables
|
2019-03-19 09:12:31 +04:00 |
|
Andrei Kortunov
|
fd5e9cf271
|
Catch possible boost::bad_any_cast exception
|
2019-03-19 09:11:14 +04:00 |
|
Bret Curtis
|
0c95ffab8f
|
Merge pull request #2265 from Capostrophic/material
Fix shader specular lighting (again)
|
2019-03-18 21:17:41 +01:00 |
|
Capostrophic
|
02242ce66b
|
Fix shader specular lighting (again)
|
2019-03-18 19:30:08 +03:00 |
|
Bret Curtis
|
b819690e82
|
Merge pull request #2264 from akortunov/optimize_terrain
Delete composite map layers in the background thread
|
2019-03-18 13:52:17 +01:00 |
|
bzzt
|
aa5a071aef
|
Delete composite map layers in the background thread
|
2019-03-18 14:00:50 +04:00 |
|
Bret Curtis
|
e2ed90e67b
|
Merge pull request #2262 from akortunov/guifixes
[Regression] Fix missing \n characters on the active effects tooltips
|
2019-03-18 08:59:31 +01:00 |
|
Bret Curtis
|
d56733149c
|
Merge pull request #2201 from akortunov/optimize_terrain
Optimize terrain
|
2019-03-18 08:59:10 +01:00 |
|
Bret Curtis
|
4e3de9b00c
|
Merge pull request #2206 from Capostrophic/title
Loop title screen music (bug #4896)
|
2019-03-18 08:58:14 +01:00 |
|
Bret Curtis
|
45221418bd
|
Merge pull request #2260 from elsid/fix_clean_unused_navmeshes
Fix clean unused navmeshes
|
2019-03-18 08:57:46 +01:00 |
|
Bret Curtis
|
b80e55fd3e
|
Merge pull request #2261 from elsid/navigator_stats
Navigator stats
|
2019-03-18 08:57:38 +01:00 |
|
Andrei Kortunov
|
c6cb91ce61
|
Limit maximum FOV value
|
2019-03-18 10:27:30 +04:00 |
|
Andrei Kortunov
|
540709fdae
|
Add a changelog entry for terrain optimization
|
2019-03-18 10:27:29 +04:00 |
|
bzzt
|
6029ed4ecc
|
Reject empty quad tree nodes at the cell level without land data
|
2019-03-18 10:27:29 +04:00 |
|
bzzt
|
36fa51b6ad
|
Fix bounding box calculation for terrain shapes
|
2019-03-18 10:27:09 +04:00 |
|
Andrei Kortunov
|
80e0fbdd88
|
Fix missing \n characters on the active effects tooltips
|
2019-03-18 08:47:46 +04:00 |
|
elsid
|
4624f31788
|
Report navigator stats
|
2019-03-17 22:15:18 +03:00 |
|
elsid
|
8adc83f6e2
|
Fix clean unused navmeshes
weak_ptr doesn't have constructor for shared_ptr&& type, so ptr wasn't
moved, just copied.
|
2019-03-17 21:28:34 +03:00 |
|
Capostrophic
|
abae35e88b
|
Loop title screen music (bug #4896)
|
2019-03-17 21:05:52 +03:00 |
|
elsid
|
2c78d530a2
|
Use static vector to store stat names
|
2019-03-17 20:50:15 +03:00 |
|
Bret Curtis
|
ab69ad65ed
|
Merge pull request #2234 from Capostrophic/terrain
Some more improvements from bzzt's branch
|
2019-03-17 18:07:19 +01:00 |
|
Bret Curtis
|
8cf41be45d
|
Merge pull request #2257 from Capostrophic/slider
Correct look and behavior of some setting sliders
|
2019-03-17 10:13:21 +01:00 |
|
Bret Curtis
|
bafc67dcdb
|
Merge pull request #2259 from Capostrophic/optimizer
Update optimizer with upstream improvements
|
2019-03-17 10:11:59 +01:00 |
|
Capostrophic
|
de572226e4
|
Update optimizer with upstream improvements
|
2019-03-17 07:59:16 +03:00 |
|
bzzt
|
b42ad0f610
|
Inline certain terrain storage functions
|
2019-03-17 07:27:27 +03:00 |
|
bzzt
|
e131e6699c
|
Match vertex colors data type to source
|
2019-03-17 07:24:22 +03:00 |
|
Capostrophic
|
168e758921
|
Correct look and behavior of some setting sliders
|
2019-03-17 06:44:42 +03:00 |
|
AnyOldName3
|
0ab0e6ef93
|
Merge branch 'AnyOldName3-spec-power' into 'master'
Actually use specular shininess parameter instead of hardcoded value.
See merge request OpenMW/openmw!85
|
2019-03-16 22:26:19 +00:00 |
|
Bret Curtis
|
433893e733
|
Merge pull request #2256 from unelsson/instance_viewcell
Editor: Implement exterior cell view from Instances table
|
2019-03-16 20:47:40 +01:00 |
|
Bret Curtis
|
adb96bf569
|
Merge pull request #2255 from elsid/fix_esm_ub
Use std::vector::data method to avoid reference binding to null pointer
|
2019-03-16 20:46:09 +01:00 |
|
Nelsson Huotari
|
2b674cedaa
|
Implement view cell from r-type hint
|
2019-03-16 14:38:51 +02:00 |
|
elsid
|
c91deaf7af
|
Use std::vector::data method to avoid reference binding to null pointer
|
2019-03-16 00:46:00 +03:00 |
|
AnyOldName3
|
a92690d433
|
Update CHANGELOG.md
|
2019-03-15 21:30:57 +00:00 |
|
Bret Curtis
|
cc9a6bfcdd
|
Merge pull request #2254 from Capostrophic/version
Print SDL version at startup
|
2019-03-15 18:56:35 +01:00 |
|
AnyOldName3
|
5b2691e744
|
Actually use specular shininess parameter instead of hardcoded value.
|
2019-03-15 17:44:52 +00:00 |
|
Capostrophic
|
dd03d3b231
|
Print SDL version at startup
|
2019-03-15 19:07:31 +03:00 |
|
Bret Curtis
|
7bbf0b5249
|
Merge pull request #2253 from elsid/fix_navmesh_tiles_cache_ub
Do not pass nullptr to std::memcmp
|
2019-03-14 21:45:52 +01:00 |
|
elsid
|
dd0b45ede6
|
Do not pass nullptr to std::memcmp
|
2019-03-14 22:15:57 +03:00 |
|
Bret Curtis
|
7917f1fc84
|
Merge pull request #2252 from akortunov/terrain
Do not allocate empty callbacks in the RigGeometry
|
2019-03-14 14:53:35 +01:00 |
|
bzzt
|
4ab93aeffe
|
Do not allocate empty callbacks in the RigGeometry
|
2019-03-14 12:37:41 +04:00 |
|
Bret Curtis
|
2488e45615
|
Merge pull request #2251 from akortunov/guifixes
Place QWindow include under Qt version check
|
2019-03-14 07:51:21 +01:00 |
|
Andrei Kortunov
|
46fee678a7
|
Place QWindow include under Qt version check
|
2019-03-13 22:57:01 +04:00 |
|
Bret Curtis
|
f62c1c59b4
|
Merge pull request #2241 from Capostrophic/console
Use selected object local variables in the console (feature #3893)
|
2019-03-13 15:42:43 +01:00 |
|
Bret Curtis
|
d794547e63
|
Merge pull request #2250 from akortunov/guifixes
Do not swap buffers for non-exposed windows
|
2019-03-13 14:39:03 +01:00 |
|
Andrei Kortunov
|
4aa21b9088
|
Do not swap buffers for non-exposed windows (bug #4911)
|
2019-03-13 14:35:21 +04:00 |
|
Bret Curtis
|
ddcdbccd84
|
Merge pull request #2248 from elsid/rm_navmesh_explicit_display_list
Don't set display list usage for navmesh
|
2019-03-12 13:22:38 +01:00 |
|
elsid
|
8e09468f45
|
Don't set display list usage for navmesh
|
2019-03-12 00:05:55 +03:00 |
|
Bret Curtis
|
7b1a62fc1d
|
Merge pull request #2247 from akortunov/loadtex
Allow to override texture records in the game
|
2019-03-11 21:05:30 +01:00 |
|
Andrei Kortunov
|
943279abbb
|
Consider land texture with given ID and index as override for base texture with the same ID and index (bug #4736)
|
2019-03-11 20:19:19 +04:00 |
|
Bret Curtis
|
7efdddd53c
|
Merge pull request #2242 from elsid/make_shared
Use std::make_shared
|
2019-03-11 07:53:02 +01:00 |
|