elsid
|
39dd73263d
|
Avoid converting UniversalId to a different type via string
|
2023-12-29 14:15:28 +01:00 |
|
elsid
|
7b5310b569
|
Write StringRefId as is when converting UniversalId to string
To avoid adding quotes which on conversion ESM::StringRefId -> UniversalId ->
std::string -> UniversalId changes the string value adding quotes.
|
2023-12-29 14:12:36 +01:00 |
|
elsid
|
0fc78aa173
|
Make ESM::StringRefId compatible with std::string UniversalId
|
2023-12-29 13:10:13 +01:00 |
|
elsid
|
6a16686107
|
Use settings values to declare string settings
|
2023-12-27 00:33:45 +01:00 |
|
elsid
|
edaac852d1
|
Use settings values to declare bool settings
|
2023-12-24 00:25:18 +01:00 |
|
Alexei Kotov
|
c6a1196ec7
|
Merge branch 'editor_int_settings' into 'master'
Use settings values to declare int settings (#6876)
See merge request OpenMW/openmw!3668
|
2023-12-23 15:48:43 +00:00 |
|
jvoisin
|
2873f971a6
|
Merge branch 'downsized' into 'master'
Remove explicitly sized reads
See merge request OpenMW/openmw!3663
|
2023-12-21 22:50:10 +00:00 |
|
elsid
|
66b1745520
|
Use settings values to declare int settings
|
2023-12-20 12:26:36 +01:00 |
|
Evil Eye
|
36b61d7074
|
Merge branch 'copy-that' into 'master'
Feat(CS): Implement Instance Cloning
See merge request OpenMW/openmw!3654
|
2023-12-19 11:27:51 +00:00 |
|
Alexei Kotov
|
7922f0e7f8
|
Merge branch 'editor_modifier_settings' into 'master'
Use settings values to declare modifier settings (#6876)
See merge request OpenMW/openmw!3656
|
2023-12-18 00:37:55 +00:00 |
|
Evil Eye
|
37415b0382
|
Don't use getExact to read structs
|
2023-12-17 15:16:32 +01:00 |
|
Evil Eye
|
a9e6e63c4e
|
Remove fixed size reads
|
2023-12-17 13:00:14 +01:00 |
|
elsid
|
a29ae07957
|
Fix CS Key Binding settings page
This got broken by e07d8f3066. Creating QGridLayout with parent and setting it
later has not the same effect.
|
2023-12-14 00:29:18 +01:00 |
|
elsid
|
11db9eec1d
|
Use settings values to declare modifier settings
|
2023-12-13 23:29:35 +01:00 |
|
Dave Corley
|
2bb8ceef56
|
Fix(CS): Correct invalid refNum for cloned objects so they actually
appear ingame
|
2023-12-13 16:06:46 -06:00 |
|
Dave Corley
|
2a747529bb
|
Feat(CS): Add new shortcut for duplicating instances
|
2023-12-13 16:06:46 -06:00 |
|
elsid
|
e1a68d8cf5
|
Ignore absent default setting value
|
2023-12-03 17:18:26 +01:00 |
|
elsid
|
4c13ecea23
|
Use settings values for editor
|
2023-12-03 17:18:26 +01:00 |
|
elsid
|
88a6ecabae
|
Add lookup index to editor settings category
Prevent adding duplicate settings there.
|
2023-12-03 17:18:25 +01:00 |
|
Alexei Kotov
|
7c63522870
|
Merge branch 'settings_values_editor_1' into 'master'
Define editor settings as typed struct members (#6876)
See merge request OpenMW/openmw!3597
|
2023-12-02 13:51:00 +00:00 |
|
elsid
|
fb0b95a2dd
|
Define editor settings as typed struct members
|
2023-11-16 22:14:58 +01:00 |
|
elsid
|
755fef62f7
|
Mark State copy constructor and assignment operators as delete
|
2023-11-16 22:05:05 +01:00 |
|
elsid
|
e07d8f3066
|
Add separate setting type for subcategory
|
2023-11-16 22:05:05 +01:00 |
|
elsid
|
fb6e429dad
|
Remove "separators" from cs settings
Those are just empty widgets which do not make significant visible difference in
the UI.
|
2023-11-16 22:05:05 +01:00 |
|
elsid
|
335dbffe6e
|
Avoid std::string to QString conversion for label
|
2023-11-16 22:05:05 +01:00 |
|
Andrei Kortunov
|
ba71eefbae
|
Fix GCC warnings
|
2023-11-16 18:53:46 +04:00 |
|
Evil Eye
|
fbafa13b3d
|
Appease the compiler
|
2023-10-14 17:01:55 +02:00 |
|
Evil Eye
|
514723a4e6
|
Use fixed size ints for Region and use an array for weather odds
|
2023-10-14 16:36:45 +02:00 |
|
Evil Eye
|
b99f58613e
|
Remove signed/unsigned conversions in pathgrid loading code and use meaningful member names
|
2023-10-06 16:46:09 +02:00 |
|
elsid
|
1d94527a19
|
Avoid using settings in components to get actor model
Settings::Values are initialized only for engine. Accessing them from other
binaries leads to a crash.
|
2023-09-27 21:00:46 +02:00 |
|
Evil Eye
|
b59739a529
|
Replace more sized reads
|
2023-09-13 21:51:42 +02:00 |
|
elsid
|
053a3caf7b
|
Pass cache expiry delay to GenericResourceManager constructor
|
2023-09-09 19:35:20 +02:00 |
|
Alexei Kotov
|
16cc1ad59f
|
Editor: Disable Training service for creatures
|
2023-09-02 17:52:15 +03:00 |
|
Petr Mikheev
|
32f3a16db3
|
Change FormId::toString to be consistent with RefId. Remove FormIdRefId.
|
2023-08-27 09:55:06 +02:00 |
|
psi29a
|
4aaffa72e5
|
Merge branch 'more_coverity_fixes' into 'master'
More coverity fixes
See merge request OpenMW/openmw!3304
|
2023-08-03 07:15:34 +00:00 |
|
Andrei Kortunov
|
d3d7a663c6
|
Move some objects instead of copying
|
2023-07-31 20:43:46 +04:00 |
|
Andrei Kortunov
|
b1c8a968ae
|
Do not use invalid iterators
|
2023-07-31 17:53:33 +04:00 |
|
Andrei Kortunov
|
d8ec78d732
|
Fix some Coverity warnings
|
2023-07-28 20:58:18 +04:00 |
|
Evil Eye
|
cd8f2355c0
|
Only allow StringRefId for Skill ids
|
2023-07-14 17:33:32 +02:00 |
|
Evil Eye
|
967b5d205b
|
Use StringRefId for skills
|
2023-07-13 18:55:22 +02:00 |
|
Evil Eye
|
ac9378fa08
|
Replace Skill::mIndex with Skill::refIdToIndex
|
2023-07-13 18:55:21 +02:00 |
|
psi29a
|
6601b0cb15
|
Merge branch 'fastandloose' into 'master'
Drop support for --fs-strict
Closes #7394
See merge request OpenMW/openmw!3093
|
2023-07-02 19:24:14 +00:00 |
|
Evil Eye
|
73c2387708
|
Merge schools into skills
|
2023-06-26 20:42:52 +02:00 |
|
Evil Eye
|
bac6777fae
|
Reduce the number of magic numbers
|
2023-06-18 16:21:06 +02:00 |
|
Evil Eye
|
eeda48ec50
|
Drop support for --fs-strict
|
2023-06-08 21:10:09 +02:00 |
|
psi29a
|
25c1e6abee
|
Merge branch 'clickbait' into 'master'
Use std::array in various ESM structs
See merge request OpenMW/openmw!3103
|
2023-06-05 07:19:38 +00:00 |
|
Evil Eye
|
6b7e7acd16
|
Replace a number of incorrect index types
|
2023-06-03 16:30:35 +02:00 |
|
Evil Eye
|
dd83da5eba
|
Use std::array in FADTstruct
|
2023-06-03 13:11:49 +02:00 |
|
Evil Eye
|
7be005c9a5
|
Use std::array in CLDTstruct
|
2023-06-03 11:58:09 +02:00 |
|
Evil Eye
|
8a474b9807
|
Use std::array in RADTstruct
|
2023-06-03 10:45:32 +02:00 |
|