Matt
|
21e4c10fa9
|
Introduce IndexedVector
|
2022-04-04 13:56:19 +00:00 |
|
Petr Mikheev
|
fbc84465c5
|
Merge branch 'futureproof_layers' into 'master'
Add layer size, make layers API more flexible
See merge request OpenMW/openmw!1724
|
2022-03-29 20:11:11 +00:00 |
|
ζeh Matt
|
c3d02492df
|
Cleanup stopMovement
|
2022-03-29 19:49:02 +03:00 |
|
ζeh Matt
|
33706923a3
|
Restructure function updateCrimePursuit
|
2022-03-28 17:25:22 +03:00 |
|
ζeh Matt
|
9821982944
|
Restructure function updateEquippedLight
|
2022-03-28 16:48:16 +03:00 |
|
ζeh Matt
|
127366a948
|
Restructure function updateDrowning
|
2022-03-28 16:38:39 +03:00 |
|
ζeh Matt
|
0b306bc1ea
|
Restructure function engageCombat
|
2022-03-28 16:32:56 +03:00 |
|
ζeh Matt
|
8631b96680
|
Restructure function updateGreetingState
|
2022-03-28 16:25:33 +03:00 |
|
ζeh Matt
|
5e44dd41eb
|
Restructure function updateMovementSpeed
|
2022-03-28 16:20:24 +03:00 |
|
ζeh Matt
|
23615e653a
|
Mark getActivePackage const
|
2022-03-28 16:17:42 +03:00 |
|
ζeh Matt
|
cba51e5e1c
|
Restructure function updateHeadTracking
|
2022-03-28 16:13:40 +03:00 |
|
ζeh Matt
|
f5b527e445
|
Restructure function isCommanded
|
2022-03-28 16:07:20 +03:00 |
|
psi29a
|
1c70b9790c
|
Merge branch 'covid_wont_stop_me' into 'master'
Don't reset last hit object if the ID doesn't match
Closes #6682
See merge request OpenMW/openmw!1727
|
2022-03-28 11:40:46 +00:00 |
|
Evil Eye
|
c1d700f770
|
Don't reset last hit object if the ID doesn't match
|
2022-03-28 11:40:46 +00:00 |
|
Evil Eye
|
7695f03c4c
|
Remove unused variable
|
2022-03-27 17:20:22 +02:00 |
|
psi29a
|
2b83df09b6
|
Merge branch 'refactor/spell-vector' into 'master'
Refactor mUsedPowers to use vector
See merge request OpenMW/openmw!1725
|
2022-03-27 09:56:22 +00:00 |
|
Nelsson Huotari
|
6869fa18e4
|
Fix unsafe memory access at object.cpp
|
2022-03-26 15:16:22 +00:00 |
|
Evil Eye
|
93d195646c
|
Lua stats
|
2022-03-25 20:03:13 +00:00 |
|
ζeh Matt
|
edca5ac0b8
|
Rename hasDisease to hasSpellType and refactor function
|
2022-03-25 20:47:43 +02:00 |
|
ζeh Matt
|
dcdba227f7
|
Use vector for mUsedPowers for deterministic order
|
2022-03-25 20:42:01 +02:00 |
|
uramer
|
5d1fe6c2bc
|
Add layer size, make layers API more flexible
|
2022-03-23 15:04:49 +01:00 |
|
psi29a
|
6d55317d57
|
Merge branch 'refactor/prng-2' into 'master'
Save random state and refactor usage of generators
See merge request OpenMW/openmw!1715
|
2022-03-23 09:50:54 +00:00 |
|
ζeh Matt
|
8103ff2e6f
|
Make the CI happy
|
2022-03-21 17:49:42 +02:00 |
|
ζeh Matt
|
f8f3bb2421
|
Use std::minstd_rand and split serialization from save/load
|
2022-03-21 17:49:42 +02:00 |
|
ζeh Matt
|
0611a8c3a7
|
Start new game with specified seed in options
|
2022-03-21 17:49:42 +02:00 |
|
ζeh Matt
|
151770ccf1
|
Separate global vs world rng functions and use custom prng
|
2022-03-21 17:49:42 +02:00 |
|
ζeh Matt
|
08fae7be6e
|
Pass the prng from world where appropriate
|
2022-03-21 17:49:42 +02:00 |
|
ζeh Matt
|
b502dc12f0
|
Add prng to World instance and serialize state in Save
|
2022-03-21 17:49:42 +02:00 |
|
jvoisin
|
eb46bde75e
|
Merge branch 'lua_records' into 'master'
Lua bindings for ESM::Door and ESM::Weapon records
See merge request OpenMW/openmw!1717
|
2022-03-20 15:39:48 +00:00 |
|
Petr Mikheev
|
1b1e81b90e
|
Lua bindings for ESM::Door and ESM::Weapon records
|
2022-03-20 15:39:48 +00:00 |
|
Petr Mikheev
|
d185cb6dce
|
Add Lua function ui.screenSize()
|
2022-03-20 00:16:41 +01:00 |
|
Evil Eye
|
d7d1a85143
|
Restore dialogue autocompletion in the console
|
2022-03-19 12:02:26 +01:00 |
|
Petr Mikheev
|
fa115418eb
|
[Lua] Remove queries
|
2022-03-15 23:35:36 +01:00 |
|
Petr Mikheev
|
0f84bfde51
|
[Lua] Replace cell.selectObjects with cell.getAll
|
2022-03-15 23:35:36 +01:00 |
|
Petr Mikheev
|
43bed7f0d2
|
[Lua] Split obj.inventory into Actor.inventory(obj) and Container.content(obj)
|
2022-03-15 23:35:36 +01:00 |
|
Petr Mikheev
|
d251c4e2a1
|
[Lua] Change behavior of obj.type
|
2022-03-15 23:35:36 +01:00 |
|
Petr Mikheev
|
af93ebf433
|
[Lua] Move class-specific functions to openmw.types
|
2022-03-15 19:23:26 +01:00 |
|
AnyOldName3
|
696be1cc39
|
Merge branch 'fix_6589' into 'master'
Add default value for `user-data` in openmw.cfg
Closes #6589
See merge request OpenMW/openmw!1632
|
2022-03-13 18:51:34 +00:00 |
|
jvoisin
|
8a182c130a
|
Merge branch 'refactor/prng' into 'master'
Refactor and rename some things around Misc::Rng
See merge request OpenMW/openmw!1710
|
2022-03-07 10:19:41 +00:00 |
|
Matt
|
54e114d83e
|
Avoid string copies for ESM::Variant::getString
|
2022-03-06 17:38:58 +00:00 |
|
ζeh Matt
|
d83a381f79
|
Refactor and rename some things around Misc::Rng
|
2022-03-06 17:28:28 +02:00 |
|
Petr Mikheev
|
df41b4080d
|
Merge branch 'refactor/headtracking' into 'master'
Small improvement for headtracking
See merge request OpenMW/openmw!1683
|
2022-03-03 20:39:53 +00:00 |
|
Matt
|
0b528d3bfb
|
Small improvement for headtracking
|
2022-03-03 20:39:53 +00:00 |
|
ζeh Matt
|
129d68e299
|
Fix #6660: Crash during intro video when closing the game
|
2022-03-03 20:25:35 +02:00 |
|
psi29a
|
3afa46b25e
|
Merge branch 'CPP20_support' into 'master'
Support C++20
See merge request OpenMW/openmw!1705
|
2022-03-01 11:11:37 +00:00 |
|
Bret Curtis
|
1927b1c6d9
|
use static cast to handle: deprecated between enumerations of different types
|
2022-03-01 10:53:01 +01:00 |
|
Bret Curtis
|
ad11cc8d8a
|
reinstall fontconfig as needed; const an imbigious == operator
|
2022-03-01 10:53:01 +01:00 |
|
Evil Eye
|
25feea9b16
|
Prevent write to empty vector element
|
2022-02-28 16:42:22 +01:00 |
|
psi29a
|
ceae2d664d
|
Merge branch 'refactor/stdlist' into 'master'
Use std::vector instead of std::list for some functions
See merge request OpenMW/openmw!1699
|
2022-02-28 07:40:21 +00:00 |
|
uramer
|
6845d681f2
|
Update hardcoded layers (hotfix for https://gitlab.com/OpenMW/openmw/-/merge_requests/1681)
|
2022-02-27 11:59:55 +00:00 |
|