Commit Graph

49 Commits

Author SHA1 Message Date
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
67bed14643 Menu system quick fix and screen overlay. 2024-03-20 07:41:40 -04:00
ab3006f2b5 Removed keyboard key values... 2024-03-20 05:12:26 -04:00
1dcb8c3f9b Changed entire Raylib inclusion procedure... 2024-03-20 05:11:34 -04:00
7ef15ce048 Added my own Raylib Ada language bindings into Xhads... 2024-03-18 16:37:14 -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
37f0cb4e17 No need for font folder, bound to UI style... 2024-03-14 14:40:05 -04:00
1b5ff7cc8b Experimenting with PNG fonts... 2024-03-14 07:58:52 -04:00
7c3617a518 Adding CC0 fonts and revamping font management system... 2024-03-14 06:06:22 -04:00
8c4a6d0954 Added skill descriptions and die procedure... 2024-03-13 17:06:13 -04:00
e0a77d73c1 Added unit descriptions... 2024-03-13 16:56:59 -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
47e4946d45 Added sounds and music... 2024-03-11 14:37:26 -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
cdac9d02f7 Removed prototype menus, there is a better way to make them... 2024-02-22 02:48:25 -05:00
e096e0e842 Last push for now... 2024-02-20 15:37:22 -05:00
614a022831 Unfinished work on clipping sub-screen view... 2024-02-20 14:02:50 -05:00
879e1c6067 Bunch of small random updates... 2024-02-20 12:32:41 -05:00
f6dc29d3ee Random various things have been done... 2024-02-20 10:26:49 -05:00
4dc8fb61ad Revised general information structures... 2024-02-19 20:46:07 -05:00
077aa6a5da Refactored menus again... 2024-02-19 19:17:43 -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
603a5025fe Moving onto menus again... 2024-02-19 15:15:49 -05:00
c05eafca94 Added line drawing function and refactored squared grid. 2024-02-19 14:21:24 -05:00
fbb99ad4aa Redoing squared grid loops, testing... 2024-02-19 14:10:00 -05:00
593b4b8517 Tested and updated squared grid drawing... 2024-02-18 09:02:33 -05:00
7a9b47592f Finished squared grid drawing procedure... 2024-02-18 08:41:23 -05:00
975449dc29 Updating grid... 2024-02-18 07:19:28 -05:00
b6e7a1153e Work in progress grid rendering... 2024-02-17 18:13:17 -05:00
f735870207 More work on prototype menus... 2024-02-16 14:58:54 -05:00
dd01601a81 Sample menus, testing things out... 2024-02-16 09:59:19 -05:00
af9227f365 Added world drawing clips... 2024-02-16 07:53:36 -05:00
f570df92d5 Removed style based attributes, resources and skills... 2024-02-16 06:34:45 -05:00
4b45defab9 State box rendering and local file paths... 2024-02-16 06:24:49 -05:00
2a43c01f4c Core system and file path changes... 2024-02-16 05:52:11 -05:00
477299302e Initial 6 week long progress... 2024-02-15 21:03:09 -05:00