Skip to content
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

[Do Not Merge] - [WIP] OpenJDK 11 Upgrades #221

Draft
wants to merge 147 commits into
base: jdk11
Choose a base branch
from

Commits on Dec 2, 2020

  1. Update README.md

    We should REALLY specify which version of Java we are targeting, or at least using for development. Luckily the current version of OpenJDK worked for me, but we should still note it somewhere.
    GalaxyCr8r authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    8f85515 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b11e34 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    31df52c View commit details
    Browse the repository at this point in the history
  2. Type restrict Vectors

    Long() -> Long.valueOf()
    Type restrict Hashtable
    rjhancock committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    b264c88 View commit details
    Browse the repository at this point in the history
  3. Added serialVersionUID

    Added types to Tempaltes
    rjhancock committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    67cd60b View commit details
    Browse the repository at this point in the history
  4. Deprication removals

    Serial IDs
    Template Declarations with Types
    rjhancock committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    673740a View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2020

  1. Configuration menu
    Copy the full SHA
    05dd185 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Strict Type declarations.

    Commented out code that is not needed.
    removed import not being used.
    Updated Advantages to conform to type.
    rjhancock committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    d100444 View commit details
    Browse the repository at this point in the history
  2. Commented out code not used

    Static types for tempaltes
    rjhancock committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    3de32a4 View commit details
    Browse the repository at this point in the history
  3. Strict type control

    Commenting out code not being used.
    rjhancock committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    b3622a6 View commit details
    Browse the repository at this point in the history
  4. Type enforcement for Templates

    Corrected type for abUnitData
    rjhancock committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    591539c View commit details
    Browse the repository at this point in the history
  5. Commented out code that doesn't appear to be used.

    Type enforcement for methods
    rjhancock committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    6ecb187 View commit details
    Browse the repository at this point in the history
  6. Static template adjustments

    rjhancock committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    5d444f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c7230d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7b71636 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ada6e6d View commit details
    Browse the repository at this point in the history
  10. serial Version UID Added

    rjhancock committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    d4bf9c8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    34b4a3d View commit details
    Browse the repository at this point in the history
  12. Serial Version UID Added

    rjhancock committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    d11473b View commit details
    Browse the repository at this point in the history
  13. Commented out code not being used

    Added Serial Version ID
    Removed warning supression
    rjhancock committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    91fa1d8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9efb541 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7027945 View commit details
    Browse the repository at this point in the history
  16. Added Serial Version UID

    rjhancock committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    d3b0ff3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    05375a8 View commit details
    Browse the repository at this point in the history
  18. Added serial version UID

    rjhancock committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    349c07f View commit details
    Browse the repository at this point in the history
  19. Added Serial Version UID

    rjhancock committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    8dd7d55 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9410b4a View commit details
    Browse the repository at this point in the history
  21. SAW/GUI - dlgPlaceableInfo

    - Removed warning supression
    - Added Serial Version UID
    rjhancock committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    add9ef2 View commit details
    Browse the repository at this point in the history
  22. SAW/GUI - dlgSummaryInfo

    - Added Serial Version UID
    rjhancock committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    ce252bd View commit details
    Browse the repository at this point in the history
  23. SAW/GUI - dlgTechBaseChooser

    - Added Serial Version UID
    - Removed warning supression
    rjhancock committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    29566dd View commit details
    Browse the repository at this point in the history
  24. SAW/GUI - dlgTextExport

    - Added Serial Version UID
    - Removed warning supression
    rjhancock committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    ebc9b44 View commit details
    Browse the repository at this point in the history
  25. SAW/GUI - dlgVariableSize

    - Added Serial Version UID
    - Removed Warning Supression
    rjhancock committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    2edfa04 View commit details
    Browse the repository at this point in the history
  26. SAW/GUI - dlgWeaponInfo

    - Aded Serial Version UID
    rjhancock committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    7d66da9 View commit details
    Browse the repository at this point in the history
  27. SAW/GUI - EquipmentListRenderer

    - Commented out values not being used
    - added Serial Version UID
    - Added comment regarding parameter and type
    rjhancock committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    08621f7 View commit details
    Browse the repository at this point in the history
  28. SAW/GUI - EquipmentSelectedRenderer

    - Added Serial Version UID
    - Added comment regarding list being passed in
    rjhancock committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    9b1aa44 View commit details
    Browse the repository at this point in the history
  29. SAW/GUI - ifVeeForm

    - Removed imports not being used
    rjhancock committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    56a92ae View commit details
    Browse the repository at this point in the history
  30. SAW/GUI - EquimentListRenderer/EquipmentSelectedRenderer

    - Adjusted type of JList to be "Any"
    rjhancock committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    db8a1f0 View commit details
    Browse the repository at this point in the history
  31. SSW/Components - CCGMech

    - Removed imports that weren't used.
    - Commented out variables not used
    - Commented out loops that weren't used.
    - Additional formmating done via VSCode
    rjhancock committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    561bf18 View commit details
    Browse the repository at this point in the history
  32. ssw/filehandlers - HMPReader

    - Added comment regarding 'unused' variable
    rjhancock committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    352dda1 View commit details
    Browse the repository at this point in the history
  33. ssw/filehandlers - MTFReader

    - Commented out variables not being used.
    rjhancock committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    4c76280 View commit details
    Browse the repository at this point in the history
  34. ssw/gui - DamageChart

    - Added Serial Version UID
    - Typed Vector Templates.
    rjhancock committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    6b19cd8 View commit details
    Browse the repository at this point in the history
  35. ssw/gui - dlgAboutBox

    - Added Serial Version UID
    - VS Code Code Formating.
    rjhancock committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    1ff6ac3 View commit details
    Browse the repository at this point in the history
  36. ssw/gui - dlgAmmoLotSize

    - Added Serial Version UID
    - VS Code Formatting
    rjhancock committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    6ae2a4e View commit details
    Browse the repository at this point in the history
  37. ssw/gui - dlgArmorTonnage

    - Added Serial Version UID
    - VS Code Formatting
    rjhancock committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    48d36a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Configuration menu
    Copy the full SHA
    8b5d1de View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Configuration menu
    Copy the full SHA
    2ba43a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Solaris-Skunk-Werks#223 from Solaris-Skunk-Werks/b…

    …ugfix/save-quirks
    
    Fix issue saving quirks on new mechs
    WEKarnesky authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    f0a3e98 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2020

  1. Upstream Master Merge

    rjhancock committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    eba7395 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8d8a13 View commit details
    Browse the repository at this point in the history
  3. sswlib/src/main/java/visitors - VHeatSinkSetProtoDouble

    - Commented out varible not being used
    - VS Code Formatting.
    rjhancock committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    3e23673 View commit details
    Browse the repository at this point in the history
  4. sswlib/src/main/java/visitors - VGyroSetNone.java

    - Commented out import not being used.
    - VS Code Formatting.
    rjhancock committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    6f482cf View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2020

  1. sswlib/src/main/java/visitors - VFCSArtemisVLoader

        - Type Enforcement of ArrayList;s
        - Update Interfaces to enforce Type Enforcement
        - Fix compile errors related to changes
        - VS Code Formatting.
    rjhancock committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    def2412 View commit details
    Browse the repository at this point in the history
  2. sswlib/src/main/java/visitors - VFCSArtemisIVLoader

    - Strick Type Enforcement
    - VC Code Formatting
    rjhancock committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    5895f1b View commit details
    Browse the repository at this point in the history
  3. sswlib/src/main/java/visitors - VFCSApolloLoader

    - Type Enforcement
    - VS Code Formatting
    rjhancock committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    c47a176 View commit details
    Browse the repository at this point in the history
  4. sswlib/src/main/java/visitors - VArmorSetVStealth

    - Commented out variables not being used.
    rjhancock committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    befb4cd View commit details
    Browse the repository at this point in the history
  5. sswlib/src/main/java/visitors - VArmorSetPatchworkLocation

    - Type Enforcement
    - VS Code Formatting
    rjhancock committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    a51fdb4 View commit details
    Browse the repository at this point in the history
  6. sswlib/src/main/java/visitors - VArmorSetIR

    - Commented out variable not being used
    rjhancock committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    214f93b View commit details
    Browse the repository at this point in the history
  7. sswlib/src/main/java/visitors

    - Commented out variable not being used.
    rjhancock committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    5855693 View commit details
    Browse the repository at this point in the history
  8. sswlib/src/main/java/visitors - VArmorSetBR

    - Commented out variables not being used
    rjhancock committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    078fc9b View commit details
    Browse the repository at this point in the history
  9. sswlib/src/main/java/visitors - VArmorSetAB

    - Commented out variable not in use
    - VS Code Formatting
    rjhancock committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    d5d2709 View commit details
    Browse the repository at this point in the history
  10. sswlib/src/main/java/utilities - CVCostBVBreakdown

    - Strict Type Enforcement
    - Commented out variables not being used
    - VS Code Formatting
    rjhancock committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    4f79d46 View commit details
    Browse the repository at this point in the history
  11. sswlib/src/main/java/utilities - CostBVBreakdown

    - Strict Type Enforcement
    rjhancock committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    d8b8b45 View commit details
    Browse the repository at this point in the history
  12. sswlib/src/main/java/states - stEngineNone

    - Commented out methods not being used
    rjhancock committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    3f7ed20 View commit details
    Browse the repository at this point in the history
  13. sswlib/src/main/java/states - stChassisCVIS

    - Commented out method not being used
    rjhancock committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    5e91af9 View commit details
    Browse the repository at this point in the history
  14. sswlib/src/main/java/Print - TWVTOLPoints

    - Commented out variable not being used
    rjhancock committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    23aa8a9 View commit details
    Browse the repository at this point in the history
  15. sswlib/src/main/java/Print - TWNavalPoints

    - Commented out variables not being used.
    rjhancock committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    bbd0dc2 View commit details
    Browse the repository at this point in the history
  16. sswlib/src/main/java/Print - TWAdvGroundPoints

    - Commented out variables not being used.
    rjhancock committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    468faa6 View commit details
    Browse the repository at this point in the history
  17. sswlib/src/main/java/print - ScenarioPrinter

    - Commented out variables not being used.
    rjhancock committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    1b0d3f2 View commit details
    Browse the repository at this point in the history
  18. sswlib/src/main/java/Print - QuickStrieCardPrinter

    - Commented out variables/import not being used
    rjhancock committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    fe48a8b View commit details
    Browse the repository at this point in the history
  19. sswlib/src/main/java/print - QSVerticalCardPrinter

    - Commented out variables not being used
    - Added brackets to If statements to clear up what code gets ran
    rjhancock committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    3cfac45 View commit details
    Browse the repository at this point in the history
  20. sswlib/src/main/java/print - QSHorizontalCardPrinter

    - Commented out variables not being used.
    rjhancock committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    ca41857 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    216a0f5 View commit details
    Browse the repository at this point in the history
  2. fix indentation

    Algebro7 committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    2f0c5fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bec23e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. ssw/filehandlers/HMPReader.java

    - Adjusted unused variable to not be needed.
    - VS Code Formatting
    rjhancock committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    42a49ab View commit details
    Browse the repository at this point in the history
  2. ssw/gui/dlgBatchHMP.java

    - Added Serial Version
    - Commented out variable not being used
    - VS Code Formatting
    rjhancock committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    d8df765 View commit details
    Browse the repository at this point in the history
  3. ssw/gui - dlgBracketCharts.java

    - Added serialization IDs
    - Strict typing of template variables
    - VS Code Styling
    rjhancock committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    82cbd7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9477df3 View commit details
    Browse the repository at this point in the history
  5. ssw/gui/dlgCCGMech.java

    - Commented out unused variables
    - Adjusted variable types to prevent unchecked casts.
    
    ssw/components/CCGMech.java
    - Adjusted method declaration and type conversion to better conform with intent.
    rjhancock committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    67e4d8f View commit details
    Browse the repository at this point in the history
  6. print/QSCardSheetPrinter.java

    - Removed variable not in use
    rjhancock committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    3b70ef9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e85cf9a View commit details
    Browse the repository at this point in the history
  8. Single Warning Issues Fixed

    - Unused Variables
    - Variable Template Restrictions
    - Remove unused Imports
    - Removed null referenceing
    - Writer Closing
    - Removed duplicate implements
    - Removed assignment to variables not used
    rjhancock committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    034527c View commit details
    Browse the repository at this point in the history
  9. 2 Warning Files

    - Unused Variables
    - Type Saftey
    - Removed unused imports
    rjhancock committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    b21f0ee View commit details
    Browse the repository at this point in the history
  10. 3 Warning Fixes

    - Type Enforcement
    - Commented out code not being used
    - Commented out unused variables
    - Removed unused Imports
    - Ensure Buffer Closes
    rjhancock committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    6279757 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7fc9d11 View commit details
    Browse the repository at this point in the history
  12. Print - PrintConsts.java

    rjhancock committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    a1b1acf View commit details
    Browse the repository at this point in the history
  13. Ensure files are closed

    rjhancock committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    89d67c3 View commit details
    Browse the repository at this point in the history
  14. ssw/gui - dlgPrintBatchMechs.java

    - Removed constructor not being used in program
    - Type enforcement for tempaltes
    rjhancock committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    e826b08 View commit details
    Browse the repository at this point in the history
  15. ssw/print - Printer.java

    - Removed unused Variables
    - Enforced templated types
    - VS Code Formating
    rjhancock committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    3c42b6b View commit details
    Browse the repository at this point in the history
  16. ssw/printpreview - Preview.java

    - Removed unused variables
    - remvoed noop code.
    - adjusted assignment to a variable that isn't used
    rjhancock committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    9e16bbf View commit details
    Browse the repository at this point in the history
  17. battleforce - BattleForce.java

    - Commented out variables not in use
    - Commented out private methods not in use.
    rjhancock committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    4f7670a View commit details
    Browse the repository at this point in the history
  18. battleforce - BattleForceData.java

    - Commented variables not in use
    - VS Code Formatting
    rjhancock committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    05995ee View commit details
    Browse the repository at this point in the history
  19. components - CVAmmunitionHandler

    - Removed unchecked Conversion warning
    rjhancock committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    b19ad33 View commit details
    Browse the repository at this point in the history
  20. components - CVHeatSinkFactory

    - Type enforcement
    - Removed unused variables
    - VS Code Formatting
    rjhancock committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    b09a7ef View commit details
    Browse the repository at this point in the history
  21. components - CVJumpJetFactory.java

    - Forced Type Linking
    - VS Code Formatting.
    rjhancock committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    522da80 View commit details
    Browse the repository at this point in the history
  22. components - EquipmentCollection

    - Type enforcement
    - Removed unneeded type conversion
    - VS Code Styling
    rjhancock committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    7dabe95 View commit details
    Browse the repository at this point in the history
  23. components - HeatSinkFactory

    - Enforced Tempalte Types
    - Removed unneeded type conversions
    - VS Code Formatting
    rjhancock committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    c47db3e View commit details
    Browse the repository at this point in the history
  24. components - ifCVLoadout

    - Type enforcement for templates
    - VS Code Formatting
    rjhancock committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    e162b81 View commit details
    Browse the repository at this point in the history
  25. components - ifMechLoadout

    - Template Type Enforcement
    rjhancock committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    6e917de View commit details
    Browse the repository at this point in the history
  26. sswlib/src/main/java/Print - PrintVehicle.java

    - Removed unused variables and private methods
    rjhancock committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    95f3f61 View commit details
    Browse the repository at this point in the history
  27. sswlib/src/main/java/Print - PrintMech

    - Template Type Enforcement
    - Removed variables and methods not used
    - VS Code Formatting
    rjhancock committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    ce50093 View commit details
    Browse the repository at this point in the history
  28. sswlib/src/main/java/Print/preview/PreviewDialog

    - Removed methods not used locally
    - VS Code Formatting
    rjhancock committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    77d8fd9 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

  1. Merge pull request Solaris-Skunk-Werks#228 from Solaris-Skunk-Werks/b…

    …ugfix/ammo-lot-size
    
    Set curlotsize when deserializing Ammunition
    WEKarnesky authored Feb 21, 2021
    Configuration menu
    Copy the full SHA
    7489920 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Solaris-Skunk-Werks#227 from Solaris-Skunk-Werks/b…

    …ugfix/save-quirks
    
    Reset quirks when clicking new mech button
    WEKarnesky authored Feb 21, 2021
    Configuration menu
    Copy the full SHA
    65db9a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. Configuration menu
    Copy the full SHA
    5eddf0e View commit details
    Browse the repository at this point in the history
  2. Handle Issues with Paths

    That are stored in the file but do not exist on the current users system.
    gblouin committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    bc345af View commit details
    Browse the repository at this point in the history
  3. Merge pull request Solaris-Skunk-Werks#231 from Solaris-Skunk-Werks/i…

    …magefix
    
    Handles Issues with SSW Image Paths
    WEKarnesky authored Mar 6, 2021
    Configuration menu
    Copy the full SHA
    5c6c7f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. Set BV of Capacitor for CL ER PPC

    Since we have a specific reference for this total value.
    gblouin committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    0d7e865 View commit details
    Browse the repository at this point in the history
  2. BV Updates

    Calculate the offset for known values from rulebooks but keep the original multiplier code for those that don't have set values yet.
    gblouin committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    8e59e27 View commit details
    Browse the repository at this point in the history
  3. Use EncodeFluff for MUL

    This section was missed when the EncodeFluff method was added.  This will now convert " into " along with other conversions necessary for XML.
    gblouin committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    d272c5f View commit details
    Browse the repository at this point in the history
  4. Convert Double Quotes to Single

    So that they will match up with what Megamek is doing.
    gblouin committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    ce0f02d View commit details
    Browse the repository at this point in the history
  5. Merge pull request Solaris-Skunk-Werks#232 from Solaris-Skunk-Werks/C…

    …LERPPC_CapacitorBV
    
    PPC Capacitor BV Update
    WEKarnesky authored Mar 7, 2021
    Configuration menu
    Copy the full SHA
    70510ba View commit details
    Browse the repository at this point in the history
  6. Merge pull request Solaris-Skunk-Werks#233 from Solaris-Skunk-Werks/M…

    …UL_Export
    
    Convert double quotes to single quotes during MUL export
    WEKarnesky authored Mar 7, 2021
    Configuration menu
    Copy the full SHA
    20e905b View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Instantiate each view once

    and then just choose the one to use and fill it with units.   Hoping that this clears up Maelwys's issues with the rendering being slow.
    gblouin committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    ff308e8 View commit details
    Browse the repository at this point in the history
  2. Encode to UTF-8

    as I was getting build errors for smart quotes in the advantages file.
    gblouin committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    4b9789d View commit details
    Browse the repository at this point in the history
  3. Update Usages

    From other areas too
    gblouin committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    1178244 View commit details
    Browse the repository at this point in the history
  4. Missed file

    Updated to new constructor
    gblouin committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    cc66aa2 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. VSCode Space Changes

    My editor seems to remove extra spaces from the ends of lines
    gblouin committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    028545a View commit details
    Browse the repository at this point in the history
  2. Make the Prefs use Vee

    Instead of Mech since this is for SAW
    gblouin committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    cceeb05 View commit details
    Browse the repository at this point in the history
  3. GUI Corrections

    Use SAW Prefs and make the options match.
    Clear the "Selected Variant" dropdown.
    Manage the Lock Chassis button correctly.
    gblouin committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    39f36c6 View commit details
    Browse the repository at this point in the history
  4. Handle Long Unit/Model Names

    For the Roster sheet, this will break up a long name into two lines.
    Also pushed the tonnage away from the unit type a bit more so that "Combat Vehicle" wouldn't overlap.
    gblouin committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    b4e1dca View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. Handle Mechwarrior Names Too

    And now can handle multiple lines for each and then adds just a bit more space under the line so it doesn't feel quite so squished.
    gblouin committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    5323b45 View commit details
    Browse the repository at this point in the history
  2. Open Vehicle work

    So that it sets the buttons and comboboxes correctly.
    gblouin committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    c86d0c2 View commit details
    Browse the repository at this point in the history
  3. Stop Enabling

    When it shouldn't be enabled.
    gblouin committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    8e40ae2 View commit details
    Browse the repository at this point in the history
  4. Hitting New wasn't clearing Variant

    I had slightly different code, now matching what the other code is doing.
    gblouin committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    6a097a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Merge pull request Solaris-Skunk-Werks#237 from Solaris-Skunk-Werks/b…

    …fb_roster
    
    Updated Roster Printing Code
    WEKarnesky authored Mar 14, 2021
    Configuration menu
    Copy the full SHA
    d081f89 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Solaris-Skunk-Werks#234 from Solaris-Skunk-Werks/s…

    …electunits
    
    Select Unit screen update
    WEKarnesky authored Mar 14, 2021
    Configuration menu
    Copy the full SHA
    dc87fa3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    041aad4 View commit details
    Browse the repository at this point in the history
  4. Add button to convert to MTF

    Will load and process all files in the directory (and any subdirectory)
    gblouin committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    8adb109 View commit details
    Browse the repository at this point in the history
  5. Make the file count for Progress consistent

    So that it doesn't jump around everywhere.
    gblouin committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    b35c318 View commit details
    Browse the repository at this point in the history
  6. Changing Icon to Crown

    gblouin committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    796db62 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. Check Message for Empty

    and if it is...do not show the message pop-up.
    gblouin committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    c2cfbdc View commit details
    Browse the repository at this point in the history
  2. Take this Gradle!

    Convert from isBlank to a length check after trim.
    gblouin committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    b3b7f3f View commit details
    Browse the repository at this point in the history
  3. Null check

    before trying to access the height property.
    gblouin committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    6649a7b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Merge pull request Solaris-Skunk-Werks#238 from Solaris-Skunk-Werks/c…

    …onvertdirectory_tomtf
    
    Add button to convert to MTF
    WEKarnesky authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    bee7caf View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. drafting release notes

    George Blouin committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    31d0e06 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. Merge pull request Solaris-Skunk-Werks#241 from Solaris-Skunk-Werks/r…

    …elease-changes
    
    drafting release notes
    WEKarnesky authored Mar 28, 2021
    Configuration menu
    Copy the full SHA
    294b371 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Configuration menu
    Copy the full SHA
    fedc0e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3411a30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d0dc21 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop'

    WEKarnesky committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    33f7e66 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. fix file loading issue

    zophar committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    81cd56f View commit details
    Browse the repository at this point in the history
  2. Merge pull request Solaris-Skunk-Werks#244 from zophar/fix_linux_prot…

    …ocol_error
    
    Fix protocol error on Linux when opening files
    WEKarnesky authored Jun 6, 2021
    Configuration menu
    Copy the full SHA
    862166a View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Configuration menu
    Copy the full SHA
    8ffc28d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f11baf View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Configuration menu
    Copy the full SHA
    6781137 View commit details
    Browse the repository at this point in the history
  2. Latest updates.

    rjhancock committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    809238d View commit details
    Browse the repository at this point in the history