ALL: removed turbobadger support

master
Martin Gerhardy 2021-09-19 19:08:15 +02:00
parent e25528f3be
commit e93c84bf39
447 changed files with 0 additions and 36713 deletions

View File

@ -43,7 +43,6 @@ include(${SCRIPTS_CMAKE_DIR}/googletest.cmake)
include(${SCRIPTS_CMAKE_DIR}/manifests.cmake)
include(${SCRIPTS_CMAKE_DIR}/docker.cmake)
include(${SCRIPTS_CMAKE_DIR}/lua.cmake)
include(${SCRIPTS_CMAKE_DIR}/ui.cmake)
include(${SCRIPTS_CMAKE_DIR}/macros.cmake)
include(${SCRIPTS_CMAKE_DIR}/pack.cmake)
include(CPack)
@ -58,7 +57,6 @@ option(VOXEDIT "Builds voxedit" ON)
option(THUMBNAILER "Builds thumbnailer" ON)
option(VOXCONVERT "Builds voxconvert" ON)
option(MAPVIEW "Builds mapview" ON)
option(NOISETOOL "Builds noisetool" ON)
option(USE_CCACHE "Use ccache" ON)
option(USE_GPROF "Use gprof - will become slow" OFF)
option(USE_GCOV "Use gcov - will become slow" OFF)

View File

