Merge pull request 'update' (#7) from update into master

Reviewed-on: http://sync.virgis.co.uk/ViRGiS/beta_channel_for_rift/pulls/7
master
runette 2 years ago
commit 092665a2a1
  1. 1
      .gitignore
  2. BIN
      ViRGiS_Geo_Data/Managed/Assembly-CSharp.dll
  3. BIN
      ViRGiS_Geo_Data/Managed/Mdal-unity.dll
  4. BIN
      ViRGiS_Geo_Data/Managed/Pdal.dll
  5. BIN
      ViRGiS_Geo_Data/Managed/Virgis.dll
  6. BIN
      ViRGiS_Geo_Data/Managed/project_ns.dll
  7. BIN
      ViRGiS_Geo_Data/Managed/runette_ui.dll
  8. BIN
      ViRGiS_Geo_Data/Plugins/x86_64/lib_burst_generated.dll
  9. BIN
      ViRGiS_Geo_Data/globalgamemanagers
  10. BIN
      ViRGiS_Geo_Data/globalgamemanagers.assets
  11. BIN
      ViRGiS_Geo_Data/level1
  12. BIN
      ViRGiS_Geo_Data/level2
  13. BIN
      ViRGiS_Geo_Data/level3
  14. BIN
      ViRGiS_Geo_Data/resources.assets
  15. BIN
      ViRGiS_Geo_Data/resources.assets.resS
  16. BIN
      ViRGiS_Geo_Data/sharedassets0.assets
  17. BIN
      ViRGiS_Geo_Data/sharedassets1.assets
  18. BIN
      ViRGiS_Geo_Data/sharedassets2.assets
  19. BIN
      ViRGiS_Geo_Data/sharedassets3.assets
  20. 3
      landscape/assets/OFL.txt
  21. BIN
      landscape/base_library.zip
  22. BIN
      landscape/landscape.exe
  23. 41
      landscape/layer_adapters/layer_ui_components.kv
  24. BIN
      landscape/win32/pywintypes310.dll

1
.gitignore vendored

@ -1 +1,2 @@
virgis.json virgis.json
landscape.json

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -1,5 +1,4 @@
Copyright (c) 2011, Cyreal (www.cyreal.org), Copyright 2011 The Quicksand Project Authors (https://github.com/andrew-paglinawan/QuicksandFamily), with Reserved Font Name “Quicksand”.
with Reserved Font Name "Baumans".
This Font Software is licensed under the SIL Open Font License, Version 1.1. This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at: This license is copied below, and is also available with a FAQ at:

Binary file not shown.

Binary file not shown.

@ -312,6 +312,47 @@
Widget: Widget:
size_hint_y: 0.5 size_hint_y: 0.5
<ImageSymbologyProperties>:
title: "Z-Values"
RoundedCard:
spacing: "5sp"
orientation: "vertical"
padding: "10sp"
MDBoxLayout
orientation: "horizontal"
Details:
size_hint_x: 0.5
text: "Add Map Image to the Mesh?"
tooltip_text: "You can add a geo referenced image to be attached to the mesh"
MDBoxLayout:
orientation: "horizontal"
Widget:
MySwitch:
id: imageActive
pos_hint: {"left":0}
size_hint: None, None
size: "83sp", "32sp"
active: root.imageActive
on_active: root.imageActive = self.active
Widget:
DetailBox:
id: source
text: root.imagePath
hint_text: "Image Location"
multiline: True
on_text: root.imagePath = self.text
disabled: not imageActive.active
left_icon: "folder-open"
left_icon_action: root.show_source
left_tooltip: "Search for Image file"
right_icon: "file-document"
right_tooltip: "Validate and get details of\nthe Image source data"
right_icon_action: root.info
right_disabled: False if self.text else True
Widget:
Widget:
size_hint_y: 0.5
<BBoxDetailWidget>: <BBoxDetailWidget>:
orientation: "vertical" orientation: "vertical"
pos: self.pos pos: self.pos

Binary file not shown.
Loading…
Cancel
Save