aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated readme infoKamen2020-04-071-2/+4
|
* Merge branch 'master' of https://github.com/Syndamia/MundusSyndamia2020-04-071-0/+2
|\
| * Added info about running the executableKamen2020-04-071-0/+2
| |
* | Fixed project (executable can now run on windows) and added an executableSyndamia2020-04-0712-78/+77
|/
* Implimented undergrond layer (and going to it). Changed naming convention ↵Syndamia2020-04-0740-114/+269
| | | | for icons. Added textures for undergrund (U_rock and U_roche) and a texture for hole on land. Changed structure damage system (damages according to tool class and returns that many dropped item). Tiny bug fixes.
* You can now use shovels do dig up the groundSyndamia2020-04-0611-25/+65
|
* Added shovels (wooden and stone)Syndamia2020-04-0612-1368/+1140
|
* Added wooden axe and pickaxe. Player starts with those two.Syndamia2020-04-0611-1/+34
|
* Added stone axe. Added multiplication symbol (crafting menu)Syndamia2020-04-0612-4/+81
|
* Fixed crafting bug and made trees to require axesSyndamia2020-04-065-9/+20
|
* Did minor bug fixes. After crafting an item, the inventory is redrawn. It ↵Syndamia2020-04-066-5/+27
| | | | doesnt matter where items are in inventory (items inventory), you can craft. Tools that are better class than the structure requirments can break these structures now.
* Fully implimented crafting system. Added color borders on item types. You ↵Syndamia2020-04-0533-129/+369
| | | | can craft a pickaxe (2 sticks and 2 rocks). Will need to rewrite parts of it when implimenting data bases
* Structures now have health (get deleted after certain amount of hits ; on ↵Syndamia2020-04-0419-1270/+2604
| | | | each hit the structure drops it's item). Started work (ui is done, doing logic) on crafting. Started work on implimenting item presets.
* Started implimenting health system. Trees now drop branches (a branch).Syndamia2020-03-2824-16/+125
|
* Trees are generated (no functionality), boulders drop rocks, implimented ↵Syndamia2020-03-2526-1250/+1075
| | | | information menu
* Did minor bug fixesSyndamia2020-03-156-29/+42
|
* Finished inventory and implimented breaking and placing structures on the mapSyndamia2020-03-1311-191/+307
|
* Started work on item typesSyndamia2020-03-1026-147/+246
|
* Remade the file structure, changed what is done by what file, implimented ↵Syndamia2020-03-0942-364/+1039
| | | | inventory, implimented functionality for most other game window buttons
* Worked on moving the player and displaying the mapSyndamia2020-03-0728-88/+453
|
* Transfered project from IT-kariera repository to this oneSyndamia2020-03-0346-0/+11536
|
* Initial commitKamen2020-03-033-0/+691