Commit Graph

16 Commits

Author SHA1 Message Date
Collin Smith
09835a2071 Added quest status strings
Added quest status strings
Moved dialog scroll playback to playback button
2019-03-30 22:40:45 -07:00
Collin Smith
4029b96634 Fixed quests order
Fixed quests order
Added quests.txt table
2019-03-30 20:42:44 -07:00
Collin Smith
fc5786aa77 Deleted gdx.diablo 2019-03-29 04:00:50 -07:00
Collin Smith
722a179e94 Toned down the BRIGHTEN blend mode a bit 2019-03-19 13:51:18 -07:00
Collin Smith
3acd1ab0c5 Added DARKEN blendMode 2019-03-19 02:56:42 -07:00
Collin Smith
8c6a1e073e Fix for OpenGL ES not supporting 2 color channel assignment 2019-03-15 16:28:44 -07:00
Collin Smith
7404a5852d Added level entry label
Added level entry label
Added BlendMode.TINT_ID_RED since I can't subtract RGB components
Fixed EntryFile column in Levels.Entry
Added DCWrapper which wraps a DC in an Image and adds blending functionality
Exposed a Map's act
2019-03-15 16:24:19 -07:00
Collin Smith
d82a3005c2 Added effect to shader to increase contrast/brightness 2019-03-11 01:38:09 -07:00
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