Changeset 27105

Timestamp:
Oct 4, 2022, 7:05:11 PM (22 months ago)
Author:
Stan
Message:

Bump version to alpha 27.
Last alpha 26 commit was Phab:rP27104

Accepted by: @asterix, @vladislavbelov
Discussed with: @Freagarach, @wraitii, @implodedok, @Itms

Refs: #6625

Differential Revision: https://code.wildfiregames.com/D4789

Location:
ps/trunk
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/binaries/data/config/default.cfg

    r27069 r27105  
    481481[lobby]
    482482history = 0                         ; Number of past messages to display on join
    483 room = "arena26"                    ; Default MUC room to join
     483room = "arena2"                    ; Default MUC room to join
    484484server = "lobby.wildfiregames.com"  ; Address of lobby server
    485485tls = true                          ; Whether to use TLS encryption when connecting to the server.
     
    489489terms_of_use = "0"                  ; Version (hash) of the Terms of Use that the user has accepted
    490490privacy_policy = "0"                ; Version (hash) of the Privacy Policy that the user has accepted
    491 xpartamupp = "wfgbot26"             ; Name of the server-side XMPP-account that manage games
    492 echelon = "echelon26"               ; Name of the server-side XMPP-account that manages ratings
     491xpartamupp = "wfgbot2"             ; Name of the server-side XMPP-account that manage games
     492echelon = "echelon2"               ; Name of the server-side XMPP-account that manages ratings
    493493buddies = ","                       ; Comma separated list of playernames that the current user has marked as buddies
    494494rememberpassword = true             ; Whether to store the encrypted password in the user config
     
    510510[modio]
    511511
    512 public_key = "RWQa4XiSn+BLxIYXNrXyz68wwTGWyZ7+kxDtZuLHBXkCtt+lLB8VnpdM" ; Public key corresponding to the private key valid mods are signed with
     512public_key = "RWQ" ; Public key corresponding to the private key valid mods are signed with
    513513disclaimer = "0"                     ; Version (hash) of the Disclaimer that the user has accepted
    514514
  • ps/trunk/binaries/data/mods/mod/gui/modmod/modmod.js

    r25861 r27105  
    77 *  {
    88 *      "name": "0ad",
    9  *      "version": "0.0.26",
     9 *      "version": "0.0.2",
    1010 *      "label": "0 A.D. - Empires Ascendant",
    1111 *      "url": "https://wildfiregames.com/",
     
    2020 *      "version": "1.1",
    2121 *      "description": "",
    22  *      "dependencies": ["0ad<=0.0.26", "rote"]
     22 *      "dependencies": ["0ad<=0.0.2", "rote"]
    2323 *  }
    2424 *
  • ps/trunk/binaries/data/mods/mod/gui/modmod/validatemod.js

    r25915 r27105  
    66        "validate": validateName
    77    },
    8     // example: "0.0.26"
     8    // example: "0.0.2"
    99    "version": {
    1010        "required": true,
  • ps/trunk/binaries/data/mods/public/campaigns/new_maps.json

    r26818 r27105  
    11{
    22    "Name": "Demo campaign - new maps",
    3     "Description": "Discover the new and improved maps in Alpha XXVI with a demo campaign, taking you through all of them.",
    4     "Levels": {
    5         "Chang Jiang": {
    6             "Map": "skirmishes/yangtze_2p.xml",
    7             "MapType": "skirmish",
    8             "useGameSetup": true
    9         },
    10         "Median Oasis": {
    11             "Map": "skirmishes/median_oasis_2p.xml",
    12             "MapType": "skirmish",
    13             "useGameSetup": true
    14         },
    15         "Acropolis Bay": {
    16             "Map": "skirmishes/acropolis_bay_2p.xml",
    17             "MapType": "skirmish",
    18             "useGameSetup": true
    19         },
    20         "Corinthian Isthmus": {
    21             "Map": "skirmishes/corinthian_isthmus_2p.xml",
    22             "MapType": "skirmish",
    23             "useGameSetup": true
    24         },
    25         "Cycladic Archipelago": {
    26             "Map": "skirmishes/cycladic_archipelago_2p.xml",
    27             "MapType": "skirmish",
    28             "useGameSetup": true
    29         },
    30         "Tarim Basin 2p": {
    31             "Map": "skirmishes/tarim_basin_2p.xml",
    32             "MapType": "skirmish",
    33             "useGameSetup": true
    34         },
    35         "Tarim Basin 4p": {
    36             "Map": "skirmishes/tarim_basin_4p.xml",
    37             "MapType": "skirmish",
    38             "useGameSetup": true
    39         }
    40     },
    41     "Order": [
    42         "Chang Jiang",
    43         "Median Oasis",
    44         "Acropolis Bay",
    45         "Corinthian Isthmus",
    46         "Cycladic Archipelago",
    47         "Tarim Basin 2p",
    48         "Tarim Basin 4p"
    49     ],
     3    "Description": "Discover the new and improved maps in Alpha XXVII with a demo campaign, taking you through all of them.",
     4    "Levels": {},
     5    "Order": [],
    506    "ShowUnavailable": true
    517}
  • ps/trunk/binaries/data/mods/public/gui/pregame/ProjectInformation.js

    r26673 r27105  
    1616    },
    1717    "productDescription": {
    18         "caption": setStringTags(translate("Alpha XXVI: Zhuangzi"), { "font": "sans-bold-16" }) + "\n\n" +
     18        "caption": setStringTags(translate("Alpha XXVI"), { "font": "sans-bold-16" }) + "\n\n" +
    1919            translate("Notice: This game is under development and many features have not been added yet.")
    2020    }
  • ps/trunk/binaries/data/mods/public/gui/session/top_panel/BuildLabel.xml

    r26673 r27105  
    44    <!-- IMPORTANT: remember to update pregame/ProjectInformation.js in sync with this: -->
    55    <object type="text" style="ModernLabelText" text_valign="top" ghost="true">
    6         <translatableAttribute id="caption">Alpha XXVI: Zhuangzi</translatableAttribute>
     6        <translatableAttribute id="caption">Alpha XXVI</translatableAttribute>
    77    </object>
    88
  • ps/trunk/binaries/data/mods/public/maps/skirmishes/acropolis_bay_2p.xml

    r26913 r27105  
    4343  "CircularMap": true,
    4444  "Description": "Each player starts the match atop a large flat plateau, otherwise known as an acropolis.\n\nTo the East lies a large bay with fishing opportunities. To the West is a rugged hinterland with an unclaimed acropolis commanding the valley below.",
    45   "Keywords": [
    46     "new"
    47   ],
     45  "Keywords": [],
    4846  "LockTeams": false,
    4947  "Name": "Acropolis Bay (2)",
  • ps/trunk/binaries/data/mods/public/maps/skirmishes/corinthian_isthmus_2p.xml

    r26824 r27105  
    4343  "CircularMap": true,
    4444  "Description": "Two Mediterranean land masses connected by a narrow spit of land, called an 'Isthmus'.",
    45   "Keywords": [
    46     "new"
    47   ],
     45  "Keywords": [],
    4846  "LockTeams": false,
    4947  "Name": "Corinthian Isthmus (2)",
  • ps/trunk/binaries/data/mods/public/maps/skirmishes/cycladic_archipelago_2p.xml

    r26825 r27105  
    4242  "Description": "A \"small island\"-style map set in the Aegean Sea.",
    4343  "Keywords": [
    44     "naval",
    45     "new"
     44    "naval"
    4645  ],
    4746  "Name": "Cycladic Archipelago (2)",
  • ps/trunk/binaries/data/mods/public/maps/skirmishes/median_oasis_2p.xml

    r26790 r27105  
    4141  "CircularMap": true,
    4242  "Description": "A large oasis acts as the hub of mountainous spokes that divide the home territories of each player.",
    43   "Keywords": [
    44     "new"
    45   ],
     43  "Keywords": [],
    4644  "Name": "Median Oasis (2)",
    4745  "PlayerData": [
  • ps/trunk/binaries/data/mods/public/maps/skirmishes/tarim_basin_2p.xml

    r26891 r27105  
    4141  "CircularMap": true,
    4242  "Description": "A barren desert basin surrounded by mountainous valleys, the Tarim Basin is also called \"The Western Regions\" by the Han, and represents the furthest extent of their power.\n\nThe basin itself is bereft of life  and offers little in the way of defensibility. The rugged mountain valleys harbor the only life, in the form of hearty shrub and tree species and some goats.",
    43   "Keywords": [
    44     "new"
    45   ],
     43  "Keywords": [],
    4644  "Name": "Tarim Basin (2)",
    4745  "PlayerData": [
  • ps/trunk/binaries/data/mods/public/maps/skirmishes/tarim_basin_4p.xml

    r26891 r27105  
    4141  "CircularMap": true,
    4242  "Description": "A barren desert basin surrounded by mountainous valleys, the Tarim Basin is also called \"The Western Regions\" by the Han, and represents the furthest extent of their power.\n\nThe basin itself is bereft of life  and offers little in the way of defensibility. The rugged mountain valleys harbor the only life, in the form of hearty shrub and tree species and some goats.",
    43   "Keywords": [
    44     "new"
    45   ],
     43  "Keywords": [],
    4644  "Name": "Tarim Basin (4)",
    4745  "PlayerData": [
  • ps/trunk/binaries/data/mods/public/maps/skirmishes/yangtze_2p.xml

    r26818 r27105  
    4242  "Description": "The Yangtze River in China. ",
    4343  "Keywords": [
    44     "naval",
    45     "new"
     44    "naval"
    4645  ],
    4746  "Name": "Chang Jiang (2)",
  • ps/trunk/binaries/data/mods/public/mod.json

    r25861 r27105  
    11{
    22    "name": "0ad",
    3     "version": "0.0.26",
     3    "version": "0.0.2",
    44    "label": "0 A.D. Empires Ascendant",
    55    "url": "https://play0ad.com",
  • ps/trunk/source/ps/Pyrogenesis.cpp

    r25861 r27105  
    2525#include "lib/svn_revision.h"
    2626
    27 const char* engine_version = "0.0.26";
     27const char* engine_version = "0.0.2";
    2828const char* main_window_name = "0 A.D.";
    2929
Note: See TracChangeset for help on using the changeset viewer.