Commit Graph

33319 Commits (ini_importer_tests)
 

Author SHA1 Message Date
AnyOldName3 82bc924e08 More facism appeasement 3 months ago
AnyOldName3 3bb8540f1d Write byte order mark and line terminator
PowerShell <= 5 needs a byte-order mark to identify non-local-eight-bit-encoded scripts.

I've interacted with enough things that yell at me for not terminating the final line of a script that I'm uncomfortable if I don't.
3 months ago
Bret Curtis 5576e4e9b7 clang-format again 3 months ago
Bret Curtis 9434ac0e06 clangafiy it 3 months ago
Bret Curtis 49a86a2d38 hail marry from aon3 3 months ago
Bret Curtis a0251d0d0f give aon3 tip a try 3 months ago
Bret Curtis f256a87ce3 powershell it? 3 months ago
Bret Curtis 9a148d8662 where are we windows? 2 3 months ago
Bret Curtis 2d281de85a where are we windows? 3 months ago
Bret Curtis 3d9a29fda0 make use of powershell.exe: https://stackoverflow.com/questions/67077738/how-to-run-an-executable-file-in-gitlab-ci-cd-script-using-powershell 3 months ago
Bret Curtis f48b96d861 oh clang-format; stop hating me 3 months ago
Bret Curtis 1a3d87d955 what happens if we run it... 3 months ago
Bret Curtis 52e33a68e1 run command in windows with quotes 3 months ago
Bret Curtis fd45e0c9ac per recommendation 3 months ago
Bret Curtis 34db13dd67 clang-format always knows best 3 months ago
Bret Curtis 61fb575757 added quotes and introduced test to cover space in directory for config files 3 months ago
Bret Curtis df06e0d7b9 purge unnecessary cmake cruft 3 months ago
Bret Curtis 2a98519451 initial conversion to cxxopts for mwiniimporter
clang-format

clang-format again

add cxxopts to cmake and 3 oses

use version and not tag for cxxopts

add the include dir for windows maybe

add the include dir for windows maybe: part 2

give _DIR a try and point to cmake dir

try prefix path

add FindCXXOPTS.cmake

slim down findcxxopts

remove boost stuff from mwiiniimporter cmake; set include path in windows

one too many S

add support for fetching

formatting

validated that we need  MaybeQuotedPath

naive attempt to use vcpkg

remove findCXXOPTS.cmake

naive attempt to use vcpkg

more cleanup; make use of cxxopts::cxxopts

remove offending bad line

try to integration the cxxopts install via vcpkg

add vcpkg.cmake toolchain file

use the right path?

go the fetch route for windows

fetch cxxopts workaround

make use of CONFIG and also put in TODO

add code coverage

fix clang-format

fix clang-format again

add some tooling for tests

const params and use order of operations

allow to be run from anywhere

appease the jvoisin

u8 all the things

make sure we can run on all systems; but require that it run in the same directory as the binary we wish to test

give CLI11 a try

get things building on windows too

give this a try...

clean-format fix1

clean-format fix2

clang-format fix3

do not check if file already exists; overwrite existing

try to abstract out _wsystem and std::system

appease the clang-format gods

purge cli11

bring back tests
3 months ago
psi29a 76842c3ba1 Merge branch 'more_move' into 'master'
Address Coverity Scan complaints left

See merge request OpenMW/openmw!3837
3 months ago
psi29a 9fc71bb7df Merge branch 'crash_catcher' into 'master'
Cleanup crash catcher code and support lldb

See merge request OpenMW/openmw!3792
3 months ago
jvoisin cdd73a1a19 Merge branch 'fix_far_away_navmesh_crash' into 'master'
Limit navmesh vertices coordinates values (#6574)

Closes #6574

See merge request OpenMW/openmw!3825
3 months ago
jvoisin 838785d5a3 Merge branch 'sworc' into 'master'
Make StartCombat a no-op for dead targets and don't always play attack lines

Closes #7769 and #5413

See merge request OpenMW/openmw!3803
3 months ago
Alexei Kotov a5d88d489b Merge branch 'menu_fixes' into 'master'
Follow up fixes for Lua Menu MR !3464

See merge request OpenMW/openmw!3834
3 months ago
uramer 891f3583fe Only reset settings when there is no game, not on game end / player death 3 months ago
uramer 72136e7e92 Remove debug log 3 months ago
uramer 5d0537e57c Document core.sendGlobalEvent behavior in menu scripts 3 months ago
uramer 02accd7a49 Fix statemanager cleanup setting game state to ended by accident 3 months ago
uramer 8c6a1ae8c0 Allow menu scripts to send global events while a game is loaded 3 months ago
Alexei Kotov 62f2f4a011 Merge branch 'clear_lua_actions' into 'master'
Fix quickload causing a crash with certain Lua queued actions

Closes #7801

See merge request OpenMW/openmw!3833
3 months ago
Andrei Kortunov 292879d0fb Address Coverity Scan complaints left 3 months ago
elsid e6196c782d
Limit navmesh vertices coordinates values
Float values with more than 22 significant fraction bits may cause out of bounds
access in recastnavigation on triangles rasterization. Prevent passing such
values there.
3 months ago
Alexei Kotov 8b47381162 Merge branch 'more_move' into 'master'
Fix some Coverity Scan complaints

See merge request OpenMW/openmw!3829
3 months ago
uramer a1970857fd Queue quick loads 3 months ago
Zackhasacat 1338e884a9 Merge branch 'menuscripts' into 'master'
Add new Lua context: menu scripts

Closes #7805 and #7648

See merge request OpenMW/openmw!3464
3 months ago
uramer 784459a652 Clean up the cleanup code 3 months ago
jvoisin 720573115d Merge branch 'references' into 'master'
Pass some arguments by references

See merge request OpenMW/openmw!3824
3 months ago
Anton Uramer 5bd641d2dd Lua API Revision 52 3 months ago
Alexei Kotov a12b792573 Merge branch 'How-to-kill-a-god' into 'master'
Initialize mScripted again when loading scripted animations.

See merge request OpenMW/openmw!3827
3 months ago
Andrei Kortunov 69936f3537 Move TextureData 3 months ago
Andrei Kortunov 225e834b88 Fix some Coverity Scan complaints 3 months ago
uramer b988db9bda Merge branch 'master' into menuscripts 3 months ago
Mads Buvik Sandvei a59981e3fa Initialize mScripted again. 3 months ago
uramer 130b634931 Changelog entries 3 months ago
Andrei Kortunov 66d1e036d2 Pass some arguments by references 3 months ago
Alexei Kotov 2114f84939 Merge branch 'fix_formatting' into 'master'
Fix formatting to make clang-format pass

See merge request OpenMW/openmw!3826
3 months ago
Zackhasacat c7fcd1c31b Fix formatting 3 months ago
psi29a 6136e3d8fc Merge branch 'csspellarg' into 'master'
Editor: Reset effect arguments when the effect ID changes (#7785)

Closes #7785

See merge request OpenMW/openmw!3802
3 months ago
psi29a ee8eb9d36e Merge branch 'localizable_errors' into 'master'
Make ContentSelector errors localizable

See merge request OpenMW/openmw!3821
3 months ago
psi29a 5ca8f7a00e Merge branch 'normalizedsun' into 'master'
Actually normalize the sun position exposed to post-processing

See merge request OpenMW/openmw!3820
3 months ago
psi29a c9489bad9b Merge branch 'cleanup_esm3_readers_cache' into 'master'
Remove stateless encoder from ReadersCache

See merge request OpenMW/openmw!3823
3 months ago