Commit Graph

45 Commits

Author SHA1 Message Date
abaa778aab Finish main menu screen 2024-02-12 17:18:37 +01:00
e69fdeed1f Enemy swarm movement 2024-02-12 14:14:23 +01:00
bb54002fa3 Add game over screen 2024-02-11 16:46:43 +01:00
bc7da3c7a3 Partial tower implementation 2024-02-09 15:46:53 +01:00
df581dcb9d Add particles! 2024-01-29 20:01:36 +01:00
a633c9cbdf Implement FullScreen and FPS opts 2024-01-29 16:41:13 +01:00
dfc20b6a96 Add music, fix main menu scene 2024-01-28 18:17:39 +01:00
b6e54a7fcb Proper build UI 2024-01-23 16:54:39 +01:00
c9a2bd2672 Add rest of assets, add blue player 2024-01-23 11:26:23 +01:00
ac7525c42a Add transperency when units are behind 2024-01-15 13:16:24 +01:00
0f33ed9fc0 Remove texture from DrawData 2024-01-15 12:51:19 +01:00
5e6a9b628c Use stack alloc for sorting draw data 2024-01-15 11:34:49 +01:00
8692d89479 Add 8 layers to collisions 2024-01-13 08:09:34 +01:00
e82fde83c9 Fix screen switching 2024-01-10 21:37:11 +01:00
b09f1d4ca9 Fix screen switching 2024-01-10 19:43:57 +01:00
692f5744ad Add options 2024-01-10 19:38:56 +01:00
3ba5c8932b Fix and integrate BT 2024-01-10 14:42:21 +01:00
9c745d2857 Partial entity inspector 2024-01-07 13:49:13 +01:00
ef274d93fd Proper screen switching 2024-01-02 12:28:09 +01:00
7ec5e2122e Use built-in qsort instead of flecs (better perf) 2023-12-29 10:02:13 +01:00
e7a0f91c36 Add draw sorting based on Y position 2023-12-29 09:42:15 +01:00
ea93a7aa33 Add Main menu screen 2023-12-22 08:38:56 +01:00
dbb5ac5382 Add game scenario to Main menu background 2023-12-22 08:07:22 +01:00
1b801caa82 Add main menu 2023-12-21 19:06:02 +01:00
4f2ac9a0eb Add actions 2023-12-17 09:06:14 +01:00
72b32b1a26 Merge tilesets into one 2023-12-12 17:02:23 +01:00
11832ec1cc Basic wood chopping 2023-12-10 11:08:40 +01:00
56a73fe28c Improve input processing 2023-12-07 18:21:14 +01:00
8543cc7b43 Rework input 2023-12-07 14:19:10 +01:00
9800b5576e Remove memory allocation in pathfinding 2023-12-07 10:42:53 +01:00
17bfe7f52d Use component for unit selection 2023-12-02 11:53:45 +01:00
5ff0fbb26f Add feedback UI for selecting and placing units 2023-11-23 12:21:25 +01:00
19d84a5dbb Add basic input system 2023-11-23 11:07:46 +01:00
783db8ba90 Add input logic for building 2023-11-22 09:56:20 +01:00
4d9851f433 Option to enable/disable debug drawing 2023-11-18 11:19:54 +01:00
5cbb7b6c94 Move flecs out of engine, reorganize systems 2023-11-17 20:29:51 +01:00
3ec6e9ad47 Remove entity map in favor of spatial grid 2023-11-16 16:31:19 +01:00
6974a80611 Add building preview 2023-11-16 09:40:41 +01:00
af99504370 Allocate path with object pool for pathfinding 2023-11-16 07:23:56 +01:00
4c37622240 Add entity map 2023-11-15 18:32:43 +01:00
d37936ce7f Add Game as singleton 2023-11-15 08:18:56 +01:00
274612b035 Add path debug drawing, resources fields 2023-11-14 16:21:14 +01:00
8825b9e01f Path following 2023-11-14 12:01:28 +01:00
bf543330e5 Add basic movement 2023-11-12 19:04:25 +01:00
8edb7b7ea9 Restructure/refactor of main.c 2023-11-12 16:14:30 +01:00