Skip to content

Commit

Permalink
Update the project to use VCPKG and fix building on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopson97 committed Jan 13, 2025
1 parent c89684c commit d955965
Show file tree
Hide file tree
Showing 480 changed files with 10,371 additions and 89,651 deletions.
35 changes: 13 additions & 22 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
Language: Cpp
BasedOnStyle: LLVM
IndentWidth: 4

BreakBeforeBraces: Stroustrup




FixNamespaceComments: true
IndentCaseLabels: true
NamespaceIndentation: All

BreakConstructorInitializersBeforeComma: true

AllowShortFunctionsOnASingleLine: None

ColumnLimit: 90

AlwaysBreakTemplateDeclarations: true

PointerAlignment: Left
Language: Cpp
BasedOnStyle: LLVM
IndentWidth: 4
BreakBeforeBraces: Allman
FixNamespaceComments: true
IndentCaseLabels: true
NamespaceIndentation: All
BreakConstructorInitializersBeforeComma: true
ColumnLimit: 100
AlwaysBreakTemplateDeclarations: true
PointerAlignment: Left
AllowShortFunctionsOnASingleLine: None

56 changes: 13 additions & 43 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,54 +1,24 @@
#
# Common
#

.vscode
tags

*.temp

open-builder/
OpenBuilder/
*.zip

texture_packs/ElijahHyper

*.srctrlprj
*.srctrldb
*.srctrlbm


#
# Linux
#

# Linux
build/
bin/
custom_run.sh
zcustom_run.sh
ybuild.sh

#
# Windows
#

# Windows
*.dll
CMakeFiles/
CMakeCache.txt
*.exe

# Visual Studio
*.sln
*.vcxproj
*.filters
*.user
*.vs

.vscode
Debug/
Release/
UnitTests/
open-builder-unit-tests/

# Experimental
# Misc
*.zip
*.temp
*.srctrlprj
*.srctrldb
*.srctrlbm

# Vcpkg
vcpkg_installed/

experimental/
open-builder/
Loading

0 comments on commit d955965

Please sign in to comment.