forked from kestasjk/webDiplomacy
-
Notifications
You must be signed in to change notification settings - Fork 0
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
update #7
Merged
Merged
update #7
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gamecreate.php: Added nextPhaseMinutes and phaseSwitchPeriod options. gamemaster/adjudicator/pregame.php: Added call to Game's initializeStartTime() when the pregame is processed and the game starts. gamemaster/game.php: Modified create to use the new nextPhaseMinutes and phaseSwitchPeriod options. Added createTime and startTime members to Game. Added switchPhaseTime() function, which switches phaseMinutes to nextPhaseMinutes. This is called on the start process() call if phaseSwitchPeriod seconds have passed, or if the game is paused. Added initializeStartTime() function, which initializes the game's start time when the pregame is finished. objects/game.php: Added nextPhaseMinutes, phaseSwitchPeriod, createTime and startTime member variables.
…s commit. gamemaster/game.php: phaseSwitchPeriod is multiplied by 60 when used for comparison with timestamp. locales/English/gamecreate.php: Added form fields for new phase swap functionality.
…eTime and startTime. locales/English/gamecreate.php: Edited "phase length after swap" to only include 24hr+ phase lengths.
…a phase swap period has been selected.
Fixed some typos, changed some wording, and added that usernames can't be changed
Changed "his" to "their"
Small typo
…ase switch timer gets decremented as well.
Fixed string concatination bug fixed starttime bug.
These queries didn't work and were never reverted out of the files.
Fix Sql Files
DATC test was failing
Update register.php
fixed dark mode chat colours
Update adminActions.php
Bot FAQ Section/Credit
Added missing excusedMissedTurns var
code updates and minor bug fix
Splitting the moderator type into 2 types. The goal is creating a new basic moderator type where new moderators have access only to tools needed to complete basic jobs. More complex or dangerous tools used by senior moderators have been moved into the senior moderator class. The inhertance has been changed so that all senior moderators will by default have access to all forum moderator tools. New admin tools have been included to manage senior moderator status, and senior mods are displayed on the status page in the admincp.
Adding a ! to a condition
Adding Senior Mod Type
… Admin tool to backfill GR. Tables in database to record each games GR adjustment, as well as a month to month GR for each user. Config file allows for custimization of categories based on things such as variants, press, and scoring types.
Correction to rules
Fix syntax error in fullInstall.php
Heartland and Cuba's colors no longer swapped
GR Integration
small change on gr initialization
Change date formatting for ease of use later
Ports Sleepcap's 2013 vDip fix to the Modern 2 Large Map to make it clear that Milan does not border Croatia.
As per the discussion in Issue #335, this commit makes some minor changes to the Intro to Diplomacy page, adding some clarifications to common misconceptions new players have about the support hold order. The changes are minor, since there was resistance to making the page overly complex. Also adds a link to the official Avalon Hill rulebook on the intro page, and corrects a broken link to the rulebook on the FAQ.
Update with various php 7+ Kestas made on the server.
Update Git to Match Server
…,-and-fixed-broken-FAQ-link Minor additions to into, and fixed broken FAQ link
…rder-Fix Modern 2 Venice/Milan Border Fix
Adding thick borders to the buildable Supply Centers to the Ancient Mediterranean variant
…ncient Mediterranean variant"
Revert "Adding thick borders to the buildable Supply Centers to the Ancient Mediterranean variant"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
update