Collin Smith
ede01ecf3d
Added SequenceSystem and SequenceComponent to provide state transitions
2019-11-29 00:05:01 -08:00
Collin Smith
10dedcfecb
Added and disabled map disposing due to bug with multiple instances
2019-11-28 18:11:36 -08:00
Collin Smith
2139747d0c
Fixed issue where game would crash if trying to enter multiple games in a single instance
2019-11-28 18:08:33 -08:00
Collin Smith
b1b2e3985f
Added flags to control debugging for paths and box2d
2019-11-28 17:57:47 -08:00
Collin Smith
fe1f72332c
Added extra condition for debug renderer to not show animation frames for animations with single frames
2019-11-28 17:55:16 -08:00
Collin Smith
a072625dba
Moved Map into constructors and removed various setMap(Map) methods
...
Fixed issue where calling Map#generate() would throw a nested iterator error
2019-11-28 16:28:27 -08:00
Collin Smith
d09828e315
Removed MapLoader (see #13 )
2019-11-28 15:32:33 -08:00
Collin Smith
0d1b7819df
Rewrote Map and redesigned map/game screen loading strategy to better comply with #13
2019-11-28 15:29:53 -08:00
Collin Smith
58acc6d6bc
Replaced GridPoint2 with Vector2
...
Replaced GridPoint2 with Vector2
Reduced buffer size for DS1 to 8192B
Added extra debugging info for DS1 decode cases with extra bytes
2019-11-27 06:22:04 -08:00
Collin Smith
0249ca2883
Added more robust validation of character state changes for alpha and transform (see #37 )
2019-11-26 22:01:47 -08:00
Collin Smith
96823c46b3
Fixes error when creating a new character
2019-11-26 21:43:49 -08:00
Collin Smith
1deed6c690
Added details on project setup and how to build -- closes #6
2019-11-26 21:02:46 -08:00
Collin Smith
79edc35196
Updated gitignore -- added .idea/runConfigurations to version control
2019-11-26 19:16:00 -08:00
Collin Smith
29941e106f
Removed object oriented engine code-base
...
Removed object oriented engine code-base and deprecated remaining classes
Removed some older test classes which implemented the old engine
Moved game screen panel classes to screen.panel package
Changed game screen panel classes to use Riiablo.game reference
2019-11-26 16:23:22 -08:00
Collin Smith
0617942f3e
Fixed Engine instantiation and added input processor for testing purposes
2019-11-26 15:27:13 -08:00
Collin Smith
6dd75af2f7
Added support for enforcing labels remain within screen bounds
2019-11-26 15:19:20 -08:00
Collin Smith
735fb021e9
Added support for monster label -- which is a distinction from other labels
2019-11-26 15:12:59 -08:00
Collin Smith
00f61303c4
Code cleanup
2019-11-26 00:51:19 -08:00
Collin Smith
f2ae483e4b
Updated UI practices and alignment to other screens -- fixed LoginScreen to use the extended viewport
2019-11-26 00:16:43 -08:00
Collin Smith
085e43d92e
Lowered item label height to compensate for them no longer being centered at the offset
2019-11-25 23:52:28 -08:00
Collin Smith
3442d3d3b2
Moved AISystem to correct package and implemented radius check to run AI
2019-11-25 23:48:16 -08:00
Collin Smith
4516249bc0
Committing AI system which will perform AI updates
2019-11-25 23:43:34 -08:00
Collin Smith
b49bcb6ef1
Added secondary stage called scaledStage
...
scaledStage will be used to render UI components with the isometric camera -- this will make components easier to read and select on mobile
2019-11-25 23:38:28 -08:00
Collin Smith
e3c608bd33
Disabled drawing labels when a menu or dialog is open
2019-11-25 22:24:19 -08:00
Collin Smith
59cf572815
Added additional condition for Npcs to face player
2019-11-25 22:12:01 -08:00
Collin Smith
c2af0cdbf6
Ported Fallen AI
2019-11-25 14:56:00 -08:00
Collin Smith
4297f76b5c
Added Npc greeting and additional state correctness assignments
2019-11-25 04:46:39 -08:00
Collin Smith
6e5d71545f
Set cof speeds back to 136 delta -- still needs work on proper formula, but this is fine for now
2019-11-25 04:40:47 -08:00
Collin Smith
38ceb8cd72
Extended InteractableComponent to support counter for number of concurrent interactions and added support in Npc AI for this
2019-11-25 04:10:02 -08:00
Collin Smith
ef0b99a02a
Added dialog boxes and support for Npc introduction and gossip functions
2019-11-25 03:59:56 -08:00
Collin Smith
98bd87ef61
Ported Zombie AI and fixed NPE case where target entity was not Interactable
2019-11-25 03:50:46 -08:00
Collin Smith
947b5974f9
Added debug text for AI status and added state names for Npc AI
2019-11-25 03:26:48 -08:00
Collin Smith
1fa7c20f3b
Added support for generated monster entities
2019-11-25 03:19:35 -08:00
Collin Smith
5688752d71
Added AI system along with ported Npc AI
2019-11-25 00:53:10 -08:00
Collin Smith
1f62cf4aca
Added MonsterComponent reference in AI, added component mapping to Npc
2019-11-24 22:40:37 -08:00
Collin Smith
83dc4dae68
Adjusted z-order of mobile controls to prevent interaction and blocking of panels
2019-11-24 22:14:35 -08:00
Collin Smith
cb828b100a
Prevent touch movement on android
2019-11-24 22:02:28 -08:00
Collin Smith
bff683203d
Added AIComponent and implemented Interactor into AIs
...
Added AIComponent and implemented Interactor into AIs
Added support for NpcMenu along with correct stage placement
2019-11-24 21:54:04 -08:00
Collin Smith
e0bee92925
Added ClientScreen reference within Riiablo class and removed it from Engine and ObjectIterator constructors
2019-11-24 16:41:54 -08:00
Collin Smith
d7ba715fef
Added control for debug mode
2019-11-24 16:29:04 -08:00
Collin Smith
cb95b0c8ce
Removed unused code and reduced pathing limit to 300 nodes now that raycasting can take over
2019-11-24 03:36:17 -08:00
Collin Smith
bca49f4633
Added WarpInteractor and improved target handling within TouchMovementSystem
2019-11-24 03:15:28 -08:00
Collin Smith
8f147094a7
Refined TouchMovementSystem to work more smoothly near walls
...
Refined TouchMovementSystem to work more smoothly near walls by turning off pathing and using raycasting and box2d
Replaced gdx-ai raycaster with my own implementation that supports passing size and flags
Exposed MapGraph#getOrCreate(Vector2) -- may move this class and return these to package access later
2019-11-24 02:48:41 -08:00
Collin Smith
d29ed177ca
Added support for touch movement and interaction
...
Added interact system and interactors for object and items
Added minimum bounds to item entities to make them easier to interact with
Committing EntityAdapter -- should have been included a few commits ago
Added ClientScreen to Engine constructor
Committing ClientScreen -- tbd replacement for GameScreen
Added CollisionSystem to update Box2D bodies with current object state
2019-11-23 22:52:40 -08:00
Collin Smith
6cd0777557
Workaround for interactable entities not allowing to be pathed to (since their coords were flagged on map)
2019-11-23 19:22:25 -08:00
Collin Smith
29cbcead58
Made item entities interactable
2019-11-23 18:29:31 -08:00
Collin Smith
dcf7b28402
Cleaned up UI a bit -- added function hotkeys bar to top
...
Fixed issue where right click wouldn't clear previous paths
2019-11-23 18:21:10 -08:00
Collin Smith
7603adb26c
Renamed MapViewerTool to MapViewer -- replacing previous MapViewer
2019-11-23 18:04:11 -08:00
Collin Smith
a06bd449dc
Deleted MapViewer
2019-11-23 18:03:21 -08:00
Collin Smith
49d552d7b8
Added MapViewerTool which uses ECS engine and deprecates MapViewer
2019-11-23 18:01:06 -08:00