Commit Graph

17 Commits

Author SHA1 Message Date
19c5fc8d73 added on_order handler to entities and components, added visibility map 2021-01-15 17:41:06 -06:00
e30d73d4d7 Moved 'building' entity definitions into 'structures', renamed building component to structure, moved svgs the same. 2021-01-15 11:05:57 -06:00
a3c3939f50 Added construction complete order, added jeep overlay image to show windscreen, added rotors component for helicopter; more work needed, replaced all build and vehicle assets with ones that are 6x larger to prevent pixelization when zoomed in, misc. 2021-01-08 12:41:04 -06:00
0d449b9375 Added replaced sidebar label buttons with images, added 'radar' (currently static map image) 2021-01-06 10:31:57 -06:00
a6c2b080b9 Updated lobby to show map preview, misc. 2021-01-05 17:30:23 -06:00
7087316347 Tweaked ui a bit, updated Credits, stubbed load menu, fixed crash when stopping helicopter, Stop order is now only emitted if player has entities selected. 2021-01-04 09:33:07 -06:00
f3fccc8b24 Added pause menu, refreshed solo lobby menu, added settings for storing player's color and team, misc. 2021-01-01 19:20:05 -06:00
5f301337b4 Building units now uses orders 😃 2021-01-01 14:25:44 -06:00
74458dbfd0 Added spawner and waypoint components, added building_set_waypoint order, particle emitters can now toggle their emission, buildings can now build and spawn units, buildings now dynamically emit smoke when working and no longer when building, added player2 to default game for testing. 2021-01-01 10:54:38 -06:00
e5579f48f1 Added building component, refactored components to have setup, draw, update and tick methods, added fencing for building construction area parimeter, misc other changes. 2019-12-17 15:40:26 -06:00
db5e61e5ea paths are now in center of tiles instead of at top-left corner 2019-11-28 09:40:59 -06:00
8869ddb3de Added initial tools support, minor refactor to sidebar actions 2019-11-27 12:28:43 -06:00
2b1ff35a34 now save player name from SoloLobby, made Director know able game so that construction workers can set active tool for Game (todo: implement tools :D), drafted 'structure' document 2019-11-22 17:18:44 -06:00
8b6f629a6a Fixed sidebar action names having underscores shown, added sidebar actions to construction worker 2019-11-21 14:23:21 -06:00
cec0c45932 Added last 2 units, added sidebar actions and build queue components, entities can now have their build actions put on the sidebar 2019-11-21 14:04:33 -06:00
7775ccb3a3 Tanks turret is now centered on its body 2019-11-20 10:05:19 -06:00
2d70736753 Extracted movement and turret into 'components' that entity get add to its self when defined 2019-11-20 09:08:54 -06:00