Moved to my Gitea and made it buildable.

This commit is contained in:
2019-12-29 13:21:05 +05:00
parent a50136d2c5
commit df428b96ce
56 changed files with 106 additions and 106 deletions

View File

@@ -1,7 +1,7 @@
// URTrator - Urban Terror server browser and game launcher, written in
// Go.
//
// Copyright (c) 2016-2018, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
// Copyright (c) 2016-2020, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
// URTrator contributors.
//
// Permission is hereby granted, free of charge, to any person obtaining
@@ -27,7 +27,7 @@ package ui
import (
// local
"gitlab.com/pztrn/urtrator/common"
"go.dev.pztrn.name/urtrator/common"
// other
"github.com/mattn/go-gtk/gtk"

View File

@@ -1,7 +1,7 @@
// URTrator - Urban Terror server browser and game launcher, written in
// Go.
//
// Copyright (c) 2016-2018, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
// Copyright (c) 2016-2020, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
// URTrator contributors.
//
// Permission is hereby granted, free of charge, to any person obtaining
@@ -27,7 +27,7 @@ package ui
import (
// local
"gitlab.com/pztrn/urtrator/context"
"go.dev.pztrn.name/urtrator/context"
// Other
"github.com/mattn/go-gtk/gdkpixbuf"

View File

@@ -1,7 +1,7 @@
// URTrator - Urban Terror server browser and game launcher, written in
// Go.
//
// Copyright (c) 2016-2018, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
// Copyright (c) 2016-2020, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
// URTrator contributors.
//
// Permission is hereby granted, free of charge, to any person obtaining
@@ -34,9 +34,9 @@ import (
"strings"
// Local
"gitlab.com/pztrn/urtrator/cachemodels"
"gitlab.com/pztrn/urtrator/common"
"gitlab.com/pztrn/urtrator/datamodels"
"go.dev.pztrn.name/urtrator/cachemodels"
"go.dev.pztrn.name/urtrator/common"
"go.dev.pztrn.name/urtrator/datamodels"
// Other
"github.com/mattn/go-gtk/gdkpixbuf"

View File

@@ -1,7 +1,7 @@
// URTrator - Urban Terror server browser and game launcher, written in
// Go.
//
// Copyright (c) 2016-2018, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
// Copyright (c) 2016-2020, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
// URTrator contributors.
//
// Permission is hereby granted, free of charge, to any person obtaining
@@ -34,8 +34,8 @@ import (
"strings"
// Local
"gitlab.com/pztrn/urtrator/datamodels"
"gitlab.com/pztrn/urtrator/ioq3dataparser"
"go.dev.pztrn.name/urtrator/datamodels"
"go.dev.pztrn.name/urtrator/ioq3dataparser"
// Other
"github.com/mattn/go-gtk/gdkpixbuf"

View File

@@ -1,7 +1,7 @@
// URTrator - Urban Terror server browser and game launcher, written in
// Go.
//
// Copyright (c) 2016-2018, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
// Copyright (c) 2016-2020, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
// URTrator contributors.
//
// Permission is hereby granted, free of charge, to any person obtaining

View File

@@ -1,7 +1,7 @@
// URTrator - Urban Terror server browser and game launcher, written in
// Go.
//
// Copyright (c) 2016-2018, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
// Copyright (c) 2016-2020, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
// URTrator contributors.
//
// Permission is hereby granted, free of charge, to any person obtaining
@@ -34,8 +34,8 @@ import (
"strconv"
// local
"gitlab.com/pztrn/urtrator/common"
"gitlab.com/pztrn/urtrator/timer"
"go.dev.pztrn.name/urtrator/common"
"go.dev.pztrn.name/urtrator/timer"
// Other
"github.com/mattn/go-gtk/gdkpixbuf"

View File

@@ -1,7 +1,7 @@
// URTrator - Urban Terror server browser and game launcher, written in
// Go.
//
// Copyright (c) 2016-2018, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
// Copyright (c) 2016-2020, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
// URTrator contributors.
//
// Permission is hereby granted, free of charge, to any person obtaining

View File

@@ -1,7 +1,7 @@
// URTrator - Urban Terror server browser and game launcher, written in
// Go.
//
// Copyright (c) 2016-2018, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
// Copyright (c) 2016-2020, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
// URTrator contributors.
//
// Permission is hereby granted, free of charge, to any person obtaining

View File

@@ -1,7 +1,7 @@
// URTrator - Urban Terror server browser and game launcher, written in
// Go.
//
// Copyright (c) 2016-2018, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
// Copyright (c) 2016-2020, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
// URTrator contributors.
//
// Permission is hereby granted, free of charge, to any person obtaining
@@ -33,7 +33,7 @@ import (
"strings"
// Local
"gitlab.com/pztrn/urtrator/datamodels"
"go.dev.pztrn.name/urtrator/datamodels"
// other
"github.com/mattn/go-gtk/glib"

View File

@@ -1,7 +1,7 @@
// URTrator - Urban Terror server browser and game launcher, written in
// Go.
//
// Copyright (c) 2016-2018, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
// Copyright (c) 2016-2020, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
// URTrator contributors.
//
// Permission is hereby granted, free of charge, to any person obtaining

View File

@@ -1,7 +1,7 @@
// URTrator - Urban Terror server browser and game launcher, written in
// Go.
//
// Copyright (c) 2016-2018, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
// Copyright (c) 2016-2020, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
// URTrator contributors.
//
// Permission is hereby granted, free of charge, to any person obtaining
@@ -31,7 +31,7 @@ import (
"runtime"
// Local
"gitlab.com/pztrn/urtrator/datamodels"
"go.dev.pztrn.name/urtrator/datamodels"
// Other
"github.com/mattn/go-gtk/glib"

View File

@@ -1,7 +1,7 @@
// URTrator - Urban Terror server browser and game launcher, written in
// Go.
//
// Copyright (c) 2016-2018, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
// Copyright (c) 2016-2020, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
// URTrator contributors.
//
// Permission is hereby granted, free of charge, to any person obtaining
@@ -33,7 +33,7 @@ import (
"strings"
// Local
"gitlab.com/pztrn/urtrator/datamodels"
"go.dev.pztrn.name/urtrator/datamodels"
// Other
"github.com/mattn/go-gtk/gtk"

View File

@@ -1,7 +1,7 @@
// URTrator - Urban Terror server browser and game launcher, written in
// Go.
//
// Copyright (c) 2016-2018, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
// Copyright (c) 2016-2020, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
// URTrator contributors.
//
// Permission is hereby granted, free of charge, to any person obtaining
@@ -31,7 +31,7 @@ import (
"sort"
// Local
"gitlab.com/pztrn/urtrator/ioq3dataparser"
"go.dev.pztrn.name/urtrator/ioq3dataparser"
// Other
"github.com/mattn/go-gtk/glib"