@ -78,7 +78,6 @@ update-stb:
cp $(UPDATEDIR)/stb.sync/stb_image.h src/modules/image/stb_image.h
cp $(UPDATEDIR)/stb.sync/stb_image_write.h src/modules/image/stb_image_write.h
cp $(UPDATEDIR)/stb.sync/stb_truetype.h src/modules/voxelfont/stb_truetype.h
cp $(UPDATEDIR)/stb.sync/stb_truetype.h src/modules/ui/turbobadger/tb/thirdparty
update-googletest:
$(call UPDATE_GIT,googletest,https://github.com/google/googletest.git)

View File

@ -1,17 +0,0 @@
macro(check_ui_turbobadger TARGET)
if (NOT CMAKE_CROSS_COMPILING)
set(_files ${ARGN})
set(_workingdir "${DATA_DIR}/${TARGET}")
foreach(_file ${_files})
get_filename_component(_filename ${_file} NAME)
add_custom_target(
${TARGET}-${_filename}
COMMAND uitool ../${_file}
DEPENDS uitool ${DATA_DIR}/${_file}
WORKING_DIRECTORY ${_workingdir}
SOURCES ${DATA_DIR}/${_file}
)
add_dependencies(${TARGET} ${TARGET}-${_filename})
endforeach()
endif()
endmacro()

View File

@ -1,10 +0,0 @@
cut Cut
copy Copy
paste Paste
delete Delete
selectall Select all
TBMessageWindow.ok Ok
TBMessageWindow.cancel Cancel
TBMessageWindow.yes Yes
TBMessageWindow.no No
TBList.header Showing %d of %d

View File

@ -1,13 +0,0 @@
elements
node-mover
text-color #b8b8b8
node-header
bitmap window_mover_bg_tile.png
type Tile
expand -1
padding 3 16
node
bitmap window.png
cut 16
expand 12
padding 2

View File

@ -1,16 +0,0 @@
TBLayout: axis: y, position: left, spacing: 3, position: left top
TBLayout: axis: x, spacing: 10, position: left, distribution: gravity, ignore-input: 1
TBTextField: id: name
font: size: 28px
TBTextField: id: frequency
TBTextField: id: octaves
TBTextField: id: gain
TBTextField: id: lacunarity
TBTextField: id: millis
TBWidget: gravity: left right
ImageWidget: id: graph, ignore-input: 1
TBSection: value: 0, text: "2D noise"
TBLayout: position: left top
ImageWidget: id: noise
TBButton: id: delete, skin: TBWindow.close

View File

@ -1,10 +0,0 @@
TBLayout
distribution gravity
TBEditField
id filter
gravity left right
placeholder Search
type search
TBSelectList
id list
gravity all

View File

@ -1,12 +0,0 @@
TBMover: axis: y, position: left, spacing: 3, position: left top, gravity: all, skin: node
TBLayout: axis: y, spacing: 2, position: left, distribution: gravity, ignore-input: 1, gravity: all
TBTextField: id: name, skin: node-header
TBLayout: axis: y
TBTextField: id: frequency
font: size: 8px
TBTextField: id: octaves
font: size: 8px
TBTextField: id: gain
font: size: 8px
TBTextField: id: lacunarity
font: size: 8px

View File

@ -1,77 +0,0 @@
definitions
layoutparamsx
axis x
distribution gravity
position left
layoutparamsy
axis y
distribution available
gravity all
position left
WindowInfo
title Noise generator
fullscreen 1
definitions
menubutton
lp: height: 28
skin TBButton.flat
TBLayout: distribution: gravity, axis: y
TBContainer: gravity: all, id: maincontainer
TBLayout: distribution: gravity, axis: y
TBLayout: distribution: gravity
TBContainer: skin: container, gravity: left right
TBLayout: distribution: gravity
TBButton: gravity: left, @include: definitions>menubutton, text: Generate, id: ok, autofocus: 1
TBSkinImage: skin: noisetool-generate
TBSelectDropdown
lp: width: 280
gravity left right
id type
TBButton: gravity: left, @include: definitions>menubutton, text: All, id: all
TBSkinImage: skin: noisetool-generate
TBButton: gravity: left, @include: definitions>menubutton, text: Nodes, id: nodes
TBSkinImage: skin: noisetool-nodes
TBLayout: gravity: left right
TBWidget
TBLayout: distribution: gravity, position: top
TBLayout: distribution: gravity, axis: y, position: left, gravity: top bottom, skin: container
TBLayout: position: left top, axis: y
TBClickLabel: text: Frequency
TBEditField: id: frequency, type: number, text: 0.01
TBClickLabel: text: Offset
TBEditField: id: offset, type: number, text: 1.0
TBClickLabel: text: Octaves
TBEditField: id: octaves, type: number, text: 4
TBClickLabel: text: Gain
TBEditField: id: gain, type: number, text: 0.5
TBClickLabel: text: Lacunarity
TBEditField: id: lacunarity, type: number, text: 2.0
TBSection: value: 1, text: "Poisson Disk Distribution", is-group-root: 1
TBLayout: position: left top, axis: y
TBClickLabel: text: Separation
TBEditField: id: separation, type: number, text: 5.0
TBSection: value: 1, text: "Ridged noise", is-group-root: 1
TBLayout: position: left top, axis: y
TBClickLabel: text: Ridged Offset
TBEditField: id: ridgedoffset, type: number, text: 1.0
TBSection: value: 1, text: "Voronoi", is-group-root: 1
TBLayout: position: left top, axis: y
TBClickLabel: text: Distance
TBCheckBox: id: enabledistance
TBWidget: gravity: top bottom
TBLayout: distribution: gravity, axis: y
NoiseDataList
TBLayout: distribution: gravity
TBContainer: skin: container, gravity: left right
TBLayout: distribution: gravity
TBLayout: gravity: left right
TBWidget
TBButton: @include: definitions>menubutton, text: Quit, id: quit
TBSkinImage: skin: voxedit-quit

View File

@ -1,9 +0,0 @@
WindowInfo
title Noise data
position 770 50
size 600 600
TBLayout
axis y
distribution gravity
gravity all
id nodes

View File

@ -1,15 +0,0 @@
info
glyph_str !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ
name Segoe
size 14
bitmap font_14.png
ascent 15
descent 5
advance_delta -3
space_advance 5
size 28
bitmap font_28.png
ascent 31
descent 10
advance_delta -7
space_advance 10

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 548 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 511 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 519 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 507 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 999 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 720 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1023 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 759 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 963 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 971 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 378 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 963 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 411 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 411 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 861 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 850 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 929 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 409 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 770 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 800 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 603 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 823 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 350 B

Some files were not shown because too many files have changed in this diff Show More