Browse Source

refactor repo folder structure

master
poikilos 7 years ago
committed by Jacob Gustafson
parent
commit
11a553b1c9
  1. 0
      deploy.py
  2. 0
      filever.py
  3. 0
      forwardfilesync.py
  4. 0
      install ENLIVEN on Windows.iss
  5. 0
      launcher/ENLIVEN.ico
  6. 0
      launcher/ENLIVEN.pro
  7. 0
      launcher/ENLIVEN.pro.user
  8. 0
      launcher/main.cpp
  9. 0
      launcher/mainwindow.cpp
  10. 0
      launcher/mainwindow.h
  11. 0
      launcher/mainwindow.ui
  12. 0
      launcher/post-build.bat
  13. 0
      launcher/qtlicenses/LICENSE
  14. 0
      launcher/qtlicenses/LICENSE.FDL
  15. 0
      launcher/qtlicenses/ThirdPartySoftware_Listing.txt
  16. 77
      minetest.conf
  17. 21
      minetest.conf.client
  18. 5
      minetest.conf.lanclient
  19. 11
      minetest.conf.server
  20. 1
      winclient/launcher/README - see parent folder

0
winclient/deploy.py → deploy.py

0
winclient/filever.py → filever.py

0
winclient/forwardfilesync.py → forwardfilesync.py

0
winclient/install ENLIVEN.iss → install ENLIVEN on Windows.iss

0
winclient/launcher-src/ENLIVEN.ico → launcher/ENLIVEN.ico

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

0
winclient/launcher-src/ENLIVEN.pro → launcher/ENLIVEN.pro

0
winclient/launcher-src/ENLIVEN.pro.user → launcher/ENLIVEN.pro.user

0
winclient/launcher-src/main.cpp → launcher/main.cpp

0
winclient/launcher-src/mainwindow.cpp → launcher/mainwindow.cpp

0
winclient/launcher-src/mainwindow.h → launcher/mainwindow.h

0
winclient/launcher-src/mainwindow.ui → launcher/mainwindow.ui

0
winclient/launcher-src/post-build.bat → launcher/post-build.bat

0
winclient/launcher/qtlicenses/LICENSE → launcher/qtlicenses/LICENSE

0
winclient/launcher/qtlicenses/LICENSE.FDL → launcher/qtlicenses/LICENSE.FDL

0
winclient/launcher/qtlicenses/ThirdPartySoftware_Listing.txt → launcher/qtlicenses/ThirdPartySoftware_Listing.txt

77
minetest.conf

@ -1,77 +0,0 @@
# In case user of an Enliven server wants to start their own server via the graphical user interface:
protector_radius = 7
protector_pvp = true
protector_pvp_spawn = 10
protector_drop = true
protector_hurt = 1
default_privs = interact,shout,home
max_users = 50
motd = "Actions and chat messages are logged. Recipes are in unified inventory mod. Otherwise visit the server's website for more info about mods and live map if available--if not, see http://wiki.minetest.net/Main_Page and https://github.com/minetest-technic/technic/wiki"
disallow_empty_passwords = true
# Client configuration for improved graphics:
# address = fcalocal
# maintab_LAST = singleplayer
# menu_last_game = ENLIVEN
# name =
remote_port = 30000
server_dedicated = false
mg_name = v7
creative_mode = false
enable_damage = true
server_announce = false
cinematic = true
cinematic_camera_smoothing = 0.7
serverlist_file = favoriteservers.txt
font_size = 22
font_shadow = 1
mono_font_size = 22
fallback_font_size = 22
fallback_font_shadow = 1
# public_serverlist = false
enable_local_map_saving = true
public_serverlist = true
enable_remote_media_server = true
serverlist_url = servers.minetest.net
font_shadow_alpha = 255
fallback_font_shadow_alpha = 255
connected_glass = true
smooth_lighting = true
enable_clouds = true
enable_3d_clouds = true
anisotropic_filter = true
texture_clean_transparent = true
#texture_min_size = 64
enable_shaders = true
tone_mapping = true
enable_bumpmapping = true
#generate_normalmaps = true
enable_waving_water = true
water_wave_height = 1.0
water_wave_length = 20.0
water_wave_speed = 5.0
enable_waving_leaves = true
enable_waving_plants = true
pause_fps_max = 20
vsync = true
video_driver = opengl
cloud_height = 120
cloud_radius = 12
enable_minimap = true
minimap_shape_round = true
directional_colored_fog = true
ambient_occlusion_gamma = 2.2
inventory_items_animations = true
menu_clouds = true
fast_move = true
free_move = true
noclip = true
#fixed_map_seed = Enliven20170203v7
mainmenu_last_selected_world = 2
#selected_world_path = C:\games\Minetest\bin\..\worlds\charredplanet
wieldview_node_tiles = false
wieldview_update_time = 2

