-
<SteamItem Object>
{ "state": "available",
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
commit 7b32eb526b30d1034751c5b75b35a843eb00a15e | |
Author: v-atamanenko <[email protected]> | |
Date: Tue Jun 7 16:55:54 2022 +0400 | |
fix fpic | |
diff --git a/CMakeLists.txt b/CMakeLists.txt | |
index 2aa66421c..564ad0b0d 100644 | |
--- a/CMakeLists.txt | |
+++ b/CMakeLists.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
commit 28a5903a804d62a6842f212831bcf3a85528ce77 | |
Author: v-atamanenko <[email protected]> | |
Date: Tue Jun 7 14:44:47 2022 +0400 | |
fix utime | |
diff --git a/contrib/zip/src/miniz.h b/contrib/zip/src/miniz.h | |
index 0a5560b24..ede0db304 100644 | |
--- a/contrib/zip/src/miniz.h | |
+++ b/contrib/zip/src/miniz.h |
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
--- contrib/zip/src/zip.c 2022-06-06 18:49:13.000000000 +0400 | |
+++ contrib/zip/src/zip.c_new 2022-06-06 18:48:57.000000000 +0400 | |
@@ -352,7 +352,7 @@ | |
(0x20 << 24)) { // and has sym link attribute (0x80 is file, 0x40 | |
// is directory) | |
#if defined(_WIN32) || defined(__WIN32__) || defined(_MSC_VER) || \ | |
- defined(__MINGW32__) | |
+ defined(__MINGW32__) || defined(__vita__) | |
#else | |
if (info.m_uncomp_size > MAX_PATH || |
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
background yes | |
update_interval 1 | |
cpu_avg_samples 1 | |
net_avg_samples 2 | |
temperature_unit celsius | |
double_buffer yes | |
no_buffers yes | |
text_buffer_size 2048 |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>comment</key> | |
<string> | |
TODO: Command for copy original to untranslated, label as fuzzy, remove fuzzy, next fuzzy etc | |
Create meta scope for each entry | |
</string> | |
<key>fileTypes</key> |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>fileTypes</key> | |
<array> | |
<string>j</string> | |
<string>ai</string> | |
</array> | |
<key>name</key> |