]> git.lizzy.rs Git - dragonblocks.git/commit
Initial Commit
authorElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 26 Apr 2020 09:24:21 +0000 (11:24 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 26 Apr 2020 09:24:21 +0000 (11:24 +0200)
commit570a55bf0d724cc03347af10d0124233ecac8729
treeb0977b56ece228de8f4b222c4a77c75aedde0b06
Initial Commit
311 files changed:
COPYING [new file with mode: 0755]
README [new file with mode: 0755]
Ubuntu.ttf [new file with mode: 0755]
api.php [new file with mode: 0755]
credits.json [new file with mode: 0755]
engine/builtin.js [new file with mode: 0755]
engine/chat.js [new file with mode: 0755]
engine/chatcommands.js [new file with mode: 0755]
engine/craftfield.js [new file with mode: 0755]
engine/creative_inventory.js [new file with mode: 0755]
engine/entity.js [new file with mode: 0755]
engine/group.js [new file with mode: 0755]
engine/gui.js [new file with mode: 0755]
engine/hudbar.js [new file with mode: 0644]
engine/init.js [new file with mode: 0755]
engine/inventory.js [new file with mode: 0755]
engine/inventory_container.js [new file with mode: 0755]
engine/inventory_group.js [new file with mode: 0644]
engine/item.js [new file with mode: 0755]
engine/itemstack.js [new file with mode: 0755]
engine/key_handler.js [new file with mode: 0755]
engine/mainmenu.js [new file with mode: 0755]
engine/map.js [new file with mode: 0755]
engine/map_interaction.js [new file with mode: 0644]
engine/map_node.js [new file with mode: 0755]
engine/mapgen.js [new file with mode: 0755]
engine/menu.js [new file with mode: 0755]
engine/node.js [new file with mode: 0755]
engine/pixel_manipulator.js [new file with mode: 0755]
engine/player.js [new file with mode: 0755]
engine/recipe.js [new file with mode: 0755]
engine/ressources.js [new file with mode: 0755]
engine/skin.js [new file with mode: 0755]
engine/spawned_entity.js [new file with mode: 0644]
engine/timer.js [new file with mode: 0644]
engine/tool.js [new file with mode: 0644]
engine/world.js [new file with mode: 0755]
game/biomes/init.js [new file with mode: 0755]
game/chat/init.js [new file with mode: 0755]
game/chat/message.html [new file with mode: 0755]
game/chat/send.php [new file with mode: 0755]
game/chest/init.js [new file with mode: 0755]
game/chest/sounds/chest_close.ogg [new file with mode: 0755]
game/chest/sounds/chest_open.ogg [new file with mode: 0755]
game/chest/textures/chest_chest.png [new file with mode: 0755]
game/commands/init.js [new file with mode: 0755]
game/core/dependencies.txt [new file with mode: 0755]
game/core/init.js [new file with mode: 0755]
game/core/sounds/dig_glass.ogg [new file with mode: 0755]
game/core/sounds/doors_door_glass_close.ogg [new file with mode: 0755]
game/core/sounds/doors_door_glass_open.ogg [new file with mode: 0755]
game/core/sounds/dug_glass.ogg [new file with mode: 0755]
game/core/textures/core_cobble.png [new file with mode: 0755]
game/core/textures/core_desert_sand.png [new file with mode: 0755]
game/core/textures/core_glass.png [new file with mode: 0755]
game/core/textures/core_gravel.png [new file with mode: 0755]
game/core/textures/core_ice.png [new file with mode: 0755]
game/core/textures/core_lava.png [new file with mode: 0755]
game/core/textures/core_obsidian.png [new file with mode: 0755]
game/core/textures/core_sand.png [new file with mode: 0755]
game/core/textures/core_snow.png [new file with mode: 0755]
game/core/textures/core_stone.png [new file with mode: 0755]
game/core/textures/core_stonebrick.png [new file with mode: 0755]
game/core/textures/core_water.png [new file with mode: 0755]
game/core/textures/doors_door_glass.png [new file with mode: 0755]
game/core/textures/doors_door_glass_front_downer.png [new file with mode: 0755]
game/core/textures/doors_door_glass_front_upper.png [new file with mode: 0755]
game/core/textures/doors_door_glass_side.png [new file with mode: 0755]
game/core/textures/tools_stone_axe.png [new file with mode: 0644]
game/core/textures/tools_stone_pickaxe.png [new file with mode: 0644]
game/core/textures/tools_stone_shovel.png [new file with mode: 0644]
game/dirt/api.js [new file with mode: 0755]
game/dirt/dirt.js [new file with mode: 0755]
game/dirt/init.js [new file with mode: 0755]
game/dirt/textures/dirt_dirt.png [new file with mode: 0755]
game/dirt/textures/dirt_dry_grass.png [new file with mode: 0755]
game/dirt/textures/dirt_grass.png [new file with mode: 0755]
game/dirt/textures/dirt_rainforest_litter.png [new file with mode: 0755]
game/dirt/textures/dirt_snow.png [new file with mode: 0755]
game/doors/init.js [new file with mode: 0755]
game/fire/init.js [new file with mode: 0755]
game/fire/sounds/fire_burn.ogg [new file with mode: 0755]
game/fire/sounds/fire_dug.ogg [new file with mode: 0755]
game/fire/textures/fire_fire.png [new file with mode: 0755]
game/furnace/api.js [new file with mode: 0755]
game/furnace/init.js [new file with mode: 0755]
game/furnace/inventory.js [new file with mode: 0755]
game/furnace/itemdef.js [new file with mode: 0755]
game/furnace/textures/furnace_burn_progress_0.png [new file with mode: 0755]
game/furnace/textures/furnace_burn_progress_1.png [new file with mode: 0755]
game/furnace/textures/furnace_burn_progress_2.png [new file with mode: 0755]
game/furnace/textures/furnace_burn_progress_3.png [new file with mode: 0755]
game/furnace/textures/furnace_burn_progress_4.png [new file with mode: 0755]
game/furnace/textures/furnace_burn_progress_5.png [new file with mode: 0755]
game/furnace/textures/furnace_fuel_progress_0.png [new file with mode: 0755]
game/furnace/textures/furnace_fuel_progress_1.png [new file with mode: 0755]
game/furnace/textures/furnace_fuel_progress_2.png [new file with mode: 0755]
game/furnace/textures/furnace_fuel_progress_3.png [new file with mode: 0755]
game/furnace/textures/furnace_fuel_progress_4.png [new file with mode: 0755]
game/furnace/textures/furnace_fuel_progress_5.png [new file with mode: 0755]
game/furnace/textures/furnace_furnace.png [new file with mode: 0755]
game/music/init.js [new file with mode: 0755]
game/music/settings.json [new file with mode: 0755]
game/music/sounds/music.ogg [new file with mode: 0755]
game/ores/api.js [new file with mode: 0755]
game/ores/dependencies.txt [new file with mode: 0755]
game/ores/init.js [new file with mode: 0755]
game/ores/ores.js [new file with mode: 0755]
game/ores/sounds/dig_metal.ogg [new file with mode: 0755]
game/ores/sounds/doors_door_steel_close.ogg [new file with mode: 0755]
game/ores/sounds/doors_door_steel_open.ogg [new file with mode: 0755]
game/ores/sounds/doors_trapdoor_steel_close.ogg [new file with mode: 0755]
game/ores/sounds/doors_trapdoor_steel_open.ogg [new file with mode: 0755]
game/ores/sounds/dug_metal.ogg [new file with mode: 0755]
game/ores/sounds/place_metal.ogg [new file with mode: 0755]
game/ores/textures/doors_door_steel.png [new file with mode: 0755]
game/ores/textures/doors_door_steel_front_downer.png [new file with mode: 0755]
game/ores/textures/doors_door_steel_front_upper.png [new file with mode: 0755]
game/ores/textures/doors_door_steel_side.png [new file with mode: 0755]
game/ores/textures/doors_trapdoor_steel.png [new file with mode: 0755]
game/ores/textures/doors_trapdoor_steel_closed.png [new file with mode: 0755]
game/ores/textures/ores_coal.png [new file with mode: 0755]
game/ores/textures/ores_coal_block.png [new file with mode: 0755]
game/ores/textures/ores_coal_ore.png [new file with mode: 0755]
game/ores/textures/ores_copper.png [new file with mode: 0755]
game/ores/textures/ores_copper_block.png [new file with mode: 0755]
game/ores/textures/ores_copper_ingot.png [new file with mode: 0755]
game/ores/textures/ores_copper_ore.png [new file with mode: 0755]
game/ores/textures/ores_diamond.png [new file with mode: 0755]
game/ores/textures/ores_diamond_block.png [new file with mode: 0755]
game/ores/textures/ores_diamond_ore.png [new file with mode: 0755]
game/ores/textures/ores_gold.png [new file with mode: 0755]
game/ores/textures/ores_gold_block.png [new file with mode: 0755]
game/ores/textures/ores_gold_ingot.png [new file with mode: 0755]
game/ores/textures/ores_gold_ore.png [new file with mode: 0755]
game/ores/textures/ores_iron.png [new file with mode: 0755]
game/ores/textures/ores_iron_block.png [new file with mode: 0755]
game/ores/textures/ores_iron_ingot.png [new file with mode: 0755]
game/ores/textures/ores_iron_ore.png [new file with mode: 0755]
game/ores/textures/ores_mese.png [new file with mode: 0755]
game/ores/textures/ores_mese_block.png [new file with mode: 0755]
game/ores/textures/ores_mese_ore.png [new file with mode: 0755]
game/ores/textures/ores_tin.png [new file with mode: 0755]
game/ores/textures/ores_tin_block.png [new file with mode: 0755]
game/ores/textures/ores_tin_ingot.png [new file with mode: 0755]
game/ores/textures/ores_tin_ore.png [new file with mode: 0755]
game/ores/textures/tools_bronze_axe.png [new file with mode: 0644]
game/ores/textures/tools_bronze_pickaxe.png [new file with mode: 0644]
game/ores/textures/tools_bronze_shovel.png [new file with mode: 0644]
game/ores/textures/tools_diamond_axe.png [new file with mode: 0644]
game/ores/textures/tools_diamond_pickaxe.png [new file with mode: 0644]
game/ores/textures/tools_diamond_shovel.png [new file with mode: 0644]
game/ores/textures/tools_mese_axe.png [new file with mode: 0644]
game/ores/textures/tools_mese_pickaxe.png [new file with mode: 0644]
game/ores/textures/tools_mese_shovel.png [new file with mode: 0644]
game/ores/textures/tools_steel_axe.png [new file with mode: 0644]
game/ores/textures/tools_steel_pickaxe.png [new file with mode: 0644]
game/ores/textures/tools_steel_shovel.png [new file with mode: 0644]
game/plants/api.js [new file with mode: 0755]
game/plants/dependencies.txt [new file with mode: 0644]
game/plants/init.js [new file with mode: 0755]
game/plants/plants.js [new file with mode: 0755]
game/plants/sounds/doors_door_wood_close.ogg [new file with mode: 0755]
game/plants/sounds/doors_door_wood_open.ogg [new file with mode: 0755]
game/plants/sounds/doors_trapdoor_wood_close.ogg [new file with mode: 0755]
game/plants/sounds/doors_trapdoor_wood_open.ogg [new file with mode: 0755]
game/plants/textures/doors_door_wood.png [new file with mode: 0755]
game/plants/textures/doors_door_wood_front_downer.png [new file with mode: 0755]
game/plants/textures/doors_door_wood_front_upper.png [new file with mode: 0755]
game/plants/textures/doors_door_wood_side.png [new file with mode: 0755]
game/plants/textures/doors_trapdoor_wood.png [new file with mode: 0755]
game/plants/textures/doors_trapdoor_wood_closed.png [new file with mode: 0755]
game/plants/textures/plants_acacia_leaves.png [new file with mode: 0755]
game/plants/textures/plants_acacia_sapling.png [new file with mode: 0755]
game/plants/textures/plants_acacia_tree.png [new file with mode: 0755]
game/plants/textures/plants_acacia_wood.png [new file with mode: 0755]
game/plants/textures/plants_apple_leaves.png [new file with mode: 0755]
game/plants/textures/plants_apple_sapling.png [new file with mode: 0755]
game/plants/textures/plants_apple_tree.png [new file with mode: 0755]
game/plants/textures/plants_apple_wood.png [new file with mode: 0755]
game/plants/textures/plants_aspen_leaves.png [new file with mode: 0755]
game/plants/textures/plants_aspen_sapling.png [new file with mode: 0755]
game/plants/textures/plants_aspen_tree.png [new file with mode: 0755]
game/plants/textures/plants_aspen_wood.png [new file with mode: 0755]
game/plants/textures/plants_cactus.png [new file with mode: 0755]
game/plants/textures/plants_jungle_leaves.png [new file with mode: 0755]
game/plants/textures/plants_jungle_sapling.png [new file with mode: 0755]
game/plants/textures/plants_jungle_tree.png [new file with mode: 0755]
game/plants/textures/plants_jungle_wood.png [new file with mode: 0755]
game/plants/textures/plants_papyrus.png [new file with mode: 0755]
game/plants/textures/plants_pine_leaves.png [new file with mode: 0755]
game/plants/textures/plants_pine_sapling.png [new file with mode: 0755]
game/plants/textures/plants_pine_tree.png [new file with mode: 0755]
game/plants/textures/plants_pine_wood.png [new file with mode: 0755]
game/plants/textures/tools_wood_axe.png [new file with mode: 0644]
game/plants/textures/tools_wood_pickaxe.png [new file with mode: 0644]
game/plants/textures/tools_wood_shovel.png [new file with mode: 0644]
game/skins/init.js [new file with mode: 0755]
game/skins/textures/skins_adventer_girl.png [new file with mode: 0755]
game/skins/textures/skins_fire.png [new file with mode: 0755]
game/skins/textures/skins_hacker.png [new file with mode: 0755]
game/skins/textures/skins_sam.png [new file with mode: 0755]
game/skins/textures/skins_zombie_boss.png [new file with mode: 0755]
game/skins/ui.js [new file with mode: 0755]
game/tnt/init.js [new file with mode: 0755]
game/tnt/sounds/tnt_explode.ogg [new file with mode: 0755]
game/tnt/sounds/tnt_ignite.ogg [new file with mode: 0755]
game/tnt/textures/tnt_active_gunpowder.png [new file with mode: 0755]
game/tnt/textures/tnt_active_tnt.png [new file with mode: 0755]
game/tnt/textures/tnt_gunpowder.png [new file with mode: 0755]
game/tnt/textures/tnt_tnt.png [new file with mode: 0755]
game/tools/init.js [new file with mode: 0644]
game/tools/textures/tools_stick.png [new file with mode: 0644]
game/torch/dependencies.txt [new file with mode: 0644]
game/torch/init.js [new file with mode: 0755]
game/torch/textures/torch_torch_ceiling.png [new file with mode: 0755]
game/torch/textures/torch_torch_floor.png [new file with mode: 0755]
game/torch/textures/torch_torch_left.png [new file with mode: 0755]
game/torch/textures/torch_torch_right.png [new file with mode: 0755]
game/wool/init.js [new file with mode: 0755]
game/wool/textures/wool_black.png [new file with mode: 0755]
game/wool/textures/wool_blue.png [new file with mode: 0755]
game/wool/textures/wool_brown.png [new file with mode: 0755]
game/wool/textures/wool_cyan.png [new file with mode: 0755]
game/wool/textures/wool_dark_green.png [new file with mode: 0755]
game/wool/textures/wool_dark_grey.png [new file with mode: 0755]
game/wool/textures/wool_green.png [new file with mode: 0755]
game/wool/textures/wool_grey.png [new file with mode: 0755]
game/wool/textures/wool_magenta.png [new file with mode: 0755]
game/wool/textures/wool_orange.png [new file with mode: 0755]
game/wool/textures/wool_pink.png [new file with mode: 0755]
game/wool/textures/wool_red.png [new file with mode: 0755]
game/wool/textures/wool_violet.png [new file with mode: 0755]
game/wool/textures/wool_white.png [new file with mode: 0755]
game/wool/textures/wool_yellow.png [new file with mode: 0755]
index.php [new file with mode: 0755]
lib/dblib.js [new file with mode: 0755]
lib/jquery.js [new file with mode: 0755]
login-config.php [new file with mode: 0755]
mods/minecraft/description.txt [new file with mode: 0755]
mods/minecraft/init.js [new file with mode: 0755]
mods/minecraft/textures/minecraft_bedrock.png [new file with mode: 0755]
mods/minecraft/textures/minecraft_bricks.png [new file with mode: 0755]
mods/minecraft/textures/minecraft_chisel_sandstone.png [new file with mode: 0755]
mods/minecraft/textures/minecraft_cobblestone.png [new file with mode: 0755]
mods/minecraft/textures/minecraft_pumpkin.png [new file with mode: 0755]
mods/minecraft/textures/minecraft_red_chisel_sandstone.png [new file with mode: 0755]
mods/minecraft/textures/minecraft_red_sand.png [new file with mode: 0755]
mods/minecraft/textures/minecraft_red_sandstone.png [new file with mode: 0755]
mods/minecraft/textures/minecraft_sand.png [new file with mode: 0755]
mods/minecraft/textures/minecraft_sandstone.png [new file with mode: 0755]
mods/minecraft/textures/minecraft_soul_sand.png [new file with mode: 0755]
mods/minecraft/textures/minecraft_sponge.png [new file with mode: 0755]
mods/minecraft/textures/minecraft_wet_sponge.png [new file with mode: 0755]
mods/minecraft/textures/plants_oak_leaves.png [new file with mode: 0755]
mods/minecraft/textures/plants_oak_sapling.png [new file with mode: 0755]
mods/minecraft/textures/plants_oak_tree.png [new file with mode: 0755]
mods/minecraft/textures/plants_oak_wood.png [new file with mode: 0755]
mods/mobs/api.js [new file with mode: 0644]
mods/mobs/description.txt [new file with mode: 0755]
mods/mobs/init.js [new file with mode: 0755]
mods/mobs/mobs.js [new file with mode: 0644]
mods/mobs/textures/mobs_ball.png [new file with mode: 0755]
mods/mobs/textures/mobs_bubble.png [new file with mode: 0644]
mods/mobs/textures/mobs_snowball.png [new file with mode: 0644]
mods/skyblocks/dependencies.txt [new file with mode: 0644]
mods/skyblocks/gui.js [new file with mode: 0644]
mods/skyblocks/init.js [new file with mode: 0644]
mods/skyblocks/mapgen.js [new file with mode: 0644]
mods/skyblocks/misc.js [new file with mode: 0644]
mods/skyblocks/quests.js [new file with mode: 0644]
mods/skyblocks/quests.json [new file with mode: 0644]
mods/skyblocks/recipes.js [new file with mode: 0644]
mods/skyblocks/sounds/skyblocks_finish_quest.ogg [new file with mode: 0755]
mods/skyblocks/textures/skyblocks_skyblock.png [new file with mode: 0755]
mods/source/description.txt [new file with mode: 0644]
mods/source/init.js [new file with mode: 0644]
settings.json [new file with mode: 0755]
sounds/dig.ogg [new file with mode: 0755]
sounds/dig_choppy.ogg [new file with mode: 0755]
sounds/dig_cracky.ogg [new file with mode: 0755]
sounds/dig_crumbly.ogg [new file with mode: 0755]
sounds/dig_snappy.ogg [new file with mode: 0755]
sounds/dug.ogg [new file with mode: 0755]
sounds/place.ogg [new file with mode: 0755]
style.css [new file with mode: 0644]
textures/arrow.png [new file with mode: 0755]
textures/close.png [new file with mode: 0755]
textures/crack0.png [new file with mode: 0755]
textures/crack1.png [new file with mode: 0755]
textures/crack2.png [new file with mode: 0755]
textures/crack3.png [new file with mode: 0755]
textures/crack4.png [new file with mode: 0755]
textures/credits_derzombiiie.png [new file with mode: 0755]
textures/credits_elidragon.png [new file with mode: 0755]
textures/credits_fleckenstein.png [new file with mode: 0755]
textures/credits_himbeerserver.png [new file with mode: 0755]
textures/credits_javascript.png [new file with mode: 0755]
textures/credits_minetest.png [new file with mode: 0755]
textures/credits_sc++.png [new file with mode: 0755]
textures/dirt.png [new file with mode: 0755]
textures/elidragon.png [new file with mode: 0755]
textures/icon.png [new file with mode: 0755]
textures/logo-mainmenu.png [new file with mode: 0755]
textures/logo-transparent.png [new file with mode: 0755]
textures/logo.png [new file with mode: 0755]
textures/move.png [new file with mode: 0755]
worlds/skyblocks/owner.txt [new file with mode: 0755]
worlds/skyblocks/world.json [new file with mode: 0755]
worlds/test/owner.txt [new file with mode: 0755]
worlds/test/world.json [new file with mode: 0755]