A level editor based around the Advance Wars series.
Find a file
renovate-bot 8cb2111f77
Configure Renovate (#1)
Welcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.

---
### Detected Package Files

 * `.gitlab-ci.yml` (gitlabci)
 * `settings.gradle` (gradle)
 * `build.gradle` (gradle)
 * `gradle/wrapper/gradle-wrapper.properties` (gradle-wrapper)

### Configuration Summary

Based on the default config's presets, Renovate will:

  - Start dependency updates only once this onboarding PR is merged
  - Enable Renovate Dependency Dashboard creation.
  - Use semantic commit type `fix` for dependencies and `chore` for all others if semantic commits are in use.
  - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests (except for nuget) directories.
  - Group known monorepo packages together.
  - Use curated list of recommended non-monorepo package groupings.
  - Show only the Age and Confidence Merge Confidence badges for pull requests.
  - Apply crowd-sourced package replacement rules.
  - Apply crowd-sourced workarounds for known problems with packages.
  - Pin all dependency versions except `peerDependencies`.
  - Show all Merge Confidence badges for pull requests.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to `renovate.json` in this branch. Renovate will update the Pull Request description the next time it runs.

---

### What to Expect

With your current configuration, Renovate will create 7 Pull Requests:

<details>
<summary>Update dependency com.google.code.gson:gson to v2.8.9 [SECURITY]</summary>

  - Branch name: `renovate/maven-com.google.code.gson-gson-vulnerability`
  - Merge into: `master`
  - Upgrade [com.google.code.gson:gson](https://github.com/google/gson) to `2.8.9`

</details>

<details>
<summary>Update dependency com.formdev:flatlaf to v1.6.5</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/com.formdev-flatlaf-1.x`
  - Merge into: `master`
  - Upgrade [com.formdev:flatlaf](https://github.com/JFormDesigner/FlatLaf) to `1.6.5`

</details>

<details>
<summary>Update dependency com.formdev:flatlaf-extras to v1.6.5</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/com.formdev-flatlaf-extras-1.x`
  - Merge into: `master`
  - Upgrade [com.formdev:flatlaf-extras](https://github.com/JFormDesigner/FlatLaf) to `1.6.5`

</details>

<details>
<summary>Update dependency gradle to v7.6.6</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/gradle-7.x`
  - Merge into: `master`
  - Upgrade [gradle](https://github.com/gradle/gradle) to `7.6.6`

</details>

<details>
<summary>Update dependency com.formdev:flatlaf to v3</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/com.formdev-flatlaf-3.x`
  - Merge into: `master`
  - Upgrade [com.formdev:flatlaf](https://github.com/JFormDesigner/FlatLaf) to `3.6.1`

</details>

<details>
<summary>Update dependency com.formdev:flatlaf-extras to v3</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/com.formdev-flatlaf-extras-3.x`
  - Merge into: `master`
  - Upgrade [com.formdev:flatlaf-extras](https://github.com/JFormDesigner/FlatLaf) to `3.6.1`

</details>

<details>
<summary>Update dependency gradle to v9</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/gradle-9.x`
  - Merge into: `master`
  - Upgrade [gradle](https://github.com/gradle/gradle) to `9.0.0`

</details>

---

 Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section.
If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions).

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

<!--renovate-config-hash:c72dc888f152cf4400811d3369f68351dc1805eae54fd59ba6210122225e3e50-->

Reviewed-on: #1
Co-authored-by: renovate-bot <renovate-bot@mobiusreactor.com>
Co-committed-by: renovate-bot <renovate-bot@mobiusreactor.com>
2025-08-21 21:24:57 +01:00
gradle/wrapper Update flatlaf/gson/gradle 2021-10-26 09:52:51 +01:00
src/main Fix paint tool interaction with properties 2021-10-29 09:50:04 +01:00
.gitattributes Normalise line endings 2020-10-11 08:33:16 +01:00
.gitignore Change build management from Maven to Gradle 2021-08-13 06:54:31 +01:00
.gitlab-ci.yml Fix readme link and tinker with CI/CD settings 2021-08-13 08:43:41 +01:00
build.gradle Update flatlaf/gson/gradle 2021-10-26 09:52:51 +01:00
gradlew Update flatlaf/gson/gradle 2021-10-26 09:52:51 +01:00
gradlew.bat Change build management from Maven to Gradle 2021-08-13 06:54:31 +01:00
README.md Fix readme link and tinker with CI/CD settings 2021-08-13 08:43:41 +01:00
renovate.json Configure Renovate (#1) 2025-08-21 21:24:57 +01:00
settings.gradle Change build management from Maven to Gradle 2021-08-13 06:54:31 +01:00

Advance Wars Map Editor

History

This program is a map editor for the Advance Wars franchise, allowing users to create maps to share online.

There are already similar programs, such as the AWS Map Editor by Roma_emu for AW1 - AW:DS, and my old DoR Map Editor. However, this editor is being written from scratch to implement features missing from previous editors, such as support for all four games, while still supporting the map file formats from the previous iterations.

The main motivation behind this project is to create a map editor which supports Custom Wars: Tactics. To meet that goal, it should be as customisable as possible to support any custom features that may be added to the game.

Download

Latest build: Here

Screenshots

Screenshot 1

Screenshot 2