1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-31 18:45:36 +00:00
Commit graph

34156 commits

Author SHA1 Message Date
Dave Corley
4c673a904a Fix(cell.cpp): Don't try to update land for interiors 2024-05-16 01:47:44 -05:00
Dave Corley
ad9f49fbcf Fix(Cell.hpp): Correct include path for document 2024-05-16 01:47:44 -05:00
Dave Corley
1cf029ec8d Don't store member variables from document & use simpler and safer
inputs to cell constructor. Explicitly tell the constructor whether land
should be loaded or not
2024-05-16 01:47:44 -05:00
Dave Corley
9ca6dba2b6 Cleanup(CS): re-add const for land collection 2024-05-16 01:47:44 -05:00
Dave Corley
eee9ad4744 Fix(CS): Use ESM flags and not internal ones for verifying presence of a subrecord 2024-05-16 01:47:44 -05:00
Dave Corley
4feeb02349 Fix(CS): Enum name in accordance with current standards 2024-05-16 01:47:44 -05:00
Dave Corley
d9194fe481 Cleanup(CS): Improve readability and clean up some implementations 2024-05-16 01:47:44 -05:00
Dave Corley
b12aa46aae Fix(Land): Restore vanilla behavior of ignoring LAND subrecords which
are not flagged to actually exist
2024-05-16 01:47:22 -05:00
Dave Corley
7a19a96ed6 Fix(cell.cpp): Change commands.hpp to absolute include path 2024-05-16 01:46:11 -05:00
Dave Corley
3bb89be486 Feat(CS): Create LAND record using the undo stack 2024-05-16 01:46:11 -05:00
Dave Corley
c941245cd0 Feat(CS): Add undo stack as a member of CSVRender::Cell 2024-05-16 01:46:11 -05:00
Dave Corley
b5d118f5ee Fix(CS): Generate blank lands at default height, not water level 2024-05-16 01:46:06 -05:00
Dave Corley
0ba2e569d9 Fix(cell.cpp): never try to update land for interiors 2024-05-16 01:45:21 -05:00
Dave Corley
09f41c9464 Cleanup(CSVRender::Cell:updateLand): Early exit when landscape should
not be loaded
2024-05-16 01:45:21 -05:00
Dave Corley
c215ee2f6f Fix(CS): Remove unreachable code as land data will always be present 2024-05-16 01:45:21 -05:00
Dave Corley
4f91288a5e Fix(CS): Fix crash when loading cell without VHGT 2024-05-16 01:45:21 -05:00
Dave Corley
59486ceb06 Fix(CS): Initialize landscape when opening an existing cell without VHGT 2024-05-16 01:45:21 -05:00
Dave Corley
744fe9214a Fix(CS): Apply land flags when appropriate edits are made 2024-05-16 01:45:21 -05:00
Dave Corley
068846d0cf Feat(CS): Add enum for actual LAND flags 2024-05-16 01:45:21 -05:00
jvoisin
cff0a26132 Merge branch 'paralysisagain' into 'master'
Don't update head animation if the animation is paused (#7980)

Closes #7980

See merge request OpenMW/openmw!4099
2024-05-16 03:13:45 +00:00
Alexei Kotov
195599c13c Don't update head animation if the animation is paused (#7980) 2024-05-15 01:38:32 +03:00
psi29a
2bed7450b6 Merge branch 'style_change' into 'master'
Minor changes in Qt styles handling

See merge request OpenMW/openmw!4093
2024-05-14 07:43:55 +00:00
psi29a
811236bfe1 Merge branch 'dealingwithkf' into 'master'
Parse all official Oblivion, Fallout 3 and New Vegas KF files

See merge request OpenMW/openmw!4094
2024-05-14 07:43:39 +00:00
psi29a
88bd898e6b Merge branch 'lua_lighting' into 'master'
Lua: Add missing light flags, allow creating light record via world.createRecord

