Commit Graph

34509 Commits (ee653eb2b87a7013803cbd6548000c195015d4c7)
 

Author SHA1 Message Date
Evil Eye ee653eb2b8 Make mwscript return nil for records that don't have a script 6 months ago
psi29a 061f10bef7 Merge branch 'enchantmentproptorecord' into 'master'
Return nil for absent values in record properties (enchant)

See merge request OpenMW/openmw!4228
6 months ago
psi29a e8c422697f Merge branch 'first_person_mesh_distortion' into 'master'
Fix distortion breaking in first person meshes

See merge request OpenMW/openmw!4231
6 months ago
psi29a 6bb10edd3d Merge branch 'itemdata' into 'master'
Refactor types.Item

See merge request OpenMW/openmw!4230
6 months ago
Kindi bf9f5dc2ef dont return empty string for absent value 6 months ago
Kindi 045e6d8c4f move enchant charge and soul to itemdata 6 months ago
psi29a ef0bb02def Merge branch 'master' into 'master'
An ability to specify attack type in controls.use value

See merge request OpenMW/openmw!4187
6 months ago
psi29a 804b589a68 Merge branch 'qt_follow_up' into 'master'
Cleanup changes in Qt applications

See merge request OpenMW/openmw!4225
6 months ago
psi29a 6f327da8b5 Merge branch 'namelessblameless' into 'master'
CI match script names and remove dead code

See merge request OpenMW/openmw!4224
6 months ago
Cody Glassman 4d7e9bae73 ensure distortion is only rendered once 6 months ago
Andrei Kortunov 871263d436 Check if file is successfully opened 6 months ago
Andrei Kortunov dc7407a34c Use signed variables to match an API 6 months ago
Dave Corley 6b3c47a30d Merge branch 'hey-i-cant-crouch' into 'master'
FIX: Actually set the transform so first person camera works again

See merge request OpenMW/openmw!4232
6 months ago
Dave Corley fc65643224 FIX: Actually set the transform so first person camera works again 6 months ago
Cody Glassman 45362e0ede fix distortion breaking in first person meshes 6 months ago
psi29a 7d884747fa Merge branch 'ffmpeg-fix' into 'master'
Don't try to detect correct ffmpeg version for android

See merge request OpenMW/openmw!4223
6 months ago
psi29a 81e59bb4aa Merge branch 'i-didnt-want-to-grow-up-to-be-this-big' into 'master'
FIX: Incorrect scaling applied when creatures rotate (close #6665)

Closes #6665

See merge request OpenMW/openmw!4219
6 months ago
Max Yari 723c64a79b Lua API version increment 6 months ago
Andrei Kortunov a9108a743d Do not make redundant copy 6 months ago
Evil Eye d3e3083006 CI match script names and remove dead code 6 months ago
Jared Davenport 06b0f6b970 Update CMakeLists.txt 6 months ago
psi29a 3ebeaaa3bb Merge branch 'saymyname' into 'master'
Don't use getRefIdString to get a fallback object name for non-string ids

Closes #8043

See merge request OpenMW/openmw!4217
6 months ago
psi29a ee1352f918 Merge branch 'luautf8allcompilers' into 'master'
Don't use codecvt for utf8.char

Closes #6505

See merge request OpenMW/openmw!4216
6 months ago
psi29a 045bccb3e9 Merge branch 'copycompiler' into 'master'
Avoid a few copies in mwscript

See merge request OpenMW/openmw!4215
6 months ago
psi29a 4254469759 Merge branch 'it-does-not-blend' into 'master'
FIX(animation.lua): Correct capitalization in `blendMask`

See merge request OpenMW/openmw!4218
6 months ago
psi29a 024d1c5971 Merge branch 'interpreter_code_duplicates' into 'master'
Exit with fatal error on duplicated instruction code

See merge request OpenMW/openmw!4214
6 months ago
Jared Davenport 3a8bafd7b1 doesn't detect correct ffmpeg version for android 6 months ago
Evil Eye ff72a26ef2 Don't use getRefIdString to get a fallback object name for non-string ids 6 months ago
Dave Corley 9bbf3551b1 c h a n g e l o g 6 months ago
Dave Corley fcc58f6db3 CLEANUP(rotatecontroller): Deduplicate rotate/scale checks into the main
callback function
6 months ago
Dave Corley cac5ae34a5 CLEANUP(character.cpp): Replace usages of biped function with isBiped var 6 months ago
Dave Corley 33cd654bf5 FIX(character.cpp): Don't allow turn to movement direction to apply to non-bipeds 6 months ago
Dave Corley c95c7503a8 FIX(rotatecontroller): Account for parent node scale when rotating objects 6 months ago
Dave Corley 8130410200 FIX(animation.lua): Use lowercase instead of camelcase as the function
expects lower
6 months ago
Kindi 624a4f46b5 dont use codecvt for utf8.char 6 months ago
Evil Eye 1cea604257 Use string_view in register methods 6 months ago
psi29a b1de8ed720 Merge branch 'profilersort' into 'master'
Reorder F3 profiler stats according to timeline

Closes #8005

See merge request OpenMW/openmw!4196
6 months ago
psi29a 4da35c7e7f Merge branch 'free_range_containers' into 'master'
FEAT: Add organic/respawning flags to containers (Close #8038)

Closes #8038

See merge request OpenMW/openmw!4205
6 months ago
psi29a db4e3e3f9e Merge branch 'master' into 'master'
remove cmakefix.patch

See merge request OpenMW/openmw!4211
6 months ago
psi29a 11d405dcdf Merge branch 'buyfrommebestprices' into 'master'
Add a showInDialogue parameter to ui.showMessage and use it for level up messages

Closes #8041

See merge request OpenMW/openmw!4209
6 months ago
Evil Eye ad7fb3d13f Avoid a few copies in mwscript 6 months ago
Evil Eye 72b62f845e Merge branch 'delegate_crash_fix' into 'master'
Add a missing null pointer check

See merge request OpenMW/openmw!4210
6 months ago
elsid 89bb04e8fd
Exit with fatal error on duplicated instruction code
Instead of causing SIGABRT which is more confusing.
6 months ago
Dave Corley 77fa41b8c6 CLEANUP(container): Make organic/respawning field names more consistent 6 months ago
Dave Corley fccf75377d FEAT: Add organic/respawning flags to containers 6 months ago
Max Yari 1497dae4fa Better mUse out-of-range handling 6 months ago
holorat 18164b16b9 Add fix to changelog and name to authors 6 months ago
Jared Davenport fcb9fafd15 remove cmakefix.patch
for android this is an issue during the cmake process.
6 months ago
Andrei Kortunov 5390634e22 Add a missing null pointer check 6 months ago
Evil Eye 91bcd0a556 Add a showInDialogue parameter to ui.showMessage and use it for level up messages 6 months ago