diff --git a/.clang-format b/.clang-format deleted file mode 100644 index 5bb2149..0000000 --- a/.clang-format +++ /dev/null @@ -1,168 +0,0 @@ ---- -Language: Cpp -BasedOnStyle: Google -AccessModifierOffset: -1 -AlignAfterOpenBracket: Align -AlignConsecutiveMacros: false -AlignConsecutiveAssignments: false -AlignConsecutiveDeclarations: false -AlignEscapedNewlines: Left -AlignOperands: true -AlignTrailingComments: true -AllowAllArgumentsOnNextLine: true -AllowAllConstructorInitializersOnNextLine: false -AllowAllParametersOfDeclarationOnNextLine: true -AllowShortBlocksOnASingleLine: Never -AllowShortCaseLabelsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortLambdasOnASingleLine: All -AllowShortIfStatementsOnASingleLine: WithoutElse -AllowShortLoopsOnASingleLine: false -AlwaysBreakAfterDefinitionReturnType: None -AlwaysBreakAfterReturnType: None -AlwaysBreakBeforeMultilineStrings: true -AlwaysBreakTemplateDeclarations: Yes -BinPackArguments: true -BinPackParameters: true -BraceWrapping: - AfterCaseLabel: false - AfterClass: false - AfterControlStatement: false - AfterEnum: false - AfterFunction: false - AfterNamespace: false - AfterObjCDeclaration: false - AfterStruct: false - AfterUnion: false - AfterExternBlock: false - BeforeCatch: false - BeforeElse: false - IndentBraces: false - SplitEmptyFunction: true - SplitEmptyRecord: true - SplitEmptyNamespace: true -BreakBeforeBinaryOperators: None -BreakBeforeBraces: Attach -BreakBeforeInheritanceComma: false -BreakInheritanceList: BeforeColon -BreakBeforeTernaryOperators: true -BreakConstructorInitializersBeforeComma: false -BreakConstructorInitializers: BeforeColon -BreakAfterJavaFieldAnnotations: false -BreakStringLiterals: true -ColumnLimit: 80 -CommentPragmas: '^ IWYU pragma:' -CompactNamespaces: false -ConstructorInitializerAllOnOneLineOrOnePerLine: true -ConstructorInitializerIndentWidth: 4 -ContinuationIndentWidth: 4 -Cpp11BracedListStyle: true -DeriveLineEnding: true -DerivePointerAlignment: true -DisableFormat: false -ExperimentalAutoDetectBinPacking: false -FixNamespaceComments: true -ForEachMacros: - - foreach - - Q_FOREACH - - BOOST_FOREACH -IncludeBlocks: Regroup -IncludeCategories: - - Regex: '^' - Priority: 2 - SortPriority: 0 - - Regex: '^<.*\.h>' - Priority: 1 - SortPriority: 0 - - Regex: '^<.*' - Priority: 2 - SortPriority: 0 - - Regex: '.*' - Priority: 3 - SortPriority: 0 -IncludeIsMainRegex: '([-_](test|unittest))?$' -IncludeIsMainSourceRegex: '' -IndentCaseLabels: true -IndentGotoLabels: true -IndentPPDirectives: None -IndentWidth: 2 -IndentWrappedFunctionNames: false -JavaScriptQuotes: Leave -JavaScriptWrapImports: true -KeepEmptyLinesAtTheStartOfBlocks: false -MacroBlockBegin: '' -MacroBlockEnd: '' -MaxEmptyLinesToKeep: 1 -NamespaceIndentation: None -ObjCBinPackProtocolList: Never -ObjCBlockIndentWidth: 2 -ObjCSpaceAfterProperty: false -ObjCSpaceBeforeProtocolList: true -PenaltyBreakAssignment: 2 -PenaltyBreakBeforeFirstCallParameter: 1 -PenaltyBreakComment: 300 -PenaltyBreakFirstLessLess: 120 -PenaltyBreakString: 1000 -PenaltyBreakTemplateDeclaration: 10 -PenaltyExcessCharacter: 1000000 -PenaltyReturnTypeOnItsOwnLine: 200 -PointerAlignment: Left -RawStringFormats: - - Language: Cpp - Delimiters: - - cc - - CC - - cpp - - Cpp - - CPP - - 'c++' - - 'C++' - CanonicalDelimiter: '' - BasedOnStyle: google - - Language: TextProto - Delimiters: - - pb - - PB - - proto - - PROTO - EnclosingFunctions: - - EqualsProto - - EquivToProto - - PARSE_PARTIAL_TEXT_PROTO - - PARSE_TEST_PROTO - - PARSE_TEXT_PROTO - - ParseTextOrDie - - ParseTextProtoOrDie - CanonicalDelimiter: '' - BasedOnStyle: google -ReflowComments: true -SortIncludes: true -SortUsingDeclarations: true -SpaceAfterCStyleCast: false -SpaceAfterLogicalNot: false -SpaceAfterTemplateKeyword: true -SpaceBeforeAssignmentOperators: true -SpaceBeforeCpp11BracedList: false -SpaceBeforeCtorInitializerColon: true -SpaceBeforeInheritanceColon: true -SpaceBeforeParens: ControlStatements -SpaceBeforeRangeBasedForLoopColon: true -SpaceInEmptyBlock: false -SpaceInEmptyParentheses: false -SpacesBeforeTrailingComments: 2 -SpacesInAngles: false -SpacesInConditionalStatement: false -SpacesInContainerLiterals: true -SpacesInCStyleCastParentheses: false -SpacesInParentheses: false -SpacesInSquareBrackets: false -SpaceBeforeSquareBrackets: false -Standard: Auto -StatementMacros: - - Q_UNUSED - - QT_REQUIRE_VERSION -TabWidth: 8 -UseCRLF: false -UseTab: Never -... - diff --git a/bindings/eve-online.bind b/bindings/eve-online.bind deleted file mode 100644 index 6f1909f..0000000 --- a/bindings/eve-online.bind +++ /dev/null @@ -1,26 +0,0 @@ -bind G1 KEY_F1 -bind G2 KEY_F2 -bind G3 KEY_F3 -bind G4 KEY_F4 -bind G5 KEY_F5 -bind G6 KEY_F6 -bind G7 KEY_F7 -bind G8 KEY_T # show info -bind G9 KEY_S # warp to -bind G10 KEY_Q # approach -bind G11 KEY_A # align to -bind G12 KEY_W # orbit -bind G13 KEY_E # keep at range -bind G15 KEY_LEFTSHIFT -bind G16 KEY_F # drones engage -bind G17 KEY_G # drones return and orbit -bind G18 KEY_H # drones return to drone bay -bind G19 KEY_LEFTCTRL -bind G20 KEY_LEFTALT -bind G22 KEY_LEFTCTRL -bind LEFT KEY_KPPLUS -bind DOWN KEY_KPMINUS -bind STICK_LEFT KEY_RIGHT -bind STICK_RIGHT KEY_LEFT -bind STICK_UP KEY_UP -bind STICK_DOWN KEY_DOWN diff --git a/bindings/hon.bind b/bindings/hon.bind deleted file mode 100644 index 71bf0d7..0000000 --- a/bindings/hon.bind +++ /dev/null @@ -1,7 +0,0 @@ -bind G12 KEY_U -bind G11 KEY_E -bind G10 KEY_O - - -bind G9 KEY_A -bind G13 KEY_H diff --git a/bindings/spring.bind b/bindings/spring.bind deleted file mode 100644 index 5b84269..0000000 --- a/bindings/spring.bind +++ /dev/null @@ -1,13 +0,0 @@ -bind G15 KEY_LEFTSHIFT -bind G19 KEY_LEFTCTRL -bind G22 KEY_LEFTALT -bind G1 KEY_1 -bind G2 KEY_2 -bind G3 KEY_3 -bind G8 KEY_F3 -bind G9 KEY_F4 -bind G10 KEY_F5 -bind STICK_LEFT KEY_LEFT -bind STICK_RIGHT KEY_RIGHT -bind STICK_UP KEY_UP -bind STICK_DOWN KEY_DOWN diff --git a/bindings/starcraft2.bind b/bindings/starcraft2.bind deleted file mode 100644 index ac114f2..0000000 --- a/bindings/starcraft2.bind +++ /dev/null @@ -1,38 +0,0 @@ -bind G1 KEY_7 -bind G2 KEY_5 -bind G3 KEY_3 -bind G4 KEY_1 -bind G5 KEY_2 -bind G6 KEY_4 -bind G7 KEY_6 -bind G8 KEY_V -bind G9 KEY_F -bind G10 KEY_E -bind G11 KEY_C -bind G12 KEY_B -bind G13 KEY_G -bind G14 KEY_I -bind G15 KEY_LEFTSHIFT -bind G16 KEY_M -bind G17 KEY_T -bind G18 KEY_L -bind G19 KEY_H -bind G20 KEY_A -bind G21 KEY_S -bind G22 KEY_LEFTCTRL -bind BD KEY_F1 -bind L1 KEY_N -bind L2 KEY_R -bind L3 KEY_P -bind L4 KEY_K -bind M1 KEY_D -bind M2 KEY_X -bind M3 KEY_Y -bind MR KEY_Z -bind LEFT KEY_TAB -bind DOWN KEY_W -bind TOP KEY_BACKSPACE -bind STICK_LEFT KEY_LEFT -bind STICK_RIGHT KEY_RIGHT -bind STICK_UP KEY_UP -bind STICK_DOWN KEY_DOWN diff --git a/bindings/war.bind b/bindings/war.bind deleted file mode 100644 index f023367..0000000 --- a/bindings/war.bind +++ /dev/null @@ -1,19 +0,0 @@ -bind G1 KEY_1 -bind G2 KEY_2 -bind G3 KEY_3 -bind G4 KEY_W # walk forward -bind G5 KEY_4 -bind G6 KEY_5 -bind G7 KEY_6 -bind G10 KEY_Q -bind G11 KEY_S -bind G12 KEY_E -bind G15 KEY_SPACE -bind G20 KEY_M # map -bind G21 KEY_F1 # target self -bind G22 KEY_LEFTALT -bind G19 KEY_F3 -bind STICK_LEFT KEY_A -bind STICK_RIGHT KEY_D -bind STICK_UP KEY_W -bind STICK_DOWN KEY_S diff --git a/etc/g13.png b/etc/g13.png deleted file mode 100644 index 88b60fb..0000000 Binary files a/etc/g13.png and /dev/null differ diff --git a/etc/g13.svg b/etc/g13.svg deleted file mode 100644 index a6169a2..0000000 --- a/etc/g13.svg +++ /dev/null @@ -1,624 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 5 - 3 - 1 - 0 - 2 - 4 - 6 - F - V - E - C - B - G - I - Shift - M - T - L - H - A - S - Ctrl - W - Tab - Backspace - D - X - Y - Z - N - R - P - K - F1 - - diff --git a/etc/hello.lpbm b/etc/hello.lpbm deleted file mode 100644 index 28b35b4..0000000 Binary files a/etc/hello.lpbm and /dev/null differ diff --git a/etc/logo.lpbm b/etc/logo.lpbm deleted file mode 100644 index d56fbd7..0000000 Binary files a/etc/logo.lpbm and /dev/null differ diff --git a/etc/starcraft.lpbm b/etc/starcraft.lpbm deleted file mode 100644 index 33fc261..0000000 Binary files a/etc/starcraft.lpbm and /dev/null differ diff --git a/tools/reformat b/tools/reformat deleted file mode 100755 index 8df8bcf..0000000 --- a/tools/reformat +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -find -name \*.cc -or -name \*.h |xargs clang-format -i