aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update README.mdrequirementsKamen Mladenov2020-06-031-3/+3
* Added a file of the built documentationSyndamia2020-05-231-0/+1589
* Finished with refactoring. This version is now officially finished.Syndamia2020-05-2355-254/+257
* Supposedly, fixed NuGet packagesSyndamia2020-05-234-56/+47
* Implimented exit dialog for windows. Disabled saving buttons (because saving ...Syndamia2020-05-228-29/+46
* Fixed crashing of game windows when you open the map menu and use item from h...Syndamia2020-05-2210-953/+871
* Merge branch 'requirements' of https://github.com/Syndamia/Mundus into requir...Syndamia2020-05-221-0/+2
|\
| * Update README.mdKamen Mladenov2020-05-211-0/+2
* | Completed all tests (there is still some code that can be tested, but it will...Syndamia2020-05-2217-312/+297
|/
* Fixed test SetUps and TearDowns. Did tests for Inventory and MobTile (Service...Syndamia2020-05-2016-404/+658
* Did all tests for Service/Tiles/Items and Service/Tiles/ItemsSyndamia2020-05-198-0/+261
* Fixed MITests and did all Service/SuperLayers tests (for HeightController and...Syndamia2020-05-194-7/+175
* Added final data test (that I didn't think I could do)Syndamia2020-05-196-15/+73
* Finished with all Data layer testsSyndamia2020-05-1919-88/+343
* Update README.mdKamen Mladenov2020-05-161-1/+9
* Update README.mdKamen Mladenov2020-05-161-1/+1
* Started working on view layer tests and did a bit of restructuring.Syndamia2020-05-1630-44/+837
* Update README.mdKamen Mladenov2020-05-151-4/+12
* Finished all refactoring and documentation. Fixed bugs with fighting and moving.Syndamia2020-05-1538-729/+1153
* Did Service/Tiles/Crafting refactorization and documentation.Syndamia2020-05-142-118/+142
* Did Service/SuperLayers refactorization and documentation. Layers of superlay...Syndamia2020-05-1411-275/+404
* Finished game windows refactoring (exported some code to controllers and chan...Syndamia2020-05-1439-1142/+1027
* Fixed READMEKamen Mladenov2020-05-131-2/+2
* Updated READMESyndamia2020-05-131-0/+2
* Did huge refactoring of game windows and did some documentation.Syndamia2020-05-1317-5676/+7033
* Finished refactoring of view layer (descided not to refactor game windows). F...Syndamia2020-05-1211-284/+461
* Finished refactoring of data layer. Found a wierd bug with mob fighting (some...Syndamia2020-05-1227-373/+945
* Fixed random mob movement and fixed issue, where you couldn't place ladders b...Syndamia2020-05-123-13/+17
* Fixed/implimented mob fighting and mob terraforming. Random mob movement migh...Syndamia2020-05-1121-218/+275
* Connection string is now a constant in DataBaseContexts. Fixed MySQL CREATE q...Syndamia2020-05-117-53/+30
* Merge branch 'Requirements' of https://github.com/Syndamia/Mundus into Requir...Syndamia2020-05-111-1/+1
|\
| * Update README.mdKamen2020-05-111-1/+1
* | Added a file with the queries that you need to execute for the program to wor...Syndamia2020-05-111-0/+88
|/
* The map is now integrated in the MySQL database (Note: mob fighting and mob t...Syndamia2020-05-1159-523/+767
* Transferred game event logs to MySQL database (database Mundus, table GameEve...Syndamia2020-05-109-32/+85
* Transferred recipes to MySQL database (database Mundus, table Recipes) using ...Syndamia2020-05-1012-177/+348
* Updated READMESyndamia2020-05-101-5/+5
* Removed executable and updated readmeSyndamia2020-05-092-5/+4
* Refactored a bit switch items codeSyndamia2020-05-091-14/+26
* Added sheep, they have 8 health, they drop mutton steak, 4 energy replenish p...Syndamia2020-05-0115-46/+46
* Added system to restore energy points; it is done by double clicking on a mat...Syndamia2020-05-0127-97/+112
* Implimented energy bar (icons and functionality). For each action you take (m...Syndamia2020-05-0140-63/+261
* Changed file/namespace stucture slightly. Updated executable. Mobs are now in...Syndamia2020-04-3037-106/+84
* Implimented event log. Mob fighting, movement and terraorming add logs upon d...Syndamia2020-04-3020-4359/+5159
* Implimented mob fighting. Implimented wooden longsword and stone longsword we...Syndamia2020-04-3024-39/+165
* Added a proper land cow icon (old one was temporary). Updated executable.Syndamia2020-04-299-7/+7
* Implimented large game window. Updated executable.Syndamia2020-04-299-855/+21466
* Implimented difficulty (changes map geenration rates). Updated executable.Syndamia2020-04-2910-8/+68
* Completed documenttion (for the most part). Changed game and mob generation s...Syndamia2020-04-2925-52/+166
* Did documentation for Crafting, Mobs, Superlayers and Tiles servicesSyndamia2020-04-2814-109/+236