summarylogtreecommitdiffstats
path: root/powder-toy.patch
blob: 9a5630ee6d2fd80eee9224fe0b426dd85617661c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff --unified --recursive --text --color The-Powder-Toy-94.1.orig/resources/powdertoy-save.xml The-Powder-Toy-94.1/resources/powdertoy-save.xml
--- The-Powder-Toy-94.1.orig/resources/powdertoy-save.xml	2019-02-21 07:23:45.000000000 +0200
+++ The-Powder-Toy-94.1/resources/powdertoy-save.xml	2019-10-06 00:21:51.080019592 +0300
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
-	<mime-type type="application/vnd.powdertoy.save">
+	<mime-type type="application/vnd.powder-toy.save">
 		<comment>Powder Toy save</comment>
 		<glob pattern="*.cps"/>
 		<glob pattern="*.stm"/>
diff --unified --recursive --text --color The-Powder-Toy-94.1.orig/src/Config.h The-Powder-Toy-94.1/src/Config.h
--- The-Powder-Toy-94.1.orig/src/Config.h	2019-02-21 07:23:45.000000000 +0200
+++ The-Powder-Toy-94.1/src/Config.h	2019-10-06 01:33:00.610003177 +0300
@@ -40,7 +40,8 @@
 #endif
 //VersionInfoEnd

-//#define IGNORE_UPDATES //uncomment this for mods, to not get any update notifications
+#define IGNORE_UPDATES
+#define NO_INSTALL_CHECK

 #if !(defined(MACOSX) && defined(DEBUG))
 #define HIGH_QUALITY_RESAMPLE			//High quality image resampling, slower but much higher quality than my terribad linear interpolation