psi29a
|
ed022a6c14
|
Merge branch 'fix_use' into 'master'
Fix regression added in !3354: Set `force` to false when applying UseItem from inventory.
See merge request OpenMW/openmw!3422
|
2023-09-15 07:03:34 +00:00 |
|
Andrei Kortunov
|
db72a91180
|
Add a way to check if sound system is enabled
|
2023-09-14 13:02:20 +04:00 |
|
Andrei Kortunov
|
655c4442bc
|
Implement isMusicPlaying
|
2023-09-13 17:48:49 +04:00 |
|
Bret Curtis
|
a285408212
|
small coverity fix
|
2023-09-13 12:28:38 +02:00 |
|
Kindi
|
ff16ee2d64
|
implement lua api for get/set item condition
|
2023-09-13 16:10:15 +08:00 |
|
Andrei Kortunov
|
e25e867d77
|
Remove 'music' package
|
2023-09-13 09:11:07 +04:00 |
|
Andrei Kortunov
|
18fe6a8ae7
|
Remove default argument
|
2023-09-13 09:11:07 +04:00 |
|
Andrei Kortunov
|
e1cae5a029
|
Rework music system
|
2023-09-13 09:11:07 +04:00 |
|
psi29a
|
090da90302
|
Merge branch 'factions' into 'master'
Implement Lua API for factions
See merge request OpenMW/openmw!3405
|
2023-09-12 19:41:54 +00:00 |
|
Andrei Kortunov
|
02dcf1fb31
|
Split setFactionRank to separate functions
|
2023-09-12 11:57:19 +04:00 |
|
Andrei Kortunov
|
6ee86dea82
|
Implement Lua API for factions (feature 7468)
|
2023-09-12 09:49:03 +04:00 |
|
Petr Mikheev
|
fb8ccf52d8
|
Add missing argument force in UseItem
|
2023-09-11 16:21:34 +02:00 |
|
psi29a
|
9d186ee2cd
|
Merge branch 'ptrindex' into 'master'
Fix crash: PtrRegistry can contain pointers to already removed temporary ManualRefs
See merge request OpenMW/openmw!3411
|
2023-09-11 06:57:36 +00:00 |
|
psi29a
|
9791fae2db
|
Merge branch 'statrecords' into 'master'
Expose skill and attribute records to Lua and deprecate their enums
See merge request OpenMW/openmw!3407
|
2023-09-09 20:39:45 +00:00 |
|
Petr Mikheev
|
892f6d1aee
|
Make LiveCellRef to remove itself from PtrRegistry in destructor (to prevent potential use after free); Update ContainerStore::mPtr after copying container/actor.
|
2023-09-09 21:54:13 +02:00 |
|
psi29a
|
bcc3365766
|
Merge branch 'fix_hidden_window' into 'master'
Fix bug related to !3236
See merge request OpenMW/openmw!3406
|
2023-09-09 08:06:47 +00:00 |
|
Andrei Kortunov
|
5d211d3c93
|
Return nil when we try to use an invalid store index from Lua
|
2023-09-08 09:48:45 +04:00 |
|
Evil Eye
|
cd0e612cb7
|
Expose skill and attribute records to Lua and deprecate their enums
|
2023-09-07 21:30:08 +02:00 |
|
Petr Mikheev
|
42f2ece8b3
|
Fix bug: UI modes that are added not through Lua don't show windows that were hidden by Lua in other mode.
|
2023-09-07 02:16:22 +02:00 |
|
Zackhasacat
|
f287b2f436
|
Merge branch 'master' of gitlab.com:openmw/openmw into lua_record_services
|
2023-09-04 10:49:51 -05:00 |
|
Zackhasacat
|
7df43f28ed
|
Remove unused include
|
2023-09-04 10:47:47 -05:00 |
|
psi29a
|
5faf56950b
|
Merge branch 'lua_files' into 'master'
Implement Lua API for VFS
Closes #6864
See merge request OpenMW/openmw!3373
|
2023-09-03 17:06:14 +00:00 |
|
Zackhasacat
|
208cd14cfe
|
Use lua table, getESMStore
|
2023-09-03 11:26:10 -05:00 |
|
Zackhasacat
|
ecc69b5479
|
Fix line
|
2023-09-02 15:33:06 -05:00 |
|
Zackhasacat
|
1db236b5fd
|
Fix docs, dependancies
|
2023-09-02 15:30:02 -05:00 |
|
Zackhasacat
|
ee5983f64a
|
Docs fixes
|
2023-09-02 15:21:03 -05:00 |
|
Zackhasacat
|
6c6885c394
|
Formatting
|
2023-09-02 15:17:14 -05:00 |
|
Zackhasacat
|
070c600a83
|
Formatting
|
2023-09-02 15:16:59 -05:00 |
|
Zackhasacat
|
e139135fdc
|
Revert unneeded changes
|
2023-09-02 15:16:41 -05:00 |
|
Zackhasacat
|
40925fa912
|
Add line
|
2023-09-02 15:15:30 -05:00 |
|
Zackhasacat
|
bbe7702dbc
|
Use string_view
|
2023-09-02 15:13:46 -05:00 |
|
Zackhasacat
|
7d0e140889
|
Merge branch 'master' of gitlab.com:openmw/openmw into lua_record_services
|
2023-09-02 14:55:57 -05:00 |
|
Zackhasacat
|
e50532691b
|
Fix define endif
|
2023-09-02 14:55:04 -05:00 |
|
Zackhasacat
|
9c4ffa8256
|
Map by service name
|
2023-09-02 14:23:57 -05:00 |
|
Zackhasacat
|
44303ed8ca
|
Move services to new HPP
|
2023-09-02 14:10:50 -05:00 |
|
psi29a
|
b818414d82
|
Merge branch 'activate_and_use' into 'master'
Handle Use action in Lua in a similar way to Activate action
See merge request OpenMW/openmw!3354
|
2023-09-02 15:11:43 +00:00 |
|
Andrei Kortunov
|
65109b3822
|
Simplify VFS index iteration
|
2023-09-02 17:40:14 +04:00 |
|
Andrei Kortunov
|
c04a0ca3a5
|
Implement Lua API for VFS
|
2023-09-02 08:47:46 +04:00 |
|
Zackhasacat
|
85d47dd715
|
Add return value
|
2023-09-01 17:53:28 -05:00 |
|
Zackhasacat
|
aba63c0145
|
Shorten, move to the correct place
|
2023-09-01 16:44:58 -05:00 |
|
Zackhasacat
|
9f80d68795
|
add servicesOffered to npc and creature records
|
2023-09-01 16:39:33 -05:00 |
|
psi29a
|
a1828eec29
|
Merge branch 'lua_spell_fix' into 'master'
Clear selected enchanted item and/or spell with actor.clearSelectedCastable()
See merge request OpenMW/openmw!3315
|
2023-09-01 20:33:42 +00:00 |
|
Zackhasacat
|
7113db8b97
|
Clear selected enchanted item and/or spell with actor.clearSelectedCastable()
|
2023-09-01 20:33:42 +00:00 |
|
psi29a
|
3e99103beb
|
Merge branch 'rtd' into 'master'
Show OpenMW version and Lua API revision in documentation
Closes #6149
See merge request OpenMW/openmw!3382
|
2023-09-01 08:06:58 +00:00 |
|
Zackhasacat
|
86c28921ae
|
Add function to get current disposition, add baseDisposition to NPC record
|
2023-09-01 08:06:34 +00:00 |
|
Petr Mikheev
|
f260fa006e
|
Show OpenMW version and Lua API revision in documentation.
|
2023-08-31 20:56:02 +02:00 |
|
psi29a
|
5ba13f7aae
|
Merge branch 'lua_template_new' into 'master'
Support 'template' field in createRecordDraft, to use an existing record as a base in lua
See merge request OpenMW/openmw!3387
|
2023-08-31 08:02:50 +00:00 |
|
Petr Mikheev
|
ea8692a534
|
Add usehandlers.lua (same approach as activationhandlers.lua)
|
2023-08-30 22:48:51 +02:00 |
|
psi29a
|
58aeb81e46
|
Merge branch 'container_ptr' into 'master'
Add `obj.parentContainer` in Lua. Refactor ContainerStore::mPtr, ContainerStore::mActor.
See merge request OpenMW/openmw!3381
|
2023-08-30 10:19:16 +00:00 |
|
Zackhasacat
|
4b7bf62671
|
Fix weapon table, and docs
|
2023-08-29 16:37:32 -05:00 |
|