summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Setup dev serverJoffrey Bion2019-08-03
|
* Fix local buildJoffrey Bion2019-08-03
|
* Implement basic reduxJoffrey BION2019-08-03
|
* Attempt at Kotlin/JS EAP build 1.3.50-eap-54jbion2019-08-01
|
* Attempt at Kotlin frontend pluginjbion2019-07-28
|
* Add SW static files to src/main/web (Kotlin build)jbion2019-07-28
|
* Create multiplatform SevenWondersClient based on KrossbowJoffrey BION2019-07-08
|
* Remove useless Travis CI configJoffrey BION2019-07-08
|
* Enable Gradle parallel buildJoffrey BION2019-07-02
|
* Upgrade to Kotlin 1.3.40Joffrey BION2019-07-02
|
* Upgrade gradle wrapper to 5.5Joffrey BION2019-07-02
|
* Allow any client to use the websocket APIjbion2019-06-13
|
* Fix module name in Heroku ProcFileJoffrey BION2019-06-01
|
* Only deploy master on herokuJoffrey BION2019-06-01
|
* Remove unnecessary Resources deserializer in test JacksonMapperJoffrey BION2019-05-31
|
* Remove extra spacejbion2019-05-22
|
* Upgrade gradle wrapper to 5.4.1jbion2019-05-22
|
* Use import aliases to remove annoying prefixesJoffrey BION2019-05-22
|
* Reorganize packages againJoffrey BION2019-05-22
|
* Reorder subprojects in settings.gradle to make more senseJoffrey BION2019-05-22
|
* Make common project multiplatformJoffrey BION2019-05-22
|
* Fix testsJoffrey BION2019-05-22
|
* Move common module declarations into api packageJoffrey BION2019-05-22
|
* Comment plugin management related to unused multiplatform pluginJoffrey BION2019-05-22
|
* Move some declarations to a better placejbion2019-05-20
|
* Fix some testsjbion2019-05-20
|
* WIP back to JVM for common module to see if it worksJoffrey BION2019-05-17
|
* Rationalize module namesJoffrey BION2019-05-16
|
* Remove GRADLE_METADATA feature to avoid breaking frontend buildJoffrey BION2019-05-16
|
* Extract game-model module from game-engineJoffrey BION2019-05-16
|
* Update yarn.lockJoffrey BION2019-05-16
|
* Centralize declaration of Kotlin plugin versionJoffrey BION2019-05-16
|
* Upgrade node, yarn, and gradle-node-plugin versionJoffrey BION2019-05-16
|
* Cleanup .gitinore filesJoffrey BION2019-05-16
|
* Remove extra import of polyfillsjbion2019-05-14
|
* Migrate root project's build.gradle to Kotlin DSLjbion2019-05-14
|
* Add rootProject.name in settings.gradlejbion2019-05-14
| | | | This is the recommended best practice, I guess to avoid having the project name depend on the root folder's name.
* Upgrade Kotlin version to 1.3.31jbion2019-05-14
|
* Add paragraph about TypeScript migrationjbion2019-05-13
|
* Rephrase Kotlin migration explanationjbion2019-05-13
|
* Remove flow-related stuffjbion2019-05-13
|
* Add generated react-app-env.d.tsjbion2019-05-13
|
* Convert index.js to TypeScriptjbion2019-05-07
|
* Fix yarn.lock private URLjbion2019-05-07
|
* Convert Application component to TypeScriptjbion2019-05-06
|
* Upgrade immutable JS to v4 to fix .map() typesJoffrey BION2019-05-06
|
* Add custom types for reflexboxJoffrey BION2019-05-06
|
* Migrate lobby components to TypeScriptJoffrey BION2019-05-06
|
* Migrate radial-maths components to TypeScriptJoffrey BION2019-05-06
|
* Migrate home components to TypeScriptJoffrey BION2019-05-06
|
bgstack15