Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Kart-Public
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andrew Bradley
Kart-Public
Commits
96c014de
Commit
96c014de
authored
7 years ago
by
Alam Ed Arias
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into next
parents
ea372fae
1b576bac
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+49
-1
49 additions, 1 deletion
.travis.yml
src/Makefile.cfg
+4
-0
4 additions, 0 deletions
src/Makefile.cfg
src/hardware/hw_data.h
+2
-2
2 additions, 2 deletions
src/hardware/hw_data.h
with
55 additions
and
3 deletions
.travis.yml
+
49
−
1
View file @
96c014de
...
...
@@ -113,7 +113,7 @@ matrix:
-
p7zip-full
-
gcc-7
compiler
:
gcc-7
env
:
WFLAGS="-Wno-tautological-compare -Wno-error=implicit-fallthrough"
env
:
WFLAGS="-Wno-tautological-compare -Wno-error=implicit-fallthrough
-Wimplicit-fallthrough=3
"
#gcc-7 (Ubuntu 7.2.0-1ubuntu1~14.04) 7.2.0 20170802
-
os
:
linux
compiler
:
clang
...
...
@@ -177,6 +177,51 @@ matrix:
-
clang-3.8
compiler
:
clang-3.8
#clang version 3.8.1-svn271127-1~exp1 (branches/release_38)
-
os
:
linux
addons
:
apt
:
sources
:
-
llvm-toolchain-precise-3.9
-
ubuntu-toolchain-r-test
packages
:
-
libsdl2-mixer-dev
-
libpng-dev
-
libgl1-mesa-dev
-
libgme-dev
-
p7zip-full
-
clang-3.9
compiler
:
clang-3.9
#clang version 3.9.X
# - os: linux
# addons:
# apt:
# sources:
# - llvm-toolchain-precise-4.0
# - ubuntu-toolchain-r-test
# packages:
# - libsdl2-mixer-dev
# - libpng-dev
# - libgl1-mesa-dev
# - libgme-dev
# - p7zip-full
# - clang-4.0
# compiler: clang-4.0
# #clang version 4.0.X
# - os: linux
# addons:
# apt:
# sources:
# - llvm-toolchain-precise-5.0
# - ubuntu-toolchain-r-test
# packages:
# - libsdl2-mixer-dev
# - libpng-dev
# - libgl1-mesa-dev
# - libgme-dev
# - p7zip-full
# - clang-5.0
# compiler: clang-5.0
# #clang version 5.0.X
# - os: osx
# osx_image: beta-xcode6.1
# #Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)
...
...
@@ -207,6 +252,9 @@ matrix:
-
compiler
:
clang-3.6
-
compiler
:
clang-3.7
-
compiler
:
clang-3.8
-
compiler
:
clang-3.9
-
compiler
:
clang-4.0
-
compiler
:
clang-5.0
cache
:
apt
:
true
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.cfg
+
4
−
0
View file @
96c014de
...
...
@@ -7,6 +7,10 @@
# and
other things
#
ifdef
GCC80
GCC72=1
endif
ifdef
GCC72
GCC71=1
endif
...
...
This diff is collapsed.
Click to expand it.
src/hardware/hw_data.h
+
2
−
2
View file @
96c014de
...
...
@@ -64,7 +64,7 @@ typedef struct GLMipmap_s GLMipmap_t;
//
struct
GLTexture_s
{
GLMipmap_t
mipmap
;
GLMipmap_t
mipmap
;
float
scaleX
;
//used for scaling textures on walls
float
scaleY
;
};
...
...
@@ -88,7 +88,7 @@ struct GLPatch_s
UINT16
wadnum
;
// the software patch lump num for when the hardware patch
UINT16
lumpnum
;
// was flushed, and we need to re-create it
GLMipmap_t
mipmap
;
}
ATTRPACK
;
};
typedef
struct
GLPatch_s
GLPatch_t
;
#endif //_HWR_DATA_
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment