Capostrophic
9106e3646c
Fix outdated bug tracker links
5 years ago
Chris Djali
71c46204ec
Merge pull request #2781 from mp3butcher/partsysfix
...
Particle System shading and lighting (fixing bug#3676 and #4949 )
5 years ago
Julien Valentin
886fd5efc9
enable particle shading and force particle normal to (0.3,0.3,0.3)
...
and update changelog
5 years ago
Bret Curtis
63bdc84f91
Merge branch 'remove_evil_const_cast' into 'master'
...
clean up code; purge const_cast
See merge request OpenMW/openmw!175
5 years ago
Bret Curtis
7ade0cb2c3
Merge pull request #2784 from Capostrophic/specular
...
Disable specular lighting for 4.0.0.2 and earlier files
5 years ago
fredzio
0630cc482c
Compile helpviewer in components only when USE_QT is defined
...
It fixes build of OpenMW alone (wihtout launcher or OpenCS)
5 years ago
Bret Curtis
8c2f3ff007
clean up code; purge const_cast
5 years ago
Bret Curtis
4ae0bd1fae
Merge branch 'helplink' into 'master'
...
Link to readthedocs documentation from OpenCS
See merge request OpenMW/openmw!171
5 years ago
Frederic Chardon
513ac8986d
Add link to opencs documentation on readthedocs, available through
...
context menu.
The documentation opens in default browser.
There are 3 contexts:
- global: opens the OpenMW CS User Manual main page
- when a record is selected: opens the "Tables" page
- when the filter field is selected: opens the "Record Filters" page
There is also a link to the OpenCS tutorial in the help menu.
5 years ago
AnyOldName3
1cf2036386
Don't add empty PrimitiveSets (prevent undefined behaviour)
5 years ago
Capostrophic
c3cc8ee1e1
Disable specular lighting for 4.0.0.2 and earlier files
5 years ago
Julien Valentin
6e2a651252
fix particle alpha
5 years ago
elsid
208a50340d
Specialize DetourNavigator::ObjectId ctor for pointers
...
To fix msvc error:
components\detournavigator\objectid.hpp(14,13): error C2440: 'reinterpret_cast': cannot convert from 'const T' to 'size_t'
with
[
T=unsigned long
]
5 years ago
Andrei Kortunov
8d4dde7b56
Merge branch 'master' into autocalc
5 years ago
Andrei Kortunov
3f61022f80
Merge branch 'unused_var' into 'master'
...
Remove unused field from QuadTreeBuilder
See merge request OpenMW/openmw!173
5 years ago
Capostrophic
ad333e88fe
Handle enchantment autocalc flag as a flag (bug #5363 )
5 years ago
fredzio
39a55318b0
Remove unused variable
5 years ago
Capostrophic
e1d635cd71
Make extra sure groups with special behavior aren't optimized out
5 years ago
Bret Curtis
328c3617b7
Merge pull request #2752 from Assumeru/parsing-errors
...
Reset errorhandler context
5 years ago
Andrei Kortunov
028760e108
Merge pull request #2758 from akortunov/warnfix
...
Fix some issues, found by CoverityScan
5 years ago
Capostrophic
5732b8e026
Use std::fill instead of loops to reset some arrays to defaults
5 years ago
Capostrophic
27d4fe9ee1
Fix ESM::Land oversights
5 years ago
Andrei Kortunov
a68d9aed4c
Fix issues, found by CoverityScan
5 years ago
Evil Eye
8c433d587c
less complicated context override
5 years ago
Andrei Kortunov
02d7b13075
Merge pull request #2529 from akortunov/nodecopy
...
Copy transformations data when we clone node
5 years ago
elsid
ef4a7089e4
Use template specialization for writeHNT to write raw arrays
...
To avoid passing explicit size argument where it's possible.
5 years ago
Roman Siromakha
3bd2c114a7
Merge pull request #2741 from akortunov/warnfix
...
Fix C5204 warnings by adding default virtual destructors
5 years ago
Evil Eye
a16727d5e3
implement move constructor
5 years ago
Evil Eye
8958e29187
reset errorhandler context
5 years ago
Bret Curtis
baf3c36a76
Merge pull request #2722 from akortunov/gyro
...
Rotate camera via gyroscope on mobile devices
5 years ago
Andrei Kortunov
e63325ebff
Support for camera rotation via gyroscope on Android (feature #5311 )
5 years ago
Capostrophic
80239235d3
Always create NiGeometry nodes as MatrixTransform
5 years ago
Alexei Dobrohotov
4bb41a52bf
Merge pull request #2740 from Assumeru/empty-string
...
Ignore unterminated empty strings
5 years ago
Bret Curtis
5df95b95f2
Merge branch 'master' into empty-string
5 years ago
Evil Eye
15a95add08
remove false positive
5 years ago
Evil Eye
e07fa37fa3
ignore final whitespace/comments
5 years ago
Capostrophic
69219c18a7
Make sure blank lines at the end of settings.cfg don't disappear
5 years ago
Capostrophic
bec5746fdd
Improve blank line handling in settings writer (bug #5326 )
5 years ago
Andrei Kortunov
2e7712a390
Fix C5204 warnings by adding default virtual destructors
5 years ago
Evil Eye
fea7e68fe9
silence operator precedence warning
5 years ago
Evil Eye
8dc081a60d
ignore unterminated empty strings
5 years ago
Capostrophic
7319eda54e
Correct drawable property apply order (bug #5313 )
5 years ago
James Moore
a37bdfd492
Implement a refresh button on data files page
5 years ago
Andrei Kortunov
e20d156904
Do not write empty trade time
5 years ago
Bret Curtis
79517f3f42
Merge pull request #2724 from akortunov/factions
...
Cleanup ownership for items in containers
5 years ago
Andrei Kortunov
ea30e27370
Cleanup ownership for items in containers
5 years ago
Andrei Kortunov
dea2018d9f
Do not use dynamic casts when using ObjectState
5 years ago
elsid
5168f2059f
Compare revisions by equality to support overflow
5 years ago
elsid
7ae7cb181d
Support recast mesh rendering
5 years ago
Capostrophic
c1f1e367fa
Accept an extra numerical argument in GetItemCount
5 years ago