diff options
author | Wuzzy <wuzzy2@mail.ru> | 2020-05-26 00:17:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-26 00:17:52 +0200 |
commit | 083b285f4319c470f307f0b52f03a2fb68facd38 (patch) | |
tree | bdd02540ad58756a38606f03a995ab837a176709 | |
parent | b546e8938d41aa9e3101fb9d4d5b02924ed73b60 (diff) | |
download | minetest-083b285f4319c470f307f0b52f03a2fb68facd38.tar.gz minetest-083b285f4319c470f307f0b52f03a2fb68facd38.tar.bz2 minetest-083b285f4319c470f307f0b52f03a2fb68facd38.zip |
Rename “Minimal development test” to “Development Test” (#9928)
-rw-r--r-- | CMakeLists.txt | 6 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | builtin/mainmenu/dlg_create_world.lua | 12 | ||||
-rw-r--r-- | doc/lua_api.txt | 2 | ||||
-rw-r--r-- | games/devtest/LICENSE.txt | 4 | ||||
-rw-r--r-- | games/devtest/README.md (renamed from games/minimal/README.md) | 2 | ||||
-rw-r--r-- | games/devtest/game.conf (renamed from games/minimal/game.conf) | 2 | ||||
-rw-r--r-- | games/devtest/menu/background.png (renamed from games/minimal/menu/background.png) | bin | 152 -> 152 bytes | |||
-rw-r--r-- | games/devtest/menu/header.png | bin | 0 -> 404 bytes | |||
-rw-r--r-- | games/devtest/menu/icon.png (renamed from games/minimal/menu/icon.png) | bin | 217 -> 217 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/init.lua (renamed from games/minimal/mods/basenodes/init.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/basenodes/mod.conf (renamed from games/minimal/mods/basenodes/mod.conf) | 0 | ||||
-rw-r--r-- | games/devtest/mods/basenodes/textures/basenodes_dirt_with_grass_bottom.png (renamed from games/minimal/mods/basenodes/textures/basenodes_dirt_with_grass_bottom.png) | bin | 187 -> 187 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/basenodes_dirt_with_snow.png (renamed from games/minimal/mods/basenodes/textures/basenodes_dirt_with_snow.png) | bin | 166 -> 166 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/basenodes_dirt_with_snow_bottom.png (renamed from games/minimal/mods/basenodes/textures/basenodes_dirt_with_snow_bottom.png) | bin | 177 -> 177 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/basenodes_snow_sheet.png (renamed from games/minimal/mods/basenodes/textures/basenodes_snow_sheet.png) | bin | 166 -> 166 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_apple.png (renamed from games/minimal/mods/basenodes/textures/default_apple.png) | bin | 102 -> 102 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_cobble.png (renamed from games/minimal/mods/basenodes/textures/default_cobble.png) | bin | 340 -> 340 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_desert_sand.png (renamed from games/minimal/mods/basenodes/textures/default_desert_sand.png) | bin | 293 -> 293 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_desert_stone.png (renamed from games/minimal/mods/basenodes/textures/default_desert_stone.png) | bin | 584 -> 584 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_dirt.png (renamed from games/minimal/mods/basenodes/textures/default_dirt.png) | bin | 790 -> 790 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_grass.png (renamed from games/minimal/mods/basenodes/textures/default_grass.png) | bin | 697 -> 697 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_grass_side.png (renamed from games/minimal/mods/basenodes/textures/default_grass_side.png) | bin | 796 -> 796 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_gravel.png (renamed from games/minimal/mods/basenodes/textures/default_gravel.png) | bin | 171 -> 171 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_ice.png (renamed from games/minimal/mods/basenodes/textures/default_ice.png) | bin | 369 -> 369 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_junglegrass.png (renamed from games/minimal/mods/basenodes/textures/default_junglegrass.png) | bin | 201 -> 201 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_jungleleaves.png (renamed from games/minimal/mods/basenodes/textures/default_jungleleaves.png) | bin | 399 -> 399 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_jungletree.png (renamed from games/minimal/mods/basenodes/textures/default_jungletree.png) | bin | 730 -> 730 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_jungletree_top.png (renamed from games/minimal/mods/basenodes/textures/default_jungletree_top.png) | bin | 714 -> 714 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_lava.png (renamed from games/minimal/mods/basenodes/textures/default_lava.png) | bin | 172 -> 172 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_lava_flowing.png (renamed from games/minimal/mods/basenodes/textures/default_lava_flowing.png) | bin | 91 -> 91 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_leaves.png (renamed from games/minimal/mods/basenodes/textures/default_leaves.png) | bin | 883 -> 883 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_mossycobble.png (renamed from games/minimal/mods/basenodes/textures/default_mossycobble.png) | bin | 574 -> 574 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_pine_needles.png (renamed from games/minimal/mods/basenodes/textures/default_pine_needles.png) | bin | 648 -> 648 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_pine_tree.png (renamed from games/minimal/mods/basenodes/textures/default_pine_tree.png) | bin | 604 -> 604 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_pine_tree_top.png (renamed from games/minimal/mods/basenodes/textures/default_pine_tree_top.png) | bin | 174 -> 174 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_river_water.png (renamed from games/minimal/mods/basenodes/textures/default_river_water.png) | bin | 496 -> 496 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_river_water_flowing.png (renamed from games/minimal/mods/basenodes/textures/default_river_water_flowing.png) | bin | 99 -> 99 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_sand.png (renamed from games/minimal/mods/basenodes/textures/default_sand.png) | bin | 554 -> 554 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_snow.png (renamed from games/minimal/mods/basenodes/textures/default_snow.png) | bin | 166 -> 166 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_snow_side.png (renamed from games/minimal/mods/basenodes/textures/default_snow_side.png) | bin | 152 -> 152 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_stone.png (renamed from games/minimal/mods/basenodes/textures/default_stone.png) | bin | 313 -> 313 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_tree.png (renamed from games/minimal/mods/basenodes/textures/default_tree.png) | bin | 659 -> 659 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_tree_top.png (renamed from games/minimal/mods/basenodes/textures/default_tree_top.png) | bin | 175 -> 175 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_water.png (renamed from games/minimal/mods/basenodes/textures/default_water.png) | bin | 302 -> 302 bytes | |||
-rw-r--r-- | games/devtest/mods/basenodes/textures/default_water_flowing.png (renamed from games/minimal/mods/basenodes/textures/default_water_flowing.png) | bin | 115 -> 115 bytes | |||
-rw-r--r-- | games/devtest/mods/basetools/init.lua (renamed from games/minimal/mods/basetools/init.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/basetools/mod.conf (renamed from games/minimal/mods/basetools/mod.conf) | 0 | ||||
-rw-r--r-- | games/devtest/mods/basetools/textures/basetools_dirtpick.png (renamed from games/minimal/mods/basetools/textures/basetools_dirtpick.png) | bin | 307 -> 307 bytes | |||
-rw-r--r-- | games/devtest/mods/basetools/textures/basetools_firesword.png (renamed from games/minimal/mods/basetools/textures/basetools_firesword.png) | bin | 190 -> 190 bytes | |||
-rw-r--r-- | games/devtest/mods/basetools/textures/basetools_icesword.png (renamed from games/minimal/mods/basetools/textures/basetools_icesword.png) | bin | 190 -> 190 bytes | |||
-rw-r--r-- | games/devtest/mods/basetools/textures/basetools_mesepick.png (renamed from games/minimal/mods/basetools/textures/basetools_mesepick.png) | bin | 155 -> 155 bytes | |||
-rw-r--r-- | games/devtest/mods/basetools/textures/basetools_steelaxe.png (renamed from games/minimal/mods/basetools/textures/basetools_steelaxe.png) | bin | 131 -> 131 bytes | |||
-rw-r--r-- | games/devtest/mods/basetools/textures/basetools_steeldagger.png (renamed from games/minimal/mods/basetools/textures/basetools_steeldagger.png) | bin | 154 -> 154 bytes | |||
-rw-r--r-- | games/devtest/mods/basetools/textures/basetools_steelpick.png (renamed from games/minimal/mods/basetools/textures/basetools_steelpick.png) | bin | 159 -> 159 bytes | |||
-rw-r--r-- | games/devtest/mods/basetools/textures/basetools_steelpick_l1.png (renamed from games/minimal/mods/basetools/textures/basetools_steelpick_l1.png) | bin | 190 -> 190 bytes | |||
-rw-r--r-- | games/devtest/mods/basetools/textures/basetools_steelpick_l2.png (renamed from games/minimal/mods/basetools/textures/basetools_steelpick_l2.png) | bin | 177 -> 177 bytes | |||
-rw-r--r-- | games/devtest/mods/basetools/textures/basetools_steelshears.png (renamed from games/minimal/mods/basetools/textures/basetools_steelshears.png) | bin | 208 -> 208 bytes | |||
-rw-r--r-- | games/devtest/mods/basetools/textures/basetools_steelshovel.png (renamed from games/minimal/mods/basetools/textures/basetools_steelshovel.png) | bin | 140 -> 140 bytes | |||
-rw-r--r-- | games/devtest/mods/basetools/textures/basetools_steelsword.png (renamed from games/minimal/mods/basetools/textures/basetools_steelsword.png) | bin | 163 -> 163 bytes | |||
-rw-r--r-- | games/devtest/mods/basetools/textures/basetools_stoneaxe.png (renamed from games/minimal/mods/basetools/textures/basetools_stoneaxe.png) | bin | 130 -> 130 bytes | |||
-rw-r--r-- | games/devtest/mods/basetools/textures/basetools_stonepick.png (renamed from games/minimal/mods/basetools/textures/basetools_stonepick.png) | bin | 155 -> 155 bytes | |||
-rw-r--r-- | games/devtest/mods/basetools/textures/basetools_stoneshears.png (renamed from games/minimal/mods/basetools/textures/basetools_stoneshears.png) | bin | 224 -> 224 bytes | |||
-rw-r--r-- | games/devtest/mods/basetools/textures/basetools_stoneshovel.png (renamed from games/minimal/mods/basetools/textures/basetools_stoneshovel.png) | bin | 134 -> 134 bytes | |||
-rw-r--r-- | games/devtest/mods/basetools/textures/basetools_stonesword.png (renamed from games/minimal/mods/basetools/textures/basetools_stonesword.png) | bin | 159 -> 159 bytes | |||
-rw-r--r-- | games/devtest/mods/basetools/textures/basetools_woodaxe.png (renamed from games/minimal/mods/basetools/textures/basetools_woodaxe.png) | bin | 121 -> 121 bytes | |||
-rw-r--r-- | games/devtest/mods/basetools/textures/basetools_woodpick.png (renamed from games/minimal/mods/basetools/textures/basetools_woodpick.png) | bin | 149 -> 149 bytes | |||
-rw-r--r-- | games/devtest/mods/basetools/textures/basetools_woodshears.png (renamed from games/minimal/mods/basetools/textures/basetools_woodshears.png) | bin | 212 -> 212 bytes | |||
-rw-r--r-- | games/devtest/mods/basetools/textures/basetools_woodshovel.png (renamed from games/minimal/mods/basetools/textures/basetools_woodshovel.png) | bin | 133 -> 133 bytes | |||
-rw-r--r-- | games/devtest/mods/basetools/textures/basetools_woodsword.png (renamed from games/minimal/mods/basetools/textures/basetools_woodsword.png) | bin | 139 -> 139 bytes | |||
-rw-r--r-- | games/devtest/mods/bucket/init.lua (renamed from games/minimal/mods/bucket/init.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/bucket/mod.conf (renamed from games/minimal/mods/bucket/mod.conf) | 0 | ||||
-rw-r--r-- | games/devtest/mods/bucket/textures/bucket.png (renamed from games/minimal/mods/bucket/textures/bucket.png) | bin | 163 -> 163 bytes | |||
-rw-r--r-- | games/devtest/mods/bucket/textures/bucket_lava.png (renamed from games/minimal/mods/bucket/textures/bucket_lava.png) | bin | 168 -> 168 bytes | |||
-rw-r--r-- | games/devtest/mods/bucket/textures/bucket_water.png (renamed from games/minimal/mods/bucket/textures/bucket_water.png) | bin | 168 -> 168 bytes | |||
-rw-r--r-- | games/devtest/mods/chest/init.lua (renamed from games/minimal/mods/chest/init.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/chest/mod.conf (renamed from games/minimal/mods/chest/mod.conf) | 0 | ||||
-rw-r--r-- | games/devtest/mods/chest/textures/chest_chest.png (renamed from games/minimal/mods/chest/textures/chest_chest.png) | bin | 163 -> 163 bytes | |||
-rw-r--r-- | games/devtest/mods/chest_of_everything/init.lua (renamed from games/minimal/mods/chest_of_everything/init.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/chest_of_everything/mod.conf (renamed from games/minimal/mods/chest_of_everything/mod.conf) | 0 | ||||
-rw-r--r-- | games/devtest/mods/chest_of_everything/textures/chest_of_everything_chest.png (renamed from games/minimal/mods/chest_of_everything/textures/chest_of_everything_chest.png) | bin | 210 -> 210 bytes | |||
-rw-r--r-- | games/devtest/mods/dignodes/init.lua (renamed from games/minimal/mods/dignodes/init.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/dignodes/mod.conf (renamed from games/minimal/mods/dignodes/mod.conf) | 0 | ||||
-rw-r--r-- | games/devtest/mods/dignodes/textures/dignodes_choppy.png (renamed from games/minimal/mods/dignodes/textures/dignodes_choppy.png) | bin | 187 -> 187 bytes | |||
-rw-r--r-- | games/devtest/mods/dignodes/textures/dignodes_cracky.png (renamed from games/minimal/mods/dignodes/textures/dignodes_cracky.png) | bin | 193 -> 193 bytes | |||
-rw-r--r-- | games/devtest/mods/dignodes/textures/dignodes_crumbly.png (renamed from games/minimal/mods/dignodes/textures/dignodes_crumbly.png) | bin | 172 -> 172 bytes | |||
-rw-r--r-- | games/devtest/mods/dignodes/textures/dignodes_dig_immediate.png (renamed from games/minimal/mods/dignodes/textures/dignodes_dig_immediate.png) | bin | 170 -> 170 bytes | |||
-rw-r--r-- | games/devtest/mods/dignodes/textures/dignodes_none.png (renamed from games/minimal/mods/dignodes/textures/dignodes_none.png) | bin | 201 -> 201 bytes | |||
-rw-r--r-- | games/devtest/mods/dignodes/textures/dignodes_rating1.png (renamed from games/minimal/mods/dignodes/textures/dignodes_rating1.png) | bin | 94 -> 94 bytes | |||
-rw-r--r-- | games/devtest/mods/dignodes/textures/dignodes_rating2.png (renamed from games/minimal/mods/dignodes/textures/dignodes_rating2.png) | bin | 92 -> 92 bytes | |||
-rw-r--r-- | games/devtest/mods/dignodes/textures/dignodes_rating3.png (renamed from games/minimal/mods/dignodes/textures/dignodes_rating3.png) | bin | 93 -> 93 bytes | |||
-rw-r--r-- | games/devtest/mods/experimental/commands.lua (renamed from games/minimal/mods/experimental/commands.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/experimental/detached.lua (renamed from games/minimal/mods/experimental/detached.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/experimental/init.lua (renamed from games/minimal/mods/experimental/init.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/experimental/items.lua (renamed from games/minimal/mods/experimental/items.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/experimental/mod.conf (renamed from games/minimal/mods/experimental/mod.conf) | 0 | ||||
-rw-r--r-- | games/devtest/mods/experimental/textures/experimental_callback_node.png (renamed from games/minimal/mods/experimental/textures/experimental_callback_node.png) | bin | 139 -> 139 bytes | |||
-rw-r--r-- | games/devtest/mods/experimental/textures/experimental_particle_sheet.png (renamed from games/minimal/mods/experimental/textures/experimental_particle_sheet.png) | bin | 208 -> 208 bytes | |||
-rw-r--r-- | games/devtest/mods/experimental/textures/experimental_particle_vertical.png (renamed from games/minimal/mods/experimental/textures/experimental_particle_vertical.png) | bin | 308 -> 308 bytes | |||
-rw-r--r-- | games/devtest/mods/experimental/textures/experimental_tester_tool_1.png (renamed from games/minimal/mods/experimental/textures/experimental_tester_tool_1.png) | bin | 138 -> 138 bytes | |||
-rw-r--r-- | games/devtest/mods/give_initial_stuff/init.lua (renamed from games/minimal/mods/give_initial_stuff/init.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/give_initial_stuff/mod.conf (renamed from games/minimal/mods/give_initial_stuff/mod.conf) | 0 | ||||
-rw-r--r-- | games/devtest/mods/initial_message/init.lua (renamed from games/minimal/mods/initial_message/init.lua) | 2 | ||||
-rw-r--r-- | games/devtest/mods/initial_message/mod.conf (renamed from games/minimal/mods/initial_message/mod.conf) | 0 | ||||
-rw-r--r-- | games/devtest/mods/mapgen/init.lua (renamed from games/minimal/mods/mapgen/init.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/mapgen/mod.conf (renamed from games/minimal/mods/mapgen/mod.conf) | 0 | ||||
-rw-r--r-- | games/devtest/mods/modchannels/init.lua (renamed from games/minimal/mods/modchannels/init.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/modchannels/mod.conf (renamed from games/minimal/mods/modchannels/mod.conf) | 0 | ||||
-rw-r--r-- | games/devtest/mods/soundstuff/init.lua (renamed from games/minimal/mods/soundstuff/init.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/soundstuff/mod.conf (renamed from games/minimal/mods/soundstuff/mod.conf) | 0 | ||||
-rw-r--r-- | games/devtest/mods/soundstuff/sounds/soundstuff_mono.ogg (renamed from games/minimal/mods/soundstuff/sounds/soundstuff_mono.ogg) | bin | 4362 -> 4362 bytes | |||
-rw-r--r-- | games/devtest/mods/soundstuff/textures/soundstuff_eat.png (renamed from games/minimal/mods/soundstuff/textures/soundstuff_eat.png) | bin | 113 -> 113 bytes | |||
-rw-r--r-- | games/devtest/mods/soundstuff/textures/soundstuff_node_blank.png (renamed from games/minimal/mods/soundstuff/textures/soundstuff_node_blank.png) | bin | 83 -> 83 bytes | |||
-rw-r--r-- | games/devtest/mods/soundstuff/textures/soundstuff_node_climbable.png (renamed from games/minimal/mods/soundstuff/textures/soundstuff_node_climbable.png) | bin | 189 -> 189 bytes | |||
-rw-r--r-- | games/devtest/mods/soundstuff/textures/soundstuff_node_dig.png (renamed from games/minimal/mods/soundstuff/textures/soundstuff_node_dig.png) | bin | 126 -> 126 bytes | |||
-rw-r--r-- | games/devtest/mods/soundstuff/textures/soundstuff_node_dug.png (renamed from games/minimal/mods/soundstuff/textures/soundstuff_node_dug.png) | bin | 132 -> 132 bytes | |||
-rw-r--r-- | games/devtest/mods/soundstuff/textures/soundstuff_node_fall.png (renamed from games/minimal/mods/soundstuff/textures/soundstuff_node_fall.png) | bin | 100 -> 100 bytes | |||
-rw-r--r-- | games/devtest/mods/soundstuff/textures/soundstuff_node_footstep.png (renamed from games/minimal/mods/soundstuff/textures/soundstuff_node_footstep.png) | bin | 120 -> 120 bytes | |||
-rw-r--r-- | games/devtest/mods/soundstuff/textures/soundstuff_node_place.png (renamed from games/minimal/mods/soundstuff/textures/soundstuff_node_place.png) | bin | 115 -> 115 bytes | |||
-rw-r--r-- | games/devtest/mods/soundstuff/textures/soundstuff_node_place_failed.png (renamed from games/minimal/mods/soundstuff/textures/soundstuff_node_place_failed.png) | bin | 143 -> 143 bytes | |||
-rw-r--r-- | games/devtest/mods/soundstuff/textures/soundstuff_node_sound.png (renamed from games/minimal/mods/soundstuff/textures/soundstuff_node_sound.png) | bin | 116 -> 116 bytes | |||
-rw-r--r-- | games/devtest/mods/stairs/init.lua (renamed from games/minimal/mods/stairs/init.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/stairs/mod.conf (renamed from games/minimal/mods/stairs/mod.conf) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testentities/armor.lua (renamed from games/minimal/mods/testentities/armor.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testentities/callbacks.lua (renamed from games/minimal/mods/testentities/callbacks.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testentities/init.lua (renamed from games/minimal/mods/testentities/init.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testentities/mod.conf (renamed from games/minimal/mods/testentities/mod.conf) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testentities/textures/testentities_armorball.png (renamed from games/minimal/mods/testentities/textures/testentities_armorball.png) | bin | 561 -> 561 bytes | |||
-rw-r--r-- | games/devtest/mods/testentities/textures/testentities_callback.png (renamed from games/minimal/mods/testentities/textures/testentities_callback.png) | bin | 156 -> 156 bytes | |||
-rw-r--r-- | games/devtest/mods/testentities/textures/testentities_callback_step.png (renamed from games/minimal/mods/testentities/textures/testentities_callback_step.png) | bin | 166 -> 166 bytes | |||
-rw-r--r-- | games/devtest/mods/testentities/textures/testentities_cube1.png (renamed from games/minimal/mods/testentities/textures/testentities_cube1.png) | bin | 130 -> 130 bytes | |||
-rw-r--r-- | games/devtest/mods/testentities/textures/testentities_cube2.png (renamed from games/minimal/mods/testentities/textures/testentities_cube2.png) | bin | 128 -> 128 bytes | |||
-rw-r--r-- | games/devtest/mods/testentities/textures/testentities_cube3.png (renamed from games/minimal/mods/testentities/textures/testentities_cube3.png) | bin | 124 -> 124 bytes | |||
-rw-r--r-- | games/devtest/mods/testentities/textures/testentities_cube4.png (renamed from games/minimal/mods/testentities/textures/testentities_cube4.png) | bin | 126 -> 126 bytes | |||
-rw-r--r-- | games/devtest/mods/testentities/textures/testentities_cube5.png (renamed from games/minimal/mods/testentities/textures/testentities_cube5.png) | bin | 126 -> 126 bytes | |||
-rw-r--r-- | games/devtest/mods/testentities/textures/testentities_cube6.png (renamed from games/minimal/mods/testentities/textures/testentities_cube6.png) | bin | 126 -> 126 bytes | |||
-rw-r--r-- | games/devtest/mods/testentities/textures/testentities_dungeon_master.png (renamed from games/minimal/mods/testentities/textures/testentities_dungeon_master.png) | bin | 2855 -> 2855 bytes | |||
-rw-r--r-- | games/devtest/mods/testentities/textures/testentities_sprite.png (renamed from games/minimal/mods/testentities/textures/testentities_sprite.png) | bin | 120 -> 120 bytes | |||
-rw-r--r-- | games/devtest/mods/testentities/textures/testentities_upright_sprite1.png (renamed from games/minimal/mods/testentities/textures/testentities_upright_sprite1.png) | bin | 114 -> 114 bytes | |||
-rw-r--r-- | games/devtest/mods/testentities/textures/testentities_upright_sprite2.png (renamed from games/minimal/mods/testentities/textures/testentities_upright_sprite2.png) | bin | 119 -> 119 bytes | |||
-rw-r--r-- | games/devtest/mods/testentities/visuals.lua (renamed from games/minimal/mods/testentities/visuals.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testfood/init.lua (renamed from games/minimal/mods/testfood/init.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testfood/mod.conf (renamed from games/minimal/mods/testfood/mod.conf) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testfood/textures/testfood_bad.png (renamed from games/minimal/mods/testfood/textures/testfood_bad.png) | bin | 126 -> 126 bytes | |||
-rw-r--r-- | games/devtest/mods/testfood/textures/testfood_bad2.png (renamed from games/minimal/mods/testfood/textures/testfood_bad2.png) | bin | 133 -> 133 bytes | |||
-rw-r--r-- | games/devtest/mods/testfood/textures/testfood_good.png (renamed from games/minimal/mods/testfood/textures/testfood_good.png) | bin | 129 -> 129 bytes | |||
-rw-r--r-- | games/devtest/mods/testfood/textures/testfood_good2.png (renamed from games/minimal/mods/testfood/textures/testfood_good2.png) | bin | 145 -> 145 bytes | |||
-rw-r--r-- | games/devtest/mods/testformspec/callbacks.lua (renamed from games/minimal/mods/testformspec/callbacks.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testformspec/dummy_items.lua (renamed from games/minimal/mods/testformspec/dummy_items.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testformspec/formspec.lua (renamed from games/minimal/mods/testformspec/formspec.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testformspec/init.lua (renamed from games/minimal/mods/testformspec/init.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testformspec/mod.conf (renamed from games/minimal/mods/testformspec/mod.conf) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testformspec/textures/testformspec_animation.jpg (renamed from games/minimal/mods/testformspec/textures/testformspec_animation.jpg) | bin | 4376 -> 4376 bytes | |||
-rw-r--r-- | games/devtest/mods/testformspec/textures/testformspec_animation.png (renamed from games/minimal/mods/testformspec/textures/testformspec_animation.png) | bin | 214 -> 214 bytes | |||
-rw-r--r-- | games/devtest/mods/testformspec/textures/testformspec_bg.png (renamed from games/minimal/mods/testformspec/textures/testformspec_bg.png) | bin | 92 -> 92 bytes | |||
-rw-r--r-- | games/devtest/mods/testformspec/textures/testformspec_bg_9slice.png (renamed from games/minimal/mods/testformspec/textures/testformspec_bg_9slice.png) | bin | 146 -> 146 bytes | |||
-rw-r--r-- | games/devtest/mods/testformspec/textures/testformspec_bg_9slice_hovered.png (renamed from games/minimal/mods/testformspec/textures/testformspec_bg_9slice_hovered.png) | bin | 146 -> 146 bytes | |||
-rw-r--r-- | games/devtest/mods/testformspec/textures/testformspec_bg_9slice_pressed.png (renamed from games/minimal/mods/testformspec/textures/testformspec_bg_9slice_pressed.png) | bin | 146 -> 146 bytes | |||
-rw-r--r-- | games/devtest/mods/testformspec/textures/testformspec_bg_hovered.png (renamed from games/minimal/mods/testformspec/textures/testformspec_bg_hovered.png) | bin | 92 -> 92 bytes | |||
-rw-r--r-- | games/devtest/mods/testformspec/textures/testformspec_bg_pressed.png (renamed from games/minimal/mods/testformspec/textures/testformspec_bg_pressed.png) | bin | 91 -> 91 bytes | |||
-rw-r--r-- | games/devtest/mods/testformspec/textures/testformspec_button_image.png (renamed from games/minimal/mods/testformspec/textures/testformspec_button_image.png) | bin | 146 -> 146 bytes | |||
-rw-r--r-- | games/devtest/mods/testformspec/textures/testformspec_hovered.png (renamed from games/minimal/mods/testformspec/textures/testformspec_hovered.png) | bin | 195 -> 195 bytes | |||
-rw-r--r-- | games/devtest/mods/testformspec/textures/testformspec_item.png (renamed from games/minimal/mods/testformspec/textures/testformspec_item.png) | bin | 182 -> 182 bytes | |||
-rw-r--r-- | games/devtest/mods/testformspec/textures/testformspec_node.png (renamed from games/minimal/mods/testformspec/textures/testformspec_node.png) | bin | 113 -> 113 bytes | |||
-rw-r--r-- | games/devtest/mods/testformspec/textures/testformspec_pressed.png (renamed from games/minimal/mods/testformspec/textures/testformspec_pressed.png) | bin | 165 -> 165 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/README.md (renamed from games/minimal/mods/testnodes/README.md) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testnodes/drawtypes.lua (renamed from games/minimal/mods/testnodes/drawtypes.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testnodes/init.lua (renamed from games/minimal/mods/testnodes/init.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testnodes/light.lua (renamed from games/minimal/mods/testnodes/light.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testnodes/liquids.lua (renamed from games/minimal/mods/testnodes/liquids.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testnodes/meshes.lua (renamed from games/minimal/mods/testnodes/meshes.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testnodes/mod.conf (renamed from games/minimal/mods/testnodes/mod.conf) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testnodes/models/testnodes_ocorner.obj (renamed from games/minimal/mods/testnodes/models/testnodes_ocorner.obj) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testnodes/models/testnodes_pyramid.obj (renamed from games/minimal/mods/testnodes/models/testnodes_pyramid.obj) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testnodes/nodeboxes.lua (renamed from games/minimal/mods/testnodes/nodeboxes.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testnodes/param2.lua (renamed from games/minimal/mods/testnodes/param2.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testnodes/properties.lua (renamed from games/minimal/mods/testnodes/properties.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testnodes/settingtypes.txt (renamed from games/minimal/mods/testnodes/settingtypes.txt) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testnodes/textures.lua (renamed from games/minimal/mods/testnodes/textures.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_1.png (renamed from games/minimal/mods/testnodes/textures/testnodes_1.png) | bin | 107 -> 107 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_1g.png (renamed from games/minimal/mods/testnodes/textures/testnodes_1g.png) | bin | 104 -> 104 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_1w.png (renamed from games/minimal/mods/testnodes/textures/testnodes_1w.png) | bin | 121 -> 121 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_1wg.png (renamed from games/minimal/mods/testnodes/textures/testnodes_1wg.png) | bin | 122 -> 122 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_2.png (renamed from games/minimal/mods/testnodes/textures/testnodes_2.png) | bin | 112 -> 112 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_2g.png (renamed from games/minimal/mods/testnodes/textures/testnodes_2g.png) | bin | 110 -> 110 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_2w.png (renamed from games/minimal/mods/testnodes/textures/testnodes_2w.png) | bin | 134 -> 134 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_2wg.png (renamed from games/minimal/mods/testnodes/textures/testnodes_2wg.png) | bin | 135 -> 135 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_3.png (renamed from games/minimal/mods/testnodes/textures/testnodes_3.png) | bin | 105 -> 105 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_3g.png (renamed from games/minimal/mods/testnodes/textures/testnodes_3g.png) | bin | 103 -> 103 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_3w.png (renamed from games/minimal/mods/testnodes/textures/testnodes_3w.png) | bin | 112 -> 112 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_3wg.png (renamed from games/minimal/mods/testnodes/textures/testnodes_3wg.png) | bin | 112 -> 112 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_4.png (renamed from games/minimal/mods/testnodes/textures/testnodes_4.png) | bin | 97 -> 97 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_4g.png (renamed from games/minimal/mods/testnodes/textures/testnodes_4g.png) | bin | 95 -> 95 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_4w.png (renamed from games/minimal/mods/testnodes/textures/testnodes_4w.png) | bin | 128 -> 128 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_4wg.png (renamed from games/minimal/mods/testnodes/textures/testnodes_4wg.png) | bin | 128 -> 128 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_5.png (renamed from games/minimal/mods/testnodes/textures/testnodes_5.png) | bin | 98 -> 98 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_5g.png (renamed from games/minimal/mods/testnodes/textures/testnodes_5g.png) | bin | 98 -> 98 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_5w.png (renamed from games/minimal/mods/testnodes/textures/testnodes_5w.png) | bin | 117 -> 117 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_5wg.png (renamed from games/minimal/mods/testnodes/textures/testnodes_5wg.png) | bin | 117 -> 117 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_6.png (renamed from games/minimal/mods/testnodes/textures/testnodes_6.png) | bin | 100 -> 100 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_6g.png (renamed from games/minimal/mods/testnodes/textures/testnodes_6g.png) | bin | 98 -> 98 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_6w.png (renamed from games/minimal/mods/testnodes/textures/testnodes_6w.png) | bin | 117 -> 117 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_6wg.png (renamed from games/minimal/mods/testnodes/textures/testnodes_6wg.png) | bin | 117 -> 117 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_airlike.png (renamed from games/minimal/mods/testnodes/textures/testnodes_airlike.png) | bin | 92 -> 92 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_allfaces.png (renamed from games/minimal/mods/testnodes/textures/testnodes_allfaces.png) | bin | 150 -> 150 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_allfaces_optional.png (renamed from games/minimal/mods/testnodes/textures/testnodes_allfaces_optional.png) | bin | 150 -> 150 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_alpha.png (renamed from games/minimal/mods/testnodes/textures/testnodes_alpha.png) | bin | 96 -> 96 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_alpha128.png (renamed from games/minimal/mods/testnodes/textures/testnodes_alpha128.png) | bin | 136 -> 136 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_alpha191.png (renamed from games/minimal/mods/testnodes/textures/testnodes_alpha191.png) | bin | 132 -> 132 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_alpha64.png (renamed from games/minimal/mods/testnodes/textures/testnodes_alpha64.png) | bin | 134 -> 134 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_anim.png (renamed from games/minimal/mods/testnodes/textures/testnodes_anim.png) | bin | 274 -> 274 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_attached_bottom.png (renamed from games/minimal/mods/testnodes/textures/testnodes_attached_bottom.png) | bin | 86 -> 86 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_attached_side.png (renamed from games/minimal/mods/testnodes/textures/testnodes_attached_side.png) | bin | 98 -> 98 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_attached_top.png (renamed from games/minimal/mods/testnodes/textures/testnodes_attached_top.png) | bin | 87 -> 87 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_attachedw_bottom.png (renamed from games/minimal/mods/testnodes/textures/testnodes_attachedw_bottom.png) | bin | 130 -> 130 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_attachedw_side.png (renamed from games/minimal/mods/testnodes/textures/testnodes_attachedw_side.png) | bin | 122 -> 122 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_attachedw_top.png (renamed from games/minimal/mods/testnodes/textures/testnodes_attachedw_top.png) | bin | 109 -> 109 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_bouncy.png (renamed from games/minimal/mods/testnodes/textures/testnodes_bouncy.png) | bin | 106 -> 106 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_buildable_to.png (renamed from games/minimal/mods/testnodes/textures/testnodes_buildable_to.png) | bin | 89 -> 89 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_climbable_nojump_side.png (renamed from games/minimal/mods/testnodes/textures/testnodes_climbable_nojump_side.png) | bin | 164 -> 164 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_climbable_side.png (renamed from games/minimal/mods/testnodes/textures/testnodes_climbable_side.png) | bin | 150 -> 150 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_damage.png (renamed from games/minimal/mods/testnodes/textures/testnodes_damage.png) | bin | 108 -> 108 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_damage_neg.png (renamed from games/minimal/mods/testnodes/textures/testnodes_damage_neg.png) | bin | 121 -> 121 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_drowning.png (renamed from games/minimal/mods/testnodes/textures/testnodes_drowning.png) | bin | 127 -> 127 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_fall_damage_minus.png (renamed from games/minimal/mods/testnodes/textures/testnodes_fall_damage_minus.png) | bin | 116 -> 116 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_fall_damage_plus.png (renamed from games/minimal/mods/testnodes/textures/testnodes_fall_damage_plus.png) | bin | 117 -> 117 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_fencelike.png (renamed from games/minimal/mods/testnodes/textures/testnodes_fencelike.png) | bin | 90 -> 90 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_firelike.png (renamed from games/minimal/mods/testnodes/textures/testnodes_firelike.png) | bin | 149 -> 149 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_glasslike.png (renamed from games/minimal/mods/testnodes/textures/testnodes_glasslike.png) | bin | 117 -> 117 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_glasslike_detail.png (renamed from games/minimal/mods/testnodes/textures/testnodes_glasslike_detail.png) | bin | 167 -> 167 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_glasslike_framed.png (renamed from games/minimal/mods/testnodes/textures/testnodes_glasslike_framed.png) | bin | 88 -> 88 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_glasslike_framed2.png (renamed from games/minimal/mods/testnodes/textures/testnodes_glasslike_framed2.png) | bin | 118 -> 118 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_glasslike_framed_optional.png (renamed from games/minimal/mods/testnodes/textures/testnodes_glasslike_framed_optional.png) | bin | 128 -> 128 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_glasslikeliquid.png (renamed from games/minimal/mods/testnodes/textures/testnodes_glasslikeliquid.png) | bin | 122 -> 122 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_light.png (renamed from games/minimal/mods/testnodes/textures/testnodes_light.png) | bin | 117 -> 117 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_light_1.png (renamed from games/minimal/mods/testnodes/textures/testnodes_light_1.png) | bin | 158 -> 158 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_light_10.png (renamed from games/minimal/mods/testnodes/textures/testnodes_light_10.png) | bin | 147 -> 147 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_light_11.png (renamed from games/minimal/mods/testnodes/textures/testnodes_light_11.png) | bin | 149 -> 149 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_light_12.png (renamed from games/minimal/mods/testnodes/textures/testnodes_light_12.png) | bin | 138 -> 138 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_light_13.png (renamed from games/minimal/mods/testnodes/textures/testnodes_light_13.png) | bin | 137 -> 137 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_light_14.png (renamed from games/minimal/mods/testnodes/textures/testnodes_light_14.png) | bin | 132 -> 132 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_light_2.png (renamed from games/minimal/mods/testnodes/textures/testnodes_light_2.png) | bin | 152 -> 152 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_light_3.png (renamed from games/minimal/mods/testnodes/textures/testnodes_light_3.png) | bin | 150 -> 150 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_light_4.png (renamed from games/minimal/mods/testnodes/textures/testnodes_light_4.png) | bin | 157 -> 157 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_light_5.png (renamed from games/minimal/mods/testnodes/textures/testnodes_light_5.png) | bin | 150 -> 150 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_light_6.png (renamed from games/minimal/mods/testnodes/textures/testnodes_light_6.png) | bin | 154 -> 154 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_light_7.png (renamed from games/minimal/mods/testnodes/textures/testnodes_light_7.png) | bin | 146 -> 146 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_light_8.png (renamed from games/minimal/mods/testnodes/textures/testnodes_light_8.png) | bin | 139 -> 139 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_light_9.png (renamed from games/minimal/mods/testnodes/textures/testnodes_light_9.png) | bin | 149 -> 149 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_line_crossing.png (renamed from games/minimal/mods/testnodes/textures/testnodes_line_crossing.png) | bin | 130 -> 130 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_line_curved.png (renamed from games/minimal/mods/testnodes/textures/testnodes_line_curved.png) | bin | 123 -> 123 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_line_straight.png (renamed from games/minimal/mods/testnodes/textures/testnodes_line_straight.png) | bin | 115 -> 115 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_line_t_junction.png (renamed from games/minimal/mods/testnodes/textures/testnodes_line_t_junction.png) | bin | 128 -> 128 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_liquid.png (renamed from games/minimal/mods/testnodes/textures/testnodes_liquid.png) | bin | 95 -> 95 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_liquidflowing.png (renamed from games/minimal/mods/testnodes/textures/testnodes_liquidflowing.png) | bin | 132 -> 132 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r0.png (renamed from games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r0.png) | bin | 162 -> 162 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r1.png (renamed from games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r1.png) | bin | 160 -> 160 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r2.png (renamed from games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r2.png) | bin | 154 -> 154 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r3.png (renamed from games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r3.png) | bin | 155 -> 155 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r4.png (renamed from games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r4.png) | bin | 154 -> 154 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r5.png (renamed from games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r5.png) | bin | 155 -> 155 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r6.png (renamed from games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r6.png) | bin | 155 -> 155 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r7.png (renamed from games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r7.png) | bin | 157 -> 157 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r8.png (renamed from games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r8.png) | bin | 152 -> 152 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_liquidsource.png (renamed from games/minimal/mods/testnodes/textures/testnodes_liquidsource.png) | bin | 128 -> 128 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_liquidsource_r0.png (renamed from games/minimal/mods/testnodes/textures/testnodes_liquidsource_r0.png) | bin | 149 -> 149 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_liquidsource_r1.png (renamed from games/minimal/mods/testnodes/textures/testnodes_liquidsource_r1.png) | bin | 152 -> 152 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_liquidsource_r2.png (renamed from games/minimal/mods/testnodes/textures/testnodes_liquidsource_r2.png) | bin | 152 -> 152 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_liquidsource_r3.png (renamed from games/minimal/mods/testnodes/textures/testnodes_liquidsource_r3.png) | bin | 152 -> 152 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_liquidsource_r4.png (renamed from games/minimal/mods/testnodes/textures/testnodes_liquidsource_r4.png) | bin | 155 -> 155 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_liquidsource_r5.png (renamed from games/minimal/mods/testnodes/textures/testnodes_liquidsource_r5.png) | bin | 150 -> 150 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_liquidsource_r6.png (renamed from games/minimal/mods/testnodes/textures/testnodes_liquidsource_r6.png) | bin | 148 -> 148 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_liquidsource_r7.png (renamed from games/minimal/mods/testnodes/textures/testnodes_liquidsource_r7.png) | bin | 154 -> 154 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_liquidsource_r8.png (renamed from games/minimal/mods/testnodes/textures/testnodes_liquidsource_r8.png) | bin | 148 -> 148 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_mesh_stripes.png (renamed from games/minimal/mods/testnodes/textures/testnodes_mesh_stripes.png) | bin | 150 -> 150 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_mesh_stripes2.png (renamed from games/minimal/mods/testnodes/textures/testnodes_mesh_stripes2.png) | bin | 144 -> 144 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_mesh_stripes3.png (renamed from games/minimal/mods/testnodes/textures/testnodes_mesh_stripes3.png) | bin | 85 -> 85 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_mesh_stripes4.png (renamed from games/minimal/mods/testnodes/textures/testnodes_mesh_stripes4.png) | bin | 93 -> 93 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_node.png (renamed from games/minimal/mods/testnodes/textures/testnodes_node.png) | bin | 89 -> 89 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_node_falling.png (renamed from games/minimal/mods/testnodes/textures/testnodes_node_falling.png) | bin | 112 -> 112 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_nodebox.png (renamed from games/minimal/mods/testnodes/textures/testnodes_nodebox.png) | bin | 112 -> 112 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_nojump_side.png (renamed from games/minimal/mods/testnodes/textures/testnodes_nojump_side.png) | bin | 94 -> 94 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_nojump_top.png (renamed from games/minimal/mods/testnodes/textures/testnodes_nojump_top.png) | bin | 121 -> 121 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_normal.png (renamed from games/minimal/mods/testnodes/textures/testnodes_normal.png) | bin | 92 -> 92 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_normal1.png (renamed from games/minimal/mods/testnodes/textures/testnodes_normal1.png) | bin | 114 -> 114 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_normal2.png (renamed from games/minimal/mods/testnodes/textures/testnodes_normal2.png) | bin | 122 -> 122 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_normal3.png (renamed from games/minimal/mods/testnodes/textures/testnodes_normal3.png) | bin | 114 -> 114 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_normal4.png (renamed from games/minimal/mods/testnodes/textures/testnodes_normal4.png) | bin | 106 -> 106 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_normal5.png (renamed from games/minimal/mods/testnodes/textures/testnodes_normal5.png) | bin | 109 -> 109 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_normal6.png (renamed from games/minimal/mods/testnodes/textures/testnodes_normal6.png) | bin | 111 -> 111 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_palette_facedir.png (renamed from games/minimal/mods/testnodes/textures/testnodes_palette_facedir.png) | bin | 87 -> 87 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_palette_full.png (renamed from games/minimal/mods/testnodes/textures/testnodes_palette_full.png) | bin | 568 -> 568 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_palette_wallmounted.png (renamed from games/minimal/mods/testnodes/textures/testnodes_palette_wallmounted.png) | bin | 136 -> 136 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_plantlike.png (renamed from games/minimal/mods/testnodes/textures/testnodes_plantlike.png) | bin | 183 -> 183 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_plantlike_degrotate.png (renamed from games/minimal/mods/testnodes/textures/testnodes_plantlike_degrotate.png) | bin | 176 -> 176 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_plantlike_leveled.png (renamed from games/minimal/mods/testnodes/textures/testnodes_plantlike_leveled.png) | bin | 163 -> 163 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_plantlike_meshoptions.png (renamed from games/minimal/mods/testnodes/textures/testnodes_plantlike_meshoptions.png) | bin | 164 -> 164 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted.png (renamed from games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted.png) | bin | 182 -> 182 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_base.png (renamed from games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_base.png) | bin | 101 -> 101 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_degrotate.png (renamed from games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_degrotate.png) | bin | 145 -> 145 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_leveled.png (renamed from games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_leveled.png) | bin | 127 -> 127 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_meshoptions.png (renamed from games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_meshoptions.png) | bin | 128 -> 128 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_waving.png (renamed from games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_waving.png) | bin | 126 -> 126 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_degrotate.png (renamed from games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_degrotate.png) | bin | 176 -> 176 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_leveled.png (renamed from games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_leveled.png) | bin | 162 -> 162 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_meshoptions.png (renamed from games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_meshoptions.png) | bin | 162 -> 162 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_waving.png (renamed from games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_waving.png) | bin | 125 -> 125 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_plantlike_waving.png (renamed from games/minimal/mods/testnodes/textures/testnodes_plantlike_waving.png) | bin | 127 -> 127 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_rail2_crossing.png (renamed from games/minimal/mods/testnodes/textures/testnodes_rail2_crossing.png) | bin | 246 -> 246 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_rail2_curved.png (renamed from games/minimal/mods/testnodes/textures/testnodes_rail2_curved.png) | bin | 253 -> 253 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_rail2_straight.png (renamed from games/minimal/mods/testnodes/textures/testnodes_rail2_straight.png) | bin | 246 -> 246 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_rail2_t_junction.png (renamed from games/minimal/mods/testnodes/textures/testnodes_rail2_t_junction.png) | bin | 254 -> 254 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_rail_crossing.png (renamed from games/minimal/mods/testnodes/textures/testnodes_rail_crossing.png) | bin | 151 -> 151 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_rail_curved.png (renamed from games/minimal/mods/testnodes/textures/testnodes_rail_curved.png) | bin | 164 -> 164 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_rail_straight.png (renamed from games/minimal/mods/testnodes/textures/testnodes_rail_straight.png) | bin | 133 -> 133 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_rail_t_junction.png (renamed from games/minimal/mods/testnodes/textures/testnodes_rail_t_junction.png) | bin | 202 -> 202 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_signlike.png (renamed from games/minimal/mods/testnodes/textures/testnodes_signlike.png) | bin | 150 -> 150 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_slippery.png (renamed from games/minimal/mods/testnodes/textures/testnodes_slippery.png) | bin | 111 -> 111 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_street_crossing.png (renamed from games/minimal/mods/testnodes/textures/testnodes_street_crossing.png) | bin | 137 -> 137 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_street_curved.png (renamed from games/minimal/mods/testnodes/textures/testnodes_street_curved.png) | bin | 115 -> 115 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_street_straight.png (renamed from games/minimal/mods/testnodes/textures/testnodes_street_straight.png) | bin | 101 -> 101 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_street_t_junction.png (renamed from games/minimal/mods/testnodes/textures/testnodes_street_t_junction.png) | bin | 126 -> 126 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_sunlight_filter.png (renamed from games/minimal/mods/testnodes/textures/testnodes_sunlight_filter.png) | bin | 113 -> 113 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_torchlike_ceiling.png (renamed from games/minimal/mods/testnodes/textures/testnodes_torchlike_ceiling.png) | bin | 157 -> 157 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_torchlike_floor.png (renamed from games/minimal/mods/testnodes/textures/testnodes_torchlike_floor.png) | bin | 141 -> 141 bytes | |||
-rw-r--r-- | games/devtest/mods/testnodes/textures/testnodes_torchlike_wall.png (renamed from games/minimal/mods/testnodes/textures/testnodes_torchlike_wall.png) | bin | 158 -> 158 bytes | |||
-rw-r--r-- | games/devtest/mods/testpathfinder/README.md (renamed from games/minimal/mods/testpathfinder/README.md) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testpathfinder/init.lua (renamed from games/minimal/mods/testpathfinder/init.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testpathfinder/mod.conf (renamed from games/minimal/mods/testpathfinder/mod.conf) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testpathfinder/textures/testpathfinder_testpathfinder.png (renamed from games/minimal/mods/testpathfinder/textures/testpathfinder_testpathfinder.png) | bin | 159 -> 159 bytes | |||
-rw-r--r-- | games/devtest/mods/testpathfinder/textures/testpathfinder_waypoint.png (renamed from games/minimal/mods/testpathfinder/textures/testpathfinder_waypoint.png) | bin | 99 -> 99 bytes | |||
-rw-r--r-- | games/devtest/mods/testpathfinder/textures/testpathfinder_waypoint_end.png (renamed from games/minimal/mods/testpathfinder/textures/testpathfinder_waypoint_end.png) | bin | 147 -> 147 bytes | |||
-rw-r--r-- | games/devtest/mods/testpathfinder/textures/testpathfinder_waypoint_start.png (renamed from games/minimal/mods/testpathfinder/textures/testpathfinder_waypoint_start.png) | bin | 139 -> 139 bytes | |||
-rw-r--r-- | games/devtest/mods/testtools/README.md (renamed from games/minimal/mods/testtools/README.md) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testtools/init.lua (renamed from games/minimal/mods/testtools/init.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testtools/mod.conf (renamed from games/minimal/mods/testtools/mod.conf) | 0 | ||||
-rw-r--r-- | games/devtest/mods/testtools/textures/testtools_entity_rotator.png (renamed from games/minimal/mods/testtools/textures/testtools_entity_rotator.png) | bin | 151 -> 151 bytes | |||
-rw-r--r-- | games/devtest/mods/testtools/textures/testtools_entity_scaler.png (renamed from games/minimal/mods/testtools/textures/testtools_entity_scaler.png) | bin | 182 -> 182 bytes | |||
-rw-r--r-- | games/devtest/mods/testtools/textures/testtools_entity_spawner.png (renamed from games/minimal/mods/testtools/textures/testtools_entity_spawner.png) | bin | 189 -> 189 bytes | |||
-rw-r--r-- | games/devtest/mods/testtools/textures/testtools_falling_node_tool.png (renamed from games/minimal/mods/testtools/textures/testtools_falling_node_tool.png) | bin | 140 -> 140 bytes | |||
-rw-r--r-- | games/devtest/mods/testtools/textures/testtools_node_setter.png (renamed from games/minimal/mods/testtools/textures/testtools_node_setter.png) | bin | 146 -> 146 bytes | |||
-rw-r--r-- | games/devtest/mods/testtools/textures/testtools_object_attacher.png (renamed from games/minimal/mods/testtools/textures/testtools_object_attacher.png) | bin | 173 -> 173 bytes | |||
-rw-r--r-- | games/devtest/mods/testtools/textures/testtools_object_editor.png (renamed from games/minimal/mods/testtools/textures/testtools_object_editor.png) | bin | 180 -> 180 bytes | |||
-rw-r--r-- | games/devtest/mods/testtools/textures/testtools_object_mover.png (renamed from games/minimal/mods/testtools/textures/testtools_object_mover.png) | bin | 175 -> 175 bytes | |||
-rw-r--r-- | games/devtest/mods/testtools/textures/testtools_param2tool.png (renamed from games/minimal/mods/testtools/textures/testtools_param2tool.png) | bin | 127 -> 127 bytes | |||
-rw-r--r-- | games/devtest/mods/testtools/textures/testtools_remover.png (renamed from games/minimal/mods/testtools/textures/testtools_remover.png) | bin | 129 -> 129 bytes | |||
-rw-r--r-- | games/devtest/mods/tiled/init.lua (renamed from games/minimal/mods/tiled/init.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/tiled/mod.conf (renamed from games/minimal/mods/tiled/mod.conf) | 0 | ||||
-rw-r--r-- | games/devtest/mods/tiled/textures/tiled_tiled.png (renamed from games/minimal/mods/tiled/textures/tiled_tiled.png) | bin | 410 -> 410 bytes | |||
-rw-r--r-- | games/devtest/mods/unittests/crafting.lua (renamed from games/minimal/mods/unittests/crafting.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/unittests/crafting_prepare.lua (renamed from games/minimal/mods/unittests/crafting_prepare.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/unittests/init.lua (renamed from games/minimal/mods/unittests/init.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/unittests/mod.conf (renamed from games/minimal/mods/unittests/mod.conf) | 0 | ||||
-rw-r--r-- | games/devtest/mods/unittests/player.lua (renamed from games/minimal/mods/unittests/player.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/unittests/random.lua (renamed from games/minimal/mods/unittests/random.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/unittests/textures/unittests_coal_lump.png (renamed from games/minimal/mods/unittests/textures/unittests_coal_lump.png) | bin | 160 -> 160 bytes | |||
-rw-r--r-- | games/devtest/mods/unittests/textures/unittests_iron_lump.png (renamed from games/minimal/mods/unittests/textures/unittests_iron_lump.png) | bin | 154 -> 154 bytes | |||
-rw-r--r-- | games/devtest/mods/unittests/textures/unittests_repairable_tool.png (renamed from games/minimal/mods/unittests/textures/unittests_repairable_tool.png) | bin | 160 -> 160 bytes | |||
-rw-r--r-- | games/devtest/mods/unittests/textures/unittests_steel_ingot.png (renamed from games/minimal/mods/unittests/textures/unittests_steel_ingot.png) | bin | 159 -> 159 bytes | |||
-rw-r--r-- | games/devtest/mods/unittests/textures/unittests_stick.png (renamed from games/minimal/mods/unittests/textures/unittests_stick.png) | bin | 147 -> 147 bytes | |||
-rw-r--r-- | games/devtest/mods/unittests/textures/unittests_torch.png (renamed from games/minimal/mods/unittests/textures/unittests_torch.png) | bin | 155 -> 155 bytes | |||
-rw-r--r-- | games/devtest/mods/unittests/textures/unittests_unrepairable_tool.png (renamed from games/minimal/mods/unittests/textures/unittests_unrepairable_tool.png) | bin | 157 -> 157 bytes | |||
-rw-r--r-- | games/devtest/mods/util_commands/init.lua (renamed from games/minimal/mods/util_commands/init.lua) | 0 | ||||
-rw-r--r-- | games/devtest/mods/util_commands/mod.conf (renamed from games/minimal/mods/util_commands/mod.conf) | 0 | ||||
-rw-r--r-- | games/devtest/screenshot.png (renamed from games/minimal/screenshot.png) | bin | 133364 -> 133364 bytes | |||
-rw-r--r-- | games/devtest/settingtypes.txt (renamed from games/minimal/settingtypes.txt) | 0 | ||||
-rw-r--r-- | games/minimal/LICENSE.txt | 4 | ||||
-rw-r--r-- | games/minimal/menu/header.png | bin | 210 -> 0 bytes | |||
-rw-r--r-- | src/unittest/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/unittest/test_servermodmanager.cpp | 10 | ||||
-rwxr-xr-x | util/test_multiplayer.sh | 2 |
371 files changed, 25 insertions, 25 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ae842918b..a5f644652 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -167,7 +167,7 @@ endif() install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/games/minetest_game" DESTINATION "${SHAREDIR}/games/" COMPONENT "SUBGAME_MINETEST_GAME" OPTIONAL PATTERN ".git*" EXCLUDE ) -install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/games/minimal" DESTINATION "${SHAREDIR}/games/" +install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/games/devtest" DESTINATION "${SHAREDIR}/games/" COMPONENT "SUBGAME_MINIMAL" OPTIONAL PATTERN ".git*" EXCLUDE ) if(BUILD_CLIENT) @@ -254,8 +254,8 @@ cpack_add_component(SUBGAME_MINETEST_GAME ) cpack_add_component(SUBGAME_MINIMAL - DISPLAY_NAME "Minimal development test" - DESCRIPTION "A minimal subgame helping to develop the engine." + DISPLAY_NAME "Development Test" + DESCRIPTION "A minimal test game helping to develop the engine." DISABLED #DISABLED does not mean it is disabled, and is just not selected by default. GROUP "Subgames" ) @@ -173,7 +173,7 @@ Download source (this is the URL to the latest of source repository, which might git clone --depth 1 https://github.com/minetest/minetest.git cd minetest -Download minetest_game (otherwise only the "Minimal development test" game is available) using Git: +Download minetest_game (otherwise only the "Development Test" game is available) using Git: git clone --depth 1 https://github.com/minetest/minetest_game.git games/minetest_game diff --git a/builtin/mainmenu/dlg_create_world.lua b/builtin/mainmenu/dlg_create_world.lua index 0d977a17c..36df23cce 100644 --- a/builtin/mainmenu/dlg_create_world.lua +++ b/builtin/mainmenu/dlg_create_world.lua @@ -304,13 +304,13 @@ local function create_world_formspec(dialogdata) label_spflags = "label[0,"..y_start..";" .. fgettext("Mapgen-specific flags") .. "]" end - -- Warning if only minimal is installed - local minimal_only = "" + -- Warning if only devtest is installed + local devtest_only = "" local gamelist_height = 2.3 - if #pkgmgr.games == 1 and pkgmgr.games[1].id == "minimal" then - minimal_only = "box[0,0;5.8,1.7;#ff8800]" .. + if #pkgmgr.games == 1 and pkgmgr.games[1].id == "devtest" then + devtest_only = "box[0,0;5.8,1.7;#ff8800]" .. "textarea[0.3,0;6,1.8;;;".. - fgettext("Warning: The minimal development test is meant for developers.") .. "\n" .. + fgettext("Warning: The Development Test is meant for developers.") .. "\n" .. fgettext("Download a game, such as Minetest Game, from minetest.net") .. "]" gamelist_height = 0.5 end @@ -335,7 +335,7 @@ local function create_world_formspec(dialogdata) "textlist[0,3.85;5.8,"..gamelist_height..";games;" .. pkgmgr.gamelist() .. ";" .. gameidx .. ";false]" .. "container[0,4.5]" .. - minimal_only .. + devtest_only .. "container_end[]" .. "container_end[]" .. diff --git a/doc/lua_api.txt b/doc/lua_api.txt index a77c7567e..c4310aa5b 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -1069,7 +1069,7 @@ Node drawtypes There are a bunch of different looking node types. -Look for examples in `games/minimal` or `games/minetest_game`. +Look for examples in `games/devtest` or `games/minetest_game`. * `normal` * A node-sized cube. diff --git a/games/devtest/LICENSE.txt b/games/devtest/LICENSE.txt new file mode 100644 index 000000000..71bd0e596 --- /dev/null +++ b/games/devtest/LICENSE.txt @@ -0,0 +1,4 @@ +License information for Development Test +---------------------------------------- + +The same license as for Minetest applies. diff --git a/games/minimal/README.md b/games/devtest/README.md index a94530498..a7e93cf11 100644 --- a/games/minimal/README.md +++ b/games/devtest/README.md @@ -1,4 +1,4 @@ -# Minimal development test +# Development Test (devtest) This is a basic testing environment that contains a bunch of things to test the engine, but it could also be used as a minimal testbed for testing out mods. diff --git a/games/minimal/game.conf b/games/devtest/game.conf index ae76cf7ad..d6e382ad7 100644 --- a/games/minimal/game.conf +++ b/games/devtest/game.conf @@ -1,2 +1,2 @@ -name = Minimal development test +name = Development Test description = Testing environment to help with testing the engine features of Minetest. It can also be helpful in mod development. diff --git a/games/minimal/menu/background.png b/games/devtest/menu/background.png Binary files differindex 415bb3d14..415bb3d14 100644 --- a/games/minimal/menu/background.png +++ b/games/devtest/menu/background.png diff --git a/games/devtest/menu/header.png b/games/devtest/menu/header.png Binary files differnew file mode 100644 index 000000000..c80ed71f1 --- /dev/null +++ b/games/devtest/menu/header.png diff --git a/games/minimal/menu/icon.png b/games/devtest/menu/icon.png Binary files differindex f854b9c31..f854b9c31 100644 --- a/games/minimal/menu/icon.png +++ b/games/devtest/menu/icon.png diff --git a/games/minimal/mods/basenodes/init.lua b/games/devtest/mods/basenodes/init.lua index 8156c4bec..8156c4bec 100644 --- a/games/minimal/mods/basenodes/init.lua +++ b/games/devtest/mods/basenodes/init.lua diff --git a/games/minimal/mods/basenodes/mod.conf b/games/devtest/mods/basenodes/mod.conf index 25024dc63..25024dc63 100644 --- a/games/minimal/mods/basenodes/mod.conf +++ b/games/devtest/mods/basenodes/mod.conf diff --git a/games/minimal/mods/basenodes/textures/basenodes_dirt_with_grass_bottom.png b/games/devtest/mods/basenodes/textures/basenodes_dirt_with_grass_bottom.png Binary files differindex 5e8fc41a9..5e8fc41a9 100644 --- a/games/minimal/mods/basenodes/textures/basenodes_dirt_with_grass_bottom.png +++ b/games/devtest/mods/basenodes/textures/basenodes_dirt_with_grass_bottom.png diff --git a/games/minimal/mods/basenodes/textures/basenodes_dirt_with_snow.png b/games/devtest/mods/basenodes/textures/basenodes_dirt_with_snow.png Binary files differindex 7ea2d8d31..7ea2d8d31 100644 --- a/games/minimal/mods/basenodes/textures/basenodes_dirt_with_snow.png +++ b/games/devtest/mods/basenodes/textures/basenodes_dirt_with_snow.png diff --git a/games/minimal/mods/basenodes/textures/basenodes_dirt_with_snow_bottom.png b/games/devtest/mods/basenodes/textures/basenodes_dirt_with_snow_bottom.png Binary files differindex 447c94e98..447c94e98 100644 --- a/games/minimal/mods/basenodes/textures/basenodes_dirt_with_snow_bottom.png +++ b/games/devtest/mods/basenodes/textures/basenodes_dirt_with_snow_bottom.png diff --git a/games/minimal/mods/basenodes/textures/basenodes_snow_sheet.png b/games/devtest/mods/basenodes/textures/basenodes_snow_sheet.png Binary files differindex 455332093..455332093 100644 --- a/games/minimal/mods/basenodes/textures/basenodes_snow_sheet.png +++ b/games/devtest/mods/basenodes/textures/basenodes_snow_sheet.png diff --git a/games/minimal/mods/basenodes/textures/default_apple.png b/games/devtest/mods/basenodes/textures/default_apple.png Binary files differindex 9c115dae4..9c115dae4 100644 --- a/games/minimal/mods/basenodes/textures/default_apple.png +++ b/games/devtest/mods/basenodes/textures/default_apple.png diff --git a/games/minimal/mods/basenodes/textures/default_cobble.png b/games/devtest/mods/basenodes/textures/default_cobble.png Binary files differindex 5b859e9c2..5b859e9c2 100644 --- a/games/minimal/mods/basenodes/textures/default_cobble.png +++ b/games/devtest/mods/basenodes/textures/default_cobble.png diff --git a/games/minimal/mods/basenodes/textures/default_desert_sand.png b/games/devtest/mods/basenodes/textures/default_desert_sand.png Binary files differindex 19ec87dc0..19ec87dc0 100644 --- a/games/minimal/mods/basenodes/textures/default_desert_sand.png +++ b/games/devtest/mods/basenodes/textures/default_desert_sand.png diff --git a/games/minimal/mods/basenodes/textures/default_desert_stone.png b/games/devtest/mods/basenodes/textures/default_desert_stone.png Binary files differindex 5126fb61c..5126fb61c 100644 --- a/games/minimal/mods/basenodes/textures/default_desert_stone.png +++ b/games/devtest/mods/basenodes/textures/default_desert_stone.png diff --git a/games/minimal/mods/basenodes/textures/default_dirt.png b/games/devtest/mods/basenodes/textures/default_dirt.png Binary files differindex 58670305d..58670305d 100644 --- a/games/minimal/mods/basenodes/textures/default_dirt.png +++ b/games/devtest/mods/basenodes/textures/default_dirt.png diff --git a/games/minimal/mods/basenodes/textures/default_grass.png b/games/devtest/mods/basenodes/textures/default_grass.png Binary files differindex 3d6397186..3d6397186 100644 --- a/games/minimal/mods/basenodes/textures/default_grass.png +++ b/games/devtest/mods/basenodes/textures/default_grass.png diff --git a/games/minimal/mods/basenodes/textures/default_grass_side.png b/games/devtest/mods/basenodes/textures/default_grass_side.png Binary files differindex 04770b6f6..04770b6f6 100644 --- a/games/minimal/mods/basenodes/textures/default_grass_side.png +++ b/games/devtest/mods/basenodes/textures/default_grass_side.png diff --git a/games/minimal/mods/basenodes/textures/default_gravel.png b/games/devtest/mods/basenodes/textures/default_gravel.png Binary files differindex 7e5ff616f..7e5ff616f 100644 --- a/games/minimal/mods/basenodes/textures/default_gravel.png +++ b/games/devtest/mods/basenodes/textures/default_gravel.png diff --git a/games/minimal/mods/basenodes/textures/default_ice.png b/games/devtest/mods/basenodes/textures/default_ice.png Binary files differindex c4bddd223..c4bddd223 100644 --- a/games/minimal/mods/basenodes/textures/default_ice.png +++ b/games/devtest/mods/basenodes/textures/default_ice.png diff --git a/games/minimal/mods/basenodes/textures/default_junglegrass.png b/games/devtest/mods/basenodes/textures/default_junglegrass.png Binary files differindex d64e33abc..d64e33abc 100644 --- a/games/minimal/mods/basenodes/textures/default_junglegrass.png +++ b/games/devtest/mods/basenodes/textures/default_junglegrass.png diff --git a/games/minimal/mods/basenodes/textures/default_jungleleaves.png b/games/devtest/mods/basenodes/textures/default_jungleleaves.png Binary files differindex 1fa67e83a..1fa67e83a 100644 --- a/games/minimal/mods/basenodes/textures/default_jungleleaves.png +++ b/games/devtest/mods/basenodes/textures/default_jungleleaves.png diff --git a/games/minimal/mods/basenodes/textures/default_jungletree.png b/games/devtest/mods/basenodes/textures/default_jungletree.png Binary files differindex 053850fa7..053850fa7 100644 --- a/games/minimal/mods/basenodes/textures/default_jungletree.png +++ b/games/devtest/mods/basenodes/textures/default_jungletree.png diff --git a/games/minimal/mods/basenodes/textures/default_jungletree_top.png b/games/devtest/mods/basenodes/textures/default_jungletree_top.png Binary files differindex e80de8a69..e80de8a69 100644 --- a/games/minimal/mods/basenodes/textures/default_jungletree_top.png +++ b/games/devtest/mods/basenodes/textures/default_jungletree_top.png diff --git a/games/minimal/mods/basenodes/textures/default_lava.png b/games/devtest/mods/basenodes/textures/default_lava.png Binary files differindex a4cf649f1..a4cf649f1 100644 --- a/games/minimal/mods/basenodes/textures/default_lava.png +++ b/games/devtest/mods/basenodes/textures/default_lava.png diff --git a/games/minimal/mods/basenodes/textures/default_lava_flowing.png b/games/devtest/mods/basenodes/textures/default_lava_flowing.png Binary files differindex 07066a6e3..07066a6e3 100644 --- a/games/minimal/mods/basenodes/textures/default_lava_flowing.png +++ b/games/devtest/mods/basenodes/textures/default_lava_flowing.png diff --git a/games/minimal/mods/basenodes/textures/default_leaves.png b/games/devtest/mods/basenodes/textures/default_leaves.png Binary files differindex c0475d4d2..c0475d4d2 100644 --- a/games/minimal/mods/basenodes/textures/default_leaves.png +++ b/games/devtest/mods/basenodes/textures/default_leaves.png diff --git a/games/minimal/mods/basenodes/textures/default_mossycobble.png b/games/devtest/mods/basenodes/textures/default_mossycobble.png Binary files differindex 69585e37b..69585e37b 100644 --- a/games/minimal/mods/basenodes/textures/default_mossycobble.png +++ b/games/devtest/mods/basenodes/textures/default_mossycobble.png diff --git a/games/minimal/mods/basenodes/textures/default_pine_needles.png b/games/devtest/mods/basenodes/textures/default_pine_needles.png Binary files differindex 137caa2a3..137caa2a3 100644 --- a/games/minimal/mods/basenodes/textures/default_pine_needles.png +++ b/games/devtest/mods/basenodes/textures/default_pine_needles.png diff --git a/games/minimal/mods/basenodes/textures/default_pine_tree.png b/games/devtest/mods/basenodes/textures/default_pine_tree.png Binary files differindex 5743183c0..5743183c0 100644 --- a/games/minimal/mods/basenodes/textures/default_pine_tree.png +++ b/games/devtest/mods/basenodes/textures/default_pine_tree.png diff --git a/games/minimal/mods/basenodes/textures/default_pine_tree_top.png b/games/devtest/mods/basenodes/textures/default_pine_tree_top.png Binary files differindex cc18f3462..cc18f3462 100644 --- a/games/minimal/mods/basenodes/textures/default_pine_tree_top.png +++ b/games/devtest/mods/basenodes/textures/default_pine_tree_top.png diff --git a/games/minimal/mods/basenodes/textures/default_river_water.png b/games/devtest/mods/basenodes/textures/default_river_water.png Binary files differindex e1074d2ef..e1074d2ef 100644 --- a/games/minimal/mods/basenodes/textures/default_river_water.png +++ b/games/devtest/mods/basenodes/textures/default_river_water.png diff --git a/games/minimal/mods/basenodes/textures/default_river_water_flowing.png b/games/devtest/mods/basenodes/textures/default_river_water_flowing.png Binary files differindex 4a756b2bd..4a756b2bd 100644 --- a/games/minimal/mods/basenodes/textures/default_river_water_flowing.png +++ b/games/devtest/mods/basenodes/textures/default_river_water_flowing.png diff --git a/games/minimal/mods/basenodes/textures/default_sand.png b/games/devtest/mods/basenodes/textures/default_sand.png Binary files differindex 0ed0e4ceb..0ed0e4ceb 100644 --- a/games/minimal/mods/basenodes/textures/default_sand.png +++ b/games/devtest/mods/basenodes/textures/default_sand.png diff --git a/games/minimal/mods/basenodes/textures/default_snow.png b/games/devtest/mods/basenodes/textures/default_snow.png Binary files differindex c42e0eecb..c42e0eecb 100644 --- a/games/minimal/mods/basenodes/textures/default_snow.png +++ b/games/devtest/mods/basenodes/textures/default_snow.png diff --git a/games/minimal/mods/basenodes/textures/default_snow_side.png b/games/devtest/mods/basenodes/textures/default_snow_side.png Binary files differindex f34d10991..f34d10991 100644 --- a/games/minimal/mods/basenodes/textures/default_snow_side.png +++ b/games/devtest/mods/basenodes/textures/default_snow_side.png diff --git a/games/minimal/mods/basenodes/textures/default_stone.png b/games/devtest/mods/basenodes/textures/default_stone.png Binary files differindex 763b4396a..763b4396a 100644 --- a/games/minimal/mods/basenodes/textures/default_stone.png +++ b/games/devtest/mods/basenodes/textures/default_stone.png diff --git a/games/minimal/mods/basenodes/textures/default_tree.png b/games/devtest/mods/basenodes/textures/default_tree.png Binary files differindex 189ec1593..189ec1593 100644 --- a/games/minimal/mods/basenodes/textures/default_tree.png +++ b/games/devtest/mods/basenodes/textures/default_tree.png diff --git a/games/minimal/mods/basenodes/textures/default_tree_top.png b/games/devtest/mods/basenodes/textures/default_tree_top.png Binary files differindex d1a4fa704..d1a4fa704 100644 --- a/games/minimal/mods/basenodes/textures/default_tree_top.png +++ b/games/devtest/mods/basenodes/textures/default_tree_top.png diff --git a/games/minimal/mods/basenodes/textures/default_water.png b/games/devtest/mods/basenodes/textures/default_water.png Binary files differindex 3e385ae8b..3e385ae8b 100644 --- a/games/minimal/mods/basenodes/textures/default_water.png +++ b/games/devtest/mods/basenodes/textures/default_water.png diff --git a/games/minimal/mods/basenodes/textures/default_water_flowing.png b/games/devtest/mods/basenodes/textures/default_water_flowing.png Binary files differindex 7cdafd51d..7cdafd51d 100644 --- a/games/minimal/mods/basenodes/textures/default_water_flowing.png +++ b/games/devtest/mods/basenodes/textures/default_water_flowing.png diff --git a/games/minimal/mods/basetools/init.lua b/games/devtest/mods/basetools/init.lua index d9d9afb07..d9d9afb07 100644 --- a/games/minimal/mods/basetools/init.lua +++ b/games/devtest/mods/basetools/init.lua diff --git a/games/minimal/mods/basetools/mod.conf b/games/devtest/mods/basetools/mod.conf index f0d9f657d..f0d9f657d 100644 --- a/games/minimal/mods/basetools/mod.conf +++ b/games/devtest/mods/basetools/mod.conf diff --git a/games/minimal/mods/basetools/textures/basetools_dirtpick.png b/games/devtest/mods/basetools/textures/basetools_dirtpick.png Binary files differindex 20a021d72..20a021d72 100644 --- a/games/minimal/mods/basetools/textures/basetools_dirtpick.png +++ b/games/devtest/mods/basetools/textures/basetools_dirtpick.png diff --git a/games/minimal/mods/basetools/textures/basetools_firesword.png b/games/devtest/mods/basetools/textures/basetools_firesword.png Binary files differindex ee2809ab7..ee2809ab7 100644 --- a/games/minimal/mods/basetools/textures/basetools_firesword.png +++ b/games/devtest/mods/basetools/textures/basetools_firesword.png diff --git a/games/minimal/mods/basetools/textures/basetools_icesword.png b/games/devtest/mods/basetools/textures/basetools_icesword.png Binary files differindex 35ba8214b..35ba8214b 100644 --- a/games/minimal/mods/basetools/textures/basetools_icesword.png +++ b/games/devtest/mods/basetools/textures/basetools_icesword.png diff --git a/games/minimal/mods/basetools/textures/basetools_mesepick.png b/games/devtest/mods/basetools/textures/basetools_mesepick.png Binary files differindex 2b5e12cdb..2b5e12cdb 100644 --- a/games/minimal/mods/basetools/textures/basetools_mesepick.png +++ b/games/devtest/mods/basetools/textures/basetools_mesepick.png diff --git a/games/minimal/mods/basetools/textures/basetools_steelaxe.png b/games/devtest/mods/basetools/textures/basetools_steelaxe.png Binary files differindex aac594d84..aac594d84 100644 --- a/games/minimal/mods/basetools/textures/basetools_steelaxe.png +++ b/games/devtest/mods/basetools/textures/basetools_steelaxe.png diff --git a/games/minimal/mods/basetools/textures/basetools_steeldagger.png b/games/devtest/mods/basetools/textures/basetools_steeldagger.png Binary files differindex 4c9173094..4c9173094 100644 --- a/games/minimal/mods/basetools/textures/basetools_steeldagger.png +++ b/games/devtest/mods/basetools/textures/basetools_steeldagger.png diff --git a/games/minimal/mods/basetools/textures/basetools_steelpick.png b/games/devtest/mods/basetools/textures/basetools_steelpick.png Binary files differindex bc02aac3e..bc02aac3e 100644 --- a/games/minimal/mods/basetools/textures/basetools_steelpick.png +++ b/games/devtest/mods/basetools/textures/basetools_steelpick.png diff --git a/games/minimal/mods/basetools/textures/basetools_steelpick_l1.png b/games/devtest/mods/basetools/textures/basetools_steelpick_l1.png Binary files differindex dc03f3f65..dc03f3f65 100644 --- a/games/minimal/mods/basetools/textures/basetools_steelpick_l1.png +++ b/games/devtest/mods/basetools/textures/basetools_steelpick_l1.png diff --git a/games/minimal/mods/basetools/textures/basetools_steelpick_l2.png b/games/devtest/mods/basetools/textures/basetools_steelpick_l2.png Binary files differindex 011df4584..011df4584 100644 --- a/games/minimal/mods/basetools/textures/basetools_steelpick_l2.png +++ b/games/devtest/mods/basetools/textures/basetools_steelpick_l2.png diff --git a/games/minimal/mods/basetools/textures/basetools_steelshears.png b/games/devtest/mods/basetools/textures/basetools_steelshears.png Binary files differindex 04c86c370..04c86c370 100644 --- a/games/minimal/mods/basetools/textures/basetools_steelshears.png +++ b/games/devtest/mods/basetools/textures/basetools_steelshears.png diff --git a/games/minimal/mods/basetools/textures/basetools_steelshovel.png b/games/devtest/mods/basetools/textures/basetools_steelshovel.png Binary files differindex 8cab60784..8cab60784 100644 --- a/games/minimal/mods/basetools/textures/basetools_steelshovel.png +++ b/games/devtest/mods/basetools/textures/basetools_steelshovel.png diff --git a/games/minimal/mods/basetools/textures/basetools_steelsword.png b/games/devtest/mods/basetools/textures/basetools_steelsword.png Binary files differindex 9909365c3..9909365c3 100644 --- a/games/minimal/mods/basetools/textures/basetools_steelsword.png +++ b/games/devtest/mods/basetools/textures/basetools_steelsword.png diff --git a/games/minimal/mods/basetools/textures/basetools_stoneaxe.png b/games/devtest/mods/basetools/textures/basetools_stoneaxe.png Binary files differindex a374c547d..a374c547d 100644 --- a/games/minimal/mods/basetools/textures/basetools_stoneaxe.png +++ b/games/devtest/mods/basetools/textures/basetools_stoneaxe.png diff --git a/games/minimal/mods/basetools/textures/basetools_stonepick.png b/games/devtest/mods/basetools/textures/basetools_stonepick.png Binary files differindex d9156ee3a..d9156ee3a 100644 --- a/games/minimal/mods/basetools/textures/basetools_stonepick.png +++ b/games/devtest/mods/basetools/textures/basetools_stonepick.png diff --git a/games/minimal/mods/basetools/textures/basetools_stoneshears.png b/games/devtest/mods/basetools/textures/basetools_stoneshears.png Binary files differindex 0b4bd3b74..0b4bd3b74 100644 --- a/games/minimal/mods/basetools/textures/basetools_stoneshears.png +++ b/games/devtest/mods/basetools/textures/basetools_stoneshears.png diff --git a/games/minimal/mods/basetools/textures/basetools_stoneshovel.png b/games/devtest/mods/basetools/textures/basetools_stoneshovel.png Binary files differindex 3c1bb48cb..3c1bb48cb 100644 --- a/games/minimal/mods/basetools/textures/basetools_stoneshovel.png +++ b/games/devtest/mods/basetools/textures/basetools_stoneshovel.png diff --git a/games/minimal/mods/basetools/textures/basetools_stonesword.png b/games/devtest/mods/basetools/textures/basetools_stonesword.png Binary files differindex 6f3e94cda..6f3e94cda 100644 --- a/games/minimal/mods/basetools/textures/basetools_stonesword.png +++ b/games/devtest/mods/basetools/textures/basetools_stonesword.png diff --git a/games/minimal/mods/basetools/textures/basetools_woodaxe.png b/games/devtest/mods/basetools/textures/basetools_woodaxe.png Binary files differindex 4015e910f..4015e910f 100644 --- a/games/minimal/mods/basetools/textures/basetools_woodaxe.png +++ b/games/devtest/mods/basetools/textures/basetools_woodaxe.png diff --git a/games/minimal/mods/basetools/textures/basetools_woodpick.png b/games/devtest/mods/basetools/textures/basetools_woodpick.png Binary files differindex 15c61f408..15c61f408 100644 --- a/games/minimal/mods/basetools/textures/basetools_woodpick.png +++ b/games/devtest/mods/basetools/textures/basetools_woodpick.png diff --git a/games/minimal/mods/basetools/textures/basetools_woodshears.png b/games/devtest/mods/basetools/textures/basetools_woodshears.png Binary files differindex 4ff92fd7c..4ff92fd7c 100644 --- a/games/minimal/mods/basetools/textures/basetools_woodshears.png +++ b/games/devtest/mods/basetools/textures/basetools_woodshears.png diff --git a/games/minimal/mods/basetools/textures/basetools_woodshovel.png b/games/devtest/mods/basetools/textures/basetools_woodshovel.png Binary files differindex 6cc52f8a1..6cc52f8a1 100644 --- a/games/minimal/mods/basetools/textures/basetools_woodshovel.png +++ b/games/devtest/mods/basetools/textures/basetools_woodshovel.png diff --git a/games/minimal/mods/basetools/textures/basetools_woodsword.png b/games/devtest/mods/basetools/textures/basetools_woodsword.png Binary files differindex 364016ed6..364016ed6 100644 --- a/games/minimal/mods/basetools/textures/basetools_woodsword.png +++ b/games/devtest/mods/basetools/textures/basetools_woodsword.png diff --git a/games/minimal/mods/bucket/init.lua b/games/devtest/mods/bucket/init.lua index 3189d4aa6..3189d4aa6 100644 --- a/games/minimal/mods/bucket/init.lua +++ b/games/devtest/mods/bucket/init.lua diff --git a/games/minimal/mods/bucket/mod.conf b/games/devtest/mods/bucket/mod.conf index d14deb4ea..d14deb4ea 100644 --- a/games/minimal/mods/bucket/mod.conf +++ b/games/devtest/mods/bucket/mod.conf diff --git a/games/minimal/mods/bucket/textures/bucket.png b/games/devtest/mods/bucket/textures/bucket.png Binary files differindex 677952875..677952875 100644 --- a/games/minimal/mods/bucket/textures/bucket.png +++ b/games/devtest/mods/bucket/textures/bucket.png diff --git a/games/minimal/mods/bucket/textures/bucket_lava.png b/games/devtest/mods/bucket/textures/bucket_lava.png Binary files differindex dfcae65fb..dfcae65fb 100644 --- a/games/minimal/mods/bucket/textures/bucket_lava.png +++ b/games/devtest/mods/bucket/textures/bucket_lava.png diff --git a/games/minimal/mods/bucket/textures/bucket_water.png b/games/devtest/mods/bucket/textures/bucket_water.png Binary files differindex e164b0a50..e164b0a50 100644 --- a/games/minimal/mods/bucket/textures/bucket_water.png +++ b/games/devtest/mods/bucket/textures/bucket_water.png diff --git a/games/minimal/mods/chest/init.lua b/games/devtest/mods/chest/init.lua index c44522cb9..c44522cb9 100644 --- a/games/minimal/mods/chest/init.lua +++ b/games/devtest/mods/chest/init.lua diff --git a/games/minimal/mods/chest/mod.conf b/games/devtest/mods/chest/mod.conf index 0d7500164..0d7500164 100644 --- a/games/minimal/mods/chest/mod.conf +++ b/games/devtest/mods/chest/mod.conf diff --git a/games/minimal/mods/chest/textures/chest_chest.png b/games/devtest/mods/chest/textures/chest_chest.png Binary files differindex 824b4d502..824b4d502 100644 --- a/games/minimal/mods/chest/textures/chest_chest.png +++ b/games/devtest/mods/chest/textures/chest_chest.png diff --git a/games/minimal/mods/chest_of_everything/init.lua b/games/devtest/mods/chest_of_everything/init.lua index 7d61abebf..7d61abebf 100644 --- a/games/minimal/mods/chest_of_everything/init.lua +++ b/games/devtest/mods/chest_of_everything/init.lua diff --git a/games/minimal/mods/chest_of_everything/mod.conf b/games/devtest/mods/chest_of_everything/mod.conf index 4a4425e05..4a4425e05 100644 --- a/games/minimal/mods/chest_of_everything/mod.conf +++ b/games/devtest/mods/chest_of_everything/mod.conf diff --git a/games/minimal/mods/chest_of_everything/textures/chest_of_everything_chest.png b/games/devtest/mods/chest_of_everything/textures/chest_of_everything_chest.png Binary files differindex 6b2fd58d5..6b2fd58d5 100644 --- a/games/minimal/mods/chest_of_everything/textures/chest_of_everything_chest.png +++ b/games/devtest/mods/chest_of_everything/textures/chest_of_everything_chest.png diff --git a/games/minimal/mods/dignodes/init.lua b/games/devtest/mods/dignodes/init.lua index 833150873..833150873 100644 --- a/games/minimal/mods/dignodes/init.lua +++ b/games/devtest/mods/dignodes/init.lua diff --git a/games/minimal/mods/dignodes/mod.conf b/games/devtest/mods/dignodes/mod.conf index 52a80d66e..52a80d66e 100644 --- a/games/minimal/mods/dignodes/mod.conf +++ b/games/devtest/mods/dignodes/mod.conf diff --git a/games/minimal/mods/dignodes/textures/dignodes_choppy.png b/games/devtest/mods/dignodes/textures/dignodes_choppy.png Binary files differindex a73fc2424..a73fc2424 100644 --- a/games/minimal/mods/dignodes/textures/dignodes_choppy.png +++ b/games/devtest/mods/dignodes/textures/dignodes_choppy.png diff --git a/games/minimal/mods/dignodes/textures/dignodes_cracky.png b/games/devtest/mods/dignodes/textures/dignodes_cracky.png Binary files differindex eb84e3079..eb84e3079 100644 --- a/games/minimal/mods/dignodes/textures/dignodes_cracky.png +++ b/games/devtest/mods/dignodes/textures/dignodes_cracky.png diff --git a/games/minimal/mods/dignodes/textures/dignodes_crumbly.png b/games/devtest/mods/dignodes/textures/dignodes_crumbly.png Binary files differindex 23f2f7c71..23f2f7c71 100644 --- a/games/minimal/mods/dignodes/textures/dignodes_crumbly.png +++ b/games/devtest/mods/dignodes/textures/dignodes_crumbly.png diff --git a/games/minimal/mods/dignodes/textures/dignodes_dig_immediate.png b/games/devtest/mods/dignodes/textures/dignodes_dig_immediate.png Binary files differindex a532ad90b..a532ad90b 100644 --- a/games/minimal/mods/dignodes/textures/dignodes_dig_immediate.png +++ b/games/devtest/mods/dignodes/textures/dignodes_dig_immediate.png diff --git a/games/minimal/mods/dignodes/textures/dignodes_none.png b/games/devtest/mods/dignodes/textures/dignodes_none.png Binary files differindex 60f13650b..60f13650b 100644 --- a/games/minimal/mods/dignodes/textures/dignodes_none.png +++ b/games/devtest/mods/dignodes/textures/dignodes_none.png diff --git a/games/minimal/mods/dignodes/textures/dignodes_rating1.png b/games/devtest/mods/dignodes/textures/dignodes_rating1.png Binary files differindex d2fee3a23..d2fee3a23 100644 --- a/games/minimal/mods/dignodes/textures/dignodes_rating1.png +++ b/games/devtest/mods/dignodes/textures/dignodes_rating1.png diff --git a/games/minimal/mods/dignodes/textures/dignodes_rating2.png b/games/devtest/mods/dignodes/textures/dignodes_rating2.png Binary files differindex 15329b93f..15329b93f 100644 --- a/games/minimal/mods/dignodes/textures/dignodes_rating2.png +++ b/games/devtest/mods/dignodes/textures/dignodes_rating2.png diff --git a/games/minimal/mods/dignodes/textures/dignodes_rating3.png b/games/devtest/mods/dignodes/textures/dignodes_rating3.png Binary files differindex 37216bfd1..37216bfd1 100644 --- a/games/minimal/mods/dignodes/textures/dignodes_rating3.png +++ b/games/devtest/mods/dignodes/textures/dignodes_rating3.png diff --git a/games/minimal/mods/experimental/commands.lua b/games/devtest/mods/experimental/commands.lua index 96f8cbe39..96f8cbe39 100644 --- a/games/minimal/mods/experimental/commands.lua +++ b/games/devtest/mods/experimental/commands.lua diff --git a/games/minimal/mods/experimental/detached.lua b/games/devtest/mods/experimental/detached.lua index 673adfdd4..673adfdd4 100644 --- a/games/minimal/mods/experimental/detached.lua +++ b/games/devtest/mods/experimental/detached.lua diff --git a/games/minimal/mods/experimental/init.lua b/games/devtest/mods/experimental/init.lua index b292f792e..b292f792e 100644 --- a/games/minimal/mods/experimental/init.lua +++ b/games/devtest/mods/experimental/init.lua diff --git a/games/minimal/mods/experimental/items.lua b/games/devtest/mods/experimental/items.lua index 51b063ba2..51b063ba2 100644 --- a/games/minimal/mods/experimental/items.lua +++ b/games/devtest/mods/experimental/items.lua diff --git a/games/minimal/mods/experimental/mod.conf b/games/devtest/mods/experimental/mod.conf index cf0f9cb42..cf0f9cb42 100644 --- a/games/minimal/mods/experimental/mod.conf +++ b/games/devtest/mods/experimental/mod.conf diff --git a/games/minimal/mods/experimental/textures/experimental_callback_node.png b/games/devtest/mods/experimental/textures/experimental_callback_node.png Binary files differindex e9d87434c..e9d87434c 100644 --- a/games/minimal/mods/experimental/textures/experimental_callback_node.png +++ b/games/devtest/mods/experimental/textures/experimental_callback_node.png diff --git a/games/minimal/mods/experimental/textures/experimental_particle_sheet.png b/games/devtest/mods/experimental/textures/experimental_particle_sheet.png Binary files differindex 6d70394e4..6d70394e4 100644 --- a/games/minimal/mods/experimental/textures/experimental_particle_sheet.png +++ b/games/devtest/mods/experimental/textures/experimental_particle_sheet.png diff --git a/games/minimal/mods/experimental/textures/experimental_particle_vertical.png b/games/devtest/mods/experimental/textures/experimental_particle_vertical.png Binary files differindex 0320b7545..0320b7545 100644 --- a/games/minimal/mods/experimental/textures/experimental_particle_vertical.png +++ b/games/devtest/mods/experimental/textures/experimental_particle_vertical.png diff --git a/games/minimal/mods/experimental/textures/experimental_tester_tool_1.png b/games/devtest/mods/experimental/textures/experimental_tester_tool_1.png Binary files differindex 5df416a58..5df416a58 100644 --- a/games/minimal/mods/experimental/textures/experimental_tester_tool_1.png +++ b/games/devtest/mods/experimental/textures/experimental_tester_tool_1.png diff --git a/games/minimal/mods/give_initial_stuff/init.lua b/games/devtest/mods/give_initial_stuff/init.lua index 491a531e4..491a531e4 100644 --- a/games/minimal/mods/give_initial_stuff/init.lua +++ b/games/devtest/mods/give_initial_stuff/init.lua diff --git a/games/minimal/mods/give_initial_stuff/mod.conf b/games/devtest/mods/give_initial_stuff/mod.conf index 1ba49f52a..1ba49f52a 100644 --- a/games/minimal/mods/give_initial_stuff/mod.conf +++ b/games/devtest/mods/give_initial_stuff/mod.conf diff --git a/games/minimal/mods/initial_message/init.lua b/games/devtest/mods/initial_message/init.lua index f92f4d3cf..59e9f5f4b 100644 --- a/games/minimal/mods/initial_message/init.lua +++ b/games/devtest/mods/initial_message/init.lua @@ -3,7 +3,7 @@ minetest.register_on_joinplayer(function(player) if not player or not player:is_player() then return end - minetest.chat_send_player(player:get_player_name(), "This is the \"Minimal development Test\" [minimal], meant only for testing and development. Use Minetest Game for the real thing.") + minetest.chat_send_player(player:get_player_name(), "This is the \"Development Test\" [devtest], meant only for testing and development. Use Minetest Game for the real thing.") end minetest.after(2.0, cb, player) end) diff --git a/games/minimal/mods/initial_message/mod.conf b/games/devtest/mods/initial_message/mod.conf index 32aa2ac4e..32aa2ac4e 100644 --- a/games/minimal/mods/initial_message/mod.conf +++ b/games/devtest/mods/initial_message/mod.conf diff --git a/games/minimal/mods/mapgen/init.lua b/games/devtest/mods/mapgen/init.lua index 13a186a50..13a186a50 100644 --- a/games/minimal/mods/mapgen/init.lua +++ b/games/devtest/mods/mapgen/init.lua diff --git a/games/minimal/mods/mapgen/mod.conf b/games/devtest/mods/mapgen/mod.conf index 15750ccbe..15750ccbe 100644 --- a/games/minimal/mods/mapgen/mod.conf +++ b/games/devtest/mods/mapgen/mod.conf diff --git a/games/minimal/mods/modchannels/init.lua b/games/devtest/mods/modchannels/init.lua index ee925f09b..ee925f09b 100644 --- a/games/minimal/mods/modchannels/init.lua +++ b/games/devtest/mods/modchannels/init.lua diff --git a/games/minimal/mods/modchannels/mod.conf b/games/devtest/mods/modchannels/mod.conf index 7c13aadfb..7c13aadfb 100644 --- a/games/minimal/mods/modchannels/mod.conf +++ b/games/devtest/mods/modchannels/mod.conf diff --git a/games/minimal/mods/soundstuff/init.lua b/games/devtest/mods/soundstuff/init.lua index 22012ba14..22012ba14 100644 --- a/games/minimal/mods/soundstuff/init.lua +++ b/games/devtest/mods/soundstuff/init.lua diff --git a/games/minimal/mods/soundstuff/mod.conf b/games/devtest/mods/soundstuff/mod.conf index 2c631e2da..2c631e2da 100644 --- a/games/minimal/mods/soundstuff/mod.conf +++ b/games/devtest/mods/soundstuff/mod.conf diff --git a/games/minimal/mods/soundstuff/sounds/soundstuff_mono.ogg b/games/devtest/mods/soundstuff/sounds/soundstuff_mono.ogg Binary files differindex 43428d566..43428d566 100644 --- a/games/minimal/mods/soundstuff/sounds/soundstuff_mono.ogg +++ b/games/devtest/mods/soundstuff/sounds/soundstuff_mono.ogg diff --git a/games/minimal/mods/soundstuff/textures/soundstuff_eat.png b/games/devtest/mods/soundstuff/textures/soundstuff_eat.png Binary files differindex aed205422..aed205422 100644 --- a/games/minimal/mods/soundstuff/textures/soundstuff_eat.png +++ b/games/devtest/mods/soundstuff/textures/soundstuff_eat.png diff --git a/games/minimal/mods/soundstuff/textures/soundstuff_node_blank.png b/games/devtest/mods/soundstuff/textures/soundstuff_node_blank.png Binary files differindex 4dffacc4c..4dffacc4c 100644 --- a/games/minimal/mods/soundstuff/textures/soundstuff_node_blank.png +++ b/games/devtest/mods/soundstuff/textures/soundstuff_node_blank.png diff --git a/games/minimal/mods/soundstuff/textures/soundstuff_node_climbable.png b/games/devtest/mods/soundstuff/textures/soundstuff_node_climbable.png Binary files differindex 3888f793c..3888f793c 100644 --- a/games/minimal/mods/soundstuff/textures/soundstuff_node_climbable.png +++ b/games/devtest/mods/soundstuff/textures/soundstuff_node_climbable.png diff --git a/games/minimal/mods/soundstuff/textures/soundstuff_node_dig.png b/games/devtest/mods/soundstuff/textures/soundstuff_node_dig.png Binary files differindex 67ba111d8..67ba111d8 100644 --- a/games/minimal/mods/soundstuff/textures/soundstuff_node_dig.png +++ b/games/devtest/mods/soundstuff/textures/soundstuff_node_dig.png diff --git a/games/minimal/mods/soundstuff/textures/soundstuff_node_dug.png b/games/devtest/mods/soundstuff/textures/soundstuff_node_dug.png Binary files differindex bab5fbe51..bab5fbe51 100644 --- a/games/minimal/mods/soundstuff/textures/soundstuff_node_dug.png +++ b/games/devtest/mods/soundstuff/textures/soundstuff_node_dug.png diff --git a/games/minimal/mods/soundstuff/textures/soundstuff_node_fall.png b/games/devtest/mods/soundstuff/textures/soundstuff_node_fall.png Binary files differindex 17b14f1e4..17b14f1e4 100644 --- a/games/minimal/mods/soundstuff/textures/soundstuff_node_fall.png +++ b/games/devtest/mods/soundstuff/textures/soundstuff_node_fall.png diff --git a/games/minimal/mods/soundstuff/textures/soundstuff_node_footstep.png b/games/devtest/mods/soundstuff/textures/soundstuff_node_footstep.png Binary files differindex 6367ae909..6367ae909 100644 --- a/games/minimal/mods/soundstuff/textures/soundstuff_node_footstep.png +++ b/games/devtest/mods/soundstuff/textures/soundstuff_node_footstep.png diff --git a/games/minimal/mods/soundstuff/textures/soundstuff_node_place.png b/games/devtest/mods/soundstuff/textures/soundstuff_node_place.png Binary files differindex d159ad533..d159ad533 100644 --- a/games/minimal/mods/soundstuff/textures/soundstuff_node_place.png +++ b/games/devtest/mods/soundstuff/textures/soundstuff_node_place.png diff --git a/games/minimal/mods/soundstuff/textures/soundstuff_node_place_failed.png b/games/devtest/mods/soundstuff/textures/soundstuff_node_place_failed.png Binary files differindex 780ba946d..780ba946d 100644 --- a/games/minimal/mods/soundstuff/textures/soundstuff_node_place_failed.png +++ b/games/devtest/mods/soundstuff/textures/soundstuff_node_place_failed.png diff --git a/games/minimal/mods/soundstuff/textures/soundstuff_node_sound.png b/games/devtest/mods/soundstuff/textures/soundstuff_node_sound.png Binary files differindex 0592a0299..0592a0299 100644 --- a/games/minimal/mods/soundstuff/textures/soundstuff_node_sound.png +++ b/games/devtest/mods/soundstuff/textures/soundstuff_node_sound.png diff --git a/games/minimal/mods/stairs/init.lua b/games/devtest/mods/stairs/init.lua index 2701cabab..2701cabab 100644 --- a/games/minimal/mods/stairs/init.lua +++ b/games/devtest/mods/stairs/init.lua diff --git a/games/minimal/mods/stairs/mod.conf b/games/devtest/mods/stairs/mod.conf index 724bff881..724bff881 100644 --- a/games/minimal/mods/stairs/mod.conf +++ b/games/devtest/mods/stairs/mod.conf diff --git a/games/minimal/mods/testentities/armor.lua b/games/devtest/mods/testentities/armor.lua index 4c30cec8d..4c30cec8d 100644 --- a/games/minimal/mods/testentities/armor.lua +++ b/games/devtest/mods/testentities/armor.lua diff --git a/games/minimal/mods/testentities/callbacks.lua b/games/devtest/mods/testentities/callbacks.lua index 711079f87..711079f87 100644 --- a/games/minimal/mods/testentities/callbacks.lua +++ b/games/devtest/mods/testentities/callbacks.lua diff --git a/games/minimal/mods/testentities/init.lua b/games/devtest/mods/testentities/init.lua index df8c72ea7..df8c72ea7 100644 --- a/games/minimal/mods/testentities/init.lua +++ b/games/devtest/mods/testentities/init.lua diff --git a/games/minimal/mods/testentities/mod.conf b/games/devtest/mods/testentities/mod.conf index 7a8cb5a3e..7a8cb5a3e 100644 --- a/games/minimal/mods/testentities/mod.conf +++ b/games/devtest/mods/testentities/mod.conf diff --git a/games/minimal/mods/testentities/textures/testentities_armorball.png b/games/devtest/mods/testentities/textures/testentities_armorball.png Binary files differindex 88147bd1f..88147bd1f 100644 --- a/games/minimal/mods/testentities/textures/testentities_armorball.png +++ b/games/devtest/mods/testentities/textures/testentities_armorball.png diff --git a/games/minimal/mods/testentities/textures/testentities_callback.png b/games/devtest/mods/testentities/textures/testentities_callback.png Binary files differindex c4c9066d1..c4c9066d1 100644 --- a/games/minimal/mods/testentities/textures/testentities_callback.png +++ b/games/devtest/mods/testentities/textures/testentities_callback.png diff --git a/games/minimal/mods/testentities/textures/testentities_callback_step.png b/games/devtest/mods/testentities/textures/testentities_callback_step.png Binary files differindex b67506a97..b67506a97 100644 --- a/games/minimal/mods/testentities/textures/testentities_callback_step.png +++ b/games/devtest/mods/testentities/textures/testentities_callback_step.png diff --git a/games/minimal/mods/testentities/textures/testentities_cube1.png b/games/devtest/mods/testentities/textures/testentities_cube1.png Binary files differindex c667e425f..c667e425f 100644 --- a/games/minimal/mods/testentities/textures/testentities_cube1.png +++ b/games/devtest/mods/testentities/textures/testentities_cube1.png diff --git a/games/minimal/mods/testentities/textures/testentities_cube2.png b/games/devtest/mods/testentities/textures/testentities_cube2.png Binary files differindex 481823420..481823420 100644 --- a/games/minimal/mods/testentities/textures/testentities_cube2.png +++ b/games/devtest/mods/testentities/textures/testentities_cube2.png diff --git a/games/minimal/mods/testentities/textures/testentities_cube3.png b/games/devtest/mods/testentities/textures/testentities_cube3.png Binary files differindex 03b5daa15..03b5daa15 100644 --- a/games/minimal/mods/testentities/textures/testentities_cube3.png +++ b/games/devtest/mods/testentities/textures/testentities_cube3.png diff --git a/games/minimal/mods/testentities/textures/testentities_cube4.png b/games/devtest/mods/testentities/textures/testentities_cube4.png Binary files differindex 639204896..639204896 100644 --- a/games/minimal/mods/testentities/textures/testentities_cube4.png +++ b/games/devtest/mods/testentities/textures/testentities_cube4.png diff --git a/games/minimal/mods/testentities/textures/testentities_cube5.png b/games/devtest/mods/testentities/textures/testentities_cube5.png Binary files differindex d8acdf0b6..d8acdf0b6 100644 --- a/games/minimal/mods/testentities/textures/testentities_cube5.png +++ b/games/devtest/mods/testentities/textures/testentities_cube5.png diff --git a/games/minimal/mods/testentities/textures/testentities_cube6.png b/games/devtest/mods/testentities/textures/testentities_cube6.png Binary files differindex 5f81a64d9..5f81a64d9 100644 --- a/games/minimal/mods/testentities/textures/testentities_cube6.png +++ b/games/devtest/mods/testentities/textures/testentities_cube6.png diff --git a/games/minimal/mods/testentities/textures/testentities_dungeon_master.png b/games/devtest/mods/testentities/textures/testentities_dungeon_master.png Binary files differindex 1e3107746..1e3107746 100644 --- a/games/minimal/mods/testentities/textures/testentities_dungeon_master.png +++ b/games/devtest/mods/testentities/textures/testentities_dungeon_master.png diff --git a/games/minimal/mods/testentities/textures/testentities_sprite.png b/games/devtest/mods/testentities/textures/testentities_sprite.png Binary files differindex a4b019699..a4b019699 100644 --- a/games/minimal/mods/testentities/textures/testentities_sprite.png +++ b/games/devtest/mods/testentities/textures/testentities_sprite.png diff --git a/games/minimal/mods/testentities/textures/testentities_upright_sprite1.png b/games/devtest/mods/testentities/textures/testentities_upright_sprite1.png Binary files differindex 6242511df..6242511df 100644 --- a/games/minimal/mods/testentities/textures/testentities_upright_sprite1.png +++ b/games/devtest/mods/testentities/textures/testentities_upright_sprite1.png diff --git a/games/minimal/mods/testentities/textures/testentities_upright_sprite2.png b/games/devtest/mods/testentities/textures/testentities_upright_sprite2.png Binary files differindex a79a760e3..a79a760e3 100644 --- a/games/minimal/mods/testentities/textures/testentities_upright_sprite2.png +++ b/games/devtest/mods/testentities/textures/testentities_upright_sprite2.png diff --git a/games/minimal/mods/testentities/visuals.lua b/games/devtest/mods/testentities/visuals.lua index de346fd68..de346fd68 100644 --- a/games/minimal/mods/testentities/visuals.lua +++ b/games/devtest/mods/testentities/visuals.lua diff --git a/games/minimal/mods/testfood/init.lua b/games/devtest/mods/testfood/init.lua index a6236ff68..a6236ff68 100644 --- a/games/minimal/mods/testfood/init.lua +++ b/games/devtest/mods/testfood/init.lua diff --git a/games/minimal/mods/testfood/mod.conf b/games/devtest/mods/testfood/mod.conf index 7bff21b6e..7bff21b6e 100644 --- a/games/minimal/mods/testfood/mod.conf +++ b/games/devtest/mods/testfood/mod.conf diff --git a/games/minimal/mods/testfood/textures/testfood_bad.png b/games/devtest/mods/testfood/textures/testfood_bad.png Binary files differindex 6e9251440..6e9251440 100644 --- a/games/minimal/mods/testfood/textures/testfood_bad.png +++ b/games/devtest/mods/testfood/textures/testfood_bad.png diff --git a/games/minimal/mods/testfood/textures/testfood_bad2.png b/games/devtest/mods/testfood/textures/testfood_bad2.png Binary files differindex 22b567890..22b567890 100644 --- a/games/minimal/mods/testfood/textures/testfood_bad2.png +++ b/games/devtest/mods/testfood/textures/testfood_bad2.png diff --git a/games/minimal/mods/testfood/textures/testfood_good.png b/games/devtest/mods/testfood/textures/testfood_good.png Binary files differindex 31df7f5dd..31df7f5dd 100644 --- a/games/minimal/mods/testfood/textures/testfood_good.png +++ b/games/devtest/mods/testfood/textures/testfood_good.png diff --git a/games/minimal/mods/testfood/textures/testfood_good2.png b/games/devtest/mods/testfood/textures/testfood_good2.png Binary files differindex e43dda209..e43dda209 100644 --- a/games/minimal/mods/testfood/textures/testfood_good2.png +++ b/games/devtest/mods/testfood/textures/testfood_good2.png diff --git a/games/minimal/mods/testformspec/callbacks.lua b/games/devtest/mods/testformspec/callbacks.lua index 559380580..559380580 100644 --- a/games/minimal/mods/testformspec/callbacks.lua +++ b/games/devtest/mods/testformspec/callbacks.lua diff --git a/games/minimal/mods/testformspec/dummy_items.lua b/games/devtest/mods/testformspec/dummy_items.lua index 2037ae9cf..2037ae9cf 100644 --- a/games/minimal/mods/testformspec/dummy_items.lua +++ b/games/devtest/mods/testformspec/dummy_items.lua diff --git a/games/minimal/mods/testformspec/formspec.lua b/games/devtest/mods/testformspec/formspec.lua index 08c1b6dc0..08c1b6dc0 100644 --- a/games/minimal/mods/testformspec/formspec.lua +++ b/games/devtest/mods/testformspec/formspec.lua diff --git a/games/minimal/mods/testformspec/init.lua b/games/devtest/mods/testformspec/init.lua index 23b565f08..23b565f08 100644 --- a/games/minimal/mods/testformspec/init.lua +++ b/games/devtest/mods/testformspec/init.lua diff --git a/games/minimal/mods/testformspec/mod.conf b/games/devtest/mods/testformspec/mod.conf index 00eac307a..00eac307a 100644 --- a/games/minimal/mods/testformspec/mod.conf +++ b/games/devtest/mods/testformspec/mod.conf diff --git a/games/minimal/mods/testformspec/textures/testformspec_animation.jpg b/games/devtest/mods/testformspec/textures/testformspec_animation.jpg Binary files differindex b98ca2677..b98ca2677 100644 --- a/games/minimal/mods/testformspec/textures/testformspec_animation.jpg +++ b/games/devtest/mods/testformspec/textures/testformspec_animation.jpg diff --git a/games/minimal/mods/testformspec/textures/testformspec_animation.png b/games/devtest/mods/testformspec/textures/testformspec_animation.png Binary files differindex b972e5dbb..b972e5dbb 100644 --- a/games/minimal/mods/testformspec/textures/testformspec_animation.png +++ b/games/devtest/mods/testformspec/textures/testformspec_animation.png diff --git a/games/minimal/mods/testformspec/textures/testformspec_bg.png b/games/devtest/mods/testformspec/textures/testformspec_bg.png Binary files differindex cd1e50900..cd1e50900 100644 --- a/games/minimal/mods/testformspec/textures/testformspec_bg.png +++ b/games/devtest/mods/testformspec/textures/testformspec_bg.png diff --git a/games/minimal/mods/testformspec/textures/testformspec_bg_9slice.png b/games/devtest/mods/testformspec/textures/testformspec_bg_9slice.png Binary files differindex 34433ac82..34433ac82 100644 --- a/games/minimal/mods/testformspec/textures/testformspec_bg_9slice.png +++ b/games/devtest/mods/testformspec/textures/testformspec_bg_9slice.png diff --git a/games/minimal/mods/testformspec/textures/testformspec_bg_9slice_hovered.png b/games/devtest/mods/testformspec/textures/testformspec_bg_9slice_hovered.png Binary files differindex 01c2dc777..01c2dc777 100644 --- a/games/minimal/mods/testformspec/textures/testformspec_bg_9slice_hovered.png +++ b/games/devtest/mods/testformspec/textures/testformspec_bg_9slice_hovered.png diff --git a/games/minimal/mods/testformspec/textures/testformspec_bg_9slice_pressed.png b/games/devtest/mods/testformspec/textures/testformspec_bg_9slice_pressed.png Binary files differindex 0cbac7536..0cbac7536 100644 --- a/games/minimal/mods/testformspec/textures/testformspec_bg_9slice_pressed.png +++ b/games/devtest/mods/testformspec/textures/testformspec_bg_9slice_pressed.png diff --git a/games/minimal/mods/testformspec/textures/testformspec_bg_hovered.png b/games/devtest/mods/testformspec/textures/testformspec_bg_hovered.png Binary files differindex 3ebbb988c..3ebbb988c 100644 --- a/games/minimal/mods/testformspec/textures/testformspec_bg_hovered.png +++ b/games/devtest/mods/testformspec/textures/testformspec_bg_hovered.png diff --git a/games/minimal/mods/testformspec/textures/testformspec_bg_pressed.png b/games/devtest/mods/testformspec/textures/testformspec_bg_pressed.png Binary files differindex 2fb5fc21e..2fb5fc21e 100644 --- a/games/minimal/mods/testformspec/textures/testformspec_bg_pressed.png +++ b/games/devtest/mods/testformspec/textures/testformspec_bg_pressed.png diff --git a/games/minimal/mods/testformspec/textures/testformspec_button_image.png b/games/devtest/mods/testformspec/textures/testformspec_button_image.png Binary files differindex 75c438a9a..75c438a9a 100644 --- a/games/minimal/mods/testformspec/textures/testformspec_button_image.png +++ b/games/devtest/mods/testformspec/textures/testformspec_button_image.png diff --git a/games/minimal/mods/testformspec/textures/testformspec_hovered.png b/games/devtest/mods/testformspec/textures/testformspec_hovered.png Binary files differindex 3ccad30a2..3ccad30a2 100644 --- a/games/minimal/mods/testformspec/textures/testformspec_hovered.png +++ b/games/devtest/mods/testformspec/textures/testformspec_hovered.png diff --git a/games/minimal/mods/testformspec/textures/testformspec_item.png b/games/devtest/mods/testformspec/textures/testformspec_item.png Binary files differindex 4fd823b55..4fd823b55 100644 --- a/games/minimal/mods/testformspec/textures/testformspec_item.png +++ b/games/devtest/mods/testformspec/textures/testformspec_item.png diff --git a/games/minimal/mods/testformspec/textures/testformspec_node.png b/games/devtest/mods/testformspec/textures/testformspec_node.png Binary files differindex c107f28a3..c107f28a3 100644 --- a/games/minimal/mods/testformspec/textures/testformspec_node.png +++ b/games/devtest/mods/testformspec/textures/testformspec_node.png diff --git a/games/minimal/mods/testformspec/textures/testformspec_pressed.png b/games/devtest/mods/testformspec/textures/testformspec_pressed.png Binary files differindex 45c504f27..45c504f27 100644 --- a/games/minimal/mods/testformspec/textures/testformspec_pressed.png +++ b/games/devtest/mods/testformspec/textures/testformspec_pressed.png diff --git a/games/minimal/mods/testnodes/README.md b/games/devtest/mods/testnodes/README.md index 13ed972c0..13ed972c0 100644 --- a/games/minimal/mods/testnodes/README.md +++ b/games/devtest/mods/testnodes/README.md diff --git a/games/minimal/mods/testnodes/drawtypes.lua b/games/devtest/mods/testnodes/drawtypes.lua index 35fda960f..35fda960f 100644 --- a/games/minimal/mods/testnodes/drawtypes.lua +++ b/games/devtest/mods/testnodes/drawtypes.lua diff --git a/games/minimal/mods/testnodes/init.lua b/games/devtest/mods/testnodes/init.lua index 92e2c5630..92e2c5630 100644 --- a/games/minimal/mods/testnodes/init.lua +++ b/games/devtest/mods/testnodes/init.lua diff --git a/games/minimal/mods/testnodes/light.lua b/games/devtest/mods/testnodes/light.lua index 94409e83f..94409e83f 100644 --- a/games/minimal/mods/testnodes/light.lua +++ b/games/devtest/mods/testnodes/light.lua diff --git a/games/minimal/mods/testnodes/liquids.lua b/games/devtest/mods/testnodes/liquids.lua index e316782ad..e316782ad 100644 --- a/games/minimal/mods/testnodes/liquids.lua +++ b/games/devtest/mods/testnodes/liquids.lua diff --git a/games/minimal/mods/testnodes/meshes.lua b/games/devtest/mods/testnodes/meshes.lua index 900abc180..900abc180 100644 --- a/games/minimal/mods/testnodes/meshes.lua +++ b/games/devtest/mods/testnodes/meshes.lua diff --git a/games/minimal/mods/testnodes/mod.conf b/games/devtest/mods/testnodes/mod.conf index 4824c6ed0..4824c6ed0 100644 --- a/games/minimal/mods/testnodes/mod.conf +++ b/games/devtest/mods/testnodes/mod.conf diff --git a/games/minimal/mods/testnodes/models/testnodes_ocorner.obj b/games/devtest/mods/testnodes/models/testnodes_ocorner.obj index 231d7056b..231d7056b 100644 --- a/games/minimal/mods/testnodes/models/testnodes_ocorner.obj +++ b/games/devtest/mods/testnodes/models/testnodes_ocorner.obj diff --git a/games/minimal/mods/testnodes/models/testnodes_pyramid.obj b/games/devtest/mods/testnodes/models/testnodes_pyramid.obj index b305af2f8..b305af2f8 100644 --- a/games/minimal/mods/testnodes/models/testnodes_pyramid.obj +++ b/games/devtest/mods/testnodes/models/testnodes_pyramid.obj diff --git a/games/minimal/mods/testnodes/nodeboxes.lua b/games/devtest/mods/testnodes/nodeboxes.lua index ebd858337..ebd858337 100644 --- a/games/minimal/mods/testnodes/nodeboxes.lua +++ b/games/devtest/mods/testnodes/nodeboxes.lua diff --git a/games/minimal/mods/testnodes/param2.lua b/games/devtest/mods/testnodes/param2.lua index 5d64376fa..5d64376fa 100644 --- a/games/minimal/mods/testnodes/param2.lua +++ b/games/devtest/mods/testnodes/param2.lua diff --git a/games/minimal/mods/testnodes/properties.lua b/games/devtest/mods/testnodes/properties.lua index e169d4b08..e169d4b08 100644 --- a/games/minimal/mods/testnodes/properties.lua +++ b/games/devtest/mods/testnodes/properties.lua diff --git a/games/minimal/mods/testnodes/settingtypes.txt b/games/devtest/mods/testnodes/settingtypes.txt index 7f753bf3e..7f753bf3e 100644 --- a/games/minimal/mods/testnodes/settingtypes.txt +++ b/games/devtest/mods/testnodes/settingtypes.txt diff --git a/games/minimal/mods/testnodes/textures.lua b/games/devtest/mods/testnodes/textures.lua index f5db9ccbf..f5db9ccbf 100644 --- a/games/minimal/mods/testnodes/textures.lua +++ b/games/devtest/mods/testnodes/textures.lua diff --git a/games/minimal/mods/testnodes/textures/testnodes_1.png b/games/devtest/mods/testnodes/textures/testnodes_1.png Binary files differindex 6730997e2..6730997e2 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_1.png +++ b/games/devtest/mods/testnodes/textures/testnodes_1.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_1g.png b/games/devtest/mods/testnodes/textures/testnodes_1g.png Binary files differindex 529298ece..529298ece 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_1g.png +++ b/games/devtest/mods/testnodes/textures/testnodes_1g.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_1w.png b/games/devtest/mods/testnodes/textures/testnodes_1w.png Binary files differindex d24e571cc..d24e571cc 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_1w.png +++ b/games/devtest/mods/testnodes/textures/testnodes_1w.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_1wg.png b/games/devtest/mods/testnodes/textures/testnodes_1wg.png Binary files differindex b2eba0e9a..b2eba0e9a 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_1wg.png +++ b/games/devtest/mods/testnodes/textures/testnodes_1wg.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_2.png b/games/devtest/mods/testnodes/textures/testnodes_2.png Binary files differindex 6c87c868d..6c87c868d 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_2.png +++ b/games/devtest/mods/testnodes/textures/testnodes_2.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_2g.png b/games/devtest/mods/testnodes/textures/testnodes_2g.png Binary files differindex cb9060f7b..cb9060f7b 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_2g.png +++ b/games/devtest/mods/testnodes/textures/testnodes_2g.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_2w.png b/games/devtest/mods/testnodes/textures/testnodes_2w.png Binary files differindex b56874ee1..b56874ee1 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_2w.png +++ b/games/devtest/mods/testnodes/textures/testnodes_2w.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_2wg.png b/games/devtest/mods/testnodes/textures/testnodes_2wg.png Binary files differindex 108dc87bb..108dc87bb 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_2wg.png +++ b/games/devtest/mods/testnodes/textures/testnodes_2wg.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_3.png b/games/devtest/mods/testnodes/textures/testnodes_3.png Binary files differindex 05b45629a..05b45629a 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_3.png +++ b/games/devtest/mods/testnodes/textures/testnodes_3.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_3g.png b/games/devtest/mods/testnodes/textures/testnodes_3g.png Binary files differindex 5c84f5882..5c84f5882 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_3g.png +++ b/games/devtest/mods/testnodes/textures/testnodes_3g.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_3w.png b/games/devtest/mods/testnodes/textures/testnodes_3w.png Binary files differindex 8b435cf01..8b435cf01 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_3w.png +++ b/games/devtest/mods/testnodes/textures/testnodes_3w.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_3wg.png b/games/devtest/mods/testnodes/textures/testnodes_3wg.png Binary files differindex 9ee900667..9ee900667 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_3wg.png +++ b/games/devtest/mods/testnodes/textures/testnodes_3wg.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_4.png b/games/devtest/mods/testnodes/textures/testnodes_4.png Binary files differindex 15e6ffec7..15e6ffec7 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_4.png +++ b/games/devtest/mods/testnodes/textures/testnodes_4.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_4g.png b/games/devtest/mods/testnodes/textures/testnodes_4g.png Binary files differindex 8f144fae0..8f144fae0 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_4g.png +++ b/games/devtest/mods/testnodes/textures/testnodes_4g.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_4w.png b/games/devtest/mods/testnodes/textures/testnodes_4w.png Binary files differindex 214e0df9d..214e0df9d 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_4w.png +++ b/games/devtest/mods/testnodes/textures/testnodes_4w.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_4wg.png b/games/devtest/mods/testnodes/textures/testnodes_4wg.png Binary files differindex 888b3d482..888b3d482 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_4wg.png +++ b/games/devtest/mods/testnodes/textures/testnodes_4wg.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_5.png b/games/devtest/mods/testnodes/textures/testnodes_5.png Binary files differindex 1ef1c728c..1ef1c728c 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_5.png +++ b/games/devtest/mods/testnodes/textures/testnodes_5.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_5g.png b/games/devtest/mods/testnodes/textures/testnodes_5g.png Binary files differindex 30da4793a..30da4793a 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_5g.png +++ b/games/devtest/mods/testnodes/textures/testnodes_5g.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_5w.png b/games/devtest/mods/testnodes/textures/testnodes_5w.png Binary files differindex b4cb42426..b4cb42426 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_5w.png +++ b/games/devtest/mods/testnodes/textures/testnodes_5w.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_5wg.png b/games/devtest/mods/testnodes/textures/testnodes_5wg.png Binary files differindex fac9db28e..fac9db28e 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_5wg.png +++ b/games/devtest/mods/testnodes/textures/testnodes_5wg.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_6.png b/games/devtest/mods/testnodes/textures/testnodes_6.png Binary files differindex 805813e57..805813e57 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_6.png +++ b/games/devtest/mods/testnodes/textures/testnodes_6.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_6g.png b/games/devtest/mods/testnodes/textures/testnodes_6g.png Binary files differindex a88f4c9f8..a88f4c9f8 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_6g.png +++ b/games/devtest/mods/testnodes/textures/testnodes_6g.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_6w.png b/games/devtest/mods/testnodes/textures/testnodes_6w.png Binary files differindex e6bbf97d9..e6bbf97d9 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_6w.png +++ b/games/devtest/mods/testnodes/textures/testnodes_6w.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_6wg.png b/games/devtest/mods/testnodes/textures/testnodes_6wg.png Binary files differindex 29ca933e0..29ca933e0 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_6wg.png +++ b/games/devtest/mods/testnodes/textures/testnodes_6wg.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_airlike.png b/games/devtest/mods/testnodes/textures/testnodes_airlike.png Binary files differindex 5a5664a2a..5a5664a2a 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_airlike.png +++ b/games/devtest/mods/testnodes/textures/testnodes_airlike.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_allfaces.png b/games/devtest/mods/testnodes/textures/testnodes_allfaces.png Binary files differindex c0a7dc550..c0a7dc550 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_allfaces.png +++ b/games/devtest/mods/testnodes/textures/testnodes_allfaces.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_allfaces_optional.png b/games/devtest/mods/testnodes/textures/testnodes_allfaces_optional.png Binary files differindex 1f6a17313..1f6a17313 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_allfaces_optional.png +++ b/games/devtest/mods/testnodes/textures/testnodes_allfaces_optional.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_alpha.png b/games/devtest/mods/testnodes/textures/testnodes_alpha.png Binary files differindex 157fa7386..157fa7386 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_alpha.png +++ b/games/devtest/mods/testnodes/textures/testnodes_alpha.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_alpha128.png b/games/devtest/mods/testnodes/textures/testnodes_alpha128.png Binary files differindex 16babf6c7..16babf6c7 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_alpha128.png +++ b/games/devtest/mods/testnodes/textures/testnodes_alpha128.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_alpha191.png b/games/devtest/mods/testnodes/textures/testnodes_alpha191.png Binary files differindex f165d2887..f165d2887 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_alpha191.png +++ b/games/devtest/mods/testnodes/textures/testnodes_alpha191.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_alpha64.png b/games/devtest/mods/testnodes/textures/testnodes_alpha64.png Binary files differindex c343c32c3..c343c32c3 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_alpha64.png +++ b/games/devtest/mods/testnodes/textures/testnodes_alpha64.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_anim.png b/games/devtest/mods/testnodes/textures/testnodes_anim.png Binary files differindex d321fe857..d321fe857 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_anim.png +++ b/games/devtest/mods/testnodes/textures/testnodes_anim.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_attached_bottom.png b/games/devtest/mods/testnodes/textures/testnodes_attached_bottom.png Binary files differindex e01ae576f..e01ae576f 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_attached_bottom.png +++ b/games/devtest/mods/testnodes/textures/testnodes_attached_bottom.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_attached_side.png b/games/devtest/mods/testnodes/textures/testnodes_attached_side.png Binary files differindex 9459cbb05..9459cbb05 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_attached_side.png +++ b/games/devtest/mods/testnodes/textures/testnodes_attached_side.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_attached_top.png b/games/devtest/mods/testnodes/textures/testnodes_attached_top.png Binary files differindex 0148b41e0..0148b41e0 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_attached_top.png +++ b/games/devtest/mods/testnodes/textures/testnodes_attached_top.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_attachedw_bottom.png b/games/devtest/mods/testnodes/textures/testnodes_attachedw_bottom.png Binary files differindex 488ad23a9..488ad23a9 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_attachedw_bottom.png +++ b/games/devtest/mods/testnodes/textures/testnodes_attachedw_bottom.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_attachedw_side.png b/games/devtest/mods/testnodes/textures/testnodes_attachedw_side.png Binary files differindex a02facbc7..a02facbc7 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_attachedw_side.png +++ b/games/devtest/mods/testnodes/textures/testnodes_attachedw_side.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_attachedw_top.png b/games/devtest/mods/testnodes/textures/testnodes_attachedw_top.png Binary files differindex 1f4fc7b85..1f4fc7b85 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_attachedw_top.png +++ b/games/devtest/mods/testnodes/textures/testnodes_attachedw_top.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_bouncy.png b/games/devtest/mods/testnodes/textures/testnodes_bouncy.png Binary files differindex eabbbdfe4..eabbbdfe4 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_bouncy.png +++ b/games/devtest/mods/testnodes/textures/testnodes_bouncy.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_buildable_to.png b/games/devtest/mods/testnodes/textures/testnodes_buildable_to.png Binary files differindex 23b5e54d2..23b5e54d2 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_buildable_to.png +++ b/games/devtest/mods/testnodes/textures/testnodes_buildable_to.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_climbable_nojump_side.png b/games/devtest/mods/testnodes/textures/testnodes_climbable_nojump_side.png Binary files differindex d5ca13033..d5ca13033 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_climbable_nojump_side.png +++ b/games/devtest/mods/testnodes/textures/testnodes_climbable_nojump_side.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_climbable_side.png b/games/devtest/mods/testnodes/textures/testnodes_climbable_side.png Binary files differindex c56ea90d7..c56ea90d7 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_climbable_side.png +++ b/games/devtest/mods/testnodes/textures/testnodes_climbable_side.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_damage.png b/games/devtest/mods/testnodes/textures/testnodes_damage.png Binary files differindex 9de2ab5e8..9de2ab5e8 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_damage.png +++ b/games/devtest/mods/testnodes/textures/testnodes_damage.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_damage_neg.png b/games/devtest/mods/testnodes/textures/testnodes_damage_neg.png Binary files differindex 85811bc8e..85811bc8e 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_damage_neg.png +++ b/games/devtest/mods/testnodes/textures/testnodes_damage_neg.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_drowning.png b/games/devtest/mods/testnodes/textures/testnodes_drowning.png Binary files differindex 57ffc8fcf..57ffc8fcf 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_drowning.png +++ b/games/devtest/mods/testnodes/textures/testnodes_drowning.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_fall_damage_minus.png b/games/devtest/mods/testnodes/textures/testnodes_fall_damage_minus.png Binary files differindex 88d3bdf58..88d3bdf58 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_fall_damage_minus.png +++ b/games/devtest/mods/testnodes/textures/testnodes_fall_damage_minus.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_fall_damage_plus.png b/games/devtest/mods/testnodes/textures/testnodes_fall_damage_plus.png Binary files differindex 61fdec2e3..61fdec2e3 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_fall_damage_plus.png +++ b/games/devtest/mods/testnodes/textures/testnodes_fall_damage_plus.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_fencelike.png b/games/devtest/mods/testnodes/textures/testnodes_fencelike.png Binary files differindex 84dea1b7c..84dea1b7c 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_fencelike.png +++ b/games/devtest/mods/testnodes/textures/testnodes_fencelike.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_firelike.png b/games/devtest/mods/testnodes/textures/testnodes_firelike.png Binary files differindex ee59b0db1..ee59b0db1 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_firelike.png +++ b/games/devtest/mods/testnodes/textures/testnodes_firelike.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_glasslike.png b/games/devtest/mods/testnodes/textures/testnodes_glasslike.png Binary files differindex cf3e35414..cf3e35414 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_glasslike.png +++ b/games/devtest/mods/testnodes/textures/testnodes_glasslike.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_glasslike_detail.png b/games/devtest/mods/testnodes/textures/testnodes_glasslike_detail.png Binary files differindex 30c9586e8..30c9586e8 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_glasslike_detail.png +++ b/games/devtest/mods/testnodes/textures/testnodes_glasslike_detail.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_glasslike_framed.png b/games/devtest/mods/testnodes/textures/testnodes_glasslike_framed.png Binary files differindex 8a513f21c..8a513f21c 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_glasslike_framed.png +++ b/games/devtest/mods/testnodes/textures/testnodes_glasslike_framed.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_glasslike_framed2.png b/games/devtest/mods/testnodes/textures/testnodes_glasslike_framed2.png Binary files differindex 4ea839c8b..4ea839c8b 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_glasslike_framed2.png +++ b/games/devtest/mods/testnodes/textures/testnodes_glasslike_framed2.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_glasslike_framed_optional.png b/games/devtest/mods/testnodes/textures/testnodes_glasslike_framed_optional.png Binary files differindex 37de77dd1..37de77dd1 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_glasslike_framed_optional.png +++ b/games/devtest/mods/testnodes/textures/testnodes_glasslike_framed_optional.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_glasslikeliquid.png b/games/devtest/mods/testnodes/textures/testnodes_glasslikeliquid.png Binary files differindex e1e96ffb9..e1e96ffb9 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_glasslikeliquid.png +++ b/games/devtest/mods/testnodes/textures/testnodes_glasslikeliquid.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_light.png b/games/devtest/mods/testnodes/textures/testnodes_light.png Binary files differindex 4ba0081c3..4ba0081c3 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_light.png +++ b/games/devtest/mods/testnodes/textures/testnodes_light.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_light_1.png b/games/devtest/mods/testnodes/textures/testnodes_light_1.png Binary files differindex 57adf5a4a..57adf5a4a 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_light_1.png +++ b/games/devtest/mods/testnodes/textures/testnodes_light_1.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_light_10.png b/games/devtest/mods/testnodes/textures/testnodes_light_10.png Binary files differindex 483834770..483834770 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_light_10.png +++ b/games/devtest/mods/testnodes/textures/testnodes_light_10.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_light_11.png b/games/devtest/mods/testnodes/textures/testnodes_light_11.png Binary files differindex 4c423d9b4..4c423d9b4 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_light_11.png +++ b/games/devtest/mods/testnodes/textures/testnodes_light_11.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_light_12.png b/games/devtest/mods/testnodes/textures/testnodes_light_12.png Binary files differindex bc7946d09..bc7946d09 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_light_12.png +++ b/games/devtest/mods/testnodes/textures/testnodes_light_12.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_light_13.png b/games/devtest/mods/testnodes/textures/testnodes_light_13.png Binary files differindex 0b63c84a6..0b63c84a6 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_light_13.png +++ b/games/devtest/mods/testnodes/textures/testnodes_light_13.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_light_14.png b/games/devtest/mods/testnodes/textures/testnodes_light_14.png Binary files differindex a817bd394..a817bd394 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_light_14.png +++ b/games/devtest/mods/testnodes/textures/testnodes_light_14.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_light_2.png b/games/devtest/mods/testnodes/textures/testnodes_light_2.png Binary files differindex 852eaeff1..852eaeff1 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_light_2.png +++ b/games/devtest/mods/testnodes/textures/testnodes_light_2.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_light_3.png b/games/devtest/mods/testnodes/textures/testnodes_light_3.png Binary files differindex 79fc834cc..79fc834cc 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_light_3.png +++ b/games/devtest/mods/testnodes/textures/testnodes_light_3.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_light_4.png b/games/devtest/mods/testnodes/textures/testnodes_light_4.png Binary files differindex 75f8c6136..75f8c6136 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_light_4.png +++ b/games/devtest/mods/testnodes/textures/testnodes_light_4.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_light_5.png b/games/devtest/mods/testnodes/textures/testnodes_light_5.png Binary files differindex b6eede0ae..b6eede0ae 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_light_5.png +++ b/games/devtest/mods/testnodes/textures/testnodes_light_5.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_light_6.png b/games/devtest/mods/testnodes/textures/testnodes_light_6.png Binary files differindex ef54addec..ef54addec 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_light_6.png +++ b/games/devtest/mods/testnodes/textures/testnodes_light_6.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_light_7.png b/games/devtest/mods/testnodes/textures/testnodes_light_7.png Binary files differindex 4a885b0f6..4a885b0f6 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_light_7.png +++ b/games/devtest/mods/testnodes/textures/testnodes_light_7.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_light_8.png b/games/devtest/mods/testnodes/textures/testnodes_light_8.png Binary files differindex b283301e3..b283301e3 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_light_8.png +++ b/games/devtest/mods/testnodes/textures/testnodes_light_8.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_light_9.png b/games/devtest/mods/testnodes/textures/testnodes_light_9.png Binary files differindex 2aa902358..2aa902358 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_light_9.png +++ b/games/devtest/mods/testnodes/textures/testnodes_light_9.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_line_crossing.png b/games/devtest/mods/testnodes/textures/testnodes_line_crossing.png Binary files differindex e566f2793..e566f2793 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_line_crossing.png +++ b/games/devtest/mods/testnodes/textures/testnodes_line_crossing.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_line_curved.png b/games/devtest/mods/testnodes/textures/testnodes_line_curved.png Binary files differindex ab9f8e720..ab9f8e720 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_line_curved.png +++ b/games/devtest/mods/testnodes/textures/testnodes_line_curved.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_line_straight.png b/games/devtest/mods/testnodes/textures/testnodes_line_straight.png Binary files differindex 4f33d9c6d..4f33d9c6d 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_line_straight.png +++ b/games/devtest/mods/testnodes/textures/testnodes_line_straight.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_line_t_junction.png b/games/devtest/mods/testnodes/textures/testnodes_line_t_junction.png Binary files differindex 5668f6ea3..5668f6ea3 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_line_t_junction.png +++ b/games/devtest/mods/testnodes/textures/testnodes_line_t_junction.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_liquid.png b/games/devtest/mods/testnodes/textures/testnodes_liquid.png Binary files differindex 98ab270c2..98ab270c2 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_liquid.png +++ b/games/devtest/mods/testnodes/textures/testnodes_liquid.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_liquidflowing.png b/games/devtest/mods/testnodes/textures/testnodes_liquidflowing.png Binary files differindex 1736b89ba..1736b89ba 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_liquidflowing.png +++ b/games/devtest/mods/testnodes/textures/testnodes_liquidflowing.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r0.png b/games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r0.png Binary files differindex e8a61039d..e8a61039d 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r0.png +++ b/games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r0.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r1.png b/games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r1.png Binary files differindex b4e45b42f..b4e45b42f 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r1.png +++ b/games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r1.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r2.png b/games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r2.png Binary files differindex e064b8f2d..e064b8f2d 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r2.png +++ b/games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r2.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r3.png b/games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r3.png Binary files differindex bef773968..bef773968 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r3.png +++ b/games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r3.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r4.png b/games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r4.png Binary files differindex de1001b2d..de1001b2d 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r4.png +++ b/games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r4.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r5.png b/games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r5.png Binary files differindex 97b422e9a..97b422e9a 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r5.png +++ b/games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r5.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r6.png b/games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r6.png Binary files differindex 4cd8e4e8e..4cd8e4e8e 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r6.png +++ b/games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r6.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r7.png b/games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r7.png Binary files differindex 711dd961c..711dd961c 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r7.png +++ b/games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r7.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r8.png b/games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r8.png Binary files differindex 9cf22b8ca..9cf22b8ca 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r8.png +++ b/games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r8.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_liquidsource.png b/games/devtest/mods/testnodes/textures/testnodes_liquidsource.png Binary files differindex b3f29b702..b3f29b702 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_liquidsource.png +++ b/games/devtest/mods/testnodes/textures/testnodes_liquidsource.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_liquidsource_r0.png b/games/devtest/mods/testnodes/textures/testnodes_liquidsource_r0.png Binary files differindex da0a99623..da0a99623 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_liquidsource_r0.png +++ b/games/devtest/mods/testnodes/textures/testnodes_liquidsource_r0.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_liquidsource_r1.png b/games/devtest/mods/testnodes/textures/testnodes_liquidsource_r1.png Binary files differindex 66bf2be8f..66bf2be8f 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_liquidsource_r1.png +++ b/games/devtest/mods/testnodes/textures/testnodes_liquidsource_r1.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_liquidsource_r2.png b/games/devtest/mods/testnodes/textures/testnodes_liquidsource_r2.png Binary files differindex fc5f65cb6..fc5f65cb6 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_liquidsource_r2.png +++ b/games/devtest/mods/testnodes/textures/testnodes_liquidsource_r2.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_liquidsource_r3.png b/games/devtest/mods/testnodes/textures/testnodes_liquidsource_r3.png Binary files differindex 0f46e291e..0f46e291e 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_liquidsource_r3.png +++ b/games/devtest/mods/testnodes/textures/testnodes_liquidsource_r3.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_liquidsource_r4.png b/games/devtest/mods/testnodes/textures/testnodes_liquidsource_r4.png Binary files differindex 0693a04d7..0693a04d7 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_liquidsource_r4.png +++ b/games/devtest/mods/testnodes/textures/testnodes_liquidsource_r4.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_liquidsource_r5.png b/games/devtest/mods/testnodes/textures/testnodes_liquidsource_r5.png Binary files differindex cc9d03992..cc9d03992 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_liquidsource_r5.png +++ b/games/devtest/mods/testnodes/textures/testnodes_liquidsource_r5.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_liquidsource_r6.png b/games/devtest/mods/testnodes/textures/testnodes_liquidsource_r6.png Binary files differindex e276a07ae..e276a07ae 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_liquidsource_r6.png +++ b/games/devtest/mods/testnodes/textures/testnodes_liquidsource_r6.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_liquidsource_r7.png b/games/devtest/mods/testnodes/textures/testnodes_liquidsource_r7.png Binary files differindex 3534a4b15..3534a4b15 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_liquidsource_r7.png +++ b/games/devtest/mods/testnodes/textures/testnodes_liquidsource_r7.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_liquidsource_r8.png b/games/devtest/mods/testnodes/textures/testnodes_liquidsource_r8.png Binary files differindex ee1a8b169..ee1a8b169 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_liquidsource_r8.png +++ b/games/devtest/mods/testnodes/textures/testnodes_liquidsource_r8.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_mesh_stripes.png b/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes.png Binary files differindex 51b8e0025..51b8e0025 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_mesh_stripes.png +++ b/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_mesh_stripes2.png b/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes2.png Binary files differindex 9ea65c1ec..9ea65c1ec 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_mesh_stripes2.png +++ b/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes2.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_mesh_stripes3.png b/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes3.png Binary files differindex 96bc55ac5..96bc55ac5 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_mesh_stripes3.png +++ b/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes3.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_mesh_stripes4.png b/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes4.png Binary files differindex fca33727d..fca33727d 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_mesh_stripes4.png +++ b/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes4.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_node.png b/games/devtest/mods/testnodes/textures/testnodes_node.png Binary files differindex 145099b3a..145099b3a 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_node.png +++ b/games/devtest/mods/testnodes/textures/testnodes_node.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_node_falling.png b/games/devtest/mods/testnodes/textures/testnodes_node_falling.png Binary files differindex 44153185c..44153185c 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_node_falling.png +++ b/games/devtest/mods/testnodes/textures/testnodes_node_falling.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_nodebox.png b/games/devtest/mods/testnodes/textures/testnodes_nodebox.png Binary files differindex 66e8dd663..66e8dd663 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_nodebox.png +++ b/games/devtest/mods/testnodes/textures/testnodes_nodebox.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_nojump_side.png b/games/devtest/mods/testnodes/textures/testnodes_nojump_side.png Binary files differindex 6a64cfff0..6a64cfff0 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_nojump_side.png +++ b/games/devtest/mods/testnodes/textures/testnodes_nojump_side.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_nojump_top.png b/games/devtest/mods/testnodes/textures/testnodes_nojump_top.png Binary files differindex fe770838f..fe770838f 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_nojump_top.png +++ b/games/devtest/mods/testnodes/textures/testnodes_nojump_top.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_normal.png b/games/devtest/mods/testnodes/textures/testnodes_normal.png Binary files differindex a1acfd9fd..a1acfd9fd 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_normal.png +++ b/games/devtest/mods/testnodes/textures/testnodes_normal.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_normal1.png b/games/devtest/mods/testnodes/textures/testnodes_normal1.png Binary files differindex edaba77e4..edaba77e4 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_normal1.png +++ b/games/devtest/mods/testnodes/textures/testnodes_normal1.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_normal2.png b/games/devtest/mods/testnodes/textures/testnodes_normal2.png Binary files differindex 0080a9ee7..0080a9ee7 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_normal2.png +++ b/games/devtest/mods/testnodes/textures/testnodes_normal2.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_normal3.png b/games/devtest/mods/testnodes/textures/testnodes_normal3.png Binary files differindex 0426ab216..0426ab216 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_normal3.png +++ b/games/devtest/mods/testnodes/textures/testnodes_normal3.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_normal4.png b/games/devtest/mods/testnodes/textures/testnodes_normal4.png Binary files differindex 0d1922eb6..0d1922eb6 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_normal4.png +++ b/games/devtest/mods/testnodes/textures/testnodes_normal4.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_normal5.png b/games/devtest/mods/testnodes/textures/testnodes_normal5.png Binary files differindex 0b7dcd2da..0b7dcd2da 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_normal5.png +++ b/games/devtest/mods/testnodes/textures/testnodes_normal5.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_normal6.png b/games/devtest/mods/testnodes/textures/testnodes_normal6.png Binary files differindex f34a67d71..f34a67d71 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_normal6.png +++ b/games/devtest/mods/testnodes/textures/testnodes_normal6.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_palette_facedir.png b/games/devtest/mods/testnodes/textures/testnodes_palette_facedir.png Binary files differindex 8cf47bbbe..8cf47bbbe 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_palette_facedir.png +++ b/games/devtest/mods/testnodes/textures/testnodes_palette_facedir.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_palette_full.png b/games/devtest/mods/testnodes/textures/testnodes_palette_full.png Binary files differindex e0a5f8b34..e0a5f8b34 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_palette_full.png +++ b/games/devtest/mods/testnodes/textures/testnodes_palette_full.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_palette_wallmounted.png b/games/devtest/mods/testnodes/textures/testnodes_palette_wallmounted.png Binary files differindex 682f3ac84..682f3ac84 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_palette_wallmounted.png +++ b/games/devtest/mods/testnodes/textures/testnodes_palette_wallmounted.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_plantlike.png b/games/devtest/mods/testnodes/textures/testnodes_plantlike.png Binary files differindex cc464444d..cc464444d 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_plantlike.png +++ b/games/devtest/mods/testnodes/textures/testnodes_plantlike.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_plantlike_degrotate.png b/games/devtest/mods/testnodes/textures/testnodes_plantlike_degrotate.png Binary files differindex 01c81da8e..01c81da8e 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_plantlike_degrotate.png +++ b/games/devtest/mods/testnodes/textures/testnodes_plantlike_degrotate.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_plantlike_leveled.png b/games/devtest/mods/testnodes/textures/testnodes_plantlike_leveled.png Binary files differindex 53504dbcd..53504dbcd 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_plantlike_leveled.png +++ b/games/devtest/mods/testnodes/textures/testnodes_plantlike_leveled.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_plantlike_meshoptions.png b/games/devtest/mods/testnodes/textures/testnodes_plantlike_meshoptions.png Binary files differindex d504d459f..d504d459f 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_plantlike_meshoptions.png +++ b/games/devtest/mods/testnodes/textures/testnodes_plantlike_meshoptions.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted.png b/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted.png Binary files differindex 79cf2125e..79cf2125e 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted.png +++ b/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_base.png b/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_base.png Binary files differindex b9ee9e5be..b9ee9e5be 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_base.png +++ b/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_base.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_degrotate.png b/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_degrotate.png Binary files differindex 85311cb2c..85311cb2c 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_degrotate.png +++ b/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_degrotate.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_leveled.png b/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_leveled.png Binary files differindex bc602bafe..bc602bafe 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_leveled.png +++ b/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_leveled.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_meshoptions.png b/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_meshoptions.png Binary files differindex d10002375..d10002375 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_meshoptions.png +++ b/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_meshoptions.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_waving.png b/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_waving.png Binary files differindex 527817bc1..527817bc1 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_waving.png +++ b/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_waving.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_degrotate.png b/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_degrotate.png Binary files differindex 45e75bdd3..45e75bdd3 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_degrotate.png +++ b/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_degrotate.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_leveled.png b/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_leveled.png Binary files differindex 8954b2c34..8954b2c34 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_leveled.png +++ b/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_leveled.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_meshoptions.png b/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_meshoptions.png Binary files differindex a782d4874..a782d4874 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_meshoptions.png +++ b/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_meshoptions.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_waving.png b/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_waving.png Binary files differindex 112a0540f..112a0540f 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_waving.png +++ b/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_waving.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_plantlike_waving.png b/games/devtest/mods/testnodes/textures/testnodes_plantlike_waving.png Binary files differindex b584a8dc9..b584a8dc9 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_plantlike_waving.png +++ b/games/devtest/mods/testnodes/textures/testnodes_plantlike_waving.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_rail2_crossing.png b/games/devtest/mods/testnodes/textures/testnodes_rail2_crossing.png Binary files differindex 530bbba7a..530bbba7a 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_rail2_crossing.png +++ b/games/devtest/mods/testnodes/textures/testnodes_rail2_crossing.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_rail2_curved.png b/games/devtest/mods/testnodes/textures/testnodes_rail2_curved.png Binary files differindex 4ed1ca00f..4ed1ca00f 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_rail2_curved.png +++ b/games/devtest/mods/testnodes/textures/testnodes_rail2_curved.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_rail2_straight.png b/games/devtest/mods/testnodes/textures/testnodes_rail2_straight.png Binary files differindex 8749330d8..8749330d8 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_rail2_straight.png +++ b/games/devtest/mods/testnodes/textures/testnodes_rail2_straight.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_rail2_t_junction.png b/games/devtest/mods/testnodes/textures/testnodes_rail2_t_junction.png Binary files differindex 0517f6570..0517f6570 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_rail2_t_junction.png +++ b/games/devtest/mods/testnodes/textures/testnodes_rail2_t_junction.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_rail_crossing.png b/games/devtest/mods/testnodes/textures/testnodes_rail_crossing.png Binary files differindex 3916ce1ef..3916ce1ef 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_rail_crossing.png +++ b/games/devtest/mods/testnodes/textures/testnodes_rail_crossing.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_rail_curved.png b/games/devtest/mods/testnodes/textures/testnodes_rail_curved.png Binary files differindex e44419848..e44419848 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_rail_curved.png +++ b/games/devtest/mods/testnodes/textures/testnodes_rail_curved.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_rail_straight.png b/games/devtest/mods/testnodes/textures/testnodes_rail_straight.png Binary files differindex 872d04fb9..872d04fb9 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_rail_straight.png +++ b/games/devtest/mods/testnodes/textures/testnodes_rail_straight.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_rail_t_junction.png b/games/devtest/mods/testnodes/textures/testnodes_rail_t_junction.png Binary files differindex 7e4af5182..7e4af5182 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_rail_t_junction.png +++ b/games/devtest/mods/testnodes/textures/testnodes_rail_t_junction.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_signlike.png b/games/devtest/mods/testnodes/textures/testnodes_signlike.png Binary files differindex 33ffcba6c..33ffcba6c 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_signlike.png +++ b/games/devtest/mods/testnodes/textures/testnodes_signlike.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_slippery.png b/games/devtest/mods/testnodes/textures/testnodes_slippery.png Binary files differindex b990468a1..b990468a1 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_slippery.png +++ b/games/devtest/mods/testnodes/textures/testnodes_slippery.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_street_crossing.png b/games/devtest/mods/testnodes/textures/testnodes_street_crossing.png Binary files differindex d6e35ad7a..d6e35ad7a 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_street_crossing.png +++ b/games/devtest/mods/testnodes/textures/testnodes_street_crossing.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_street_curved.png b/games/devtest/mods/testnodes/textures/testnodes_street_curved.png Binary files differindex 251b7fb71..251b7fb71 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_street_curved.png +++ b/games/devtest/mods/testnodes/textures/testnodes_street_curved.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_street_straight.png b/games/devtest/mods/testnodes/textures/testnodes_street_straight.png Binary files differindex 639e24b93..639e24b93 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_street_straight.png +++ b/games/devtest/mods/testnodes/textures/testnodes_street_straight.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_street_t_junction.png b/games/devtest/mods/testnodes/textures/testnodes_street_t_junction.png Binary files differindex 713621e06..713621e06 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_street_t_junction.png +++ b/games/devtest/mods/testnodes/textures/testnodes_street_t_junction.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_sunlight_filter.png b/games/devtest/mods/testnodes/textures/testnodes_sunlight_filter.png Binary files differindex b38ea4072..b38ea4072 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_sunlight_filter.png +++ b/games/devtest/mods/testnodes/textures/testnodes_sunlight_filter.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_torchlike_ceiling.png b/games/devtest/mods/testnodes/textures/testnodes_torchlike_ceiling.png Binary files differindex 5d9862cc9..5d9862cc9 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_torchlike_ceiling.png +++ b/games/devtest/mods/testnodes/textures/testnodes_torchlike_ceiling.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_torchlike_floor.png b/games/devtest/mods/testnodes/textures/testnodes_torchlike_floor.png Binary files differindex adf1e002d..adf1e002d 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_torchlike_floor.png +++ b/games/devtest/mods/testnodes/textures/testnodes_torchlike_floor.png diff --git a/games/minimal/mods/testnodes/textures/testnodes_torchlike_wall.png b/games/devtest/mods/testnodes/textures/testnodes_torchlike_wall.png Binary files differindex cb442b22d..cb442b22d 100644 --- a/games/minimal/mods/testnodes/textures/testnodes_torchlike_wall.png +++ b/games/devtest/mods/testnodes/textures/testnodes_torchlike_wall.png diff --git a/games/minimal/mods/testpathfinder/README.md b/games/devtest/mods/testpathfinder/README.md index 2b9d46e70..2b9d46e70 100644 --- a/games/minimal/mods/testpathfinder/README.md +++ b/games/devtest/mods/testpathfinder/README.md diff --git a/games/minimal/mods/testpathfinder/init.lua b/games/devtest/mods/testpathfinder/init.lua index f94848236..f94848236 100644 --- a/games/minimal/mods/testpathfinder/init.lua +++ b/games/devtest/mods/testpathfinder/init.lua diff --git a/games/minimal/mods/testpathfinder/mod.conf b/games/devtest/mods/testpathfinder/mod.conf index e6034ae8c..e6034ae8c 100644 --- a/games/minimal/mods/testpathfinder/mod.conf +++ b/games/devtest/mods/testpathfinder/mod.conf diff --git a/games/minimal/mods/testpathfinder/textures/testpathfinder_testpathfinder.png b/games/devtest/mods/testpathfinder/textures/testpathfinder_testpathfinder.png Binary files differindex 37eef0565..37eef0565 100644 --- a/games/minimal/mods/testpathfinder/textures/testpathfinder_testpathfinder.png +++ b/games/devtest/mods/testpathfinder/textures/testpathfinder_testpathfinder.png diff --git a/games/minimal/mods/testpathfinder/textures/testpathfinder_waypoint.png b/games/devtest/mods/testpathfinder/textures/testpathfinder_waypoint.png Binary files differindex 661dcf906..661dcf906 100644 --- a/games/minimal/mods/testpathfinder/textures/testpathfinder_waypoint.png +++ b/games/devtest/mods/testpathfinder/textures/testpathfinder_waypoint.png diff --git a/games/minimal/mods/testpathfinder/textures/testpathfinder_waypoint_end.png b/games/devtest/mods/testpathfinder/textures/testpathfinder_waypoint_end.png Binary files differindex 41a1cc549..41a1cc549 100644 --- a/games/minimal/mods/testpathfinder/textures/testpathfinder_waypoint_end.png +++ b/games/devtest/mods/testpathfinder/textures/testpathfinder_waypoint_end.png diff --git a/games/minimal/mods/testpathfinder/textures/testpathfinder_waypoint_start.png b/games/devtest/mods/testpathfinder/textures/testpathfinder_waypoint_start.png Binary files differindex a22e31c3b..a22e31c3b 100644 --- a/games/minimal/mods/testpathfinder/textures/testpathfinder_waypoint_start.png +++ b/games/devtest/mods/testpathfinder/textures/testpathfinder_waypoint_start.png diff --git a/games/minimal/mods/testtools/README.md b/games/devtest/mods/testtools/README.md index 9cfe29ea4..9cfe29ea4 100644 --- a/games/minimal/mods/testtools/README.md +++ b/games/devtest/mods/testtools/README.md diff --git a/games/minimal/mods/testtools/init.lua b/games/devtest/mods/testtools/init.lua index a63c98377..a63c98377 100644 --- a/games/minimal/mods/testtools/init.lua +++ b/games/devtest/mods/testtools/init.lua diff --git a/games/minimal/mods/testtools/mod.conf b/games/devtest/mods/testtools/mod.conf index cde1b2685..cde1b2685 100644 --- a/games/minimal/mods/testtools/mod.conf +++ b/games/devtest/mods/testtools/mod.conf diff --git a/games/minimal/mods/testtools/textures/testtools_entity_rotator.png b/games/devtest/mods/testtools/textures/testtools_entity_rotator.png Binary files differindex 17ebb2d35..17ebb2d35 100644 --- a/games/minimal/mods/testtools/textures/testtools_entity_rotator.png +++ b/games/devtest/mods/testtools/textures/testtools_entity_rotator.png diff --git a/games/minimal/mods/testtools/textures/testtools_entity_scaler.png b/games/devtest/mods/testtools/textures/testtools_entity_scaler.png Binary files differindex 4909c25b0..4909c25b0 100644 --- a/games/minimal/mods/testtools/textures/testtools_entity_scaler.png +++ b/games/devtest/mods/testtools/textures/testtools_entity_scaler.png diff --git a/games/minimal/mods/testtools/textures/testtools_entity_spawner.png b/games/devtest/mods/testtools/textures/testtools_entity_spawner.png Binary files differindex 6199e0145..6199e0145 100644 --- a/games/minimal/mods/testtools/textures/testtools_entity_spawner.png +++ b/games/devtest/mods/testtools/textures/testtools_entity_spawner.png diff --git a/games/minimal/mods/testtools/textures/testtools_falling_node_tool.png b/games/devtest/mods/testtools/textures/testtools_falling_node_tool.png Binary files differindex 30099a7ef..30099a7ef 100644 --- a/games/minimal/mods/testtools/textures/testtools_falling_node_tool.png +++ b/games/devtest/mods/testtools/textures/testtools_falling_node_tool.png diff --git a/games/minimal/mods/testtools/textures/testtools_node_setter.png b/games/devtest/mods/testtools/textures/testtools_node_setter.png Binary files differindex 8599438de..8599438de 100644 --- a/games/minimal/mods/testtools/textures/testtools_node_setter.png +++ b/games/devtest/mods/testtools/textures/testtools_node_setter.png diff --git a/games/minimal/mods/testtools/textures/testtools_object_attacher.png b/games/devtest/mods/testtools/textures/testtools_object_attacher.png Binary files differindex 4d9bf6fd1..4d9bf6fd1 100644 --- a/games/minimal/mods/testtools/textures/testtools_object_attacher.png +++ b/games/devtest/mods/testtools/textures/testtools_object_attacher.png diff --git a/games/minimal/mods/testtools/textures/testtools_object_editor.png b/games/devtest/mods/testtools/textures/testtools_object_editor.png Binary files differindex d1ce9cecd..d1ce9cecd 100644 --- a/games/minimal/mods/testtools/textures/testtools_object_editor.png +++ b/games/devtest/mods/testtools/textures/testtools_object_editor.png diff --git a/games/minimal/mods/testtools/textures/testtools_object_mover.png b/games/devtest/mods/testtools/textures/testtools_object_mover.png Binary files differindex 8b14e9fb2..8b14e9fb2 100644 --- a/games/minimal/mods/testtools/textures/testtools_object_mover.png +++ b/games/devtest/mods/testtools/textures/testtools_object_mover.png diff --git a/games/minimal/mods/testtools/textures/testtools_param2tool.png b/games/devtest/mods/testtools/textures/testtools_param2tool.png Binary files differindex dbc663575..dbc663575 100644 --- a/games/minimal/mods/testtools/textures/testtools_param2tool.png +++ b/games/devtest/mods/testtools/textures/testtools_param2tool.png diff --git a/games/minimal/mods/testtools/textures/testtools_remover.png b/games/devtest/mods/testtools/textures/testtools_remover.png Binary files differindex 73f14cd54..73f14cd54 100644 --- a/games/minimal/mods/testtools/textures/testtools_remover.png +++ b/games/devtest/mods/testtools/textures/testtools_remover.png diff --git a/games/minimal/mods/tiled/init.lua b/games/devtest/mods/tiled/init.lua index 68ead8e3a..68ead8e3a 100644 --- a/games/minimal/mods/tiled/init.lua +++ b/games/devtest/mods/tiled/init.lua diff --git a/games/minimal/mods/tiled/mod.conf b/games/devtest/mods/tiled/mod.conf index 78b19f93b..78b19f93b 100644 --- a/games/minimal/mods/tiled/mod.conf +++ b/games/devtest/mods/tiled/mod.conf diff --git a/games/minimal/mods/tiled/textures/tiled_tiled.png b/games/devtest/mods/tiled/textures/tiled_tiled.png Binary files differindex 363a26487..363a26487 100644 --- a/games/minimal/mods/tiled/textures/tiled_tiled.png +++ b/games/devtest/mods/tiled/textures/tiled_tiled.png diff --git a/games/minimal/mods/unittests/crafting.lua b/games/devtest/mods/unittests/crafting.lua index eff13ce09..eff13ce09 100644 --- a/games/minimal/mods/unittests/crafting.lua +++ b/games/devtest/mods/unittests/crafting.lua diff --git a/games/minimal/mods/unittests/crafting_prepare.lua b/games/devtest/mods/unittests/crafting_prepare.lua index a09734827..a09734827 100644 --- a/games/minimal/mods/unittests/crafting_prepare.lua +++ b/games/devtest/mods/unittests/crafting_prepare.lua diff --git a/games/minimal/mods/unittests/init.lua b/games/devtest/mods/unittests/init.lua index 6c1728420..6c1728420 100644 --- a/games/minimal/mods/unittests/init.lua +++ b/games/devtest/mods/unittests/init.lua diff --git a/games/minimal/mods/unittests/mod.conf b/games/devtest/mods/unittests/mod.conf index 0d5e3c959..0d5e3c959 100644 --- a/games/minimal/mods/unittests/mod.conf +++ b/games/devtest/mods/unittests/mod.conf diff --git a/games/minimal/mods/unittests/player.lua b/games/devtest/mods/unittests/player.lua index 10781a95f..10781a95f 100644 --- a/games/minimal/mods/unittests/player.lua +++ b/games/devtest/mods/unittests/player.lua diff --git a/games/minimal/mods/unittests/random.lua b/games/devtest/mods/unittests/random.lua index f94f0a88e..f94f0a88e 100644 --- a/games/minimal/mods/unittests/random.lua +++ b/games/devtest/mods/unittests/random.lua diff --git a/games/minimal/mods/unittests/textures/unittests_coal_lump.png b/games/devtest/mods/unittests/textures/unittests_coal_lump.png Binary files differindex f460d909e..f460d909e 100644 --- a/games/minimal/mods/unittests/textures/unittests_coal_lump.png +++ b/games/devtest/mods/unittests/textures/unittests_coal_lump.png diff --git a/games/minimal/mods/unittests/textures/unittests_iron_lump.png b/games/devtest/mods/unittests/textures/unittests_iron_lump.png Binary files differindex 22f43e9cc..22f43e9cc 100644 --- a/games/minimal/mods/unittests/textures/unittests_iron_lump.png +++ b/games/devtest/mods/unittests/textures/unittests_iron_lump.png diff --git a/games/minimal/mods/unittests/textures/unittests_repairable_tool.png b/games/devtest/mods/unittests/textures/unittests_repairable_tool.png Binary files differindex 46fbbaa74..46fbbaa74 100644 --- a/games/minimal/mods/unittests/textures/unittests_repairable_tool.png +++ b/games/devtest/mods/unittests/textures/unittests_repairable_tool.png diff --git a/games/minimal/mods/unittests/textures/unittests_steel_ingot.png b/games/devtest/mods/unittests/textures/unittests_steel_ingot.png Binary files differindex 6977696a2..6977696a2 100644 --- a/games/minimal/mods/unittests/textures/unittests_steel_ingot.png +++ b/games/devtest/mods/unittests/textures/unittests_steel_ingot.png diff --git a/games/minimal/mods/unittests/textures/unittests_stick.png b/games/devtest/mods/unittests/textures/unittests_stick.png Binary files differindex ffdce70d4..ffdce70d4 100644 --- a/games/minimal/mods/unittests/textures/unittests_stick.png +++ b/games/devtest/mods/unittests/textures/unittests_stick.png diff --git a/games/minimal/mods/unittests/textures/unittests_torch.png b/games/devtest/mods/unittests/textures/unittests_torch.png Binary files differindex ba5eebef0..ba5eebef0 100644 --- a/games/minimal/mods/unittests/textures/unittests_torch.png +++ b/games/devtest/mods/unittests/textures/unittests_torch.png diff --git a/games/minimal/mods/unittests/textures/unittests_unrepairable_tool.png b/games/devtest/mods/unittests/textures/unittests_unrepairable_tool.png Binary files differindex c676213a5..c676213a5 100644 --- a/games/minimal/mods/unittests/textures/unittests_unrepairable_tool.png +++ b/games/devtest/mods/unittests/textures/unittests_unrepairable_tool.png diff --git a/games/minimal/mods/util_commands/init.lua b/games/devtest/mods/util_commands/init.lua index ad8d3f9ba..ad8d3f9ba 100644 --- a/games/minimal/mods/util_commands/init.lua +++ b/games/devtest/mods/util_commands/init.lua diff --git a/games/minimal/mods/util_commands/mod.conf b/games/devtest/mods/util_commands/mod.conf index fea6dd3e9..fea6dd3e9 100644 --- a/games/minimal/mods/util_commands/mod.conf +++ b/games/devtest/mods/util_commands/mod.conf diff --git a/games/minimal/screenshot.png b/games/devtest/screenshot.png Binary files differindex 7324883f6..7324883f6 100644 --- a/games/minimal/screenshot.png +++ b/games/devtest/screenshot.png diff --git a/games/minimal/settingtypes.txt b/games/devtest/settingtypes.txt index 40ee5845b..40ee5845b 100644 --- a/games/minimal/settingtypes.txt +++ b/games/devtest/settingtypes.txt diff --git a/games/minimal/LICENSE.txt b/games/minimal/LICENSE.txt deleted file mode 100644 index 108c66abf..000000000 --- a/games/minimal/LICENSE.txt +++ /dev/null @@ -1,4 +0,0 @@ -License information for Developer Test --------------------------------------- - -The same license as for Minetest applies. diff --git a/games/minimal/menu/header.png b/games/minimal/menu/header.png Binary files differdeleted file mode 100644 index db864d6b7..000000000 --- a/games/minimal/menu/header.png +++ /dev/null diff --git a/src/unittest/CMakeLists.txt b/src/unittest/CMakeLists.txt index 82f9a4a13..5703b8906 100644 --- a/src/unittest/CMakeLists.txt +++ b/src/unittest/CMakeLists.txt @@ -43,7 +43,7 @@ set (UNITTEST_CLIENT_SRCS PARENT_SCOPE) set (TEST_WORLDDIR ${CMAKE_CURRENT_SOURCE_DIR}/test_world) -set (TEST_SUBGAME_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../../games/minimal) +set (TEST_SUBGAME_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../../games/devtest) configure_file( "${CMAKE_CURRENT_SOURCE_DIR}/test_config.h.in" diff --git a/src/unittest/test_servermodmanager.cpp b/src/unittest/test_servermodmanager.cpp index 0757323f4..799936757 100644 --- a/src/unittest/test_servermodmanager.cpp +++ b/src/unittest/test_servermodmanager.cpp @@ -88,7 +88,7 @@ void TestServerModManager::testCreation() { std::string path = std::string(TEST_WORLDDIR) + DIR_DELIM + "world.mt"; Settings world_config; - world_config.set("gameid", "minimal"); + world_config.set("gameid", "devtest"); UASSERTEQ(bool, world_config.updateConfigFile(path.c_str()), true); ServerModManager sm(TEST_WORLDDIR); } @@ -118,10 +118,10 @@ void TestServerModManager::testGetMods() const auto &mods = sm.getMods(); UASSERTEQ(bool, mods.empty(), false); - // Ensure we found default mod inside the test folder + // Ensure we found basenodes mod (part of devtest) bool default_found = false; for (const auto &m : mods) { - if (m.name == "default") + if (m.name == "basenodes") default_found = true; // Verify if paths are not empty @@ -135,7 +135,7 @@ void TestServerModManager::testGetModspec() { ServerModManager sm(std::string(TEST_WORLDDIR)); UASSERTEQ(const ModSpec *, sm.getModSpec("wrongmod"), NULL); - UASSERT(sm.getModSpec("default") != NULL); + UASSERT(sm.getModSpec("basenodes") != NULL); } void TestServerModManager::testGetModNamesWrongDir() @@ -152,7 +152,7 @@ void TestServerModManager::testGetModNames() std::vector<std::string> result; sm.getModNames(result); UASSERTEQ(bool, result.empty(), false); - UASSERT(std::find(result.begin(), result.end(), "default") != result.end()); + UASSERT(std::find(result.begin(), result.end(), "basenodes") != result.end()); } void TestServerModManager::testGetModMediaPathsWrongDir() diff --git a/util/test_multiplayer.sh b/util/test_multiplayer.sh index 9ebfe73be..176cf11d9 100755 --- a/util/test_multiplayer.sh +++ b/util/test_multiplayer.sh @@ -1,6 +1,6 @@ #!/bin/bash dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -gameid=minimal +gameid=devtest minetest=$dir/../bin/minetest testspath=$dir/../tests worldpath=$testspath/testworld_$gameid |