Jonathan
  • Joined on 2022-09-21
Jonathan opened issue Jonathan/Peradventure#18 2024-03-19 12:52:51 -05:00
Optimize tile Crypt / Decrypt conditionals.
Jonathan pushed to master at Jonathan/Peradventure 2024-03-19 12:52:24 -05:00
a3efe2369d tile coloration based on type
Jonathan closed issue Jonathan/Peradventure#13 2024-03-19 12:51:57 -05:00
Add CSS color classes based on tile type in DB
Jonathan merged pull request Jonathan/Peradventure#17 2024-03-19 12:39:34 -05:00
Improve tilesets and pass them into map renderer instead of modified map rows.
Jonathan pushed to master at Jonathan/Peradventure 2024-03-19 12:39:34 -05:00
d7bc833df7 Merge pull request 'Improve tilesets and pass them into map renderer instead of modified map rows.' (#17) from Noah/Peradventure:master into master
5fd5394c8e Improve tilesets and pass them into map renderer instead of modified map rows.
Compare 2 commits »
Jonathan pushed to master at Jonathan/Peradventure 2024-03-19 12:23:28 -05:00
dab56a3f8c working on color
Jonathan commented on issue Jonathan/Peradventure#13 2024-03-19 11:57:57 -05:00
Add CSS color classes based on tile type in DB

The system needs to return a variable for each XY coordinate that tells CSS which class to assign to it.

Therefore, this should be done in mapDecrypt, which will use string:find to determine…

Jonathan opened issue Jonathan/Peradventure#16 2024-03-19 11:54:25 -05:00
Define combat system (theory)
Jonathan pushed to master at Jonathan/Peradventure 2024-03-19 11:46:32 -05:00
01a5e768ca added DB reinit script
Jonathan commented on issue Jonathan/Peradventure#15 2024-03-19 11:45:56 -05:00
Add DB reset script for all / for specific tables only

Created reset script that erases, then reinitializes the DB.

Jonathan closed issue Jonathan/Peradventure#15 2024-03-19 11:45:56 -05:00
Add DB reset script for all / for specific tables only
Jonathan opened issue Jonathan/Peradventure#15 2024-03-18 20:04:29 -05:00
Add DB reset script for all / for specific tables only
Jonathan opened issue Jonathan/Peradventure#14 2024-03-18 20:04:09 -05:00
Add Player Entity to DB
Jonathan opened issue Jonathan/Peradventure#13 2024-03-18 20:03:27 -05:00
Add CSS color classes based on tile type in DB
Jonathan pushed to master at Jonathan/Peradventure 2024-03-18 19:39:55 -05:00
066ce2aaaa expanded tile descript in DB
Jonathan closed issue Jonathan/Peradventure#10 2024-03-18 19:09:02 -05:00
Create function to populate map DB
Jonathan pushed to master at Jonathan/Peradventure 2024-03-18 19:08:03 -05:00
6b371066d4 only mapPopulate empty db
Jonathan closed issue Jonathan/Peradventure#12 2024-03-18 19:01:22 -05:00
Make Start button only populate if DB is empty
Jonathan opened issue Jonathan/Peradventure#12 2024-03-18 18:41:57 -05:00
Make Start button only available if DB is uninitialized.
Jonathan closed issue Jonathan/Peradventure#9 2024-03-18 18:41:46 -05:00
Create start button