Dave Corley
|
0b93ea02f6
|
CLEANUP(CS): Do heightData check in actual implementation, revert
accidental change to land condition order
|
2024-05-16 02:14:51 -05:00 |
|
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
|
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
|
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
|
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
|
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 |
|
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 |
|
Zackhasacat
|
c63c1e69cf
|
Lua: Add missing light flags, allow creating light record via world.createRecord
|
2024-05-13 14:14:44 +00: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
|
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 |
|
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 |
|
Zackhasacat
|
0e1678b3b8
|
Merge branch 'mwdialogue-bindings' into 'master'
Add Lua bindings for ESM::Dialogue record stores to openmw.core
Closes #7964
See merge request OpenMW/openmw!4034
|
2024-05-09 23:22:03 +00:00 |
|
Alexei Kotov
|
29b25ffb26
|
Formatting
|
2024-05-09 17:52:34 +03:00 |
|
elsid
|
bad935ff34
|
Make a check for disabled parent recursive
|
2024-05-09 16:38:30 +02:00 |
|
Alexei Kotov
|
fd4d3b8a27
|
Fix item mod record loading
|
2024-05-09 17:29:47 +03:00 |
|
Alexei Kotov
|
7d979a2dfc
|
Place ESM4 static collections to the scene
|
2024-05-09 17:26:27 +03:00 |
|
psi29a
|
99ac6c40e5
|
Merge branch 'wizard_update' into 'master'
UI fixes for Wizard
See merge request OpenMW/openmw!4069
|
2024-05-09 08:45:29 +00:00 |
|
Alexei Kotov
|
b9069835b2
|
Merge branch 'scriptedit' into 'master'
Improve appearance of script editor in the OpenMW-CS
See merge request OpenMW/openmw!4076
|
2024-05-07 13:22:58 +00:00 |
|
Alexei Kotov
|
c95bb4ce59
|
Merge branch 'split_esm_headers' into 'master'
Split ESM headers
See merge request OpenMW/openmw!4071
|
2024-05-07 11:57:32 +00:00 |
|
trav
|
fc6695a918
|
Merge branch openmw:master into mwdialogue-bindings
|
2024-05-06 18:27:19 +00:00 |
|
Andrei Kortunov
|
b56c255be2
|
Improve appearance of script editor in the OpenMW-CS
|
2024-05-06 12:22:30 +04:00 |
|
psi29a
|
2e971ec2e3
|
Merge branch 'appropriateammunition' into 'master'
Adjust Russian appropriate ammunition setting label/description
See merge request OpenMW/openmw!4062
|
2024-05-05 20:19:45 +00:00 |
|
trav
|
512b7e46e5
|
Merge branch openmw:master into mwdialogue-bindings
|
2024-05-04 14:35:31 +00:00 |
|
elsid
|
f83d388391
|
Iterate over smaller container when removing blacklisted refs
|
2024-05-04 13:22:32 +02:00 |
|
elsid
|
a920ca9070
|
Report loading screens to osg stats
|
2024-05-04 13:22:32 +02:00 |
|
Alexei Kotov
|
95cef34477
|
Bump the minimum launcher width to 775
|
2024-05-04 11:15:57 +03:00 |
|
Hristos N. Triantafillou
|
63a27bbf99
|
Expose Wander option values to the Lua API (#7916)
|
2024-05-03 09:40:30 +00:00 |
|
elsid
|
01166b1f26
|
Split ESM headers
|
2024-05-03 01:55:20 +02:00 |
|
trav5
|
0e03b9bd32
|
ESM::Dialogue Lua bindings: filterActorGender returns string
|
2024-05-01 13:14:59 +02:00 |
|
trav5
|
9001ed1e2f
|
ESM::Dialogue Lua bindings: rank filters start from 1 and filterActorCell->filterPlayerCell
|
2024-05-01 12:33:25 +02:00 |
|
Andrei Kortunov
|
9252879f0f
|
UI fixes for Wizard
|
2024-05-01 08:56:35 +04:00 |
|
trav5
|
2cdfaa69b3
|
ESM::Dialogue Lua bindings: Fixes in speaker faction and DialogueRecordInfo docs [correction]
|
2024-04-30 21:46:20 +02:00 |
|