diff --git a/.hugo_build.lock b/.hugo_build.lock deleted file mode 100644 index e69de29..0000000 diff --git a/README.md b/README.md deleted file mode 100644 index 0a1ec91..0000000 --- a/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# www.br0tcraft.de - -## Lokalen Webserver starten -``` -.\hugo.exe -D server -``` - -## neuen Post erstellen -im Ordner content\blog\posts eine neue Datei mit der Endung .md anlegen. -``` ---- -title: Unterm Strich ist alles besser -date: 2021-12-27 ---- -``` \ No newline at end of file diff --git a/archetypes/default.md b/archetypes/default.md deleted file mode 100644 index 00e77bd..0000000 --- a/archetypes/default.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "{{ replace .Name "-" " " | title }}" -date: {{ .Date }} -draft: true ---- - diff --git a/config.toml b/config.toml deleted file mode 100644 index 49368dc..0000000 --- a/config.toml +++ /dev/null @@ -1,264 +0,0 @@ -baseURL = "https://www.br0tcraft.de/" -languageCode = "de-de" -title = "br0tcraft.de" -theme = "LoveIt" -publishdir = "/var/www/localhost/htdocs" - -[menu] - [[menu.main]] - identifier = "blog" - name = "Blog" - url = "/blog/" - title = "" - weight = 1 - [[menu.main]] - identifier = "categories" - name = "categories" - url = "/categories/" - title = "" - weight = 2 - -[params] - version = "0.2.X" - description = "Hi, ich bin Tom!" - defaultTheme = "auto" - dateFormat = "2006-01-02" - - [params.app] - title = "br0tcraft.de" - noFavicon = false - svgFavicon = "" - themeColor = "#ffffff" - iconColor = "#5bbad5" - tileColor = "#da532c" - - [params.search] - enable = true - type = "lunr" - contentLength = 4000 - placeholder = "" - maxResultLength = 10 - snippetLength = 30 - highlightTag = "em" - absoluteURL = false - [params.search.algolia] - index = "" - appID = "" - searchKey = "" - - [params.header] - desktopMode = "fixed" - mobileMode = "auto" - - [params.footer] - enable = true - custom = '' - hugo = true - copyright = true - author = true - since = 2021 - license = 'CC BY-NC 4.0' - - [params.section] - paginate = 20 - dateFormat = "01-02" - rss = 10 - - [params.list] - paginate = 20 - dateFormat = "01-02" - rss = 10 - - [params.home] - rss = 10 - [params.home.profile] - enable = true - title = "Hi, ich bin Tom!" - avatarURL = "/images/avatar.png" - subtitle = "Mein Spitzname ist Tim, Du darfst Maik zu mir sagen." - typeit = true - social = false - disclaimer = "" - [params.home.posts] - enable = true - paginate = 6 - defaultHiddenFromHomePage = false - - [params.social] - RSS = true # LoveIt NEW | 0.2.0 - - [params.page] - hiddenFromHomePage = false - hiddenFromSearch = false - twemoji = false - lightgallery = false - ruby = true - fraction = true - fontawesome = true - linkToMarkdown = true - rssFullText = false - [params.page.toc] - enable = true - keepStatic = true - auto = true - [params.page.math] - enable = true - blockLeftDelimiter = "" - blockRightDelimiter = "" - inlineLeftDelimiter = "" - inlineRightDelimiter = "" - copyTex = true - mhchem = true - [params.page.code] - copy = true - maxShownLines = 10 - [params.page.mapbox] - accessToken = "" - lightStyle = "mapbox://styles/mapbox/light-v9" - darkStyle = "mapbox://styles/mapbox/dark-v9" - navigation = true - geolocate = true - scale = true - fullscreen = true - [params.page.share] - enable = true - Twitter = true - Facebook = false - Linkedin = false - Whatsapp = true - Pinterest = false - Tumblr = false - HackerNews = false - Reddit = false - VK = false - Buffer = false - Xing = false - Line = true - Instapaper = false - Pocket = false - Digg = false - Stumbleupon = false - Flipboard = false - Weibo = false - Renren = false - Myspace = false - Blogger = false - Baidu = false - Odnoklassniki = false - Evernote = false - Skype = false - Trello = false - Mix = false - [params.page.comment] - enable = true - [params.page.library] - [params.page.library.css] - # someCSS = "some.css" - # located in "assets/" - # Or - # someCSS = "https://cdn.example.com/some.css" - [params.page.library.js] - # someJavascript = "some.js" - # located in "assets/" - # Or - # someJavascript = "https://cdn.example.com/some.js" - # LoveIt CHANGED | 0.2.10 Page SEO config - [params.page.seo] - images = [] - [params.page.seo.publisher] - name = "" - logoUrl = "" - - [params.typeit] - speed = 100 - cursorSpeed = 1000 - cursorChar = "|" - duration = -1 - - [params.verification] - google = "" - bing = "" - yandex = "" - pinterest = "" - baidu = "" - - [params.seo] - image = "" - thumbnailUrl = "" - - [params.analytics] - enable = false - - [params.cookieconsent] - enable = true - [params.cookieconsent.content] - message = "" - dismiss = "" - link = "" - - [params.cdn] - data = "" - - [params.compatibility] - polyfill = false - objectFit = false - -[markup] - [markup.highlight] - codeFences = true - guessSyntax = true - lineNos = true - lineNumbersInTable = true - # false is a necessary configuration - # (https://github.com/dillonzq/LoveIt/issues/158) - noClasses = false - [markup.goldmark] - [markup.goldmark.extensions] - definitionList = true - footnote = true - linkify = true - strikethrough = true - table = true - taskList = true - typographer = true - [markup.goldmark.renderer] - unsafe = true - [markup.tableOfContents] - startLevel = 2 - endLevel = 6 - -[author] - name = "br0tcraft" - email = "alex@br0tcraft.de" - link = "" - -[sitemap] - changefreq = "weekly" - filename = "sitemap.xml" - priority = 0.5 - -[Permalinks] - # posts = ":year/:month/:filename" - posts = ":filename" - -[privacy] - [privacy.twitter] - enableDNT = true - [privacy.youtube] - privacyEnhanced = true - -[mediaTypes] - [mediaTypes."text/plain"] - suffixes = ["md"] - -[outputFormats.MarkDown] - mediaType = "text/plain" - isPlainText = true - isHTML = false - -[outputs] - home = ["HTML", "RSS", "JSON"] - page = ["HTML", "MarkDown"] - section = ["HTML", "RSS"] - taxonomy = ["HTML", "RSS"] - taxonomyTerm = ["HTML"] diff --git a/content/Spiele/3dsgame.md b/content/Spiele/3dsgame.md deleted file mode 100644 index 5aafbd4..0000000 --- a/content/Spiele/3dsgame.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: 3ds -date: 2023-05-011 -categories: - - games ---- - -![](/games/space/screenshot.png) - -- [Spielen](/games/3ds/) -- [Downloaden](/games/space/download/2023-05-07.zip) diff --git a/content/Spiele/space.md b/content/Spiele/space.md deleted file mode 100644 index 5306fa9..0000000 --- a/content/Spiele/space.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Spaceshooter -date: 2023-05-07 -categories: - - games ---- - -![](/games/space/screenshot.png) - -- [Spielen](/games/space/) -- [Downloaden](/games/space/download/2023-05-07.zip) \ No newline at end of file diff --git a/content/blog/posts/first.md b/content/blog/posts/first.md deleted file mode 100644 index 5bc1a70..0000000 --- a/content/blog/posts/first.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Unterm Strich ist alles besser -date: 2021-12-27 ---- -# Alter ist das Geil hier -okay, dann schreib ich halt - -``` -if(keyCode(KeyCode.Input=A)) - -``` \ No newline at end of file diff --git a/hugo.exe b/hugo.exe deleted file mode 100644 index 1e6c3af..0000000 Binary files a/hugo.exe and /dev/null differ diff --git a/static/Gurkistan/Planktons/Meisterwerke.html b/static/Gurkistan/Planktons/Meisterwerke.html deleted file mode 100644 index 69d4f4e..0000000 --- a/static/Gurkistan/Planktons/Meisterwerke.html +++ /dev/null @@ -1,491 +0,0 @@ - - - - - - - - - Projekt - - - - - -
- - - -
- - - - -
- - - - - - - - - - - diff --git a/static/extensions/Speechtotext.js b/static/extensions/Speechtotext.js deleted file mode 100644 index 9b43390..0000000 --- a/static/extensions/Speechtotext.js +++ /dev/null @@ -1,81 +0,0 @@ -// Name: Speech to Text -// ID: SpeechToTextByBr0tcraft -// Description: An easy way to convert speech to text. - -(function (Scratch) { - 'use strict'; - - // Ensure the extension runs unsandboxed - if (!Scratch.extensions.unsandboxed) throw new Error('This extension must run unsandboxed'); - - class SpeechToTextExtension { - constructor(runtime) { - this.runtime = runtime; - this.recognition = new webkitSpeechRecognition(); - this.audio = new Audio(); - this.recognition.lang = 'de-DE'; // Default language - } - - getInfo() { - return { - id: 'SpeechToTextByBr0tcraft', - name: 'Speech to Text', - color1: '#80abff', - color2: '#3a7eff', - color3: '#0058ff', - menuIconURI: 'data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxNDYuNzYwOTQiIGhlaWdodD0iMTgzLjcyNDM1IiB2aWV3Qm94PSIwLDAsMTQ2Ljc2MDk0LDE4My43MjQzNSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2OC44NzkxOCwtODguMTM3ODMpIj48ZyBkYXRhLXBhcGVyLWRhdGE9InsmcXVvdDtpc1BhaW50aW5nTGF5ZXImcXVvdDs6dHJ1ZX0iIGZpbGwtcnVsZT0ibm9uemVybyIgc3Ryb2tlLWxpbmVjYXA9ImJ1dHQiIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWRhc2hhcnJheT0iIiBzdHJva2UtZGFzaG9mZnNldD0iMCIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOiBub3JtYWwiPjxwYXRoIGQ9Ik0yNjYuMzIxODQsMjU1LjE4MjczYy0xNS41MTU3LDEuNjk2NiAtMzQuODc2OTQsLTguNzIyNTEgLTQzLjI0NDQsLTIzLjI3MTg2Yy04LjM2NzQ3LC0xNC41NDkzNSAtMi41NzI2NiwtMjcuNzE5MzkgMTIuOTQzMDQsLTI5LjQxNmMxNS41MTU3LC0xLjY5NjYxIDM0Ljg3NjkzLDguNzIyNTEgNDMuMjQ0NCwyMy4yNzE4NmM4LjM2NzQ2LDE0LjU0OTM1IDIuNTcyNjYsMjcuNzE5MzkgLTEyLjk0MzA0LDI5LjQxNnoiIGZpbGw9IiM4NThiZmYiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIwIi8+PHBhdGggZD0iTTI5Ni41NDg3MSwyMjcuNTk1NjdsLTQuOTY1NzIsMjIuMjk2MDlsLTc5LjU0MTY3LC05LjY4MTM4bC00LjI1MzksLTI2LjM3MzJ6IiBkYXRhLXBhcGVyLWRhdGE9InsmcXVvdDtpbmRleCZxdW90OzpudWxsfSIgZmlsbD0iIzU1NWRmZiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjAiLz48cGF0aCBkPSJNMjA2LjUzMDgzLDE0NC44ODYxNGw0LjI1MzksLTI2LjM3MzJsNzkuNTQxNjgsLTkuNjgxMzhsNC45NjU3MiwyMi4yOTYwOXoiIGZpbGw9IiM1NTVkZmYiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIwIi8+PHBhdGggZD0iTTI3Ny4zMTM1MywyNzEuODYyMTdjLTU3LjQyMDE1LDAgLTEwOC40MzQzNSwtNDIuMTE4NDYgLTEwOC40MzQzNSwtOTIuNTAwMTdjMCwtNTAuMzgxNzIgNDYuNTQ4MjUsLTkxLjIyNDE3IDEwMy45Njg0OSwtOTEuMjI0MTdjNi4wMzEyNywwIDE4LjEwNzI0LDIxLjc2NDg0IDE4LjEwNzI0LDIxLjc2NDg0Yy01NS45MzgzMywxLjM5MTE1IC05MC41NTc3MSwyOC4yNTE4MSAtOTAuNTU3NzEsNzQuNTYzMjVjMCw0Ni4zMTE0NCA5MS44MzM3MSw2NS4xOTI3IDkxLjgzMzcxLDY1LjE5MjdjLTQuNzY0MjMsMy42MDI5OCAtOC44ODYwOCwyMi4yMDM1NiAtMTQuOTE3MjYsMjIuMjAzNTZ6IiBmaWxsPSIjMDAwZWZmIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iTmFOIi8+PHRleHQgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjA0LjM4NDEzLDE5Mi4wNjYyNykgc2NhbGUoMC44MTEwNCwwLjgxMTA0KSIgZm9udC1zaXplPSI0MCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgZGF0YS1wYXBlci1kYXRhPSJ7JnF1b3Q7aW5kZXgmcXVvdDs6bnVsbH0iIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1kYXNoYXJyYXk9IiIgc3Ryb2tlLWRhc2hvZmZzZXQ9IjAiIGZvbnQtZmFtaWx5PSJTYW5zIFNlcmlmIiBmb250LXdlaWdodD0ibm9ybWFsIiB0ZXh0LWFuY2hvcj0ic3RhcnQiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTogbm9ybWFsIj48dHNwYW4geD0iMCIgZHk9IjAiPkM8L3RzcGFuPjwvdGV4dD48dGV4dCB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMjQuNzQzODgsMTk4LjAxNDY2KSBzY2FsZSgxLjI5NDk0LDEuMjk0OTQpIiBmb250LXNpemU9IjQwIiB4bWw6c3BhY2U9InByZXNlcnZlIiBkYXRhLXBhcGVyLWRhdGE9InsmcXVvdDtpbmRleCZxdW90OzpudWxsfSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1ydWxlPSJub256ZXJvIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVjYXA9ImJ1dHQiIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWRhc2hhcnJheT0iIiBzdHJva2UtZGFzaG9mZnNldD0iMCIgZm9udC1mYW1pbHk9IlNhbnMgU2VyaWYiIGZvbnQtd2VpZ2h0PSJub3JtYWwiIHRleHQtYW5jaG9yPSJzdGFydCIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOiBub3JtYWwiPjx0c3BhbiB4PSIwIiBkeT0iMCI+QjwvdHNwYW4+PC90ZXh0Pjx0ZXh0IHRyYW5zZm9ybT0idHJhbnNsYXRlKDI2MC41OTg2NCwyMDUuMjY2NjkpIHNjYWxlKDEuOTMxMjgsMS45MzEyOCkiIGZvbnQtc2l6ZT0iNDAiIHhtbDpzcGFjZT0icHJlc2VydmUiIGRhdGEtcGFwZXItZGF0YT0ieyZxdW90O2luZGV4JnF1b3Q7Om51bGx9IiBmaWxsPSIjMDAwMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0iYnV0dCIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtZGFzaGFycmF5PSIiIHN0cm9rZS1kYXNob2Zmc2V0PSIwIiBmb250LWZhbWlseT0iU2FucyBTZXJpZiIgZm9udC13ZWlnaHQ9Im5vcm1hbCIgdGV4dC1hbmNob3I9InN0YXJ0IiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6IG5vcm1hbCI+PHRzcGFuIHg9IjAiIGR5PSIwIj5BPC90c3Bhbj48L3RleHQ+PC9nPjwvZz48L3N2Zz48IS0tcm90YXRpb25DZW50ZXI6NzEuMTIwODE5OTk5OTk5OTg6OTEuODYyMTY1LS0+', - blocks: [ - { opcode: 'konvert', blockType: Scratch.BlockType.REPORTER, text: 'Convert speech to text', disableMonitor: true }, - { opcode: 'setLanguage', blockType: Scratch.BlockType.COMMAND, text: 'Set language to [l]', arguments: { l: { type: Scratch.ArgumentType.STRING, defaultValue: 'de-DE', menu: 'LANGUAGE' } } }, - { opcode: 'Language', blockType: Scratch.BlockType.REPORTER, text: 'language' }, - ], - menus: { - LANGUAGE: { - acceptReporters: true, - items: [ - { text: 'English', value: 'en-US' }, - { text: 'Spanish', value: 'es-ES' }, - { text: 'French', value: 'fr_FR' }, - { text: 'German', value: 'de-DE' }, - { text: 'Italian', value: 'it-IT' }, - { text: 'Japanese', value: 'ja-JP' }, - { text: 'Korean', value: 'ko-KR' }, - { text: 'Portuguese', value: 'pt-BR' }, - { text: 'Chinese', value: 'zh-CN' }, - { text: 'Russian', value: 'ru-RU' }, - ], - }, - }, - }; - } - - konvert() { - this.recognition.interimResults = false; - return new Promise((resolve, reject) => { - this.recognition.onresult = (event) => { - const transcript = event.results[0][0].transcript; - resolve(transcript); - }; - - this.recognition.onerror = (event) => { - reject(`Error in speech recognition: ${event.error}`); - }; - - // Start the speech recognition when the block is triggered - this.recognition.start(); - }); - } - - setLanguage(args) { - const newLanguage = args.l; - this.recognition.lang = newLanguage; - } - - Language(args) { - return this.recognition.lang; - } - } - - // Register the extension with Scratch - Scratch.extensions.register(new SpeechToTextExtension()); -})(Scratch); \ No newline at end of file diff --git a/static/games/3ds/index.html b/static/games/3ds/index.html deleted file mode 100644 index 144c79c..0000000 --- a/static/games/3ds/index.html +++ /dev/null @@ -1,393 +0,0 @@ - - - - - - - - - Projekt - - - - - -
- - - -
- - - -
-
- - - - - - - - - - - diff --git a/static/games/Terminal/Terminal.html b/static/games/Terminal/Terminal.html deleted file mode 100644 index 2acb0c2..0000000 --- a/static/games/Terminal/Terminal.html +++ /dev/null @@ -1,435 +0,0 @@ - - - - - - - - - Terminal - - - - - -
- - - -
- -

