Commit Graph

1537 Commits

Author SHA1 Message Date
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
6d0d0ae59a Implemented gradle application plugin into :server:netty 2020-11-19 12:50:40 -08:00
Collin Smith
dc2a12f03d Removed unused import 2020-11-19 12:50:26 -08:00
Collin Smith
e70f742f33 Implemented gradle application plugin into :server:mcp 2020-11-19 12:04:10 -08:00
Collin Smith
7894deb6c9 Implemented gradle application plugin into :server:bnls 2020-11-19 12:02:53 -08:00
Collin Smith
98bac98fb9 Changed std in assignment to method call 2020-11-19 12:01:26 -08:00
Collin Smith
1b138e29fa Implemented gradle application plugin into :server:bncs 2020-11-19 12:01:03 -08:00
Collin Smith
9c928bc559 Removed lwjgl3 config -- headless 2020-11-19 11:51:31 -08:00
Collin Smith
0129b7c6fb Changed archiveBaseName to project.name 2020-11-19 11:42:17 -08:00
Collin Smith
66ef6ecfe0 Implemented gradle application plugin into :server:d2gs 2020-11-19 11:40:42 -08:00
Collin Smith
374fc8faa9 Implemented gradle application plugin 2020-11-19 10:20:35 -08:00
Collin Smith
cc8f9c82a8 Added assets as resources root for :core 2020-11-18 10:51:13 -08:00
Collin Smith
7439a078d3 Merge branch 'gradle-migration' of https://github.com/collinsmith/riiablo into gradle-migration 2020-11-18 10:36:26 -08:00
Collin Smith
33bd93b2e1 Merge branch 'master' of https://github.com/collinsmith/riiablo into gradle-migration 2020-11-18 10:35:08 -08:00
Collin Smith
b9080f6959 Implemented gradle application plugin 2020-11-18 01:26:57 -08:00
Collin Smith
402251eb86 Changed string double to single quotes to match style 2020-11-17 20:24:15 -08:00
Collin Smith
723bde52b5 Removed robovm version dependency 2020-11-17 20:21:33 -08:00
Collin Smith
6c5c348966 Improved formatting of .gitignore
Improved formatting of .gitignore
Removed many duplicate/unused entries
2020-11-17 20:20:08 -08:00
Collin Smith
2fd6d3bb2c Changed assets path to be relative to rootProject directory 2020-11-17 20:09:00 -08:00
Collin Smith
6c34cdcf37 Removed mpqlib subproject from settings.gradle 2020-11-17 20:00:17 -08:00
Collin Smith
3eadf591c1 Moved android/assets/ to assets/ 2020-11-17 19:49:45 -08:00
Collin Smith
e525d4308c Moved android gradle plugin version to gradle.properties 2020-11-17 19:41:45 -08:00
Collin Smith
73b527cce8 Updated gradle wrapper to 6.7.1 2020-11-17 16:30:48 -08:00
Collin Smith
278cf4c232 Updated gradle wrapper to 6.0 2020-11-17 16:22:17 -08:00
Collin Smith
6b03ba1e17 Changed appName to riiablo 2020-11-17 13:26:52 -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
c0fe73ee90 Disabled gradle configuration on demand 2020-11-14 00:29:48 -08:00
Collin Smith
90b2cf3c87 Changed default org.gradle.jvmargs for gradle wrapper 2020-11-14 00:28:18 -08:00
Collin Smith
33f96d791a Replaced gradle compile keyword with api and implementation
Replaced gradle compile keyword with api and implementation
Changed :core project to java-library plugin from java
2020-11-14 00:20:04 -08:00
Collin Smith
0a6bf46e68 Updated readme video and gif to September test 2020-11-12 10:03:24 -08:00
Collin Smith
ffc66455d2 Upgraded gradle wrapper to 5.0 2020-11-11 00:13:44 -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
5b5ecd8fbe Added +x to gradlew 2020-10-25 16:36:04 -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
7fe8e8d66a Added Project-specific code style to repo 2020-10-10 12:40:19 -07:00