Skip to content

Commit

Permalink
Fixing merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Windchild292 committed Feb 19, 2022
2 parents 01633b8 + d1e3e4b commit ac6c4e1
Show file tree
Hide file tree
Showing 44 changed files with 490 additions and 338 deletions.
22 changes: 14 additions & 8 deletions MekHQ/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import edu.sc.seis.launch4j.tasks.Launch4jLibraryTask

import java.time.LocalDateTime

plugins {
id 'application'
id 'maven-publish'
Expand Down Expand Up @@ -99,10 +101,11 @@ task mmJar (type: Jar, dependsOn: compileMM) {
from "${mmDir}/megamek/build/classes/java/main"
from "${mmDir}/megamek/build/resources/main"
manifest {
attributes "Main-Class": 'megamek.MegaMek'
attributes 'Class-Path' : project.sourceSets.main.runtimeClasspath.files
attributes "Main-Class" : 'megamek.MegaMek'
attributes "Class-Path" : project.sourceSets.main.runtimeClasspath.files
.findAll { it.name.endsWith(".jar") && !it.name.toLowerCase().startsWith("megamek") }
.collect { "${lib}/${it.name}" }.join(' ')
attributes "Build-Date" : LocalDateTime.now()
}
ext.jarLocation = "${buildDir}/libs/${archiveFileName.get()}"
inputs.dir "${mmDir}/megamek/build/classes/java/main"
Expand All @@ -117,10 +120,11 @@ task mmJarLibDir (type: Jar, dependsOn: compileMM) {
from "${mmDir}/megamek/build/classes/java/main"
from "${mmDir}/megamek/build/resources/main"
manifest {
attributes "Main-Class": 'megamek.MegaMek'
attributes 'Class-Path' : project.sourceSets.main.runtimeClasspath.files
attributes "Main-Class" : 'megamek.MegaMek'
attributes "Class-Path" : project.sourceSets.main.runtimeClasspath.files
.findAll { it.name.endsWith(".jar") && !it.name.toLowerCase().startsWith("megamek") }
.collect { it.name }.join(' ')
attributes "Build-Date" : LocalDateTime.now()
}
ext.jarLocation = "${buildDir}/libs/${archiveFileName.get()}"
inputs.dir "${mmDir}/build/classes/java/main"
Expand All @@ -142,10 +146,11 @@ task mmlJar (type: Jar, dependsOn: compileMML) {
from "${mmlDir}/build/classes/java/main"
from "${mmlDir}/build/resources/main"
manifest {
attributes "Main-Class": 'megameklab.com.MegaMekLab'
attributes 'Class-Path' : "${mmJar.archiveFileName.get()} " + (project.sourceSets.main.runtimeClasspath.files
attributes "Main-Class" : 'megameklab.com.MegaMekLab'
attributes "Class-Path" : "${mmJar.archiveFileName.get()} " + (project.sourceSets.main.runtimeClasspath.files
.findAll { it.name.endsWith(".jar") && !it.name.toLowerCase().startsWith("megamek")}
.collect { "${lib}/${it.name}" }.join(' '))
attributes "Build-Date" : LocalDateTime.now()
}
ext.jarLocation = "${buildDir}/libs/${archiveFileName.get()}"
inputs.dir "${mmlDir}/build/classes/java/main"
Expand All @@ -156,10 +161,11 @@ task mmlJar (type: Jar, dependsOn: compileMML) {
jar {
archiveFileName = "MekHQ.jar"
manifest {
attributes "Main-Class": mainClassName
attributes 'Class-Path' : "${mmJar.archiveFileName.get()} ${mmlJar.archiveFileName.get()} " + (project.sourceSets.main.runtimeClasspath.files
attributes "Main-Class" : mainClassName
attributes "Class-Path" : "${mmJar.archiveFileName.get()} ${mmlJar.archiveFileName.get()} " + (project.sourceSets.main.runtimeClasspath.files
.findAll { it.name.endsWith(".jar") && !it.name.toLowerCase().startsWith("megamek") }
.collect { "${lib}/${it.name}" }.join(' '))
attributes "Build-Date" : LocalDateTime.now()
}
}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Binary file modified MekHQ/data/images/misc/Archives/megamek-splash2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added MekHQ/data/images/misc/Archives/megamek.ico
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added MekHQ/data/images/misc/Archives/mekhq.ico
Binary file not shown.
File renamed without changes
Binary file added MekHQ/data/images/misc/MHQcamo1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified MekHQ/data/images/misc/MekHQ Start_spooky_fhd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified MekHQ/data/images/misc/MekHQ Start_spooky_hd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified MekHQ/data/images/misc/MekHQ Start_spooky_uhd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified MekHQ/data/images/misc/megamek-icon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified MekHQ/data/images/misc/megamek-icon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified MekHQ/data/images/misc/megamek-icon-48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed MekHQ/data/images/misc/megamek-splash.gif
Binary file not shown.
Binary file added MekHQ/data/images/misc/megamek-splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified MekHQ/data/images/misc/megamek-splash2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified MekHQ/data/images/misc/megamek.ico
Binary file not shown.
Binary file modified MekHQ/data/images/misc/megamek_splash_spooky_fhd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified MekHQ/data/images/misc/megamek_splash_spooky_hd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified MekHQ/data/images/misc/megamek_splash_spooky_uhd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified MekHQ/data/images/misc/mekhq.ico
Binary file not shown.
Binary file not shown.
Binary file not shown.
7 changes: 6 additions & 1 deletion MekHQ/docs/history.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
VERSION HISTORY:
----------------
0.49.7-SNAPSHOT
0.49.8-SNAPSHOT

0.49.7 (2021-12-18 0300 UTC)
+ PR #3043: Logging: Default Global Exception Handler and Standardized Legacy Logging
+ Issue #3040: Fixing Unit Icon Filename Write Copy/paste Error
+ Issue #3038: Fixing missing Personnel Table Integer Comparators
Expand Down Expand Up @@ -43,6 +45,9 @@ VERSION HISTORY:
+ Fixing Republic of the Barrens faction name
+ Fixing Starting Contract Count label so it says it's not implemented
+ PR #3033: New Campaign Project: AtB Company Generator
+ CampaignAnon Starter Guide v4.0, with New Campaign Project coverage
+ PR #3121: Replacing MHQ's Startup GUI with a modified version of MML's
+ PR #3122: Adding Font Directory Parsing

0.49.6 (2021-12-31 2200 UTC)
+ PR #2857: Personnel Status: Expansions for Random Death
Expand Down
3 changes: 2 additions & 1 deletion MekHQ/docs/mekhq-contributors.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ MegaMek GitHub Organization <https://github.com/MegaMek>

Lead Developers:
Carl Spain
Christopher Watford
NickAragua
Justin "Windchild" Bowen

Expand All @@ -17,12 +16,14 @@ MegaMek GitHub Organization <https://github.com/MegaMek>
Frederic Morel <natitf@users.sourceforge.net>
Deric Page
Robin Toll <fastsammy@users.sourceforge.net>
Christopher Watford

More Code:
Daniel Vystrcil
Longinus00
Josh Street
Neyah Peterson
Juliez

Data
Unit Updates:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<gamePreset version="0.49.1-SNAPSHOT">
<title>Official AtB Options</title>
<description>(Release 2) These are the default settings for the Against the Bot campaign system. As always change them to what you like for your style of play.</description>
<title>AtB - Official Options</title>
<description>(Release 2) These are the default settings for the Against the Bot campaign system. As always, please feel free to change them to what you like for your style of play. Also, note that using the AtB Starter Guide preset initially is highly recommended.</description>
<date>3025-01-01</date>
<faction>MERC</faction>
<campaignOptions>
Expand Down
Loading

0 comments on commit ac6c4e1

Please sign in to comment.