Uh oh!
There was an error while loading. Please reload this page.
Visual Studio 2022 support + drop Visual Studio 2013 support - #2
Merged
Conversation
* initializer_list now have to be included on Windows, removed Linux only ifdefs also * include typeinfo.h -> typeinfo * int:1 -> unsigned int:1 (int:1 goes from -1 to 0) * virtual deconstructor needed for some classes * public added to virtual inheritence of IForceVirtualInheritancePanel * vpc: Removed pointeroverride.asm, only used for WinXP-SP1 support * vpc: Removed support for compiler toolset lower than v143 * vpc: Supress warnings from C4456;4459;4457;4838;26945;4458;4559;4565 * Most of them are basically names kind of warnings, not too important to deal with. If wanted to, it can be done at a later time. * Take particles.lib from Source-PlusPlus VS2015 fixes by Joshua Ashton * b44ac3d0b3333ad2d2af85fa5422fca52ef18b10
Actually resolves issue (source-sdk-2013-ce:41)
* Commits from source-sdk-2013-ce * d03caa912acb907f8605220bb8e5f7ec4a782b58 * 546d72e09af890727844e117eb667b56c125d0cc * f31ba26af3f7cd98e30d29f2611effd9236aa968 * d3e08b1a1da444883502b89d5c4a4cc1f7bef249 * 880ebcfab4da0a430fc1c4d737820d11b0c534ec * 9908138c0672006c387d164dca2f5fd418a8f2b4 * 7913e603b6103bece1e62c7e1ddffbc5a91bbf00 * Credits from source-sdk-2013-ce: * Nbc66, AnthonyPython, DotWith
* It's iffy to be doing this, but at least we're stating this is for VS2022 now
Generally all amd64/x86-64 machines have SSE2
VantoNortim
approved these changes
May 14, 2024
Rainyan pushed a commit
that referenced
this pull request
Jul 1, 2024
Visual Studio 2022 support + drop Visual Studio 2013 support
sunzenshen referenced
this pull request
in sunzenshen/neo
Jul 15, 2025
Revert "Fix int to ptr conversion for x64"
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 freeto 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.
ORIGINAL PR: NeotokyoRevamp/neo#74
memoverride.cppwhich is just copied over from SDK2013-CE, most of it is really just around 80~ added/deleted lines