Moved everything back to cardforge.org in preparation for release

This commit is contained in:
Krazy
2017-04-22 05:55:17 +00:00
parent e9e8d9b3f0
commit be3c1cbbf2
172 changed files with 1810 additions and 1817 deletions

View File

@@ -6,12 +6,12 @@
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
@@ -255,7 +255,7 @@ public enum ColumnDef {
public Object apply(final Entry<? extends InventoryItem, Integer> from) {
return toCard(from.getKey());
}
}),
}),
DECK_FAVORITE("", "Favorite", 18, true, SortState.DESC,
new Function<Entry<InventoryItem, Integer>, Comparable<?>>() {
@Override

View File

@@ -185,9 +185,9 @@ public final class ForgeConstants {
CACHE_TOURNAMENTPACK_PICS_DIR };
// URLs
private static final String URL_CARDFORGE = "http://downloads.cardforge.link";
private static final String URL_CARDFORGE = "https://downloads.cardforge.org";
public static final String URL_PIC_DOWNLOAD = URL_CARDFORGE + "/images/cards/";
public static final String URL_PRICE_DOWNLOAD = "http://downloads.cardforge.link/all-prices.txt";
public static final String URL_PRICE_DOWNLOAD = "https://downloads.cardforge.org/all-prices.txt";
// Constants for Display Card Identity game setting
public static final String DISP_CURRENT_COLORS_ALWAYS = "Always";