mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-10 02:16:37 +02:00
Version 95.0 (build 345)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
The Powder Toy - February 2019
|
The Powder Toy - February 2020
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
Get the latest version [from the Powder Toy website](https://powdertoy.co.uk/Download.html).
|
Get the latest version [from the Powder Toy website](https://powdertoy.co.uk/Download.html).
|
||||||
@@ -107,3 +107,5 @@ Command Line
|
|||||||
| `open FILE` | Opens the file as a stamp or game save | |
|
| `open FILE` | Opens the file as a stamp or game save | |
|
||||||
| `ddir DIRECTORY` | Directory used for saving stamps and preferences | |
|
| `ddir DIRECTORY` | Directory used for saving stamps and preferences | |
|
||||||
| `ptsave:SAVEID` | Open online save, used by ptsave: URLs | `ptsave:2198` |
|
| `ptsave:SAVEID` | Open online save, used by ptsave: URLs | `ptsave:2198` |
|
||||||
|
| `disable-network` | Disables internet connections | |
|
||||||
|
| `redirect` | Redirects output to stdout.txt / stderr.txt | |
|
||||||
|
10
src/Config.h
10
src/Config.h
@@ -12,15 +12,15 @@
|
|||||||
|
|
||||||
//VersionInfoStart
|
//VersionInfoStart
|
||||||
#ifndef SAVE_VERSION
|
#ifndef SAVE_VERSION
|
||||||
#define SAVE_VERSION 94
|
#define SAVE_VERSION 95
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef MINOR_VERSION
|
#ifndef MINOR_VERSION
|
||||||
#define MINOR_VERSION 1
|
#define MINOR_VERSION 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef BUILD_NUM
|
#ifndef BUILD_NUM
|
||||||
#define BUILD_NUM 343
|
#define BUILD_NUM 345
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef SNAPSHOT_ID
|
#ifndef SNAPSHOT_ID
|
||||||
@@ -35,8 +35,8 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(SNAPSHOT) || defined(DEBUG)
|
#if defined(SNAPSHOT) || defined(DEBUG)
|
||||||
#define FUTURE_SAVE_VERSION 94
|
#define FUTURE_SAVE_VERSION 95
|
||||||
#define FUTURE_MINOR_VERSION 1
|
#define FUTURE_MINOR_VERSION 0
|
||||||
#endif
|
#endif
|
||||||
//VersionInfoEnd
|
//VersionInfoEnd
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user