psi29a
|
6136e3d8fc
|
Merge branch 'csspellarg' into 'master'
Editor: Reset effect arguments when the effect ID changes (#7785)
Closes #7785
See merge request OpenMW/openmw!3802
|
2024-01-31 10:52:13 +00:00 |
|
psi29a
|
7450b11402
|
Merge branch 'vfs_normalized_path_1' into 'master'
Use normalized path for VFS manager and RecursiveDirectoryIterator
See merge request OpenMW/openmw!3806
|
2024-01-28 21:34:01 +00:00 |
|
Alexei Kotov
|
b83b30f0dc
|
Editor: Reset effect arguments when the effect ID changes (#7785)
|
2024-01-28 15:37:53 +03:00 |
|
Evil Eye
|
aa9a99bde5
|
Merge branch 'magic_effects_fix' into 'master'
Fix magic effects in the editor
Closes #7481
See merge request OpenMW/openmw!3798
|
2024-01-26 16:33:51 +00:00 |
|
elsid
|
70061329a1
|
Return Path::Normalized from RecursiveDirectoryIterator
|
2024-01-24 22:19:03 +01:00 |
|
jvoisin
|
ec6ac8058b
|
Merge branch 'vfs_normalized_path' into 'master'
Add type for normalized VFS path and use for VFS::Manager file map key
See merge request OpenMW/openmw!3781
|
2024-01-23 20:42:48 +00:00 |
|
Andrei Kortunov
|
737d3b499b
|
Use move semantics for tools
|
2024-01-21 20:20:37 +04:00 |
|
Andrei Kortunov
|
e01e2f1ae0
|
Fix magic effects in the editor
|
2024-01-21 17:50:45 +04:00 |
|
psi29a
|
c23cd8e544
|
Merge branch 'umlautontherocks' into 'master'
Convert strings in nif files to utf8
Closes #7780
See merge request OpenMW/openmw!3783
|
2024-01-20 11:56:59 +00:00 |
|
psi29a
|
6ead5f9321
|
Merge branch 'touch_record' into 'master'
Fix Touch command
See merge request OpenMW/openmw!3778
|
2024-01-19 08:32:03 +00:00 |
|
Evil Eye
|
48db113149
|
Address feedback
|
2024-01-17 18:10:42 +01:00 |
|
Evil Eye
|
27fa411f4f
|
Convert strings in nif files to utf8
|
2024-01-16 20:56:58 +01:00 |
|
elsid
|
a2147d70cc
|
Use forward declaration for some VFS types
This will allow to save on preprocessed code size in the future changes.
|
2024-01-16 01:32:11 +01:00 |
|
Andrei Kortunov
|
a91e557c68
|
Fix Touch command (bug 7765)
|
2024-01-14 22:10:18 +04:00 |
|
Andrei Kortunov
|
074ab682ab
|
Move local variables in the editor
|
2024-01-12 10:10:27 +04:00 |
|
Dave Corley
|
c93b6dca0a
|
Fix(CS): Add record type to selection groups to fix #7759
|
2024-01-05 19:39:53 -06:00 |
|
jvoisin
|
29c20cdb41
|
Merge branch 'fix_universal_id' into 'master'
Add missing UniversalId::mClass initialization
See merge request OpenMW/openmw!3707
|
2024-01-01 23:05:57 +00:00 |
|
elsid
|
94409ce172
|
Add missing UniversalId::mClass initialization
|
2024-01-01 01:12:19 +01:00 |
|
Evil Eye
|
e63933efa6
|
Use NAM9 for stack count
|
2023-12-31 17:12:46 +00:00 |
|
Alexei Kotov
|
8a91e7057f
|
Merge branch 'ref_id_universal_id' into 'master'
Fix RefId based UniversalId (#7747)
Closes #7747
See merge request OpenMW/openmw!3702
|
2023-12-30 10:59:03 +00:00 |
|
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 |
|
jvoisin
|
f80ba4e28c
|
Apply 1 suggestion(s) to 1 file(s)
|
2023-12-26 13:54:23 +00:00 |
|
Dave Corley
|
24443e00bf
|
Feat(CS): Implement selection groups into data model
|
2023-12-23 15:05:13 -06: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 |
|
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 |
|
Dave Corley
|
2bb8ceef56
|
Fix(CS): Correct invalid refNum for cloned objects so they actually
appear ingame
|
2023-12-13 16:06:46 -06:00 |
|
elsid
|
4c13ecea23
|
Use settings values for editor
|
2023-12-03 17:18:26 +01: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 |
|
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 |
|