aboutsummaryrefslogtreecommitdiff
path: root/CREATE MySQL queries.sql
Commit message (Collapse)AuthorAgeFilesLines
* Finished refactoring of data layer. Found a wierd bug with mob fighting ↵Syndamia2020-05-121-1/+1
| | | | (some are shown but you cant interract, after killing one the drops from the same mob are broken).
* Fixed/implimented mob fighting and mob terraforming. Random mob movement ↵Syndamia2020-05-111-6/+12
| | | | might be broken though.
* Connection string is now a constant in DataBaseContexts. Fixed MySQL CREATE ↵Syndamia2020-05-111-18/+18
| | | | queries.
* Added a file with the queries that you need to execute for the program to ↵Syndamia2020-05-111-0/+88
work (queries for creating the database and the different tables).