This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| wp_linux_drm_syncobj_surface_v1#945: error 3: Acquire point set but no buffer attached | |
| ERROR: Wayland display connection closed by server (fatal) | |
| [gamescope] [Info] vulkan: Creating Gamescope nested swapchain with format 64 and colorspace 0 | |
| gamescope: ../gamescope/src/rendervulkan.cpp:3263: bool vulkan_remake_swapchain(): Assertion `bRet' failed. | |
| [gamescopereaper] [Info] reaper: Parent of gamescopereaper was killed. Killing children. | |
| (EE) failed to read Wayland events: Broken pipe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Loading game from SAVE/quick.sav... | |
| Dropped Reycko from server | |
| Reason: Server shutting down | |
| [gamescope] [Warn] xwm: got the same buffer committed twice, ignoring. | |
| wp_linux_drm_syncobj_surface_v1#633: error 3: Acquire point set but no buffer attached | |
| ERROR: Wayland display connection closed by server (fatal) | |
| No detail texture mapping file: maps/c1a4j_detail.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "http://json-schema.org/draft-04/schema#", | |
| "title": "Bananew", | |
| "description": "Schema for Bananew changelog files", | |
| "type": "object", | |
| "required": ["versions"], | |
| "properties": { | |
| "versions": { | |
| "type": "array", | |
| "minItems": 1, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "http://json-schema.org/draft-07/schema#", | |
| "title": "Settings array", | |
| "description": "The root of the JSON file. This contains all of the settings.", | |
| "type": "array", | |
| "uniqueItems": true, | |
| "items": { | |
| "type": "object", | |
| "required": ["save", "name", "type"], | |
| "properties": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "http://json-schema.org/draft-07/schema#", | |
| "title": "Pack data", | |
| "description": "This is the main JSON object which Psych reads from.", | |
| "type": "object", | |
| "properties": { | |
| "name": { | |
| "description": "The name of your mod.", | |
| "type": "string" | |
| }, |