Andrei Kortunov
|
074ab682ab
|
Move local variables in the editor
|
2024-01-12 10:10:27 +04:00 |
|
elsid
|
39dd73263d
|
Avoid converting UniversalId to a different type via string
|
2023-12-29 14:15:28 +01:00 |
|
Petr Mikheev
|
f260fa006e
|
Show OpenMW version and Lua API revision in documentation.
|
2023-08-31 20:56:02 +02:00 |
|
Evil Eye
|
9214ffb50b
|
Replace some empty constructors and destructors with default
|
2023-05-29 13:37:19 +02:00 |
|
psi29a
|
01705485b8
|
Merge branch 'grow_limit' into 'master'
[Needs testing] Migrate Grow Limit editor feature to a more modern code
See merge request OpenMW/openmw!2637
|
2023-05-23 08:39:38 +00:00 |
|
jvoisin
|
c7a3f43915
|
Minor header cleanup
This has been done via CLion's "unused include directive",
set to "detect completely unused".
|
2023-04-30 16:26:03 +02:00 |
|
elsid
|
0d523c3793
|
Log loading errors
|
2023-03-13 11:31:16 +01:00 |
|
elsid
|
9598b26462
|
Make loading error messages copyable
|
2023-03-13 11:31:16 +01:00 |
|
Andrei Kortunov
|
9ad0e2f4e6
|
Migrate Grow Limit editor feature to a more modern code
|
2023-02-07 20:09:59 +04:00 |
|
psi29a
|
a0795ba7ae
|
Merge branch 'launch_fix' into 'master'
Fix some non-ASCII path issues
Closes #6817
See merge request OpenMW/openmw!2686
|
2023-02-06 19:50:30 +00:00 |
|
Andrei Kortunov
|
7e2aedf637
|
Add an initial Qt6 support
|
2023-02-06 18:38:59 +04:00 |
|
Andrei Kortunov
|
5836d27928
|
Fix ContentSelector usage with non-ASCII paths
|
2023-02-06 13:36:02 +04:00 |
|
Andrei Kortunov
|
307a60e87c
|
Migrate from QRegExp to more modern QRegularExpression
|
2023-01-11 11:21:46 +04:00 |
|
jvoisin
|
1a326294c0
|
Run IWYU on the opencs
|
2022-10-31 21:04:01 +01:00 |
|
elsid
|
843753da14
|
Remove unused includes
|
2022-10-09 16:44:18 +02:00 |
|
Project579
|
5cf2a958eb
|
Make conversions between std::chrono time_point and string safer by not using "localtime" directly.
|
2022-09-24 21:47:27 +02:00 |
|
clang-format-bot
|
ddb0522bbf
|
Apply clang-format to code base
|
2022-09-22 21:35:26 +03:00 |
|
elsid
|
410a2881fe
|
Add comma to the last array element to prevent putting multiple elements on a single line
|
2022-09-14 00:36:02 +02:00 |
|
Project579
|
ca14fc00dc
|
Added dedicated functions for conversions between QString and std::filesystem::path.
|
2022-09-11 14:41:21 +02:00 |
|
Project579
|
c226b35f1f
|
Fix some remaining encoding errors due to std::filesystem transition.
|
2022-09-11 14:41:20 +02:00 |
|
Project579
|
a13709c510
|
Replace implicit convertions from std::filesystem::path to std::string with correctly converting functions.
|
2022-09-11 14:41:20 +02:00 |
|
Project579
|
e5c417c968
|
Make sure all paths are passed as std::filesystem::path instead of std::string where possible.
|
2022-09-11 14:41:15 +02:00 |
|
Project579
|
35fe214588
|
Updated components/misc/timeconvert.hpp to fix the Android build.
|
2022-09-11 02:20:01 +02:00 |
|
Project579
|
5446571aec
|
Circumvent QT MOC bugs by including the filesystem header in a specific order.
|
2022-09-11 02:19:07 +02:00 |
|
Project579
|
4bb07282c9
|
Replace all remaining occurrences of boost::filesystem with std::filesystem.
|
2022-09-11 02:19:00 +02:00 |
|
mpeco
|
9040209046
|
functor-based Qt signal-slot syntax construction set: changing visibility of certain slots for connecting on external/derived classes
|
2022-08-23 17:14:12 -03:00 |
|
mpeco
|
78700eee57
|
functor-based Qt signal-slot syntax construction set
|
2022-08-23 17:14:12 -03:00 |
|
elsid
|
b3882777ab
|
Cleanup opencs includes
|
2022-08-19 19:25:03 +02:00 |
|
elsid
|
f99ed6f1db
|
Split components/misc/stringops.hpp into multiple headers
Replace all ciEqual overloads with one having std::string_view as argument.
|
2022-08-03 22:06:24 +02:00 |
|
jvoisin
|
8b9ed57348
|
Clean up Qt includes
|
2022-06-17 11:56:54 +02:00 |
|
Max Henzerling
|
41be5a17f4
|
comments from PR
|
2022-05-01 11:52:19 -07:00 |
|
Max Henzerling
|
af5b1b3083
|
Add option to open record editting subviews in new windows instead of exclusive docking.
|
2022-05-01 11:52:19 -07:00 |
|
Bret Curtis
|
74e7cfc023
|
remove unused includes: part1
remove unused imports: part2
revert one tidy we will keep for c++20
|
2022-01-23 17:30:25 +01:00 |
|
Evil Eye
|
a3e039d862
|
Explicitely sort by file name after adding all data dirs
|
2021-11-07 14:15:30 +01:00 |
|
Petr Mikheev
|
37386f417e
|
Support *.omwscripts in openmw-launcher
|
2021-10-29 20:09:47 +02:00 |
|
psi29a
|
fc7e13d76a
|
Merge branch 'omwaddon_dep' into 'master'
Allow creating omwaddons without a dependency on an omwgame
See merge request OpenMW/openmw!1243
|
2021-10-08 06:40:43 +00:00 |
|
Matjaž Lamut
|
1c9f06f742
|
Minor UI tweaks all around OpenMW-CS
|
2021-10-03 19:13:51 +00:00 |
|
Petr Mikheev
|
413ac067ec
|
Allow creating omwaddons without a dependency on an omwgame
|
2021-09-26 17:44:28 +02:00 |
|
cc9cii
|
99e691fbe3
|
Avoid the inclusion of <charconv> header due to Ubuntu Bionic (18.04) which as gcc version less than 8.1
Partially reverts commit fd67ebde25
|
2021-08-04 06:47:14 +10:00 |
|
cc9cii
|
fc2f68a465
|
Change the loader's top progress bar to show total number of records processed rather than the number of files.
(copied the changes from commit SHA-1: ff072441fd )
|
2021-07-23 17:34:27 +10:00 |
|
Evil Eye
|
7377568f01
|
Merge branch 'modernize_use_override_openmw_cs' into 'master'
Using override keyword in OpenMW CS
See merge request OpenMW/openmw!888
|
2021-06-22 18:04:40 +00:00 |
|
Alexey Sokolov
|
3e4340338f
|
Update IRC links to libera
In README, in OpenCS about dialog, in Travis notification
|
2021-05-31 21:15:26 +01:00 |
|
Thunderforge
|
945f1aad20
|
Using override keyword in OpenMW CS
Detected by clang-tidy's modernize-use-override
|
2021-05-18 19:53:55 -05:00 |
|
Bret Curtis
|
66a527c3de
|
Merge pull request #3075 from akortunov/warnfix
Fix MSVC's C4244 and C4267 warnings
|
2021-05-14 21:28:56 +02:00 |
|
jvoisin
|
06ae26037f
|
Remove some superfluous includes in the opencs
|
2021-05-14 10:57:31 +02:00 |
|
Andrei Kortunov
|
f9d42ed396
|
Fix MSVC's C4267 warnings
|
2021-05-12 10:34:39 +04:00 |
|
Andrei Kortunov
|
8283ec6cad
|
Do not use & for boolean arguments
|
2021-01-09 14:03:48 +04:00 |
|
Andrei Kortunov
|
8084a336b5
|
Replace zeroes and nulls by nullptrs
|
2020-11-29 11:14:07 +04:00 |
|
Andrei Kortunov
|
8ca3c3b123
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
|
Bret Curtis
|
61a5c6125d
|
#5480: Drop Qt4 support and require Qt 5.12 or later.
|
2020-06-22 12:17:06 +02:00 |
|