Commit Graph

35 Commits

Author SHA1 Message Date
Collin Smith
dbb0866985 Adding cool awesome looking project file icon for IntelliJ 2021-11-30 16:16:30 -08:00
Collin Smith
b040835ddb Added missing code style config 2021-11-27 23:38:26 -08:00
Collin Smith
5fcc4a6a59 Moved idea run configurations from .idea\runConfigurations\ to .run\ 2021-11-26 20:39:13 -08:00
Collin Smith
1324adf677 Revised code style -- enabled space within braces 2021-09-08 23:03:50 -07:00
Collin Smith
9241e3a898 Upgraded riiablo:core tests from JUnit 4 -> JUnit 5
Upgraded riiablo:core tests from JUnit 4 -> JUnit 5
Changed source and target compatibility for riiablo:core to Java 8
Adjusted project style to organize JUnit imports more cleanly
2021-07-14 22:00:59 -07:00
Collin Smith
bb5351646f Updated run configuration modules to be compatible with IntelliJ 2021.1 2021-04-09 21:54:46 -07:00
Collin Smith
7ae6f66aa8 Added soft margins at 80 (javadoc) and 120 (hard limit) 2021-01-14 11:20:34 -08:00
Collin Smith
16c12ec118 Set MD files to auto wrap on typing 2020-12-12 22:52:36 -08:00
Collin Smith
95845c0ba1 Updated project style 2020-12-11 20:27:18 -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
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
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
Collin Smith
ac20cc98b9 Updated idea project config 2020-11-23 16:01:47 -08:00
Collin Smith
ea8a4f1f5e Migrated font metrics tool to tools:font-metrics 2020-11-22 22:56:42 -08:00
Collin Smith
e5c75ae41a Updated cli args and logging to be more useful in :desktop
Updated cli args and logging to be more useful in :desktop
Rolled com.riiablo.logger into log-level arg -- will deprecate gdx logger
2020-11-22 15:31:27 -08:00
Collin Smith
872126d2de Replaced -i {x} and -o {h} cli args with -v {w}x{h} 2020-11-22 14:03:38 -08:00
Collin Smith
9d98168879 Updated project style for line comments 2020-11-21 16:30:02 -08:00
Collin Smith
7a2dfeb18a Upgraded tools:map-viewer to use cli args
Upgraded tools:map-viewer to use cli args
Deprecated old-style MapViewer constructors
Replaced old-style logging with new
2020-11-20 23:35:08 -08:00
Collin Smith
a428615e5f Moved map viewer into tools:map-viewer 2020-11-20 22:44:43 -08:00
Collin Smith
980af282ab Updated project style
Set groovy script tab size to match java tab size
2020-11-20 22:39:54 -08:00
Collin Smith
e50906cbf1 Updated project style 2020-11-20 22:15:19 -08:00
Collin Smith
80a6d236fe Fixed BinGenerationTool paths and run configuration 2020-11-20 17:13:52 -08:00
Collin Smith
fb7877295f Updated intellij run configurations to gradle-migration values 2020-11-20 16:45:03 -08:00
Collin Smith
3eadf591c1 Moved android/assets/ to assets/ 2020-11-17 19:49:45 -08:00
Collin Smith
7fe8e8d66a Added Project-specific code style to repo 2020-10-10 12:40:19 -07:00
Collin Smith
99256902e9 Added D2 finder to search for cofs in d2 files or dump d2 file entries 2019-12-03 21:30:06 -08:00
Collin Smith
10ad5a354a Created COF finder tool 2019-12-02 16:59:01 -08:00
Collin Smith
9f5d134eee Added MSI (master slave instancer) to create child D2GS processes
Added MSI (master slave instancer) to create child D2GS processes
This is intended to act as a temp structure for testing until support for actual servers are added where an API can generate proper instances
2019-11-30 20:02:36 -08:00
Collin Smith
ac35310ace Added MCP server module which acts as the server browser
Added MCP server module which acts as the server browser
MCP only supports listing games at this time
Minor changes to LoginScreen to reflect how LobbyScreen was written differently
Added desktop with networking run config which starts up server instances and then a client
Created GameSession class which is used as a cache for mcp GameSession packets
2019-11-30 01:46:56 -08:00
Collin Smith
5e23ac48b0 Moved BNLS to separate module and removed old server module as it's all deprecated now anyways 2019-11-29 22:04:17 -08:00
Collin Smith
79edc35196 Updated gitignore -- added .idea/runConfigurations to version control 2019-11-26 19:16:00 -08:00