-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from YoYoGames/fdias-dev
Steamworks Public Release
- Loading branch information
Showing
473 changed files
with
54,487 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,3 +30,6 @@ | |
*.exe | ||
*.out | ||
*.app | ||
|
||
# Options | ||
source/Steamworks_gml/options/extensions/* |
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,2 +1,16 @@ | ||
# GMEXT-Steamworks | ||
Repository for GameMaker's Steamworks Extension | ||
|
||
This repository was created with the intent of presenting users with the lastest version available of the extension (even previous to marketplace updates) and also provide a way for the community to contribute with bug fixes and feature implementation. | ||
|
||
This extension will work on Windows, macOS and Linux. | ||
|
||
VISUAL STUDIO SOURCE: `source/Steamworks_vs/` | ||
|
||
XCODE SOURCE: `source/Steamworks_xcode/` | ||
|
||
After compilation the exported dll/dylib/so file is automatically copied into the extension folder inside the included GameMaker project folder. | ||
|
||
## Requirements | ||
|
||
In order to compile for Windows/macOS/Linux you are required to [download the Steam SDK v1.53a](https://partner.steamgames.com/dashboard) and place it inside `source/steamworks_sdk/` |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
*.yy linguist-language=Game Maker Language |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
.vs/ | ||
*/#backups/* | ||
*/Configs/*/* | ||
|
||
*/extensions/*/*.cpp | ||
|
||
*/Debug/ | ||
*/Release/ | ||
Debug/ | ||
Release/ | ||
export/*.gmz | ||
export/*.gmez | ||
export/*.yyz | ||
export/*.yymp | ||
export/*.yymps | ||
export/*.png | ||
export/*.zip | ||
|
||
*.sdf | ||
help.rtf | ||
|
||
steamworks_sdk/* |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file added
BIN
+3.42 MB
source/Steamworks_gml/datafiles/Steamworks_Extension_Documentation.pdf
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
Steamworks.pdb | ||
Steamworks.exp | ||
Steamworks.ilk | ||
Steamworks.lib | ||
Steamworks_x64.pdb | ||
Steamworks_x64.exp | ||
Steamworks_x64.ilk | ||
Steamworks_x64.lib |
Oops, something went wrong.