mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Moved everything back to cardforge.org in preparation for release
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user