Skip to content

Commit

Permalink
Merge pull request #1 from YoYoGames/fdias-dev
Browse files Browse the repository at this point in the history
Steamworks Public Release
  • Loading branch information
DiasFranciscoA authored Sep 20, 2022
2 parents 7f78d6f + f9f03d3 commit 72bbd09
Show file tree
Hide file tree
Showing 473 changed files with 54,487 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@
*.exe
*.out
*.app

# Options
source/Steamworks_gml/options/extensions/*
14 changes: 14 additions & 0 deletions README.md
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/`
1 change: 1 addition & 0 deletions source/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.yy linguist-language=Game Maker Language
22 changes: 22 additions & 0 deletions source/.gitignore
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/*
140 changes: 140 additions & 0 deletions source/Steamworks_gml/Steamworks.yyp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
9 changes: 9 additions & 0 deletions source/Steamworks_gml/extensions/steamworks/.gitignore
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
Loading

0 comments on commit 72bbd09

Please sign in to comment.