Recent Posts

Pages: < Prev 1 2 3 4 5 6 7 [8] 9 10 Next >
71
Nightly Builds / Nightly: 11 June 2025 - Revision d76f38320
« Last post by SirKnightly on June 11, 2025, 06:12:18 am »
Here is the nightly for 11 June 2025 - Revision d76f38320

At least one of the nightly builds failed!


Group: Linux-arm64
nightly_20250611_d76f38320-builds-Linux-arm64.tar.gz (Mirror)


Group: Linux-x86_64
nightly_20250611_d76f38320-builds-Linux-x86_64.tar.gz (Mirror)


Group: MacOSX-arm64
nightly_20250611_d76f38320-builds-Mac-arm64.tar.gz (Mirror)


Group: MacOSX-x86_64
nightly_20250611_d76f38320-builds-Mac-x86_64.tar.gz (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit d76f38320
Author: BMagnu
Commit: GitHub

    Properly adapt the other workflow runs as well (#6769)
 .github/workflows/build-nightly.yaml | 4 ++--
 .github/workflows/build-release.yaml | 4 ++--
 .github/workflows/build-test.yaml    | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
72
Nightly Builds / Nightly: 11 June 2025 - Revision da5855678
« Last post by SirKnightly on June 11, 2025, 01:51:59 am »
Here is the nightly for 11 June 2025 - Revision da5855678

At least one of the nightly builds failed!


Group: Linux-arm64
nightly_20250611_da5855678-builds-Linux-arm64.tar.gz (Mirror)


Group: Linux-x86_64
nightly_20250611_da5855678-builds-Linux-x86_64.tar.gz (Mirror)


Group: MacOSX-arm64
nightly_20250611_da5855678-builds-Mac-arm64.tar.gz (Mirror)


Group: MacOSX-x86_64
nightly_20250611_da5855678-builds-Mac-x86_64.tar.gz (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit da5855678
Author: BMagnu
Commit: GitHub

    Library updates, Win2022 CI, CMake 4 Compat (#6766)
 .github/workflows/build-nightly.yaml               |    2 +-
 .github/workflows/build-release.yaml               |    2 +-
 .github/workflows/build-test.yaml                  |    2 +-
 .github/workflows/test-pull_request.yaml           |   10 +-
 CMakeLists.txt                                     |    5 +-
 ci/linux/clang_tidy.sh                             |    2 +-
 cmake/external/cotire/cotire.cmake                 | 4054 --------------------
 cmake/util.cmake                                   |   32 +-
 code/actions/expression/ExpressionParser.cpp       |   16 +-
 code/model/modelread.cpp                           |    4 +-
 code/scripting/doc_parser.cpp                      |   42 +-
 fred2/CMakeLists.txt                               |    2 +
 lib/accidental-noise/CMakeLists.txt                |    2 +-
 lib/accidental-noise/LICENSE                       |    2 +-
 lib/antlr4-cpp-runtime/CHANGES                     |   20 +-
 lib/antlr4-cpp-runtime/CMakeLists.txt              |  151 +-
 lib/antlr4-cpp-runtime/LICENSE.txt                 |   52 -
 lib/antlr4-cpp-runtime/README.md                   |   21 +-
 lib/antlr4-cpp-runtime/VERSION                     |    2 +-
 lib/antlr4-cpp-runtime/cmake/Antlr4Package.md      |   38 +-
 .../cmake/ExternalAntlr4Cpp.cmake                  |   33 +-
 lib/antlr4-cpp-runtime/cmake/FindANTLR.cmake       |    4 +-
 lib/antlr4-cpp-runtime/cmake/README.md             |   24 +-
 .../cmake/antlr4-generator.cmake.in                |    8 +-
 .../cmake/antlr4-runtime.cmake.in                  |    3 +
 lib/antlr4-cpp-runtime/runtime/CMakeLists.txt      |  165 +-
 .../runtime/src/ANTLRErrorListener.h               |    0
 .../runtime/src/ANTLRErrorStrategy.h               |    0
 .../runtime/src/ANTLRFileStream.cpp                |   13 +-
 .../runtime/src/ANTLRFileStream.h                  |   15 +-
 .../runtime/src/ANTLRInputStream.cpp               |   61 +-
 .../runtime/src/ANTLRInputStream.h                 |   22 +-
 .../runtime/src/BailErrorStrategy.cpp              |    0
 .../runtime/src/BailErrorStrategy.h                |    0
 .../runtime/src/BaseErrorListener.cpp              |    0
 .../runtime/src/BaseErrorListener.h                |    0
 .../runtime/src/BufferedTokenStream.cpp            |    0
 .../runtime/src/BufferedTokenStream.h              |    0
 lib/antlr4-cpp-runtime/runtime/src/CharStream.cpp  |    0
 lib/antlr4-cpp-runtime/runtime/src/CharStream.h    |    0
 lib/antlr4-cpp-runtime/runtime/src/CommonToken.cpp |    6 +-
 lib/antlr4-cpp-runtime/runtime/src/CommonToken.h   |    0
 .../runtime/src/CommonTokenFactory.cpp             |    2 +-
 .../runtime/src/CommonTokenFactory.h               |    2 +-
 .../runtime/src/CommonTokenStream.cpp              |    0
 .../runtime/src/CommonTokenStream.h                |    0
 .../runtime/src/ConsoleErrorListener.cpp           |    0
 .../runtime/src/ConsoleErrorListener.h             |    0
 .../runtime/src/DefaultErrorStrategy.cpp           |   29 +-
 .../runtime/src/DefaultErrorStrategy.h             |    0
 .../runtime/src/DiagnosticErrorListener.cpp        |    0
 .../runtime/src/DiagnosticErrorListener.h          |    0
 lib/antlr4-cpp-runtime/runtime/src/Exceptions.cpp  |    4 +-
 lib/antlr4-cpp-runtime/runtime/src/Exceptions.h    |    4 +-
 .../runtime/src/FailedPredicateException.cpp       |    9 +-
 .../runtime/src/FailedPredicateException.h         |    2 +-
 lib/antlr4-cpp-runtime/runtime/src/FlatHashMap.h   |   57 +
 lib/antlr4-cpp-runtime/runtime/src/FlatHashSet.h   |   57 +
 .../runtime/src/InputMismatchException.cpp         |    0
 .../runtime/src/InputMismatchException.h           |    0
 lib/antlr4-cpp-runtime/runtime/src/IntStream.cpp   |    0
 lib/antlr4-cpp-runtime/runtime/src/IntStream.h     |    2 +-
 .../runtime/src/InterpreterRuleContext.cpp         |    0
 .../runtime/src/InterpreterRuleContext.h           |    0
 lib/antlr4-cpp-runtime/runtime/src/Lexer.cpp       |    5 +-
 lib/antlr4-cpp-runtime/runtime/src/Lexer.h         |   18 +-
 .../runtime/src/LexerInterpreter.cpp               |   15 -
 .../runtime/src/LexerInterpreter.h                 |    8 +-
 .../runtime/src/LexerNoViableAltException.cpp      |    0
 .../runtime/src/LexerNoViableAltException.h        |    0
 .../runtime/src/ListTokenSource.cpp                |    4 +-
 .../runtime/src/ListTokenSource.h                  |    4 +-
 .../runtime/src/NoViableAltException.cpp           |    0
 .../runtime/src/NoViableAltException.h             |    0
 lib/antlr4-cpp-runtime/runtime/src/Parser.cpp      |   88 +-
 lib/antlr4-cpp-runtime/runtime/src/Parser.h        |    8 +-
 .../runtime/src/ParserInterpreter.cpp              |   66 +-
 .../runtime/src/ParserInterpreter.h                |    8 +-
 .../runtime/src/ParserRuleContext.cpp              |   43 +-
 .../runtime/src/ParserRuleContext.h                |   42 +-
 .../runtime/src/ProxyErrorListener.cpp             |    8 +-
 .../runtime/src/ProxyErrorListener.h               |    0
 .../runtime/src/RecognitionException.cpp           |    1 -
 .../runtime/src/RecognitionException.h             |    0
 lib/antlr4-cpp-runtime/runtime/src/Recognizer.cpp  |   48 +-
 lib/antlr4-cpp-runtime/runtime/src/Recognizer.h    |   32 +-
 lib/antlr4-cpp-runtime/runtime/src/RuleContext.cpp |    7 +-
 lib/antlr4-cpp-runtime/runtime/src/RuleContext.h   |    8 +-
 .../runtime/src/RuleContextWithAltNum.cpp          |    0
 .../runtime/src/RuleContextWithAltNum.h            |    0
 .../runtime/src/RuntimeMetaData.cpp                |    3 +-
 .../runtime/src/RuntimeMetaData.h                  |    0
 lib/antlr4-cpp-runtime/runtime/src/Token.h         |   14 +-
 lib/antlr4-cpp-runtime/runtime/src/TokenFactory.h  |    0
 lib/antlr4-cpp-runtime/runtime/src/TokenSource.h   |    2 +-
 lib/antlr4-cpp-runtime/runtime/src/TokenStream.cpp |    0
 lib/antlr4-cpp-runtime/runtime/src/TokenStream.h   |    0
 .../runtime/src/TokenStreamRewriter.cpp            |   33 +-
 .../runtime/src/TokenStreamRewriter.h              |    6 +-
 .../runtime/src/UnbufferedCharStream.cpp           |   33 +-
 .../runtime/src/UnbufferedCharStream.h             |   30 +-
 .../runtime/src/UnbufferedTokenStream.cpp          |    0
 .../runtime/src/UnbufferedTokenStream.h            |    0
 lib/antlr4-cpp-runtime/runtime/src/Version.h       |   42 +
 lib/antlr4-cpp-runtime/runtime/src/Vocabulary.cpp  |   66 +-
 lib/antlr4-cpp-runtime/runtime/src/Vocabulary.h    |   38 +-
 lib/antlr4-cpp-runtime/runtime/src/WritableToken.h |    0
 lib/antlr4-cpp-runtime/runtime/src/antlr4-common.h |   78 +-
 .../runtime/src/antlr4-runtime.h                   |   15 +-
 lib/antlr4-cpp-runtime/runtime/src/atn/ATN.cpp     |   64 +-
 lib/antlr4-cpp-runtime/runtime/src/atn/ATN.h       |   53 +-
 .../runtime/src/atn/ATNConfig.cpp                  |   69 +-
 lib/antlr4-cpp-runtime/runtime/src/atn/ATNConfig.h |   63 +-
 .../runtime/src/atn/ATNConfigSet.cpp               |  129 +-
 .../runtime/src/atn/ATNConfigSet.h                 |  109 +-
 .../runtime/src/atn/ATNDeserializationOptions.cpp  |   49 +-
 .../runtime/src/atn/ATNDeserializationOptions.h    |   46 +-
 .../runtime/src/atn/ATNDeserializer.cpp            |  798 ++--
 .../runtime/src/atn/ATNDeserializer.h              |   71 +-
 .../runtime/src/atn/ATNSerializer.cpp              |  621 ---
 .../runtime/src/atn/ATNSerializer.h                |   61 -
 .../runtime/src/atn/ATNSimulator.cpp               |   48 +-
 .../runtime/src/atn/ATNSimulator.h                 |   28 +-
 .../runtime/src/atn/ATNState.cpp                   |   36 +-
 lib/antlr4-cpp-runtime/runtime/src/atn/ATNState.h  |   78 +-
 .../runtime/src/atn/ATNStateType.cpp               |   33 +
 .../runtime/src/atn/ATNStateType.h                 |   36 +
 lib/antlr4-cpp-runtime/runtime/src/atn/ATNType.h   |    0
 .../src/atn/AbstractPredicateTransition.cpp        |   14 -
 .../runtime/src/atn/AbstractPredicateTransition.h  |   24 -
 .../runtime/src/atn/ActionTransition.cpp           |    8 +-
 .../runtime/src/atn/ActionTransition.h             |    6 +-
 .../runtime/src/atn/AmbiguityInfo.cpp              |    0
 .../runtime/src/atn/AmbiguityInfo.h                |    0
 .../runtime/src/atn/ArrayPredictionContext.cpp     |   87 +-
 .../runtime/src/atn/ArrayPredictionContext.h       |   32 +-
 .../runtime/src/atn/AtomTransition.cpp             |    6 +-
 .../runtime/src/atn/AtomTransition.h               |    7 +-
 .../runtime/src/atn/BasicBlockStartState.cpp       |   12 -
 .../runtime/src/atn/BasicBlockStartState.h         |    6 +-
 .../runtime/src/atn/BasicState.cpp                 |   12 -
 .../runtime/src/atn/BasicState.h                   |    6 +-
 .../runtime/src/atn/BlockEndState.cpp              |   15 -
 .../runtime/src/atn/BlockEndState.h                |    8 +-
 .../runtime/src/atn/BlockStartState.cpp            |    9 -
 .../runtime/src/atn/BlockStartState.h              |   11 +-
 .../runtime/src/atn/ContextSensitivityInfo.cpp     |    0
 .../runtime/src/atn/ContextSensitivityInfo.h       |    0
 .../runtime/src/atn/DecisionEventInfo.cpp          |    0
 .../runtime/src/atn/DecisionEventInfo.h            |    0
 .../runtime/src/atn/DecisionInfo.cpp               |    0
 .../runtime/src/atn/DecisionInfo.h                 |    2 +-
 .../runtime/src/atn/DecisionState.cpp              |    7 +-
 .../runtime/src/atn/DecisionState.h                |   20 +-
 .../runtime/src/atn/EmptyPredictionContext.cpp     |   35 -
 .../runtime/src/atn/EmptyPredictionContext.h       |   27 -
 .../runtime/src/atn/EpsilonTransition.cpp          |    8 +-
 .../runtime/src/atn/EpsilonTransition.h            |    9 +-
 .../runtime/src/atn/ErrorInfo.cpp                  |    0
 lib/antlr4-cpp-runtime/runtime/src/atn/ErrorInfo.h |    0
 lib/antlr4-cpp-runtime/runtime/src/atn/HashUtils.h |   18 +
 .../runtime/src/atn/LL1Analyzer.cpp                |  247 +-
 .../runtime/src/atn/LL1Analyzer.h                  |   53 +-
 .../runtime/src/atn/LexerATNConfig.cpp             |   49 +-
 .../runtime/src/atn/LexerATNConfig.h               |   24 +-
 .../runtime/src/atn/LexerATNSimulator.cpp          |  173 +-
 .../runtime/src/atn/LexerATNSimulator.h            |   45 +-
 .../runtime/src/atn/LexerAction.cpp                |   18 +-
 .../runtime/src/atn/LexerAction.h                  |   56 +-
 .../runtime/src/atn/LexerActionExecutor.cpp        |   89 +-
 .../runtime/src/atn/LexerActionExecutor.h          |   49 +-
 .../runtime/src/atn/LexerActionType.h              |    4 +-
 .../runtime/src/atn/LexerChannelAction.cpp         |   40 +-
 .../runtime/src/atn/LexerChannelAction.h           |   28 +-
 .../runtime/src/atn/LexerCustomAction.cpp          |   47 +-
 .../runtime/src/atn/LexerCustomAction.h            |   36 +-
 .../runtime/src/atn/LexerIndexedCustomAction.cpp   |   53 +-
 .../runtime/src/atn/LexerIndexedCustomAction.h     |   32 +-
 .../runtime/src/atn/LexerModeAction.cpp            |   39 +-
 .../runtime/src/atn/LexerModeAction.h              |   28 +-
 .../runtime/src/atn/LexerMoreAction.cpp            |   23 +-
 .../runtime/src/atn/LexerMoreAction.h              |   28 +-
 .../runtime/src/atn/LexerPopModeAction.cpp         |   23 +-
 .../runtime/src/atn/LexerPopModeAction.h           |   28 +-
 .../runtime/src/atn/LexerPushModeAction.cpp        |   39 +-
 .../runtime/src/atn/LexerPushModeAction.h          |   28 +-
 .../runtime/src/atn/LexerSkipAction.cpp            |   23 +-
 .../runtime/src/atn/LexerSkipAction.h              |   26 +-
 .../runtime/src/atn/LexerTypeAction.cpp            |   39 +-
 .../runtime/src/atn/LexerTypeAction.h              |   30 +-
 .../runtime/src/atn/LookaheadEventInfo.cpp         |    0
 .../runtime/src/atn/LookaheadEventInfo.h           |    0
 .../runtime/src/atn/LoopEndState.cpp               |   12 -
 .../runtime/src/atn/LoopEndState.h                 |    6 +-
 lib/antlr4-cpp-runtime/runtime/src/atn/Makefile    |   67 -
 .../runtime/src/atn/NotSetTransition.cpp           |    7 +-
 .../runtime/src/atn/NotSetTransition.h             |    6 +-
 .../runtime/src/atn/OrderedATNConfigSet.cpp        |    8 +-
 .../runtime/src/atn/OrderedATNConfigSet.h          |   11 +-
 .../runtime/src/atn/ParseInfo.cpp                  |    0
 lib/antlr4-cpp-runtime/runtime/src/atn/ParseInfo.h |    0
 .../runtime/src/atn/ParserATNSimulator.cpp         |  411 +-
 .../runtime/src/atn/ParserATNSimulator.h           |   45 +-
 .../runtime/src/atn/ParserATNSimulatorOptions.h    |   50 +
 .../runtime/src/atn/PlusBlockStartState.cpp        |   12 -
 .../runtime/src/atn/PlusBlockStartState.h          |    6 +-
 .../runtime/src/atn/PlusLoopbackState.cpp          |   12 -
 .../runtime/src/atn/PlusLoopbackState.h            |    7 +-
 .../src/atn/PrecedencePredicateTransition.cpp      |   13 +-
 .../src/atn/PrecedencePredicateTransition.h        |   24 +-
 .../runtime/src/atn/PredicateEvalInfo.cpp          |    4 +-
 .../runtime/src/atn/PredicateEvalInfo.h            |    4 +-
 .../runtime/src/atn/PredicateTransition.cpp        |   18 +-
 .../runtime/src/atn/PredicateTransition.h          |   33 +-
 .../runtime/src/atn/PredictionContext.cpp          |  615 ++-
 .../runtime/src/atn/PredictionContext.h            |  203 +-
 .../runtime/src/atn/PredictionContextCache.cpp     |   56 +
 .../runtime/src/atn/PredictionContextCache.h       |   63 +
 .../src/atn/PredictionContextMergeCache.cpp        |  167 +
 .../runtime/src/atn/PredictionContextMergeCache.h  |  101 +
 .../src/atn/PredictionContextMergeCacheOptions.h   |   71 +
 .../runtime/src/atn/PredictionContextType.h        |   21 +
 .../runtime/src/atn/PredictionMode.cpp             |   37 +-
 .../runtime/src/atn/PredictionMode.h               |    2 +-
 .../runtime/src/atn/ProfilingATNSimulator.cpp      |    5 +-
 .../runtime/src/atn/ProfilingATNSimulator.h        |    4 +-
 .../runtime/src/atn/RangeTransition.cpp            |    6 +-
 .../runtime/src/atn/RangeTransition.h              |    6 +-
 .../runtime/src/atn/RuleStartState.cpp             |   16 -
 .../runtime/src/atn/RuleStartState.h               |    7 +-
 .../runtime/src/atn/RuleStopState.cpp              |   12 -
 .../runtime/src/atn/RuleStopState.h                |    6 +-
 .../runtime/src/atn/RuleTransition.cpp             |    6 +-
 .../runtime/src/atn/RuleTransition.h               |    8 +-
 .../runtime/src/atn/SemanticContext.cpp            |  371 +-
 .../runtime/src/atn/SemanticContext.h              |  189 +-
 .../runtime/src/atn/SemanticContextType.h          |   23 +
 .../runtime/src/atn/SerializedATNView.h            |  101 +
 .../runtime/src/atn/SetTransition.cpp              |    8 +-
 .../runtime/src/atn/SetTransition.h                |   14 +-
 .../runtime/src/atn/SingletonPredictionContext.cpp |   68 +-
 .../runtime/src/atn/SingletonPredictionContext.h   |   27 +-
 .../runtime/src/atn/StarBlockStartState.cpp        |   12 -
 .../runtime/src/atn/StarBlockStartState.h          |    7 +-
 .../runtime/src/atn/StarLoopEntryState.cpp         |   15 -
 .../runtime/src/atn/StarLoopEntryState.h           |    6 +-
 .../runtime/src/atn/StarLoopbackState.cpp          |   12 +-
 .../runtime/src/atn/StarLoopbackState.h            |    8 +-
 .../runtime/src/atn/TokensStartState.cpp           |   12 -
 .../runtime/src/atn/TokensStartState.h             |    7 +-
 .../runtime/src/atn/Transition.cpp                 |   10 +-
 .../runtime/src/atn/Transition.h                   |   33 +-
 .../runtime/src/atn/TransitionType.cpp             |   27 +
 .../runtime/src/atn/TransitionType.h               |   33 +
 .../runtime/src/atn/WildcardTransition.cpp         |    6 +-
 .../runtime/src/atn/WildcardTransition.h           |    6 +-
 lib/antlr4-cpp-runtime/runtime/src/dfa/DFA.cpp     |   34 +-
 lib/antlr4-cpp-runtime/runtime/src/dfa/DFA.h       |   35 +-
 .../runtime/src/dfa/DFASerializer.cpp              |   11 +-
 .../runtime/src/dfa/DFASerializer.h                |    8 +-
 .../runtime/src/dfa/DFAState.cpp                   |   61 +-
 lib/antlr4-cpp-runtime/runtime/src/dfa/DFAState.h  |  106 +-
 .../runtime/src/dfa/LexerDFASerializer.cpp         |    5 +-
 .../runtime/src/dfa/LexerDFASerializer.h           |    7 +-
 .../runtime/src/internal/Synchronization.cpp       |  100 +
 .../runtime/src/internal/Synchronization.h         |  154 +
 .../runtime/src/misc/InterpreterDataReader.cpp     |    4 +-
 .../runtime/src/misc/InterpreterDataReader.h       |    4 +-
 .../runtime/src/misc/Interval.cpp                  |   30 +-
 lib/antlr4-cpp-runtime/runtime/src/misc/Interval.h |   20 +-
 .../runtime/src/misc/IntervalSet.cpp               |   45 +-
 .../runtime/src/misc/IntervalSet.h                 |   10 +-
 .../runtime/src/misc/MurmurHash.cpp                |  126 +-
 .../runtime/src/misc/MurmurHash.h                  |   44 +-
 .../runtime/src/misc/Predicate.h                   |    0
 .../runtime/src/support/AntlrUtf8.h                |   54 +
 lib/antlr4-cpp-runtime/runtime/src/support/Any.cpp |    5 -
 lib/antlr4-cpp-runtime/runtime/src/support/Any.h   |  156 +-
 .../runtime/src/support/Arrays.cpp                 |    4 +-
 .../runtime/src/support/Arrays.h                   |   39 +
 .../runtime/src/support/BitSet.h                   |    2 +-
 .../runtime/src/support/CPPUtils.cpp               |   67 +-
 .../runtime/src/support/CPPUtils.h                 |   45 +-
 lib/antlr4-cpp-runtime/runtime/src/support/Casts.h |   34 +
 .../runtime/src/support/Declarations.h             |    2 -
 .../runtime/src/support/StringUtils.cpp            |   87 +-
 .../runtime/src/support/StringUtils.h              |   10 +-
 .../runtime/src/support/Unicode.h                  |   28 +
 .../runtime/src/support/Utf8.cpp                   |  242 ++
 .../runtime/src/support/guid.cpp                   |  303 --
 lib/antlr4-cpp-runtime/runtime/src/support/guid.h  |  112 -
 .../runtime/src/tree/AbstractParseTreeVisitor.h    |   25 +-
 .../runtime/src/tree/ErrorNode.cpp                 |    9 -
 .../runtime/src/tree/ErrorNode.h                   |    9 +-
 .../runtime/src/tree/ErrorNodeImpl.cpp             |   41 +-
 .../runtime/src/tree/ErrorNodeImpl.h               |   18 +-
 .../runtime/src/tree/IterativeParseTreeWalker.cpp  |   33 +-
 .../runtime/src/tree/ParseTree.cpp                 |    3 -
 .../runtime/src/tree/ParseTree.h                   |   19 +-
 .../runtime/src/tree/ParseTreeListener.h           |    0
 .../runtime/src/tree/ParseTreeProperty.h           |    0
 .../runtime/src/tree/ParseTreeType.h               |   22 +
 .../runtime/src/tree/ParseTreeVisitor.h            |    8 +-
 .../runtime/src/tree/ParseTreeWalker.cpp           |   17 +-
 .../runtime/src/tree/ParseTreeWalker.h             |   36 +-
 .../runtime/src/tree/TerminalNode.cpp              |    9 -
 .../runtime/src/tree/TerminalNode.h                |   12 +-
 .../runtime/src/tree/TerminalNodeImpl.cpp          |    7 +-
 .../runtime/src/tree/TerminalNodeImpl.h            |    9 +-
 lib/antlr4-cpp-runtime/runtime/src/tree/Trees.cpp  |    2 +-
 lib/antlr4-cpp-runtime/runtime/src/tree/Trees.h    |    0
 .../runtime/src/tree/pattern/Chunk.h               |    0
 .../runtime/src/tree/pattern/ParseTreeMatch.cpp    |    0
 .../runtime/src/tree/pattern/ParseTreeMatch.h      |    0
 .../runtime/src/tree/pattern/ParseTreePattern.cpp  |    2 +-
 .../runtime/src/tree/pattern/ParseTreePattern.h    |    0
 .../src/tree/pattern/ParseTreePatternMatcher.cpp   |    3 +-
 .../src/tree/pattern/ParseTreePatternMatcher.h     |    0
 .../runtime/src/tree/pattern/RuleTagToken.cpp      |    0
 .../runtime/src/tree/pattern/RuleTagToken.h        |    0
 .../runtime/src/tree/pattern/TagChunk.cpp          |    0
 .../runtime/src/tree/pattern/TagChunk.h            |    0
 .../runtime/src/tree/pattern/TextChunk.cpp         |    0
 .../runtime/src/tree/pattern/TextChunk.h           |    0
 .../runtime/src/tree/pattern/TokenTagToken.cpp     |    0
 .../runtime/src/tree/pattern/TokenTagToken.h       |    0
 .../runtime/src/tree/xpath/XPath.cpp               |    2 +-
 .../runtime/src/tree/xpath/XPath.h                 |    0
 .../runtime/src/tree/xpath/XPathElement.cpp        |    0
 .../runtime/src/tree/xpath/XPathElement.h          |    0
 .../runtime/src/tree/xpath/XPathLexer.cpp          |  237 +-
 .../runtime/src/tree/xpath/XPathLexer.h            |   51 +-
 .../src/tree/xpath/XPathLexerErrorListener.cpp     |    0
 .../src/tree/xpath/XPathLexerErrorListener.h       |    0
 .../src/tree/xpath/XPathRuleAnywhereElement.cpp    |    0
 .../src/tree/xpath/XPathRuleAnywhereElement.h      |    0
 .../runtime/src/tree/xpath/XPathRuleElement.cpp    |    2 +-
 .../runtime/src/tree/xpath/XPathRuleElement.h      |    0
 .../src/tree/xpath/XPathTokenAnywhereElement.cpp   |    0
 .../src/tree/xpath/XPathTokenAnywhereElement.h     |    0
 .../runtime/src/tree/xpath/XPathTokenElement.cpp   |    2 +-
 .../runtime/src/tree/xpath/XPathTokenElement.h     |    0
 .../tree/xpath/XPathWildcardAnywhereElement.cpp    |    0
 .../src/tree/xpath/XPathWildcardAnywhereElement.h  |    0
 .../src/tree/xpath/XPathWildcardElement.cpp        |    0
 .../runtime/src/tree/xpath/XPathWildcardElement.h  |    0
 lib/hidapi/CMakeLists.txt                          |    2 +-
 lib/hidapi/libusb/CMakeLists.txt                   |    2 +-
 lib/hidapi/linux/CMakeLists.txt                    |    2 +-
 lib/hidapi/mac/CMakeLists.txt                      |    2 +-
 parsers/CMakeLists.txt                             |    1 +
 .../generated/ActionExpression.interp              |    2 +-
 .../generated/ActionExpressionBaseVisitor.cpp      |    2 +-
 .../generated/ActionExpressionBaseVisitor.h        |   18 +-
 .../generated/ActionExpressionLexer.cpp            |  262 +-
 .../generated/ActionExpressionLexer.h              |   47 +-
 .../generated/ActionExpressionLexer.interp         |    2 +-
 .../generated/ActionExpressionParser.cpp           |  270 +-
 .../generated/ActionExpressionParser.h             |   63 +-
 .../generated/ActionExpressionVisitor.cpp          |    2 +-
 .../generated/ActionExpressionVisitor.h            |   18 +-
 parsers/arg_parser/generated/ArgumentList.interp   |    2 +-
 .../generated/ArgumentListBaseVisitor.cpp          |    2 +-
 .../arg_parser/generated/ArgumentListBaseVisitor.h |   32 +-
 parsers/arg_parser/generated/ArgumentListLexer.cpp |  378 +-
 parsers/arg_parser/generated/ArgumentListLexer.h   |   47 +-
 .../arg_parser/generated/ArgumentListLexer.interp  |    2 +-
 .../arg_parser/generated/ArgumentListParser.cpp    |  400 +-
 parsers/arg_parser/generated/ArgumentListParser.h  |   77 +-
 .../arg_parser/generated/ArgumentListVisitor.cpp   |    2 +-
 parsers/arg_parser/generated/ArgumentListVisitor.h |   32 +-
 test/gtest/CMakeLists.txt                          |  100 +-
 test/gtest/README.md                               |  219 +-
 test/gtest/cmake/Config.cmake.in                   |   13 +
 test/gtest/cmake/gtest.pc.in                       |    9 +
 test/gtest/cmake/gtest_main.pc.in                  |   10 +
 test/gtest/cmake/internal_utils.cmake              |  178 +-
 test/gtest/cmake/libgtest.la.in                    |   21 +
 test/gtest/include/gtest/gtest-assertion-result.h  |  244 ++
 test/gtest/include/gtest/gtest-death-test.h        |  126 +-
 test/gtest/include/gtest/gtest-matchers.h          |  509 ++-
 test/gtest/include/gtest/gtest-message.h           |   71 +-
 test/gtest/include/gtest/gtest-param-test.h        |  163 +-
 test/gtest/include/gtest/gtest-printers.h          |  910 +++--
 test/gtest/include/gtest/gtest-spi.h               |  138 +-
 test/gtest/include/gtest/gtest-test-part.h         |   26 +-
 test/gtest/include/gtest/gtest-typed-test.h        |  121 +-
 test/gtest/include/gtest/gtest.h                   |  754 ++--
 test/gtest/include/gtest/gtest_pred_impl.h         |  206 +-
 test/gtest/include/gtest/gtest_prod.h              |   15 +-
 test/gtest/include/gtest/internal/custom/README.md |   12 -
 .../include/gtest/internal/custom/gtest-port.h     |    6 +-
 .../include/gtest/internal/custom/gtest-printers.h |    6 +-
 test/gtest/include/gtest/internal/custom/gtest.h   |    6 +-
 .../gtest/internal/gtest-death-test-internal.h     |  138 +-
 test/gtest/include/gtest/internal/gtest-filepath.h |   50 +-
 test/gtest/include/gtest/internal/gtest-internal.h |  827 ++--
 .../include/gtest/internal/gtest-param-util.h      |  487 ++-
 .../gtest/include/gtest/internal/gtest-port-arch.h |  119 +-
 test/gtest/include/gtest/internal/gtest-port.h     | 1647 ++++----
 test/gtest/include/gtest/internal/gtest-string.h   |   33 +-
 .../gtest/include/gtest/internal/gtest-type-util.h | 3337 +---------------
 .../include/gtest/internal/gtest-type-util.h.pump  |  302 --
 test/gtest/src/gtest-all.cc                        |    3 +-
 test/gtest/src/gtest-assertion-result.cc           |   77 +
 test/gtest/src/gtest-death-test.cc                 |  688 ++--
 test/gtest/src/gtest-filepath.cc                   |  219 +-
 test/gtest/src/gtest-internal-inl.h                |  377 +-
 test/gtest/src/gtest-matchers.cc                   |   33 +-
 test/gtest/src/gtest-port.cc                       |  605 +--
 test/gtest/src/gtest-printers.cc                   |  281 +-
 test/gtest/src/gtest-test-part.cc                  |   30 +-
 test/gtest/src/gtest-typed-test.cc                 |   34 +-
 test/gtest/src/gtest.cc                            | 3352 ++++++++++------
 test/gtest/src/gtest_main.cc                       |   27 +-
 415 files changed, 14177 insertions(+), 19690 deletions(-)

------------------------------------------------------------------------
commit 78d6a4b88
Author: Mike Nelson
Commit: GitHub

    Ensure lua context is used for image drawing and string sizes (#6765)
 code/graphics/render.cpp               |  6 +++---
 code/graphics/software/FontManager.cpp |  3 ++-
 code/scripting/api/libs/graphics.cpp   | 12 ++++++++++++
 3 files changed, 17 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 1180f8762
Author: BMagnu
Commit: GitHub

    Fix them oopsies (#6768)
 code/ship/shiphit.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit f34292576
Author: BMagnu
Commit: GitHub

    Always enable window_res (#6767)
 code/graphics/2d.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 2ec155389
Author: wookieejedi
Commit: GitHub

    Fix few small bugs (#6755)
 code/fireball/fireballs.cpp | 2 +-
 code/hud/hudreticle.cpp     | 2 ++
 code/model/modelrender.cpp  | 6 +-----
 freespace2/freespace.cpp    | 2 --
 4 files changed, 4 insertions(+), 8 deletions(-)
73
Between the Ashes / Re: BtA Bug Report Thread
« Last post by LouisofBurma on June 10, 2025, 04:19:09 pm »
I'm currently playing Slaves of Chaos - it's been a while since I last played it, but I've noticed there are no entries or updates in the newsroom. I've just finished Playing Pirate and I'm sure there should be entries by now - the tech room info and maps are updating as I go, so I'm only noticing this with the newsroom
74
Nightly Builds / Nightly: 10 June 2025 - Revision e8bb54c36
« Last post by SirKnightly on June 10, 2025, 01:59:20 am »
Here is the nightly for 10 June 2025 - Revision e8bb54c36



Group: Linux-arm64
nightly_20250610_e8bb54c36-builds-Linux-arm64.tar.gz (Mirror)


Group: Linux-x86_64
nightly_20250610_e8bb54c36-builds-Linux-x86_64.tar.gz (Mirror)


Group: MacOSX-arm64
nightly_20250610_e8bb54c36-builds-Mac-arm64.tar.gz (Mirror)


Group: MacOSX-x86_64
nightly_20250610_e8bb54c36-builds-Mac-x86_64.tar.gz (Mirror)


Group: Win32-SSE2
nightly_20250610_e8bb54c36-builds-Win32-SSE2.zip (Mirror)


Group: Win64-SSE2
nightly_20250610_e8bb54c36-builds-x64-SSE2.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit e8bb54c36
Author: BMagnu
Commit: GitHub

    Add "Move End Position by target velocity" (#6760)
 code/weapon/beam.cpp | 14 +++++++++++++-
 code/weapon/weapon.h |  7 +++++--
 2 files changed, 18 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 6115a34d1
Author: Mike Nelson
Commit: GitHub

    fix hudmessage rand (#6758)
 code/hud/hudmessage.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit cc7f067e0
Author: Mike Nelson
Commit: GitHub

    Use RAII guard to ensure lua context is always closed (#6757)
 code/scripting/api/libs/graphics.cpp | 87 ++++++++++++++----------------------
 1 file changed, 33 insertions(+), 54 deletions(-)
75
Nightly Builds / Nightly: 09 June 2025 - Revision 8410ed024
« Last post by SirKnightly on June 09, 2025, 02:00:29 am »
Here is the nightly for 09 June 2025 - Revision 8410ed024



Group: Linux-arm64
nightly_20250609_8410ed024-builds-Linux-arm64.tar.gz (Mirror)


Group: Linux-x86_64
nightly_20250609_8410ed024-builds-Linux-x86_64.tar.gz (Mirror)


Group: MacOSX-arm64
nightly_20250609_8410ed024-builds-Mac-arm64.tar.gz (Mirror)


Group: MacOSX-x86_64
nightly_20250609_8410ed024-builds-Mac-x86_64.tar.gz (Mirror)


Group: Win32-SSE2
nightly_20250609_8410ed024-builds-Win32-SSE2.zip (Mirror)


Group: Win64-SSE2
nightly_20250609_8410ed024-builds-x64-SSE2.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit 8410ed024
Author: Mike Nelson
Commit: GitHub

    Lab asteroid viewer (#6710)
 code/asteroid/asteroid.cpp          |  66 ++++++++++++++++--
 code/asteroid/asteroid.h            |   5 ++
 code/lab/dialogs/lab_ui.cpp         | 134 +++++++++++++++++++++++++++++++++---
 code/lab/dialogs/lab_ui.h           |   3 +
 code/lab/dialogs/lab_ui_helpers.cpp | 122 ++++++++++++++++++++++++++++++++
 code/lab/dialogs/lab_ui_helpers.h   |   3 +
 code/lab/labv2.h                    |   1 +
 code/lab/manager/lab_manager.cpp    |  26 ++++++-
 code/lab/manager/lab_manager.h      |  20 +++++-
 code/lab/renderer/lab_renderer.cpp  |  19 ++++-
 10 files changed, 378 insertions(+), 21 deletions(-)

------------------------------------------------------------------------
commit 4d39287de
Author: Mike Nelson
Commit: GitHub

    LuaLS meta file generation (scripting.lua) (#6516)
 code/cmdline/cmdline.cpp                   |   5 +
 code/scripting/api/libs/audio.cpp          |   2 +-
 code/scripting/api/libs/cfile.cpp          |   2 +-
 code/scripting/api/libs/graphics.cpp       |  14 +-
 code/scripting/api/libs/options.cpp        |   2 +-
 code/scripting/api/libs/parse.cpp          |   4 +-
 code/scripting/api/libs/ui.cpp             |  26 +-
 code/scripting/api/objs/control_config.cpp |   2 +-
 code/scripting/api/objs/file.cpp           |   2 +-
 code/scripting/api/objs/model.cpp          |   6 +-
 code/scripting/api/objs/multi_objects.cpp  |  16 +-
 code/scripting/api/objs/weaponclass.cpp    |   2 +-
 code/scripting/doc_luastub.cpp             | 642 +++++++++++++++++++++++++++++
 code/scripting/doc_luastub.h               |   9 +
 code/scripting/scripting.cpp               |   8 +-
 code/scripting/scripting.h                 |   1 +
 code/source_groups.cmake                   |   2 +
 code/utils/string_utils.cpp                |   3 +-
 18 files changed, 708 insertions(+), 40 deletions(-)
76
Nightly Builds / Nightly: 08 June 2025 - Revision ad5b2372f
« Last post by SirKnightly on June 08, 2025, 01:57:56 am »
Here is the nightly for 08 June 2025 - Revision ad5b2372f



Group: Linux-arm64
nightly_20250608_ad5b2372f-builds-Linux-arm64.tar.gz (Mirror)


Group: Linux-x86_64
nightly_20250608_ad5b2372f-builds-Linux-x86_64.tar.gz (Mirror)


Group: MacOSX-arm64
nightly_20250608_ad5b2372f-builds-Mac-arm64.tar.gz (Mirror)


Group: MacOSX-x86_64
nightly_20250608_ad5b2372f-builds-Mac-x86_64.tar.gz (Mirror)


Group: Win32-SSE2
nightly_20250608_ad5b2372f-builds-Win32-SSE2.zip (Mirror)


Group: Win64-SSE2
nightly_20250608_ad5b2372f-builds-x64-SSE2.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit ad5b2372f
Author: Kestrellius
Commit: GitHub

    A couple of particle-related fixes (#6754)
 code/math/curve.cpp              | 6 +++++-
 code/particle/ParticleEffect.cpp | 5 ++---
 2 files changed, 7 insertions(+), 4 deletions(-)
77
FreeSpace Discussion / Re: Weird Freespace dreams
« Last post by Assassin714 on June 07, 2025, 12:12:34 pm »
I had another one, more simple this time. I was flying a mission where I had to inspect a cargo depot, then defend it from Shivans. The depot had not only cargo containers but a bunch of random, completely inert ships, all arranged in a 3D rectangle formation (there were anywhere from dozens to over a hundred of them). Most of their cargo was known already so I only had to inspect some of them (I don't really remember what the cargo was, other than some seemingly random strings of characters that made sense in the dream but not in real life).

Eventually the Shivans attacked, using Aeshmas and Seraphims. I forget what I was flying, but I remember using primaries in combination with some Harpoon-like missiles with yellow trails. It took multiple double volleys of these missiles, combined with continuous primary fire, to take down a single Seraphim. I had some wingmen to help me.

At one point a huge wave of Shivans jumped in, including at least 3 each of fighter and bomber wings, and a Moloch (which I think was named the Independence for some reason). I cheated to kill them all and saw them all explode from a distance.

I remember having to restart the mission several times since I wasn't able to scan all of the cargo and ships I needed to scan in time.
78
Getting Started / Re: returning member
« Last post by JC on June 07, 2025, 12:01:36 pm »
Ta!
79
Nightly Builds / Nightly: 07 June 2025 - Revision 546d0af38
« Last post by SirKnightly on June 07, 2025, 01:56:02 am »
Here is the nightly for 07 June 2025 - Revision 546d0af38

At least one of the nightly builds failed!


Group: MacOSX-arm64
nightly_20250607_546d0af38-builds-Mac-arm64.tar.gz (Mirror)


Group: MacOSX-x86_64
nightly_20250607_546d0af38-builds-Mac-x86_64.tar.gz (Mirror)


Group: Win32-SSE2
nightly_20250607_546d0af38-builds-Win32-SSE2.zip (Mirror)


Group: Win64-SSE2
nightly_20250607_546d0af38-builds-x64-SSE2.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit 0399e13e3
Author: BMagnu
Commit: GitHub

    Fix window_res related bugs (#6753)
 code/graphics/opengl/gropengl.cpp      | 30 +++++++++++++++++----
 code/graphics/opengl/gropenglstate.cpp | 48 +++++++++++++++++++++++++++++-----
 code/graphics/opengl/gropenglstate.h   |  9 ++++---
 3 files changed, 72 insertions(+), 15 deletions(-)

------------------------------------------------------------------------
commit a3aea1088
Author: Goober5000
Commit: Goober5000

    enable audio in movie files with this one simple trick
 code/scripting/api/libs/graphics.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
80
Getting Started / Re: returning member
« Last post by Goober5000 on June 06, 2025, 01:40:13 pm »
The controls system has been upgraded, so there's a pretty good chance that it will work.
Pages: < Prev 1 2 3 4 5 6 7 [8] 9 10 Next >