Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server browser duplicates #98

Merged
merged 15 commits into from
May 26, 2019
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text eol=lf
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ matrix:
compiler: clang
env: ARCH=x86_64
before_install:
- brew update
- brew install freetype --universal
- rm -rf build
script:
- ./misc/travis-ci-build.sh
Expand Down
879 changes: 610 additions & 269 deletions GPL

Large diffs are not rendered by default.

28 changes: 24 additions & 4 deletions assets/ui/main.menu
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,34 @@
}
}

itemDef
{
name mainmenu
text "Demos"
type ITEM_TYPE_BUTTON
style WINDOW_STYLE_EMPTY
textstyle ITEM_TEXTSTYLE_NORMAL
textscale .416
rect X (Y+(3*ELEM_H)) W ELEM_H
textalign ALIGN_RIGHT
backcolor 0 0 0 0
forecolor 1 1 1 1
visible MENU_TRUE
action
{
play "sound/misc/menu1.wav";
open demo
}
}

itemDef
{
name browse_for_folders
text "Browse Folders"
type ITEM_TYPE_BUTTON
style WINDOW_STYLE_EMPTY
textstyle ITEM_TEXTSTYLE_NORMAL
rect X (Y+(3*ELEM_H)) W ELEM_H
rect X (Y+(4*ELEM_H)) W ELEM_H
textscale .416
textalign ALIGN_RIGHT
forecolor 1 1 1 1
Expand All @@ -145,7 +165,7 @@
type ITEM_TYPE_BUTTON
style WINDOW_STYLE_EMPTY
textstyle ITEM_TEXTSTYLE_NORMAL
rect X (Y+(4*ELEM_H)) W ELEM_H
rect X (Y+(5*ELEM_H)) W ELEM_H
textscale .416
textalign ALIGN_RIGHT
forecolor 1 1 1 1
Expand All @@ -164,7 +184,7 @@
type ITEM_TYPE_BUTTON
style WINDOW_STYLE_EMPTY
textstyle ITEM_TEXTSTYLE_NORMAL
rect X (Y+(5*ELEM_H)) W ELEM_H
rect X (Y+(6*ELEM_H)) W ELEM_H
textscale .416
textalign ALIGN_RIGHT
forecolor 1 1 1 1
Expand All @@ -180,7 +200,7 @@
{
name copyright
type ITEM_TYPE_TEXT
text "Copyright (C) 2015-2018 GrangerHub"
text "Copyright (C) 2015-2019 GrangerHub"
style WINDOW_STYLE_EMPTY
textstyle ITEM_TEXTSTYLE_NORMAL
textscale .30
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/bignum-random-prime.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/bignum-random.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/bignum.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/bignum.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/buffer-init.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/gmp-glue.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/gmp-glue.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/mini-gmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ it under the terms of either:
or

* the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any
Foundation; either version 3 of the License, or (at your option) any
later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/mini-gmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ it under the terms of either:
or

* the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any
Foundation; either version 3 of the License, or (at your option) any
later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/nettle-internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/nettle-meta.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/nettle-types.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/nettle-write.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/pkcs1-rsa-sha256.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/pkcs1.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/pkcs1.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/realloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/realloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/rsa-keygen.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/rsa-sha256-sign.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/rsa-sha256-verify.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/rsa-sign.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/rsa-verify.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/rsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/rsa.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/rsa2sexp.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/sexp-format.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/sexp.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/sexp.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/sexp2bignum.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/sexp2rsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/sha2.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
2 changes: 1 addition & 1 deletion external/nettle-3.3/nettle/sha256-compress.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
or

* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
Software Foundation; either version 3 of the License, or (at your
option) any later version.

or both in parallel, as here.
Expand Down
Loading