2020-11-21 13:15:57 +07:00
|
|
|
rootProject.name = 'riiablo'
|
|
|
|
|
2019-12-01 06:48:30 +07:00
|
|
|
include 'core'
|
|
|
|
include 'desktop'
|
|
|
|
include 'android'
|
2020-11-25 14:21:26 +07:00
|
|
|
|
2020-12-14 16:50:20 +07:00
|
|
|
include 'excel:core'
|
|
|
|
include 'excel:annotations'
|
|
|
|
include 'excel:excel-test'
|
|
|
|
include 'excel:annotation-processor'
|
|
|
|
|
2020-12-16 03:07:38 +07:00
|
|
|
include 'table:core'
|
|
|
|
include 'table:annotations'
|
|
|
|
include 'table:integration'
|
|
|
|
include 'table:annotation-processor'
|
|
|
|
|
2020-11-25 14:21:26 +07:00
|
|
|
include 'server:bnls'
|
|
|
|
include 'server:bncs'
|
|
|
|
include 'server:mcp'
|
|
|
|
include 'server:d2gs'
|
2020-06-14 07:42:05 +07:00
|
|
|
include 'server:netty'
|
2020-11-25 14:21:26 +07:00
|
|
|
|
2021-11-28 14:42:18 +07:00
|
|
|
include 'tools:backends:backend-core'
|
|
|
|
include 'tools:backends:backend-headless'
|
|
|
|
include 'tools:backends:backend-lwjgl'
|
|
|
|
include 'tools:backends:backend-lwjgl3'
|
2020-11-27 07:32:26 +07:00
|
|
|
include 'tools:mpq-viewer'
|
2020-11-21 13:44:43 +07:00
|
|
|
include 'tools:map-viewer'
|
2020-11-23 13:56:42 +07:00
|
|
|
include 'tools:font-metrics'
|
2020-11-25 09:14:33 +07:00
|
|
|
include 'tools:d2s-reader'
|
2020-11-25 14:04:39 +07:00
|
|
|
include 'tools:camera'
|
2020-11-25 14:16:20 +07:00
|
|
|
include 'tools:direction'
|
2020-11-26 18:29:10 +07:00
|
|
|
include 'tools:ds1-viewer' // deprecated
|
2021-01-14 14:54:23 +07:00
|
|
|
include 'tools:video-player'
|
2021-09-17 08:00:19 +07:00
|
|
|
include 'tools:physics'
|
2020-12-13 12:33:03 +07:00
|
|
|
include 'tools:excel-serializer-generator'
|
2021-07-24 14:57:18 +07:00
|
|
|
include 'tools:map-debugger'
|
2021-11-28 14:42:18 +07:00
|
|
|
include 'tools:old'
|
2020-11-25 14:21:26 +07:00
|
|
|
|
|
|
|
include 'tester' // deprecated
|