aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated link to VelekurtHEADmasterKamen Mladenov2020-10-181-1/+1
* Update README.mdv0.1.5.20Kamen Mladenov2020-06-031-1/+1
* Update README.mdKamen Mladenov2020-06-031-5/+6
* Update README.mdKamen Mladenov2020-05-211-0/+2
* Update README.mdKamen Mladenov2020-05-161-2/+2
* Update README.mdKamen Mladenov2020-05-161-1/+1
* Updated READMEKamen Mladenov2020-05-131-1/+1
* Update README.mdKamen2020-05-111-3/+14
* 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
* Implimented medium sized game window (MediumGameWindow). Did some code refact...Syndamia2020-04-2810-298/+13903
* Fixed bug with going up and down between layers. Now, you cannot go up and do...Syndamia2020-04-168-24/+42
* Changed a bit how mobs work and implimented generation and random movement (o...Syndamia2020-04-1631-377/+369
* Made linux information a bit more preciseKamen2020-04-151-1/+1
* Implimented a sky superlayer (for now is empty). Refactored code a bit and ad...Syndamia2020-04-1523-76/+271
* Changed stone tools to rock tools (stone tools will be implimented in the fut...Syndamia2020-04-1112-25/+24
* Holes are generated less often. Added new material, U_stone (dropped from U_r...Syndamia2020-04-098-2/+15
* GroundTile is now an item tile. When breaking ground, you get the ground tile...Syndamia2020-04-0911-111/+123
* Fixed bug, where structures that drop themselves would crash the game if the ...Syndamia2020-04-082-1/+1
* 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 with...Syndamia2020-04-0832-328/+666
|/
* 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 for...Syndamia2020-04-0740-114/+269
* 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 doe...Syndamia2020-04-066-5/+27
* Fully implimented crafting system. Added color borders on item types. You can...Syndamia2020-04-0533-129/+369
* Structures now have health (get deleted after certain amount of hits ; on eac...Syndamia2020-04-0419-1270/+2604
* Started implimenting health system. Trees now drop branches (a branch).Syndamia2020-03-2824-16/+125
* Trees are generated (no functionality), boulders drop rocks, implimented info...Syndamia2020-03-2526-1250/+1075
* Did minor bug fixesSyndamia2020-03-156-29/+42
* Finished inventory and implimented breaking and placing structures on the mapSyndamia2020-03-1311-191/+307