Commit Graph

162 Commits

Author SHA1 Message Date
b494cf8ef7 Implemented landmark collision system... 2024-05-06 08:38:47 -04:00
3c6c3fac33 Removed some stupid commented out code... 2024-05-04 07:22:16 -04:00
5d0a29f15a Finished core menu system probably... 2024-05-03 10:39:28 -04:00
f798e6c799 Experimenting with UI... 2024-05-03 07:55:17 -04:00
7253eb25cb Minor testing changes... 2024-05-03 06:49:12 -04:00
0ae392dbd3 Gameplay UI toggle icons... 2024-05-03 06:10:13 -04:00
cc7c27833d Fixed world UV rendering bug, added Alice into dumb rendering process. 2024-05-03 05:28:44 -04:00
d5113a4b0c A lot of random changes that I am lazy to say... 2024-05-02 18:48:33 -04:00
d875d13ee6 Last change for today... 2024-05-01 15:28:30 -04:00
1ab1daff56 More sprite modificaitons and resizable window... 2024-05-01 15:19:12 -04:00
a21e9429cd Added Pepe chad, mouse movement, limited world rendering, other work in progress... 2024-05-01 14:41:55 -04:00
40c13d4476 Work in progress on world rendering... 2024-05-01 13:27:41 -04:00
3ddebf1104 Added imp fill bar and icons, fixed main fill bar... 2024-05-01 12:31:41 -04:00
a59c0ab1de Added imp tiny menu and text frame... 2024-05-01 11:47:19 -04:00
5016b89128 Working on Imp UI theme... 2024-05-01 10:16:25 -04:00
cc1c48753d Added fill bar and refactored UI more... 2024-05-01 09:55:56 -04:00
ab48e7100a UI refactoring works excellent, menu implementations later... 2024-05-01 09:26:06 -04:00
6c225c9bbf A lot of UI experimentation... 2024-05-01 09:15:38 -04:00
e29da50694 Removed monospace font, added icon action, copied fonts... 2024-05-01 00:16:19 -04:00
292500e7da Fixed lower left corner bug, due to PNG mode, and added UI theme scroller... 2024-04-30 19:58:38 -04:00
4ec49b468a Minor source change... 2024-04-30 14:20:30 -04:00
25d0351a52 Removing default UI theme in code, removing folder soon... 2024-04-30 13:04:32 -04:00
47379ded98 Added pixel art maces and clubs... 2024-04-29 04:56:47 -04:00
ed554ff8fe Minor UI changes... 2024-04-28 17:18:14 -04:00
2c21fb6b55 Fixed camera movement and zooming tiny bug, added zoom in/out on keypad. 2024-04-27 14:38:16 -04:00
d14d5f719f Found one bug, do not move on arrow keys... 2024-04-27 13:57:30 -04:00
9984f94c0e Fixed one UI bug, general revision almost done. 2024-04-27 13:05:44 -04:00
72605d02de Work in progress, quick push... 2024-04-27 12:34:16 -04:00
4bfc09dc08 Refactored loop, record and declare keyword alignment... 2024-04-27 10:01:54 -04:00
7c1308978b World tile details, generation fix, minor bug fixes... 2024-04-27 09:04:47 -04:00
a02d7bdbcf Minor changes yet again, UI and World refactoring in progress... 2024-04-27 03:49:02 -04:00
2f62c204bf Minor changes before going to bed... 2024-04-26 19:46:09 -04:00
8afc4fb6ef Major code refactoring compiles and runs, next is data... 2024-04-26 18:25:29 -04:00
db42302736 Autistic naming changes, version 667... 2024-04-26 16:28:01 -04:00
206bd28fa8 Everything works now, less content, placeholders... 2024-04-25 03:46:07 -04:00
3750a8727b Breaking compilation of ~3000 SLOC project... 2024-04-25 00:27:13 -04:00
950384aede Menu updates and image stringification... 2024-04-23 16:33:07 -04:00
a2e5ce337e Revised trait and sprite arrays... 2024-04-23 16:19:29 -04:00
a62dd1a3f3 Small main update... 2024-03-28 19:58:47 -04:00
3c7cd66cb7 Changed AI prototype structure to use global variables for implementation simplicity. 2024-03-25 14:28:49 -04:00
b8088023ec Forgot the change... 2024-03-24 11:49:29 -04:00
71b6186474 Prototype is ready, review debug in progress... 2024-03-24 09:14:54 -04:00
fc6c37bc2e Finished 4th AI prototype, works nicely, we will see for scalability... 2024-03-24 08:07:42 -04:00
28fd6163c8 Prototype for indexing bot AI actions and male name definitions... 2024-03-22 11:08:37 -04:00
76f09c0936 I do not even know... 2024-03-22 00:37:54 -04:00
bfab2247ac Random seed... 2024-03-21 19:03:15 -04:00
fdaa79a556 Expanded logging system before implementing gameplay... 2024-03-21 18:28:26 -04:00
f48bf3e842 Grid renderer disabled by default. 2024-03-20 07:47:59 -04:00
67bed14643 Menu system quick fix and screen overlay. 2024-03-20 07:41:40 -04:00
077c3d3a1f Finished fixing font bug, now everything works. 2024-03-17 18:24:52 -04:00
f11c15dc02 Finished and debugged Raylib-Ada inclusion... 2024-03-17 17:52:59 -04:00
86b6cdf8ed Removed functions that were overriding each-other, removed one inclusion abstraction layer. 2024-03-17 16:45:46 -04:00
2e303d8372 Texture, sound and font data now uses heap instead of a stack. 2024-03-17 16:08:50 -04:00
b173b130d5 Experimental removal of C graphics files, compiles but segfaults... 2024-03-17 15:15:18 -04:00
8beb8bdeda Added unit, might and magic menus too... 2024-03-16 08:14:22 -04:00
b33bbf962c Implemented stack-based menu system core... 2024-03-16 08:08:50 -04:00
25f5216e2b Added hardcoded action list... 2024-03-16 06:52:32 -04:00
19d2eec6c5 Thinking of action system implementation... 2024-03-16 06:35:03 -04:00
e046565ee4 New skill menu and braindead simple menu stack... 2024-03-16 06:14:28 -04:00
df21c0f24f New skill menu... 2024-03-15 18:21:07 -04:00
37f0cb4e17 No need for font folder, bound to UI style... 2024-03-14 14:40:05 -04:00
b8020aef2f Forgot what I changed... 2024-03-14 13:23:14 -04:00
52ee55618f New font made in Blender based on CC0 font... 2024-03-14 11:50:14 -04:00
800aaf3359 Cleaned up UI, menu rendering and aligned fonts... 2024-03-14 09:44:31 -04:00
1b5ff7cc8b Experimenting with PNG fonts... 2024-03-14 07:58:52 -04:00
0f3501011e More font changes, fixing spacing issue very soon... 2024-03-14 06:54:53 -04:00
a23e283a36 Added new font, spacing still sucks... 2024-03-14 06:26:50 -04:00
7c3617a518 Adding CC0 fonts and revamping font management system... 2024-03-14 06:06:22 -04:00
866dda684f Added might descriptions... 2024-03-13 19:55:53 -04:00
7d04caad11 Added magic descriptions... 2024-03-13 19:34:55 -04:00
6c3b91f5a7 Revised bad descriptions and added resource descriptions... 2024-03-13 18:32:59 -04:00
e0a77d73c1 Added unit descriptions... 2024-03-13 16:56:59 -04:00
67a593d59b Added skill descriptions and drawing... 2024-03-13 14:30:31 -04:00
6501f22fb0 Added text box data and drawing, long strings, descriptions, revised UI, and much more... 2024-03-13 14:07:17 -04:00
c74d2f6476 Added animations to unit view menu. 2024-03-13 11:28:18 -04:00
6bb8e275fb Continuing... 2024-03-13 10:44:49 -04:00
e50f17ce56 Added magic view, icon and menu... 2024-03-11 16:47:28 -04:00
c3b8831f7a Added might menus, icons and views... 2024-03-11 16:36:42 -04:00
ec7d3c9c74 Implemented unit stat menu... 2024-03-11 15:35:56 -04:00
47e4946d45 Added sounds and music... 2024-03-11 14:37:26 -04:00
16df4f0a2d Removed Diamond Golem and added icons and views... 2024-03-11 12:50:29 -04:00
8cc3f0d228 Added basic printf debugging... 2024-03-11 08:42:25 -04:00
7511055f56 Remade menus to be entity-specific... 2024-03-10 16:41:31 -04:00
cb15e79674 General refactoring... 2024-02-24 14:51:53 -05:00
910480a2d4 Finished prototype hexagonal grid... 2024-02-24 10:33:14 -05:00
3c528c784e Unfinished hexagonal grid... 2024-02-24 09:12:50 -05:00
d5a92f5de5 Finished squared grid... 2024-02-24 07:11:29 -05:00
2978693b9d Unfinished grid changes... 2024-02-23 18:45:22 -05:00
118f087170 Refactoring, Ocams razor coming soon... 2024-02-22 06:51:01 -05:00
999d4d1865 Default values for chads attributes, skills, resources... 2024-02-22 06:16:09 -05:00
f7976b922d Added chads aka heroes and excluded menu information... 2024-02-22 03:29:04 -05:00
cdac9d02f7 Removed prototype menus, there is a better way to make them... 2024-02-22 02:48:25 -05:00
614a022831 Unfinished work on clipping sub-screen view... 2024-02-20 14:02:50 -05:00
f6dc29d3ee Random various things have been done... 2024-02-20 10:26:49 -05:00
fbb0c23895 Last push for today... 2024-02-19 22:08:42 -05:00
646ab4872e Refactored a lot of code again... 2024-02-19 21:29:11 -05:00
077aa6a5da Refactored menus again... 2024-02-19 19:17:43 -05:00
6cf54f7fac Menu title in mouse over menu selection... 2024-02-19 18:15:20 -05:00
e3d5d4168d Added mouse over menu prototype... 2024-02-19 18:01:52 -05:00
2172a630b1 Added entity count, menu centering, refactoring... 2024-02-19 16:20:38 -05:00