33abf641c9
Renamed TxtParser methods to current usage patterns
2020-12-08 23:33:27 -08:00
4800f0412e
Resolved log message dynamic dispatch issue via casting
2020-12-08 23:32:02 -08:00
d49a81c395
Second iteration of revision of excel-refactor
2020-12-08 20:30:09 -08:00
06adbf1dcf
Removed unnecessary checks
2020-12-07 18:58:03 -08:00
e95411388c
Updated Excel class logging
2020-12-07 11:31:52 -08:00
ea2ff28d61
Implemented MDC into Excel class logging
2020-12-07 11:26:25 -08:00
99cb75341d
Created unit test for TxtParser
2020-12-07 10:56:41 -08:00
9171fe8f74
Created BinGenerator
2020-12-07 10:33:07 -08:00
f60040a5d2
Refactored com.riiablo.excel
...
Replaced logging with com.riiablo.logger
Renamed fields to more accurately reflect use
Propagate exceptions to caller to help with exception handling
2020-12-07 02:16:37 -08:00
e27d6bba73
Merge branch 'master' of https://github.com/collinsmith/riiablo into excel-refactor
2020-12-04 19:51:55 -08:00
2c73bff490
Added code to append unchecked and deprecation checks to Java compiler
2020-12-04 19:51:37 -08:00
9ea79c90e8
Removes Guava dependency
2020-12-04 19:36:56 -08:00
073f73e1a3
Resolves #130
2020-12-04 19:36:34 -08:00
9ba8608af4
Resolved compile unchecked cast warnings in ClassUtils
2020-12-03 01:42:49 -08:00
659e812e83
Resolved or documented deprecation warnings for suppression
2020-12-02 11:57:06 -08:00
0410eb2505
Resolved libGDX update deprecation
2020-12-02 11:52:24 -08:00
42f077d680
Improved organization of :core build.gradle
2020-12-02 00:29:08 -08:00
cb4c7596bf
Moved flatbuffers src to correct directory
2020-12-01 21:36:52 -08:00
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
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
f81198781d
Moved flatbuffers schemas to src/main/flatbuffers source
2020-12-01 17:07:10 -08:00
85731f8fa4
Supressed some deprecation warnings
2020-12-01 13:11:06 -08:00
080ac483ed
Updated flatbuffers version to 1.12.0 (see #132 )
2020-12-01 13:06:45 -08:00
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
fb089185c1
Fixed code style
2020-12-01 09:55:49 -08:00
61cb66514b
Removed argument from SerializerGenerator#generateSerializers
2020-11-30 11:37:28 -08:00
9122c29f03
Removed explicit default constructor declaration
2020-11-30 11:21:07 -08:00
51ce483944
Merge branch 'master' of https://github.com/collinsmith/riiablo into excel-refactor
2020-11-30 11:14:34 -08:00
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
2d5e377aca
Created excel-refactor containing excel 2.0
2020-11-29 17:58:51 -08:00
af2a5737fa
Simplified :core generated sources assignment
2020-11-29 17:52:36 -08:00
51d71252cb
Added boolean support
...
Created ByteInput#readBoolean(boolean)
Created ByteOutput#writeBoolean(boolean)
2020-11-29 00:56:41 -08:00
4629af164e
Amending previous commit with one additional refactor
2020-11-26 14:26:57 -08:00
f5a60935a8
Replaced the majority of guava usages with apache commons equivalents
2020-11-26 14:25:10 -08:00
aec0a8c07f
Created delegate InstallationFinder impl for MacInstallationFinder
...
Delegate references LinuxInstallationFinder
2020-11-26 02:40:42 -08:00
7b7874278e
Ignored test case failure (see #129 )
2020-11-22 18:41:46 -08:00
6be4e48a1b
Changed test case to pass
2020-11-22 18:20:00 -08:00
8a37179c70
Disabled benchmarking in two test cases
2020-11-22 18:14:23 -08:00
49757eb85f
Level#valueOf(String,Level) now returns default value when name is null
2020-11-22 15:24:22 -08:00
38fb0c13e8
Disabled DC6 logging
2020-11-22 13:59:17 -08:00
a54fec91d8
Added support for LinuxInstallationFinder
...
Added support for LinuxInstallationFinder
Created stub for InstallationFinder for unknown platforms
2020-11-21 20:53:20 -08:00
7c05c7ef63
Upgraded android support-annotations to 28.0.0
2020-11-21 17:16:06 -08:00
ec39040b28
Code cleanup
2020-11-21 04:30:49 -08:00
c888c9beb2
Integrated InstallationFinder into :desktop
2020-11-21 04:15:27 -08:00
e660f2bd78
Created InstallationFinder to search for D2 installations and saved games
2020-11-21 03:54:59 -08:00
859d0888bf
Moved gradle version variables to gradle.properties
...
Moved gradle version variables to gradle.properties
Replaced some inline box2d light versions variables
Added commented config for artemis:weave task
2020-11-20 15:44:52 -08:00
cc8f9c82a8
Added assets as resources root for :core
2020-11-18 10:51:13 -08:00
7dbf087df3
Fixed generated sources path
2020-11-17 13:22:42 -08:00
9c18e18a9c
Reorganized gradle scripts into subproject directories
...
Reorganized gradle scripts into subproject directories
Reformatted gradle scripts to be more consistent
Created :server subproject group
Deleted :mpqlib subproject due to inactivity
Hopefully this is a step in the right direction
2020-11-16 23:14:33 -08:00
269f283c9b
Changed to standard gradle src directory structure
...
Changed to standard gradle src directory structure
Changed some working directories to work properly with gradle tasks
Changed MPQViewer asset path to empty string
2020-11-15 23:49:18 -08:00