aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Implimented medium sized game window (MediumGameWindow). Did some code ↵Syndamia2020-04-2810-298/+13903
| | | | refactoring. Fixed some hard-coded code. Updated executable.
* Fixed bug with going up and down between layers. Now, you cannot go up and ↵Syndamia2020-04-168-24/+42
| | | | down between layers if the layer you are going to is obstructed by a mob (will give a message in the future). Player no longer starts with a wooden shovel. Updated executable.
* Changed a bit how mobs work and implimented generation and random movement ↵Syndamia2020-04-1631-377/+369
| | | | (only happens when the player clicks on the game screen). Added a cow mob (has a temporary texture). Minor file strucure reorganization. Main screen and pause screen show current build name. Minor UI changes in some menus. Updated executable.
* Made linux information a bit more preciseKamen2020-04-151-1/+1
|
* Implimented a sky superlayer (for now is empty). Refactored code a bit and ↵Syndamia2020-04-1523-76/+271
| | | | added a couple of comments. Updated executable.
* Changed stone tools to rock tools (stone tools will be implimented in the ↵Syndamia2020-04-1112-25/+24
| | | | future). Updated executable.
* Holes are generated less often. Added new material, U_stone (dropped from ↵Syndamia2020-04-098-2/+15
| | | | U_rock).
* GroundTile is now an item tile. When breaking ground, you get the ground ↵Syndamia2020-04-0911-111/+123
| | | | tile. Refactored and restructured mob terraforming code. Updated execuatable.
* Fixed bug, where structures that drop themselves would crash the game if the ↵Syndamia2020-04-082-1/+1
| | | | inventory is full (+ updated the executable)
* Making a hole will now only delete structure underneath that isn't walkableSyndamia2020-04-083-4/+7
|
* Updated the executableSyndamia2020-04-082-1/+0
|
* Merge branch 'master' of https://github.com/Syndamia/MundusSyndamia2020-04-081-2/+4
|\
| * Updated readme infoKamen2020-04-071-2/+4
| |
* | You can now move up a superlayer using climable structures (for now only ↵Syndamia2020-04-0832-328/+666
|/ | | | with L_wooden_ladder). Placing one on a hole in the ground will place it underneath the hole (if it can). Added info for player in map menu. Permanantly fixed issue where code builds wouldn't work on Windows. Structure also need an inventory icon (added for L_tree and L_boulder). Fixed bug where you could place structures on top of holes in the ground and on top of (replaces) other structures. Holes can be generated in land (the structure below gets deleted) and structures will no longer be able to be generated on top of holes.
* 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