21
winclient/launcher/minetest.conf → minetest.conf.client

@ -1,3 +1,4 @@
# address =
ambient_occlusion_gamma = 2.2 ambient_occlusion_gamma = 2.2
anisotropic_filter = true anisotropic_filter = true
cinematic = true cinematic = true
@ -11,36 +12,50 @@ enable_3d_clouds = true
enable_bumpmapping = true enable_bumpmapping = true
enable_clouds = true enable_clouds = true
enable_damage = true enable_damage = true
#optional:
enable_local_map_saving = true
enable_minimap = true enable_minimap = true
#optional:
enable_remote_media_server = true
enable_shaders = true enable_shaders = true
enable_waving_leaves = true enable_waving_leaves = true
enable_waving_plants = true enable_waving_plants = true
enable_waving_water = true enable_waving_water = true
fallback_font_shadow = 1 fallback_font_shadow = 1
fallback_font_shadow_alpha = 255 fallback_font_shadow_alpha = 255
fallback_font_size = 22 fallback_font_size = 16
fast_move = false fast_move = true
#fixed_map_seed =
font_shadow = 1 font_shadow = 1
font_shadow_alpha = 255 font_shadow_alpha = 255
font_size = 16 font_size = 16
free_move = true free_move = true
#generate_normalmaps = true
hudbars_bar_type = statbar_modern
inventory_items_animations = true inventory_items_animations = true
mainmenu_last_selected_world = 2 mainmenu_last_selected_world = 2
#optional:
maintab_LAST = singleplayer maintab_LAST = singleplayer
menu_clouds = true menu_clouds = true
# name =
optional:
menu_last_game = ENLIVEN menu_last_game = ENLIVEN
mg_name = v7 mg_name = v7
minimap_shape_round = true minimap_shape_round = true
mono_font_size = 22 mono_font_size = 22
noclip = true noclip = true
pause_fps_max = 20 pause_fps_max = 20
#optional:
public_serverlist = true public_serverlist = true
remote_port = 30000 remote_port = 30000
#selected_world_path =
server_announce = false server_announce = false
server_dedicated = false server_dedicated = false
serverlist_file = favoriteservers.txt
serverlist_url = servers.minetest.net serverlist_url = servers.minetest.net
smooth_lighting = true smooth_lighting = true
texture_clean_transparent = true texture_clean_transparent = true
#texture_min_size = 64
tone_mapping = true tone_mapping = true
video_driver = opengl video_driver = opengl
vsync = true vsync = true
@ -49,5 +64,3 @@ water_wave_length = 20.0
water_wave_speed = 5.0 water_wave_speed = 5.0
wieldview_node_tiles = false wieldview_node_tiles = false
wieldview_update_time = 2 wieldview_update_time = 2
hudbars_bar_type = statbar_modern
name =

5
minetest.conf.lanclient

@ -0,0 +1,5 @@
fallback_font_size = 22
address = fcalocal
name = fcalocal
font_size = 22
serverlist_url =

11
minetest.conf.server

@ -0,0 +1,11 @@
# In case user of an Enliven server wants to start their own server via the graphical user interface:
protector_radius = 7
protector_pvp = true
protector_pvp_spawn = 10
protector_drop = true
protector_hurt = 1
default_privs = interact,shout,home
max_users = 50
motd = "Actions and chat messages are logged. Recipes are in unified inventory mod. Otherwise visit the server's website for more info about mods and live map if available--if not, see http://wiki.minetest.net/Main_Page and https://github.com/minetest-technic/technic/wiki"
disallow_empty_passwords = true

1
winclient/launcher/README - see parent folder

@ -1 +0,0 @@
https://github.com/expertmm/EnlivenMinetest/blob/master/README.md
Loading…
Cancel
Save