build: modernize project files and fix FCVAR flag#1035
Open
Kitsune44 wants to merge 12 commits intoReactiveDrop:reactivedrop_betafrom
Open
build: modernize project files and fix FCVAR flag#1035Kitsune44 wants to merge 12 commits intoReactiveDrop:reactivedrop_betafrom
Kitsune44 wants to merge 12 commits intoReactiveDrop:reactivedrop_betafrom
Conversation
Introduce explicit full recompilation (-force) and change-driven rebuild behavior. Refactors argument construction, normalizes parameter types, and adds compilation timing and summary output.
Clean up comments, unify path configuration sections, and document THREADS/OPTIMIZE/FORCE parameters.
Forward Force/Dynamic/Threads/Optimize to process_shaders.ps1
- Extract parameter resolution outside main loop - Clamp threads to max available processors - Clamp optimize between 0-3 - Improve mode logging with FORCE/DYNAMIC/ON-DEMAND
- Disable IntelJCCErratum - Add /IGNORE:4099 to linker additional options
- Disable IntelJCCErratum
- Disable IntelJCCErratum
- Enable WholeProgramOptimization, MultiProcessorCompilation, OmitFramePointers - Unify OutputFile paths using - Consolidate pre/post-build events for consistent publishing to lib\public - Remove /MP from AdditionalOptions in favor of MultiProcessorCompilation - Set TargetName for consistency across configurations
- Enable WholeProgramOptimization, MultiProcessorCompilation, OmitFramePointers - Unify OutputFile paths using $(TargetPath) - Consolidate pre/post-build events for consistent publishing to game\swarm\bin - Remove /MP from AdditionalOptions in favor of MultiProcessorCompilation - Set TargetName for consistency across configurations
- No functional changes; VS auto-updated from 17 to 18
- Change FCVAR_DEVELOPMENTONLY to FCVAR_NOT_CONNECTED
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.