Block a user
Optimize tile Crypt / Decrypt conditionals.
Add CSS color classes based on tile type in DB
Improve tilesets and pass them into map renderer instead of modified map rows.
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.
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…
Define combat system (theory)
Add DB reset script for all / for specific tables only
Created reset script that erases, then reinitializes the DB.
Add DB reset script for all / for specific tables only
Add DB reset script for all / for specific tables only
Add CSS color classes based on tile type in DB
Create function to populate map DB
Make Start button only populate if DB is empty
Make Start button only available if DB is uninitialized.