Commit Graph

8 Commits

Author SHA1 Message Date
Collin Smith
78d59793e9 Added BRIGHTEN blend mode
Added BRIGHTEN blend mode which adds some contrast and lightens image
BRIGHTEN more closely matches the in-game effect than TINT_ID
Playing around with new blend modes -- will experiment with actual HSL method as well
2019-03-10 05:05:28 -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
aba07a0dca Created speech.txt table to map sound id to string tbl key
Created speech.txt table to map sound id to string tbl key
Added more generic Files.loadInternal to load internal tables
2019-03-04 18:59:38 -08:00
Collin Smith
e9b2d6f2fb Added some Android-specific config improvements
Disabled some unneeded features
Added status bar toggle cvar (need to resize screen)
2019-02-23 15:12:57 -08:00
Collin Smith
27976a3712 Repo cleanup 2019-02-21 00:20:31 -08:00
Collin Smith
2254bc925d Added INTERNET permission for Android 2019-01-14 01:53:15 -08:00
Collin Smith
bafe2b818f Added version label to main menu 2019-01-13 15:45:49 -08:00
Collin Smith
33db69ba69 init 2019-01-12 01:04:56 -08:00