Commit Graph

1312 Commits

Author SHA1 Message Date
Collin Smith
7b7874278e Ignored test case failure (see #129) 2020-11-22 18:41:46 -08:00
Collin Smith
6be4e48a1b Changed test case to pass 2020-11-22 18:20:00 -08:00
Collin Smith
8a37179c70 Disabled benchmarking in two test cases 2020-11-22 18:14:23 -08:00
Collin Smith
49757eb85f Level#valueOf(String,Level) now returns default value when name is null 2020-11-22 15:24:22 -08:00
Collin Smith
38fb0c13e8 Disabled DC6 logging 2020-11-22 13:59:17 -08:00
Collin Smith
a54fec91d8 Added support for LinuxInstallationFinder
Added support for LinuxInstallationFinder
Created stub for InstallationFinder for unknown platforms
2020-11-21 20:53:20 -08:00
Collin Smith
7c05c7ef63 Upgraded android support-annotations to 28.0.0 2020-11-21 17:16:06 -08:00
Collin Smith
ec39040b28 Code cleanup 2020-11-21 04:30:49 -08:00
Collin Smith
c888c9beb2 Integrated InstallationFinder into :desktop 2020-11-21 04:15:27 -08:00
Collin Smith
e660f2bd78 Created InstallationFinder to search for D2 installations and saved games 2020-11-21 03:54:59 -08:00
Collin Smith
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
Collin Smith
cc8f9c82a8 Added assets as resources root for :core 2020-11-18 10:51:13 -08:00
Collin Smith
7dbf087df3 Fixed generated sources path 2020-11-17 13:22:42 -08:00
Collin Smith
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
Collin Smith
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
Collin Smith
3e9b01bf02 Created saves command to output saves directory 2020-11-04 14:27:03 -08:00
Collin Smith
c20978bdca Created home command to output D2 home directory argument 2020-11-04 14:22:41 -08:00
Collin Smith
41035956d3 Fixes #122 2020-11-04 14:06:55 -08:00
Collin Smith
c94cef1890 Created stub for primary attack 2020-11-02 18:09:17 -08:00
Collin Smith
6924af03d6 Created stub for Actioneer#cast with specified sequence and mode 2020-11-02 18:08:11 -08:00
Collin Smith
9a1a66c778 Adjusted API slightly to log unexpected mode translations 2020-11-02 18:05:18 -08:00
Collin Smith
60247a6699 Added function to translate mode based on source entity type 2020-11-02 18:00:31 -08:00
Collin Smith
2820ba7566 Replaced Gdx.app logging with Riiablo logger 2020-11-02 17:42:12 -08:00
Collin Smith
d2ff1ec515 Replaced comment note with impl classes
Replaced comment note with impl classes
Removed assets hash map
Created AssetManager#update()
2020-11-01 12:10:56 -08:00
Collin Smith
1d5cfc3cea Added comment to help with direction of AssetManager change 2020-10-26 15:18:51 -07:00
Collin Smith
b8a428a5fd Created AsyncTask and SyncTask to manage tasks 2020-10-25 16:05:31 -07:00
Collin Smith
6f22e1353c Created MutableString wrapper for AsciiString
MutableString to be eventually replaced with UTF8 compliant AsciiString
Changed paths API to use MutableString instead of AsciiString
ResolveNotFound takes CharSequence as an argument instead of AsciiString
2020-10-24 23:53:07 -07:00
Collin Smith
ae083d176c Added support for PriorityContainer#unwrap(Iterable<PriorityContainer>) 2020-10-13 21:39:52 -07:00
collinsmith
9c389bbc36 Created PriorityContainer for resolver priorities 2020-10-13 12:51:46 -07:00
Collin Smith
43cccecec3 Iterative cleanup of com.riiablo.assets 2020-10-13 08:50:49 -07:00
Collin Smith
d136e3d599 Replaced Pathfinder dependency with Actioneer#moveTo 2020-10-09 12:34:32 -07:00
Collin Smith
c305f1c586 Removed Pathfinder system injection from CursorMovementSystem 2020-10-09 12:32:26 -07:00
Collin Smith
9c7a7f9795 Implemented EngineConfig (see #109) 2020-10-08 23:48:53 -07:00
Collin Smith
30bd940846 Created basic BinkVideo packet and added additional logging to BinkAudio 2020-10-08 22:13:38 -07:00
collinsmith
1e9695a125 Reordered log message output 2020-10-06 11:54:50 -07:00
collinsmith
2dd14725c4 Implemented error checking and killing of audio threads when player is disposed 2020-10-06 11:53:01 -07:00
collinsmith
46b52ccbf6 Pass BIK reference to child BinkAudio for flags and version validation 2020-10-06 11:35:09 -07:00
collinsmith
292747adb3 Fixed passing incorrect buffer 2020-10-06 11:02:54 -07:00
collinsmith
be2e0d005c Created AudioPacket and basic executor 2020-10-06 10:55:04 -07:00
collinsmith
3803abb02b Implemented frame delta with time steps 2020-10-06 10:28:26 -07:00
collinsmith
ac5ec5f0d8 Resolve keyframe at decode layer so that info is preserved without creating extra data 2020-10-06 10:13:37 -07:00
collinsmith
a6f4aeb467 Better slicing of audio and video packets per frame 2020-10-06 09:59:38 -07:00
collinsmith
db97517cd2 Perform keyframe checking and masking of offsets table 2020-10-05 10:51:06 -07:00
Collin Smith
fac0f9fd5d Changed Bink code to help with debugging and testability 2020-10-05 01:46:06 -07:00
Collin Smith
bb8a621d5d Additional work on Bink video codec 2020-10-05 00:49:04 -07:00
Collin Smith
2bbd3f0c9c Created BIK coded along with BinkAudio and BinkVideo (see #59) 2020-10-04 16:58:22 -07:00
Collin Smith
58d31d0634 Adjusted API of UnsafeNarrowing to be more useful
UnsafeNarrowing is now loosely coupled with InvalidFormat via UnsafeNarrowing#wrapAndThrow
UnsafeNarrowing can now be passed an optional offset value
2020-10-03 00:56:58 -07:00
Collin Smith
08bc23160f Increased robustness of UnsafeNarrowing exception
UnsafeNarrowing now requires a ByteInput argument to track where exception was thrown
Changed visibility of BitConstraints to public
Added BitConstraints safeXXu checkers for BitInput as well as ByteInput
2020-10-02 22:03:54 -07:00
Collin Smith
5a9d179e15 Ported readSafeXXu methods from ByteInput to BitInput 2020-10-02 21:01:14 -07:00
Collin Smith
35eaccf9a9 RiiabloTest changes logger to synchronous appender 2020-10-02 18:57:06 -07:00