Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
build/*/
builds
3rdparty
personal
code/version.cpp
*/generated/*
Expand Down
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "3rdparty"]
path = vendor
url = https://github.com/wxLauncher/wxlauncher-3rdparty.git
[submodule "cmake/modules/sdl2-cmake-scripts"]
path = cmake/modules/sdl2-cmake-scripts
url = https://github.com/IssMneur/sdl2-cmake-scripts.git
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ addons:
- build-essential
- cmake
- libopenal-dev
osx_image: xcode7.3
osx_image: xcode8
matrix:
include:
- os: linux
Expand Down
16 changes: 0 additions & 16 deletions 3rdparty/SDL2-2_0_3/BUGS.txt

This file was deleted.

20 changes: 0 additions & 20 deletions 3rdparty/SDL2-2_0_3/COPYING.txt

This file was deleted.

13 changes: 0 additions & 13 deletions 3rdparty/SDL2-2_0_3/README-SDL.txt

This file was deleted.

42 changes: 0 additions & 42 deletions 3rdparty/SDL2-2_0_3/README.txt

This file was deleted.

108 changes: 0 additions & 108 deletions 3rdparty/SDL2-2_0_3/WhatsNew.txt

This file was deleted.

163 changes: 0 additions & 163 deletions 3rdparty/SDL2-2_0_3/include/SDL.h

This file was deleted.

Loading