summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Prevent the creation of empty versions.properties filesJoffrey Bion2023-07-05
|
* Format libs.versions.tomlJoffrey Bion2023-07-05
|
* Upgrade Gradle wrapper to 8.2Joffrey Bion2023-07-05
|
* Upgrade Spring to 3.1.1Joffrey Bion2023-07-05
|
* Upgrade logback classic to 1.4.8Joffrey Bion2023-07-05
|
* Upgrade micrometer-registry-prometheus to 1.11.1Joffrey Bion2023-07-05
|
* Update loki logback appender to 1.4.1Joffrey Bion2023-07-05
|
* Upgrade Krossbow to 5.3.0Joffrey Bion2023-07-05
|
* Upgrade kotlinx serialization to 1.5.1Joffrey Bion2023-07-05
|
* Simplify platformJoffrey Bion2023-06-09
|
* Add ability to randomly generate game nameJoffrey Bion2023-06-09
|
* Upgrade to Kotlin 1.8.22Joffrey Bion2023-06-09
|
* Update decisions history with the last developmentsJoffrey Bion2023-05-01
|
* Cleanup clutter in decisions_historyJoffrey Bion2023-05-01
| | | | | | | | We don't need the author in every paragraph anymore since I'm the only one writing there now. I also removed the "keys" in each paragraph, as usually the title contains the relevant keyword. Also, I rearranged line breaks in the last section, because for some reason it had shorter lines
* Use DSL sugar to access commonMain source set and avoid warningsJoffrey Bion2023-05-01
|
* Use existing Gradle updater action instead of custom workflowJoffrey Bion2023-05-01
|
* Cancel asserter collections before disconnecting in testsJoffrey Bion2023-04-30
|
* Use kotlinx-coroutines-test in sw-uiJoffrey Bion2023-04-30
|
* Remove unnecessary GlobalScope usageJoffrey Bion2023-04-30
| | | | | | | We used GlobalScope to emit redux actions to the shared flow of actions. This means we technically had an unlimited buffer of actions but we used the coroutines queue to represent it instead of just defining the flow as such in the first place.
* Cleanup experimental annotationsJoffrey Bion2023-04-30
|
* Prevent duplicate cards even with "special free" abilityJoffrey Bion2023-04-30
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/142
* Fix missing West Trading Post as parent for ForumJoffrey Bion2023-04-30
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/163
* Fix hand rotation indicator's placement (out of view)Joffrey Bion2023-04-30
|
* Fix discard action (empty transactions popup)Joffrey Bion2023-04-30
|
* Upgrade to Spring Boot 3.0Joffrey Bion2023-04-30
|
* Upgrade Kotlin to 1.8.21Joffrey Bion2023-04-30
|
* Upgrade gradle enterprise plugin to 3.13Joffrey Bion2023-04-30
|
* Increase Kotlin compiler daemon's memoryJoffrey Bion2023-04-30
|
* Upgrade to Krossbow 5.1.0 and Kotlinx Serialization 1.5.0Joffrey Bion2023-04-30
|
* Upgrade Gradle Wrapper to 8.1.1Gradle Update Workflow2023-04-30
|
* Upgrade Gradle Wrapper to 8.1Gradle Update Workflow2023-04-13
|
* Migrate to new Kotlin/React API and Emotion stylesJoffrey Bion2023-02-01
|
* Upgrade to BlueprintJS 4 (wrapper 7)Joffrey Bion2023-01-29
|
* Upgrade to Kotlin 1.8 and JS IRJoffrey Bion2023-01-29
|
* Upgrade to react 18 with kotlin-wrappers BOMJoffrey Bion2023-01-29
|
* Remove broken build badgeJoffrey Bion2023-01-06
|
* Upgrade Gradle Wrapper to 7.6Gradle Update Workflow2022-11-26
|
* Change website badge on README to HTTPJoffrey Bion2022-11-06
|
* Upgrade Spring boot plugin to 2.7.5Joffrey Bion2022-11-06
|
* Upgrade Logback to 1.2.11 and slf4j to 1.7.36Joffrey Bion2022-11-06
|
* Upgrade loki logback appender to 1.3.2Joffrey Bion2022-11-06
|
* Upgrade micrometer-registry-prometheus to 1.9.5Joffrey Bion2022-11-06
|
* Upgrade Kotlinx Serialization to 1.4.1Joffrey Bion2022-11-06
|
* Upgrade coroutines to 1.6.4Joffrey Bion2022-11-06
|
* Upgrade Krossbow to 4.4.0Joffrey Bion2022-11-06
|
* Upgrade Kotlin to 1.7.20Joffrey Bion2022-11-06
|
* Add refreshVersions plugin to upgrade more easilyJoffrey Bion2022-11-06
|
* Upgrade docker actionsJoffrey Bion2022-11-05
|
* Switch to official gradle-build-actionJoffrey Bion2022-11-05
|
* Add internal label to dependabot PRs upgrading github actionsJoffrey Bion2022-11-05
|
bgstack15