-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added some validation and checks to TimeParse added ONLY_C_LOCALE=1 to build
- Loading branch information
1 parent
1b0e636
commit bdf4484
Showing
4 changed files
with
58 additions
and
23 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,33 @@ | ||
{ | ||
"user": "Southclaws", | ||
"repo": "pawn-chrono", | ||
"entry": "test.pwn", | ||
"output": "test/gamemodes/test.amx", | ||
"dependencies": ["Southclaws/samp-stdlib"], | ||
"dev_dependencies": ["pawn-lang/YSI-Includes"], | ||
"runtime": { | ||
"plugins": ["Southclaws/pawn-chrono"] | ||
}, | ||
"resources": [ | ||
{ | ||
"name": "chrono.so", | ||
"archive": false, | ||
"platform": "linux" | ||
}, | ||
{ | ||
"name": "chrono.dll", | ||
"archive": false, | ||
"platform": "windows" | ||
} | ||
] | ||
} | ||
"user": "Southclaws", | ||
"repo": "pawn-chrono", | ||
"tag": "1.1.0", | ||
"entry": "test.pwn", | ||
"output": "test/gamemodes/test.amx", | ||
"dependencies": [ | ||
"Southclaws/samp-stdlib" | ||
], | ||
"dev_dependencies": [ | ||
"pawn-lang/YSI-Includes", | ||
"oscar-broman/strlib" | ||
], | ||
"runtime": { | ||
"version": "0.3.7", | ||
"mode": "server", | ||
"plugins": [ | ||
"Southclaws/pawn-chrono" | ||
], | ||
"rcon_password": "password", | ||
"port": 7777 | ||
}, | ||
"resources": [ | ||
{ | ||
"name": "chrono.so", | ||
"platform": "linux" | ||
}, | ||
{ | ||
"name": "chrono.dll", | ||
"platform": "windows" | ||
} | ||
] | ||
} |
This file contains 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
This file contains 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