Commit Graph

33 Commits

Author SHA1 Message Date
Collin Smith
b05ca8b092 Fixed non-zero exit code warning in supported platforms 2021-11-24 14:08:26 -08:00
Collin Smith
0eea5e2793 Migrated libgdx 1.9.13 -> 1.9.14
Migrated libgdx 1.9.13 -> 1.9.14
Removed gdx-jnigen dependency (waterfalled from within gdx-video correctly now)
Separated gdx-controllers version 1.9.14 -> 2.2.0
Changed HeadlessApplicationConfiguration#renderInterval to #updatedPerSecond
2021-05-28 15:30:15 -07:00
Collin Smith
f32356ccfb Reformatted :desktop and :mpqviewer build scripts
Reformatted :desktop and :mpqviewer build scripts
Moved :mpqviewer resources into src/main/resources
Enabled EXCLUDE flag for duplicate dependencies for jar task
Excluded many local assets from :desktop:jar
2020-11-23 17:01:15 -08:00
Collin Smith
ff12375815 Fixed formatting 2020-11-23 16:37:02 -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
37c6ee0984 Reformatted 'saves' cli arg 2020-11-22 14:21:43 -08:00
Collin Smith
3be16a0775 Reformatted 'd2' cli arg 2020-11-22 14:19:52 -08:00
Collin Smith
f1f89c9731 Reformatted 'allow-software-mode' cli arg 2020-11-22 14:17:02 -08:00
Collin Smith
7e004917d1 Reformatted 'log-level' cli arg 2020-11-22 14:14:35 -08:00
Collin Smith
938ab653be Reformatted 'fps' cli arg 2020-11-22 14:10:16 -08:00
Collin Smith
1fefdef5ea Reformatted 'windowed' cli arg 2020-11-22 14:07:14 -08:00
Collin Smith
8cfc94bde7 Reformatted 'help' cli arg 2020-11-22 14:05:18 -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
44f64330b5 Removed log message -- client will tell user this message at runtime 2020-11-21 20:57:01 -08:00
Collin Smith
c888c9beb2 Integrated InstallationFinder into :desktop 2020-11-21 04:15:27 -08:00
Collin Smith
fae6605e13 Fixed incorrect name 2020-11-20 22:59:22 -08:00
Collin Smith
47679e08e5 Replaced deprecated archivePath with archiveFile 2020-11-20 22:52:20 -08:00
Collin Smith
b9080f6959 Implemented gradle application plugin 2020-11-18 01:26:57 -08:00
Collin Smith
2fd6d3bb2c Changed assets path to be relative to rootProject directory 2020-11-17 20:09:00 -08:00
Collin Smith
3eadf591c1 Moved android/assets/ to assets/ 2020-11-17 19:49:45 -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
ffc66455d2 Upgraded gradle wrapper to 5.0 2020-11-11 00:13:44 -08:00
Collin Smith
41035956d3 Fixes #122 2020-11-04 14:06:55 -08:00
Collin Smith
019257511d Changes resulting from #62 2019-10-22 22:27:04 -07:00
Collin Smith
e3588a6c88 Recommitting the window size configs (will be used over cli args in future) 2019-07-03 12:55:15 -07:00
Jan Šimek
67193f52dc Fixed launching the game without resolution arguments 2019-07-03 19:21:47 +02:00
Collin Smith
cc2ea8ba00 Removed eclipse stuff from gradle (was giving warnings and completely unused) 2019-06-24 03:25:43 -07:00
Collin Smith
fc5786aa77 Deleted gdx.diablo 2019-03-29 04:00:50 -07:00
Collin Smith
06804443fc Refactored naming to Riiablo
Copied over code and fixed some core design issues (much more to come)
Leaving in old code still for now in case some bugs were introduced
Re-designed most of the UI to be far more dynamic in its scaling
Added detection for the android soft keyboard and some UI elements will now actively display above it
Cleanup of old files (not including the old code-base)
Fixed item code 0x53 which was mislabeled
Rewrote Entity class to remove Vector3 dependency and add support for indexed fields
Console cvar completion no longer cares about character case
Added TINT_ID blend mode to add the current color to the image (will use later to highlight entities)
Added very basic controller support (namely splash and main menu)
Redesigned CharacterPreview to be a watered-down player entity instead of a completely separate code-base
Added AnimationWrapper and EntityWrapper classes to assist with adding game elements to Stage
Lots more undocumented changes
2019-03-09 00:16:44 -08:00
Collin Smith
fa15a81bf6 Minor changes 2019-03-05 21:22:26 -08:00
Collin Smith
d75fa8661c Added basic multiplayer lobby support 2019-01-16 20:42:46 -08:00
Collin Smith
33db69ba69 init 2019-01-12 01:04:56 -08:00