Collin Smith
a74c3213a2
Changed version to 0.0.3-SNAPSHOT
2020-12-05 01:03:44 -08:00
Collin Smith
e27d6bba73
Merge branch 'master' of https://github.com/collinsmith/riiablo into excel-refactor
2020-12-04 19:51:55 -08:00
Collin Smith
2c73bff490
Added code to append unchecked and deprecation checks to Java compiler
2020-12-04 19:51:37 -08:00
Collin Smith
8facf698b4
Incremented version to 0.0.3
2020-12-04 19:48:16 -08:00
Collin Smith
9ea79c90e8
Removes Guava dependency
2020-12-04 19:36:56 -08:00
Collin Smith
073f73e1a3
Resolves #130
2020-12-04 19:36:34 -08:00
Collin Smith
9ba8608af4
Resolved compile unchecked cast warnings in ClassUtils
2020-12-03 01:42:49 -08:00
Collin Smith
659e812e83
Resolved or documented deprecation warnings for suppression
2020-12-02 11:57:06 -08:00
Collin Smith
0410eb2505
Resolved libGDX update deprecation
2020-12-02 11:52:24 -08:00
Collin Smith
42f077d680
Improved organization of :core build.gradle
2020-12-02 00:29:08 -08:00
Collin Smith
cb4c7596bf
Moved flatbuffers src to correct directory
2020-12-01 21:36:52 -08:00
Collin Smith
0e2313c44a
Disable :core:createFlatBuffers task at configuration level if building on non-Windows
...
Disable :core:createFlatBuffers task at configuration level if building on non-Windows
Added warning messages stating that it's been disabled (should add check)
2020-12-01 18:21:49 -08:00
Collin Smith
85780c6ba8
Created :core:generateSources gradle task
...
:core:generateSources calls :core:createFlatBuffers
:core:createFlatBuffers will only error out if not up-to-date on non-windows
:core:compileJava depends on :core:generateSources
2020-12-01 17:43:02 -08:00
Collin Smith
f81198781d
Moved flatbuffers schemas to src/main/flatbuffers source
2020-12-01 17:07:10 -08:00
Collin Smith
85731f8fa4
Supressed some deprecation warnings
2020-12-01 13:11:06 -08:00
Collin Smith
080ac483ed
Updated flatbuffers version to 1.12.0 (see #132 )
2020-12-01 13:06:45 -08:00
Collin Smith
9c3fc7bb58
Fixed animated image links
...
Changed single_player.webp to multi_player.webp
Added corrected single_player.webp
2020-12-01 12:04:31 -08:00
Collin Smith
26e3656964
Experiment with embedding webp directly
2020-12-01 12:01:24 -08:00
Collin Smith
bc09b648a4
Changed links to relative links
2020-12-01 11:52:21 -08:00
Collin Smith
947be596d1
Updated IDEA logo
2020-12-01 11:50:50 -08:00
Collin Smith
c11fe5dcd0
Added IDEA logo to README
2020-12-01 11:46:41 -08:00
Collin Smith
6e44b4d745
Refined flatbuffers dependency implementation (see #132 )
...
Included flatc.exe within repository (v1.11.0 binary)
Added check within :core:createFlatBuffers task for Windows OS family
Added flatbuffersVersion variable within gradle.properties to 1.11.0
Changed many fields to variables and implemented flatbuffers closure
2020-12-01 10:02:07 -08:00
Collin Smith
fb089185c1
Fixed code style
2020-12-01 09:55:49 -08:00
Collin Smith
61cb66514b
Removed argument from SerializerGenerator#generateSerializers
2020-11-30 11:37:28 -08:00
Collin Smith
9122c29f03
Removed explicit default constructor declaration
2020-11-30 11:21:07 -08:00
Collin Smith
51ce483944
Merge branch 'master' of https://github.com/collinsmith/riiablo into excel-refactor
2020-11-30 11:14:34 -08:00
Collin Smith
468ecf7201
Updated org.apache.commons:commons-lang3 from 3.6 -> 3.9
...
3.10+ were causing a program hang (see #131 )
2020-11-30 10:56:58 -08:00
Collin Smith
2d5e377aca
Created excel-refactor containing excel 2.0
2020-11-29 17:58:51 -08:00
Collin Smith
af2a5737fa
Simplified :core generated sources assignment
2020-11-29 17:52:36 -08:00
Collin Smith
51d71252cb
Added boolean support
...
Created ByteInput#readBoolean(boolean)
Created ByteOutput#writeBoolean(boolean)
2020-11-29 00:56:41 -08:00
Collin Smith
d847297032
Updated logging for cli errors relating to org.apache.commons.cli.ParseException
2020-11-27 02:21:41 -08:00
Collin Smith
495dbefa9f
Deprecated com.riiablo.entity.DirectionTool
2020-11-26 19:39:31 -08:00
Collin Smith
e47bb8c888
Moved :mpqviewer into :tools:mpq-viewer
...
Upgraded visuiVersion for :tools to 1.4.2
Added encoding configuration for :tools subprojects
2020-11-26 16:48:58 -08:00
Collin Smith
4629af164e
Amending previous commit with one additional refactor
2020-11-26 14:26:57 -08:00
Collin Smith
f5a60935a8
Replaced the majority of guava usages with apache commons equivalents
2020-11-26 14:25:10 -08:00
Collin Smith
f98c9575a6
Refactored :ds1viewer to :tools:ds1-viewer
2020-11-26 03:29:10 -08:00
Collin Smith
0f886ecfbe
Created reference to :mpqviewer project within :tools as :tools:mpq-viewer
2020-11-26 03:25:51 -08:00
Collin Smith
770e583c55
Added metadata to :tools subprojects describing what the tool does
2020-11-26 03:06:57 -08:00
Collin Smith
aec0a8c07f
Created delegate InstallationFinder impl for MacInstallationFinder
...
Delegate references LinuxInstallationFinder
2020-11-26 02:40:42 -08:00
Collin Smith
d07f7df1c6
Replaced home path checking with function call
2020-11-26 02:30:46 -08:00
Collin Smith
cf8ddc09f1
Updated version string to 0.0.2
2020-11-25 23:30:48 -08:00
Collin Smith
c48c489dea
Added Actioneer to world
2020-11-25 13:26:39 -08:00
Collin Smith
794cf151b9
Updated readme with recent gradle changes and (hopefully) better descriptions
2020-11-25 01:27:56 -08:00
Collin Smith
bdeeed7e82
Committing kotlin style settings to shut up IDEA
...
Committing kotlin style settings to shut up IDEA
Enabled some additional style settings for MD files
2020-11-25 01:27:26 -08:00
Collin Smith
8a373bb2e6
Created idea run configurations for BNCS and D2GS
2020-11-25 00:25:39 -08:00
Collin Smith
6350f7a37e
Reverted debug run configs to idea application
2020-11-25 00:09:14 -08:00
Collin Smith
5ca06df597
Reformatted settings.gradle
2020-11-24 23:21:26 -08:00
Collin Smith
8e1040ebb7
Migrated DirectionTool to gradle run configuration
2020-11-24 23:16:20 -08:00
Collin Smith
271a989dd1
Created gradlized run configurations for tools
2020-11-24 23:09:00 -08:00
Collin Smith
3084aab616
Migrated many run configurations to gradle
2020-11-24 23:06:28 -08:00