See merge request OpenMW/openmw!3488
2024-05-13 14:14:44 +00:00
Zackhasacat
c63c1e69cf Lua: Add missing light flags, allow creating light record via world.createRecord 2024-05-13 14:14:44 +00:00
Alexei Kotov
1d96c0adbf Read BSTreadTransfInterpolator 2024-05-13 01:20:23 +03:00
Alexei Kotov
5f4a0c3bf1 Read BSAnimNote/BSAnimNotes 2024-05-13 01:12:09 +03:00
Alexei Kotov
c5a11f0c9f Read BSRotAccumTransfInterpolator 2024-05-13 00:49:10 +03:00
Alexei Kotov
c647374c0d Add compact B-Spline interpolators 2024-05-13 00:36:10 +03:00
Alexei Kotov
d458c07b36 Add base typed B-Spline interpolators 2024-05-13 00:20:32 +03:00
Alexei Kotov
5c6fca14c1 Read NiBSplineData/NiBSplineBasisData 2024-05-12 23:58:05 +03:00
Andrei Kortunov
bf568da6de Remove redundant checks 2024-05-12 17:26:18 +04:00
Andrei Kortunov
0262b33067 Update toolbar style sheet when theme changed 2024-05-12 17:26:14 +04:00
Andrei Kortunov
d5bbd75828 Make sure that Open button becomes focused after enabling 2024-05-12 17:26:14 +04:00
Andrei Kortunov
b0930158df Use an auto raise mode to disable the border 2024-05-12 17:26:14 +04:00
Andrei Kortunov
e7d566eb2e Remove border from status bar 2024-05-12 17:26:10 +04:00
Andrei Kortunov
abd4596cf8 Do not use style sheets to set font 2024-05-12 15:34:33 +04:00
psi29a
f595015ffc Merge branch 'fix-ci-language' into 'master'
Fix CI - missing english launcher translations

See merge request OpenMW/openmw!4092
2024-05-12 08:39:08 +00:00
psi29a
7f54486e80 Merge branch 'doc_has_more_probls' into 'master'
Very minor doc changes

See merge request OpenMW/openmw!4072
2024-05-12 08:38:00 +00:00
Sam Hellawell
4281ea28f6 Fix missing english launcher translations 2024-05-12 05:37:37 +01:00
Zackhasacat
5875869484 Alphebetize list 2024-05-11 22:25:56 -05:00
Zackhasacat
3659890b28 Fix link 2024-05-11 22:21:41 -05:00
psi29a
85ee730b97 Merge branch 'capitalizeonthetimeofdaysystem' into 'master'
Adjust default spellings for English l10n am/pm/day lines

Closes #7969

See merge request OpenMW/openmw!4089
2024-05-11 12:38:27 +00:00
psi29a
ea7555c012 Merge branch 'feature/pplLauncherSetting' into 'master'
added force PPL checkbox

See merge request OpenMW/openmw!3857
2024-05-11 07:45:04 +00:00
psi29a
919d1e366e Merge branch 'staticcollections' into 'master'
Place static collections to the scene and fix item modification record loading

See merge request OpenMW/openmw!4085
2024-05-11 07:43:28 +00:00
psi29a
3e8442e749 Merge branch 'fix_build' into 'master'
Add missing include (#7967)

Closes #7967

See merge request OpenMW/openmw!4087
2024-05-11 07:42:55 +00:00
psi29a
1cde82201e Merge branch 'optimize_merge_geometry' into 'master'
Optimize geometry merging

See merge request OpenMW/openmw!4086
2024-05-11 07:40:53 +00:00
elsid
35f5c8cd15
Add missing includes 2024-05-10 23:27:21 +02:00
jvoisin
c9890fbd4f Merge branch 'fix_disabled_esm4' into 'master'
Make a check for disabled parent recursive

See merge request OpenMW/openmw!4084
2024-05-10 20:13:47 +00:00
psi29a
2f8e3611fb Merge branch 'issue-7924-envvar-crashdump' into 'master'
components/crashcatcher: if OPENMW_FULL_MEMDUMP is set, generate a full memory crashdump

See merge request OpenMW/openmw!4078
2024-05-10 13:43:23 +00:00