summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* 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
* Fix booleans in model.tsJoffrey BION2019-05-06
* Migrate game-browser components to TypeScriptJoffrey BION2019-05-06
* Convert game components to TypeScriptJoffrey BION2019-05-06
* Convert store.js to TypeScriptJoffrey BION2019-05-06
* Simplify store.js using react-devtools-extensions packageJoffrey BION2019-05-06
* Convert redux sagas to TypeScriptjbion2019-05-06
* Convert reducers to typescriptJoffrey BION2019-05-06
* Convert redux actions to typescriptJoffrey BION2019-05-03
* Convert api package to typescriptJoffrey BION2019-05-03
* Add TypeScript supportJoffrey BION2019-05-03
* Remove unused reselect dependencyJoffrey BION2019-05-02
* Remove unused normalizr dependencyJoffrey BION2019-05-02
* Upgrade history to 4.9.0Joffrey BION2019-05-02
* Cleanup yarn.lock fileJoffrey BION2019-05-02
* Remove deprecated babel polyfill dependencyJoffrey BION2019-05-02
* Upgrade Blueprintjs to v3Joffrey BION2019-05-02
* Allow no frontend testsJoffrey BION2019-05-02
* Upgrade devDependenciesJoffrey BION2019-05-02
* Upgrade to react-scripts 3.0.0Joffrey BION2019-05-02
* Upgrade react to 16.8.3Joffrey BION2019-03-05
* Fix type declaration order in model.jsJoffrey BION2019-03-05
* Fix types in model.jsJoffrey BION2019-03-05
* Remove star importsJoffrey BION2019-03-05
* Update README with new frontend developmentsJoffrey BION2019-03-05
* Remove annoying scrollbarsjbion2019-03-02
* Add prepared move in turnInfojbion2019-02-28
* Simplify state and reducersjbion2019-02-27
bgstack15