LOADING

- - -
- - - - - - - - - - - diff --git a/static/games/space/Build/space.data.gz b/static/games/space/Build/space.data.gz deleted file mode 100644 index 8e03e15..0000000 Binary files a/static/games/space/Build/space.data.gz and /dev/null differ diff --git a/static/games/space/Build/space.framework.js.gz b/static/games/space/Build/space.framework.js.gz deleted file mode 100644 index eba5151..0000000 Binary files a/static/games/space/Build/space.framework.js.gz and /dev/null differ diff --git a/static/games/space/Build/space.loader.js b/static/games/space/Build/space.loader.js deleted file mode 100644 index 1ef61a5..0000000 --- a/static/games/space/Build/space.loader.js +++ /dev/null @@ -1 +0,0 @@ -function createUnityInstance(e,t,r){function n(e,r){if(!n.aborted&&t.showBanner)return"error"==r&&(n.aborted=!0),t.showBanner(e,r);switch(r){case"error":console.error(e);break;case"warning":console.warn(e);break;default:console.log(e)}}function o(e){var t=e.reason||e.error,r=t?t.toString():e.message||e.reason||"",n=t&&t.stack?t.stack.toString():"";if(n.startsWith(r)&&(n=n.substring(r.length)),r+="\n"+n.trim(),r&&c.stackTraceRegExp&&c.stackTraceRegExp.test(r)){var o=e.filename||t&&(t.fileName||t.sourceURL)||"",a=e.lineno||t&&(t.lineNumber||t.line)||0;s(r,o,a)}}function a(e){e.preventDefault()}function s(e,t,r){if(e.indexOf("fullscreen error")==-1){if(c.startupErrorHandler)return void c.startupErrorHandler(e,t,r);if(!(c.errorHandler&&c.errorHandler(e,t,r)||(console.log("Invoking error handler due to\n"+e),"function"==typeof dump&&dump("Invoking error handler due to\n"+e),s.didShowErrorMessage))){var e="An error occurred running the Unity content on this page. See your browser JavaScript console for more info. The error was:\n"+e;e.indexOf("DISABLE_EXCEPTION_CATCHING")!=-1?e="An exception has occurred, but exception handling has been disabled in this build. If you are the developer of this content, enable exceptions in your project WebGL player settings to be able to catch the exception or see the stack trace.":e.indexOf("Cannot enlarge memory arrays")!=-1?e="Out of memory. If you are the developer of this content, try allocating more memory to your WebGL build in the WebGL player settings.":e.indexOf("Invalid array buffer length")==-1&&e.indexOf("Invalid typed array length")==-1&&e.indexOf("out of memory")==-1&&e.indexOf("could not allocate memory")==-1||(e="The browser could not allocate enough memory for the WebGL content. If you are the developer of this content, try allocating less memory to your WebGL build in the WebGL player settings."),alert(e),s.didShowErrorMessage=!0}}}function i(e,t){if("symbolsUrl"!=e){var n=c.downloadProgress[e];n||(n=c.downloadProgress[e]={started:!1,finished:!1,lengthComputable:!1,total:0,loaded:0}),"object"!=typeof t||"progress"!=t.type&&"load"!=t.type||(n.started||(n.started=!0,n.lengthComputable=t.lengthComputable),n.total=t.total,n.loaded=t.loaded,"load"==t.type&&(n.finished=!0));var o=0,a=0,s=0,i=0,d=0;for(var e in c.downloadProgress){var n=c.downloadProgress[e];if(!n.started)return 0;s++,n.lengthComputable?(o+=n.loaded,a+=n.total,i++):n.finished||d++}var u=s?(s-d-(a?i*(a-o)/a:0))/s:0;r(.9*u)}}function d(e){i(e);var t=c.cacheControl(c[e]),r=c.companyName&&c.productName?c.cachedFetch:c.fetchWithProgress,o=r(c[e],{method:"GET",companyName:c.companyName,productName:c.productName,control:t,onProgress:function(t){i(e,t)}});return o.then(function(e){return e.parsedBody}).catch(function(t){var r="Failed to download file "+c[e];"file:"==location.protocol?n(r+". Loading web pages via a file:// URL without a web server is not supported by this browser. Please use a local development web server to host Unity content, or use the Unity Build and Run option.","error"):console.error(r)})}function u(){return new Promise(function(e,t){var r=document.createElement("script");r.src=c.frameworkUrl,r.onload=function(){if("undefined"==typeof unityFramework||!unityFramework){var t=[["br","br"],["gz","gzip"]];for(var o in t){var a=t[o];if(c.frameworkUrl.endsWith("."+a[0])){var s="Unable to parse "+c.frameworkUrl+"!";if("file:"==location.protocol)return void n(s+" Loading pre-compressed (brotli or gzip) content via a file:// URL without a web server is not supported by this browser. Please use a local development web server to host compressed Unity content, or use the Unity Build and Run option.","error");if(s+=' This can happen if build compression was enabled but web server hosting the content was misconfigured to not serve the file with HTTP Response Header "Content-Encoding: '+a[1]+'" present. Check browser Console and Devtools Network tab to debug.',"br"==a[0]&&"http:"==location.protocol){var i=["localhost","127.0.0.1"].indexOf(location.hostname)!=-1?"":"Migrate your server to use HTTPS.";s=/Firefox/.test(navigator.userAgent)?"Unable to parse "+c.frameworkUrl+'!
If using custom web server, verify that web server is sending .br files with HTTP Response Header "Content-Encoding: br". Brotli compression may not be supported in Firefox over HTTP connections. '+i+' See https://bugzilla.mozilla.org/show_bug.cgi?id=1670675 for more information.':"Unable to parse "+c.frameworkUrl+'!
If using custom web server, verify that web server is sending .br files with HTTP Response Header "Content-Encoding: br". Brotli compression may not be supported over HTTP connections. Migrate your server to use HTTPS.'}return void n(s,"error")}}n("Unable to parse "+c.frameworkUrl+"! The file is corrupt, or compression was misconfigured? (check Content-Encoding HTTP Response Header on web server)","error")}var d=unityFramework;unityFramework=null,r.onload=null,e(d)},r.onerror=function(e){n("Unable to load file "+c.frameworkUrl+"! Check that the file exists on the remote server. (also check browser Console and Devtools Network tab to debug)","error")},document.body.appendChild(r),c.deinitializers.push(function(){document.body.removeChild(r)})})}function l(){u().then(function(e){e(c)});var e=d("dataUrl");c.preRun.push(function(){c.addRunDependency("dataUrl"),e.then(function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength),r=0,n="UnityWebData1.0\0";if(!String.fromCharCode.apply(null,e.subarray(r,r+n.length))==n)throw"unknown data format";r+=n.length;var o=t.getUint32(r,!0);for(r+=4;r0;u=l,l=d.indexOf("/",u)+1)c.FS_createPath(d.substring(0,u),d.substring(u,l-1),!0,!0);c.FS_createDataFile(d,null,e.subarray(a,a+s),!0,!0,!0)}c.removeRunDependency("dataUrl")})})}r=r||function(){};var c={canvas:e,webglContextAttributes:{preserveDrawingBuffer:!1},cacheControl:function(e){return e==c.dataUrl?"must-revalidate":"no-store"},streamingAssetsUrl:"StreamingAssets",downloadProgress:{},deinitializers:[],intervals:{},setInterval:function(e,t){var r=window.setInterval(e,t);return this.intervals[r]=!0,r},clearInterval:function(e){delete this.intervals[e],window.clearInterval(e)},preRun:[],postRun:[],print:function(e){console.log(e)},printErr:function(e){console.error(e),"string"==typeof e&&e.indexOf("wasm streaming compile failed")!=-1&&(e.toLowerCase().indexOf("mime")!=-1?n('HTTP Response Header "Content-Type" configured incorrectly on the server for file '+c.codeUrl+' , should be "application/wasm". Startup time performance will suffer.',"warning"):n('WebAssembly streaming compilation failed! This can happen for example if "Content-Encoding" HTTP header is incorrectly enabled on the server for file '+c.codeUrl+", but the file is not pre-compressed on disk (or vice versa). Check the Network tab in browser Devtools to debug server header configuration.","warning"))},locateFile:function(e){return"build.wasm"==e?this.codeUrl:e},disabledCanvasEvents:["contextmenu","dragstart"]};for(var f in t)c[f]=t[f];c.streamingAssetsUrl=new URL(c.streamingAssetsUrl,document.URL).href;var h=c.disabledCanvasEvents.slice();h.forEach(function(t){e.addEventListener(t,a)}),window.addEventListener("error",o),window.addEventListener("unhandledrejection",o),c.deinitializers.push(function(){c.disableAccessToMediaDevices(),h.forEach(function(t){e.removeEventListener(t,a)}),window.removeEventListener("error",o),window.removeEventListener("unhandledrejection",o);for(var t in c.intervals)window.clearInterval(t);c.intervals={}}),c.QuitCleanup=function(){for(var e=0;e=200&&this.status<=299}.bind(this)})}function o(e,t,r,n,o){var a={url:e,version:d.version,company:t,product:r,updated:n,revalidated:n,accessed:n,response:{headers:{}}};return o&&(o.headers.forEach(function(e,t){a.response.headers[t]=e}),["redirected","status","statusText","type","url"].forEach(function(e){a.response[e]=o[e]}),a.response.parsedBody=o.parsedBody),a}function a(e,t){return(!t||!t.method||"GET"===t.method)&&((!t||["must-revalidate","immutable"].indexOf(t.control)!=-1)&&!!e.match("^https?://"))}function s(s,l){function c(t,r){return u(t,r).then(function(t){return!g.enabled||g.revalidated?t:304===t.status?(g.result.revalidated=g.result.accessed,g.revalidated=!0,h.storeRequest(g.result).then(function(){e("'"+g.result.url+"' successfully revalidated and served from the indexedDB cache")}).catch(function(t){e("'"+g.result.url+"' successfully revalidated but not stored in the indexedDB cache due to the error: "+t)}),new n(g.result.response)):(200==t.status?(g.result=o(t.url,g.company,g.product,g.accessed,t),g.revalidated=!0,h.storeRequest(g.result).then(function(){e("'"+g.result.url+"' successfully downloaded and stored in the indexedDB cache")}).catch(function(t){e("'"+g.result.url+"' successfully downloaded but not stored in the indexedDB cache due to the error: "+t)})):e("'"+g.result.url+"' request failed with status: "+t.status+" "+t.statusText),t)})}function f(e){l&&l.onProgress&&(l.onProgress({type:"progress",total:e.parsedBody.length,loaded:e.parsedBody.length,lengthComputable:!0}),l.onProgress({type:"load",total:e.parsedBody.length,loaded:e.parsedBody.length,lengthComputable:!0}))}var h=i.getInstance(),p=t("string"==typeof s?s:s.url),g={enabled:a(p,l)};return l&&(g.control=l.control,g.company=l.company,g.product=l.product),g.result=o(p,g.company,g.product,Date.now()),g.revalidated=!1,g.enabled?h.loadRequest(g.result.url).then(function(t){if(!t||t.version!==d.version)return c(s,l);g.result=t,g.result.accessed=Date.now();var o=new n(g.result.response);if("immutable"==g.control)return g.revalidated=!0,h.storeRequest(g.result),e("'"+g.result.url+"' served from the indexedDB cache without revalidation"),f(o),o;if(r(g.result.url)&&(o.headers.get("Last-Modified")||o.headers.get("ETag")))return fetch(g.result.url,{method:"HEAD"}).then(function(t){return g.revalidated=["Last-Modified","ETag"].every(function(e){return!o.headers.get(e)||o.headers.get(e)==t.headers.get(e)}),g.revalidated?(g.result.revalidated=g.result.accessed,h.storeRequest(g.result),e("'"+g.result.url+"' successfully revalidated and served from the indexedDB cache"),f(o),o):c(s,l)});l=l||{};var a=l.headers||{};return l.headers=a,o.headers.get("Last-Modified")?(a["If-Modified-Since"]=o.headers.get("Last-Modified"),a["Cache-Control"]="no-cache"):o.headers.get("ETag")&&(a["If-None-Match"]=o.headers.get("ETag"),a["Cache-Control"]="no-cache"),c(s,l)}).catch(function(t){return e("Failed to load '"+g.result.url+"' from indexedDB cache due to the error: "+t),u(s,l)}):u(s,l)}var i=c.UnityCache,d=i.RequestStore,u=c.fetchWithProgress;return n.prototype.arrayBuffer=function(){return Promise.resolve(this.parsedBody.buffer)},n.prototype.blob=function(){return this.arrayBuffer().then(function(e){return new Blob([e])})},n.prototype.json=function(){return this.text().then(function(e){return JSON.parse(e)})},n.prototype.text=function(){var e=new TextDecoder;return Promise.resolve(e.decode(this.parsedBody))},s}(),new Promise(function(e,t){c.SystemInfo.hasWebGL?c.SystemInfo.hasWasm?(1==c.SystemInfo.hasWebGL&&c.print('Warning: Your browser does not support "WebGL 2" Graphics API, switching to "WebGL 1"'),c.startupErrorHandler=t,r(0),c.postRun.push(function(){r(1),delete c.startupErrorHandler,e(p)}),l()):t("Your browser does not support WebAssembly."):t("Your browser does not support WebGL.")})} \ No newline at end of file diff --git a/static/games/space/Build/space.wasm.gz b/static/games/space/Build/space.wasm.gz deleted file mode 100644 index bd00459..0000000 Binary files a/static/games/space/Build/space.wasm.gz and /dev/null differ diff --git a/static/games/space/TemplateData/favicon.ico b/static/games/space/TemplateData/favicon.ico deleted file mode 100644 index 07db393..0000000 Binary files a/static/games/space/TemplateData/favicon.ico and /dev/null differ diff --git a/static/games/space/TemplateData/fullscreen-button.png b/static/games/space/TemplateData/fullscreen-button.png deleted file mode 100644 index e7b6496..0000000 Binary files a/static/games/space/TemplateData/fullscreen-button.png and /dev/null differ diff --git a/static/games/space/TemplateData/progress-bar-empty-dark.png b/static/games/space/TemplateData/progress-bar-empty-dark.png deleted file mode 100644 index d01612f..0000000 Binary files a/static/games/space/TemplateData/progress-bar-empty-dark.png and /dev/null differ diff --git a/static/games/space/TemplateData/progress-bar-empty-light.png b/static/games/space/TemplateData/progress-bar-empty-light.png deleted file mode 100644 index 593a329..0000000 Binary files a/static/games/space/TemplateData/progress-bar-empty-light.png and /dev/null differ diff --git a/static/games/space/TemplateData/progress-bar-full-dark.png b/static/games/space/TemplateData/progress-bar-full-dark.png deleted file mode 100644 index c432c86..0000000 Binary files a/static/games/space/TemplateData/progress-bar-full-dark.png and /dev/null differ diff --git a/static/games/space/TemplateData/progress-bar-full-light.png b/static/games/space/TemplateData/progress-bar-full-light.png deleted file mode 100644 index e683131..0000000 Binary files a/static/games/space/TemplateData/progress-bar-full-light.png and /dev/null differ diff --git a/static/games/space/TemplateData/style.css b/static/games/space/TemplateData/style.css deleted file mode 100644 index 4d402f4..0000000 --- a/static/games/space/TemplateData/style.css +++ /dev/null @@ -1,16 +0,0 @@ -body { padding: 0; margin: 0 } -#unity-container { position: absolute } -#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) } -#unity-container.unity-mobile { width: 100%; height: 100% } -#unity-canvas { background: #231F20 } -.unity-mobile #unity-canvas { width: 100%; height: 100% } -#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none } -#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center } -#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center } -#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center } -#unity-footer { position: relative } -.unity-mobile #unity-footer { display: none } -#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center } -#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px } -#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center } -#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none } diff --git a/static/games/space/TemplateData/unity-logo-dark.png b/static/games/space/TemplateData/unity-logo-dark.png deleted file mode 100644 index 2c33238..0000000 Binary files a/static/games/space/TemplateData/unity-logo-dark.png and /dev/null differ diff --git a/static/games/space/TemplateData/unity-logo-light.png b/static/games/space/TemplateData/unity-logo-light.png deleted file mode 100644 index 9f0ab84..0000000 Binary files a/static/games/space/TemplateData/unity-logo-light.png and /dev/null differ diff --git a/static/games/space/TemplateData/webgl-logo.png b/static/games/space/TemplateData/webgl-logo.png deleted file mode 100644 index 338b1ae..0000000 Binary files a/static/games/space/TemplateData/webgl-logo.png and /dev/null differ diff --git a/static/games/space/download/2023-05-07.zip b/static/games/space/download/2023-05-07.zip deleted file mode 100644 index 8c20586..0000000 Binary files a/static/games/space/download/2023-05-07.zip and /dev/null differ diff --git a/static/games/space/index.html b/static/games/space/index.html deleted file mode 100644 index 5949c81..0000000 --- a/static/games/space/index.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - Unity WebGL Player | spacegame - - - - -
- -
- -
-
-
-
-
- -
- - - diff --git a/static/games/space/screenshot.PNG b/static/games/space/screenshot.PNG deleted file mode 100644 index 746a864..0000000 Binary files a/static/games/space/screenshot.PNG and /dev/null differ diff --git a/static/images/avatar.png b/static/images/avatar.png deleted file mode 100644 index da920fb..0000000 Binary files a/static/images/avatar.png and /dev/null differ diff --git a/themes/LoveIt b/themes/LoveIt deleted file mode 160000 index f787a4e..0000000 --- a/themes/LoveIt +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f787a4e5ad4edf60467658d10c286248dc5027a6