Sebastian Fieber
|
1ac407f32b
|
fix rebase error
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
3207f3a387
|
clang-format
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
732fb4affe
|
inline fillLandData and return empty table instead of throwing
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
3e0685e4a6
|
don't double sample + only allow default worldspace
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
effb3de2a7
|
const
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
76e2c77517
|
check for lcell also
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
4ede868ed2
|
fix typo
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
8de0ccc82c
|
remove redundant code
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
7c76387ffe
|
no interior cell + make cellOrName mandatory
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
5d0986e812
|
Misc::NotNullPtr<MWWorld::ESMStore> to MWWorld::ESMStore& store
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
47453b307a
|
no auto in landbindings.cpp
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
f3128f9c7b
|
remove unused include
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
8954f45867
|
fixes for landbindings.cpp
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
fc772744d2
|
don't touch ESMTerrain::Storage
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
3d07b63ad8
|
don't copy store
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
940e73a356
|
landbindings - static to anonymous namespace + use references
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
ea02c69186
|
fix index check + cast to size_t
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
4182279f72
|
deduplication for landbindings.cpp + slight api changes
- remove textureId from return
- return plugin name instead of plugin id
|
2025-06-19 22:17:26 +02:00 |
|
Calandiel
|
901c6b94a6
|
remove unnecessary land loading
|
2025-06-19 22:17:26 +02:00 |
|
Calandiel
|
c711179b8f
|
apply changes requested in the code review
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
8917103bf3
|
put land bindings in a table in openmw.core
|
2025-06-19 22:17:26 +02:00 |
|
Calandiel
|
336275292e
|
reorder includes
|
2025-06-19 22:17:26 +02:00 |
|
Calandiel
|
3b962e3fd4
|
reorder includes
|
2025-06-19 22:17:26 +02:00 |
|
Calandiel
|
22a0dce4a6
|
reorder includes
|
2025-06-19 22:17:26 +02:00 |
|
Calandiel
|
fe68a098ea
|
reorder includes
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
1521d5195a
|
add bindings for land textures
|
2025-06-19 22:17:26 +02:00 |
|
Calandiel
|
283be9f4f0
|
add docs for the new binding
|
2025-06-19 22:17:26 +02:00 |
|
Calandiel
|
910690c7e5
|
expose a terrain height getter
|
2025-06-19 22:17:26 +02:00 |
|
Alexei Kotov
|
e7305e7c97
|
Merge branch 'colorfullights' into 'master'
Use the Color type for Light colours in Lua
Closes #8558
See merge request OpenMW/openmw!4715
|
2025-06-14 00:36:45 +03:00 |
|
Aussiemon
|
f085717aef
|
Import ESS kill count / selected spell as RefIDs, handle old INFO records
|
2025-06-12 23:28:14 +03:00 |
|
Evil Eye
|
be0cbb7277
|
Use the Color type for Light colours in Lua
|
2025-06-12 17:17:28 +02:00 |
|
psi29a
|
1c242425b0
|
Merge branch 'finite_number' into 'master'
Reduce code duplication for finite number and add tests
See merge request OpenMW/openmw!4707
|
2025-06-06 22:14:32 +00:00 |
|
elsid
|
267ce1ec9b
|
Reduce code duplication for finite number
|
2025-06-06 00:05:07 +02:00 |
|
Evil Eye
|
c05d2d1d38
|
Restrict openmw.animation to local scripts
|
2025-06-05 20:15:40 +02:00 |
|
Evil Eye
|
360abd9b90
|
Render openmw.animation inaccessible in menu scripts
|
2025-06-05 20:13:36 +02:00 |
|
Aussiemon
|
0d96d71be6
|
Change World.setGameTimeScale to float
|
2025-06-04 11:40:53 -06:00 |
|
Aussiemon
|
e2cf80e3a6
|
Protect more bindings from non-finite numbers
|
2025-06-03 19:34:10 -06:00 |
|
Alexei Kotov
|
ecc9e8f5cd
|
Merge branch 'silencedcode' into 'master'
Remove dead code
See merge request OpenMW/openmw!4699
|
2025-06-01 23:23:35 +03:00 |
|
psi29a
|
79a2735e19
|
Merge branch 'datachanged' into 'master'
Launcher: Reload cells after a short delay (#8478)
See merge request OpenMW/openmw!4664
|
2025-06-01 10:47:23 +00:00 |
|
Evil Eye
|
4e8a713819
|
Remove dead code
|
2025-05-31 15:26:11 +02:00 |
|
psi29a
|
0c6c71f6cb
|
Merge branch 'qprogressbar' into 'master'
Increment some new Qt progress bars the canonical way
See merge request OpenMW/openmw!4698
|
2025-05-30 07:22:35 +00:00 |
|
psi29a
|
ed03babb08
|
Merge branch 'consolesearch' into 'master'
Uncursify forward/reverse console search (#8532)
Closes #8532
See merge request OpenMW/openmw!4697
|
2025-05-30 07:21:26 +00:00 |
|
Alexei Kotov
|
e7976a544a
|
Increment some new Qt progress bars the canonical way
|
2025-05-29 03:33:03 +03:00 |
|
Alexei Kotov
|
f7a33d24e2
|
Uncursify forward/reverse console search (#8532)
Correct search start/end calculation, give normal search the memo that the end iterator's meaning changed and fix broken invalid range guards.
|
2025-05-28 22:11:22 +03:00 |
|
Alexei Kotov
|
b0d389319c
|
Merge branch 'layer_desync' into 'master'
Prevent conflicts between UI layer insertions
See merge request OpenMW/openmw!4696
|
2025-05-27 17:45:11 +03:00 |
|
uramer
|
32169155bb
|
Fix before insert index
|
2025-05-27 11:56:16 +00:00 |
|
Aussiemon
|
d2f1eeff98
|
Prevent hard freeze when camera receives invalid inputs from Lua
|
2025-05-26 07:22:10 +00:00 |
|
uramer
|
fa3e8ea74d
|
Prevent conflicts between UI layer insertions
|
2025-05-25 12:32:29 +02:00 |
|
psi29a
|
8a10de5fed
|
Merge branch 'kaamatan-seminggu-lagi-8165' into 'master'
Remove redundant activate check in `activateBy` #8165
See merge request OpenMW/openmw!4690
|
2025-05-24 12:35:09 +00:00 |
|
psi29a
|
42ca8e31eb
|
Merge branch 'equipunequip' into 'master'
Allow equip attach/detach keys to coincide with the start key
See merge request OpenMW/openmw!4691
|
2025-05-23 07:26:58 +00:00 |
|