DEADSOFTWARE

Move items to JSON
authorfred-boy <fred-boy@protonmail.com>
Mon, 4 Mar 2019 18:13:33 +0000 (01:13 +0700)
committerfred-boy <fredboy@protonmail.com>
Sun, 29 Sep 2019 04:39:17 +0000 (11:39 +0700)
commit4eb1f6f24fb76c0336394b85393e801fd0b99da4
tree3e8acad7d76950a8975010fef3f4fc78bb8c523e
parente028a66c47ef4d99235b5337d57e14145acbeb2b
Move items to JSON
Split textures
Misc improvements
97 files changed:
android/assets/game_items.json [new file with mode: 0644]
android/assets/textures/bed_l.png [new file with mode: 0644]
android/assets/textures/bed_r.png [new file with mode: 0644]
android/assets/textures/bedrock.png [new file with mode: 0644]
android/assets/textures/bookshelf.png [new file with mode: 0644]
android/assets/textures/brick_slab.png [new file with mode: 0644]
android/assets/textures/bricks.png [new file with mode: 0644]
android/assets/textures/cactus.png [new file with mode: 0644]
android/assets/textures/cake.png [new file with mode: 0644]
android/assets/textures/clay.png [new file with mode: 0644]
android/assets/textures/coal_block.png [new file with mode: 0644]
android/assets/textures/coal_ore.png [new file with mode: 0644]
android/assets/textures/cobblestone.png [new file with mode: 0644]
android/assets/textures/cobblestone_mossy.png [new file with mode: 0644]
android/assets/textures/cobblestone_slab.png [new file with mode: 0644]
android/assets/textures/crafting_table.png [new file with mode: 0644]
android/assets/textures/dandelion.png [new file with mode: 0644]
android/assets/textures/deadbush.png [new file with mode: 0644]
android/assets/textures/diamond_block.png [new file with mode: 0644]
android/assets/textures/diamond_ore.png [new file with mode: 0644]
android/assets/textures/dirt.png [new file with mode: 0644]
android/assets/textures/double_stone_slab.png [new file with mode: 0644]
android/assets/textures/furnace_off.png [new file with mode: 0644]
android/assets/textures/furnace_on.png [new file with mode: 0644]
android/assets/textures/glass.png [new file with mode: 0644]
android/assets/textures/gold_block.png [new file with mode: 0644]
android/assets/textures/gold_ore.png [new file with mode: 0644]
android/assets/textures/grass.png [new file with mode: 0644]
android/assets/textures/gravel.png [new file with mode: 0644]
android/assets/textures/iron_bars.png [new file with mode: 0644]
android/assets/textures/iron_block.png [new file with mode: 0644]
android/assets/textures/iron_ore.png [new file with mode: 0644]
android/assets/textures/ladder.png [new file with mode: 0644]
android/assets/textures/lapis_block.png [new file with mode: 0644]
android/assets/textures/lapis_ore.png [new file with mode: 0644]
android/assets/textures/lava.png [new file with mode: 0644]
android/assets/textures/lava_12.png [new file with mode: 0644]
android/assets/textures/lava_16.png [new file with mode: 0644]
android/assets/textures/lava_4.png [new file with mode: 0644]
android/assets/textures/lava_8.png [new file with mode: 0644]
android/assets/textures/leaves.png [new file with mode: 0644]
android/assets/textures/log.png [new file with mode: 0644]
android/assets/textures/mushroom_brown.png [new file with mode: 0644]
android/assets/textures/mushroom_red.png [new file with mode: 0644]
android/assets/textures/noteblock.png [new file with mode: 0644]
android/assets/textures/obsidian.png [new file with mode: 0644]
android/assets/textures/planks.png [new file with mode: 0644]
android/assets/textures/rose.png [new file with mode: 0644]
android/assets/textures/sand.png [new file with mode: 0644]
android/assets/textures/sandstone.png [new file with mode: 0644]
android/assets/textures/sandstone_slab.png [new file with mode: 0644]
android/assets/textures/sapling.png [new file with mode: 0644]
android/assets/textures/sponge.png [new file with mode: 0644]
android/assets/textures/sponge_wet.png [new file with mode: 0644]
android/assets/textures/stone.png [new file with mode: 0644]
android/assets/textures/stone_slab.png [new file with mode: 0644]
android/assets/textures/stonebrick.png [new file with mode: 0644]
android/assets/textures/stonebrick_slab.png [new file with mode: 0644]
android/assets/textures/tallgrass.png [new file with mode: 0644]
android/assets/textures/water.png [new file with mode: 0644]
android/assets/textures/water_12.png [new file with mode: 0644]
android/assets/textures/water_16.png [new file with mode: 0644]
android/assets/textures/water_4.png [new file with mode: 0644]
android/assets/textures/water_8.png [new file with mode: 0644]
android/assets/textures/web.png [new file with mode: 0644]
android/assets/textures/wooden_slab.png [new file with mode: 0644]
android/assets/textures/wool.png [new file with mode: 0644]
android/assets/textures/wool_black.png [new file with mode: 0644]
android/assets/textures/wool_blue.png [new file with mode: 0644]
android/assets/textures/wool_brown.png [new file with mode: 0644]
android/assets/textures/wool_cyan.png [new file with mode: 0644]
android/assets/textures/wool_gray.png [new file with mode: 0644]
android/assets/textures/wool_green.png [new file with mode: 0644]
android/assets/textures/wool_lightblue.png [new file with mode: 0644]
android/assets/textures/wool_lightgray.png [new file with mode: 0644]
android/assets/textures/wool_lime.png [new file with mode: 0644]
android/assets/textures/wool_magenta.png [new file with mode: 0644]
android/assets/textures/wool_orange.png [new file with mode: 0644]
android/assets/textures/wool_pink.png [new file with mode: 0644]
android/assets/textures/wool_purple.png [new file with mode: 0644]
android/assets/textures/wool_red.png [new file with mode: 0644]
android/assets/textures/wool_yellow.png [new file with mode: 0644]
android/build.gradle
core/src/ru/deadsoftware/cavedroid/GameScreen.java
core/src/ru/deadsoftware/cavedroid/game/GameItems.java
core/src/ru/deadsoftware/cavedroid/game/GamePhysics.java
core/src/ru/deadsoftware/cavedroid/game/GameProc.java
core/src/ru/deadsoftware/cavedroid/game/GameRenderer.java
core/src/ru/deadsoftware/cavedroid/game/GameWorld.java
core/src/ru/deadsoftware/cavedroid/game/mobs/FallingGravel.java
core/src/ru/deadsoftware/cavedroid/game/mobs/FallingSand.java
core/src/ru/deadsoftware/cavedroid/game/objects/Block.java
core/src/ru/deadsoftware/cavedroid/game/objects/Item.java
core/src/ru/deadsoftware/cavedroid/game/objects/Player.java
core/src/ru/deadsoftware/cavedroid/menu/MenuRenderer.java
core/src/ru/deadsoftware/cavedroid/misc/Assets.java
desktop/src/ru/deadsoftware/cavedroid/desktop/DesktopLauncher.java