AnyOldName3
0e842d51de
Abandon variable-based job specification
...
You can only use variables to specify the dependency job if you also
specify the project and ref. I couldn't find a built-in variable that
evaluated to the current ref or particularly clear documentation of what
ref even meant in this context (GitLab uses it for a few different
things in CI as far as I can tell).
This is a combination of 2 commits.
This is the 1st commit message:
Project permits variables in job names?
This is the commit message #2 :
Using a variable is getting too hard, just copy and paste some stuff
pick cf1c4dfa73 Project permits variables in job names?
squash e5e888ac77 Using a variable is getting too hard, just copy and paste some stuff
2024-09-09 18:55:39 +01:00
AnyOldName3
a8b8eb1462
Compress symbols in separate job
...
Originally this had a double closing '' which wasn't noticed until
several commits later when it was fixed well enough to actually reach
that line. That change has been time-travelled and squashed after a big
argument.
This is a combination of 2 commits.
This is the 1st commit message:
Compress symbols in separate job
Typo
pick 9c27586080 Compress symbols in separate job
squash b072d7e33f Typo
2024-09-09 18:53:48 +01:00
AnyOldName3
7158c7fe58
Add -SkipCompress option to Store-Symbols.ps1
2024-09-04 23:07:12 +01:00
psi29a
b3677d07fd
Merge branch 'pcallallthethings' into 'master'
...
Wrap all memory allocating Lua functions in protected calls
Closes #8099
See merge request OpenMW/openmw!4336
2024-09-04 07:22:26 +00:00
psi29a
da0e2e7f57
Merge branch 'fix_warning' into 'master'
...
Fix clang warning: -Wunused-but-set-variable
See merge request OpenMW/openmw!4353
2024-09-03 16:13:12 +00:00
psi29a
89976a9424
Merge branch 'vfs_normalized_path_9' into 'master'
...
Use normalized path for models settings (#8138 )
See merge request OpenMW/openmw!4348
2024-09-02 07:26:53 +00:00
jvoisin
ba18b811f0
Merge branch 'door_copies' into 'master'
...
Do not make redundant copies
See merge request OpenMW/openmw!4347
2024-09-01 21:26:18 +00:00
elsid
262b31cf08
Fix clang warning: -Wunused-but-set-variable
...
apps/openmw/mwmechanics/spellcasting.cpp:45:13: warning: variable 'index' set but not used [-Wunused-but-set-variable]
45 | int index = -1;
| ^
2024-09-01 15:04:18 +02:00
elsid
9e36b3fc0b
Use normalized path for models settings
2024-08-30 20:50:59 +02:00
Andrei Kortunov
b620b9b239
Do not make redundant copies
2024-08-30 17:27:40 +04:00
psi29a
f456978cc3
Merge branch 'blueshift' into 'master'
...
Launcher: Support extended selection for directories
See merge request OpenMW/openmw!4346
2024-08-30 10:23:08 +00:00
psi29a
88cda162e3
Merge branch 'pointinsertion' into 'master'
...
Launcher: Fix Insert Above behavior when the directory is added automatically
See merge request OpenMW/openmw!4345
2024-08-30 10:22:25 +00:00
psi29a
0cb2b71301
Merge branch 'attack_test' into 'master'
...
Add test for player's attack
See merge request OpenMW/openmw!4326
2024-08-29 10:50:14 +00:00
Alexei Kotov
073e4639bf
Launcher: Support extended selection for directories
2024-08-29 04:18:07 +03:00
Alexei Kotov
f393c40cbd
Launcher: Fix Insert Above behavior when the directory is added automatically
2024-08-29 03:54:26 +03:00
elsid
7998689080
Add test for player's attack
2024-08-27 20:09:19 +02:00
Evil Eye
5711a395af
Merge branch 'bolt-is-not-a-static' into 'master'
...
[Lua] rename boltStatic to bolt in magic effect record bindings.
See merge request OpenMW/openmw!4342
2024-08-27 15:57:32 +00:00
psi29a
24a0e42594
Merge branch 'fargothsayshello' into 'master'
...
Don't turn to face the player to say hello if there is no hello response
Closes #8132
See merge request OpenMW/openmw!4339
2024-08-27 15:38:25 +00:00
Evil Eye
b55eead51b
Merge branch 'no-really-i-shouldnt-be-this-big' into 'master'
...
FIX(CSVRender::Object): Clamp scale edits in render window too
See merge request OpenMW/openmw!4341
2024-08-26 19:51:19 +00:00
elsid
5f26da01f1
Use the_hub addon from example suite by the integration tests
2024-08-26 21:19:04 +02:00
elsid
eb6dc6e6b0
Keep generated files on integration tests failure
2024-08-26 21:19:03 +02:00
elsid
9006a8fad0
Use landracer addon from example suite by the integration tests
2024-08-26 21:19:03 +02:00
elsid
fa1e574097
Use existing path variables in the generated config
2024-08-26 21:19:03 +02:00
elsid
8bed983661
Use specific revision of example-suite in the integration tests
2024-08-26 21:19:02 +02:00
psi29a
070a72eb13
Merge branch 'clarify-activeeffects' into 'master'
...
Update activeeffects docs
See merge request OpenMW/openmw!4340
2024-08-26 13:50:08 +00:00
Mads Buvik Sandvei
2faf7036f5
bump lua api revision
2024-08-26 14:03:20 +02:00
Mads Buvik Sandvei
f7f282fc48
bolt is not a static
2024-08-26 13:28:29 +02:00
Dave Corley
daf82d40b9
FIX(CSVRender::Object): Clamp scale edits in render window too
2024-08-25 10:23:04 -07:00
Mads Buvik Sandvei
e9b4efdc87
Some clarifications of the activeeffects docs
2024-08-25 13:49:52 +02:00
Evil Eye
1f5c314022
Don't turn to face the player to say hello if there is no hello response
2024-08-25 11:48:14 +02:00
psi29a
50465a3cf2
Merge branch 'alternatingrowcolors' into 'master'
...
Launcher: Alternate row colors in directory and archive list
See merge request OpenMW/openmw!4338
2024-08-25 07:42:43 +00:00
Evil Eye
ea6561a5e0
Merge branch 'ohmslawfornormalweapons' into 'master'
...
Don't apply normal weapon resistance twice for NPC victims (#8124 )
Closes #8124
See merge request OpenMW/openmw!4337
2024-08-24 11:49:28 +00:00
Evil Eye
032d506aa7
Fix components_tests
2024-08-24 09:10:23 +02:00
Evil Eye
4529af9b7f
Fix the tests
2024-08-23 22:40:39 +02:00
Alexei Kotov
3a9e6de6fd
Alternate row colors in directory and archive list
2024-08-23 14:28:26 +03:00
Alexei Kotov
951c440c8b
Don't apply normal weapon resistance twice for NPCs ( #8124 )
2024-08-23 13:41:14 +03:00
jvoisin
830a26f75e
Merge branch 'realloc' into 'master'
...
Don't assume realloc always succeeds
See merge request OpenMW/openmw!4331
2024-08-23 10:34:38 +00:00
psi29a
3c0353e8e2
Merge branch 'vcpkg_deps' into 'master'
...
Use vcpkg packages by before_scripts.msvc.sh (#7863 )
See merge request OpenMW/openmw!4308
2024-08-23 07:23:42 +00:00
Evil Eye
c9783344a0
Wrap all memory allocating Lua functions in protected calls
2024-08-22 22:22:28 +02:00
Alexei Kotov
03e8b8db0d
Merge branch 'vcpkg-bump-to-openmw_2' into 'master'
...
Update vcpkg deps commit
See merge request OpenMW/openmw!4333
2024-08-22 18:32:43 +00:00
psi29a
566e5b5588
Merge branch 'some-launcher-fixes' into 'master'
...
Some launcher fixes
Closes #8080
See merge request OpenMW/openmw!4287
2024-08-22 11:11:23 +00:00
elsid
0c15b403dd
Use vcpkg packages by before_scripts.msvc.sh
2024-08-22 02:32:13 +02:00
Evil Eye
aa808d63bc
Return nullptr straight away
2024-08-21 16:40:39 +02:00
AnyOldName3
a4a1f55736
Update vcpkg deps commit
2024-08-21 13:39:41 +00:00
psi29a
10419adc58
Merge branch 'vfs_normalized_path_8' into 'master'
...
Use normalized path for l10n manager
See merge request OpenMW/openmw!4329
2024-08-21 07:23:13 +00:00
Evil Eye
4652151630
Don't assume realloc always succeeds
2024-08-20 19:49:13 +02:00
AnyOldName3
16fc0541da
Escape '
2024-08-19 17:24:50 +01:00
AnyOldName3
5e78135f72
French translation from Jvoisin
2024-08-19 17:07:58 +01:00
elsid
92a0bbb454
Use normalized path in l10m manager
2024-08-18 21:07:46 +02:00
psi29a
527fa053c5
Merge branch 'actions_patchup' into 'master'
...
Lua Actions patchup
See merge request OpenMW/openmw!4311
2024-08-18 10:02:03 +00:00