We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs(general): clarify GameCenter_Leaderboard_Submit's "context" parameter https://github.com/YoYoGames/GMEXT-GameCenter/issues/4
Updated documentation to match new changes
Updated from source
Fix missing event fields
Fixed more sidebar links
Removed sidebar links
Fix link to no longer existing page
Couple more minor changes, removed previous Functions, Constants & Async Event Types pages
Fixed tiny mistake in the docs source
Initial commit of generated docs
Merge branch 'dev' into master
MAN-669: Porting the GameCenter extension documentation Added two improvements suggested by Francisco: * More title changes TODO: group by module
Merge branch 'dev' into master # Conflicts: # Functions.md
MAN-669: Porting the GameCenter extension documentation Added two improvements suggested by Francisco: * Titles without spaces on functions page, also renamed in sidebar * Listed functions at the top of the functions page TODO: group by module
Updated Functions (markdown)
MAN-669: [EXTENSIONS] Porting the GameCenter extension documentation * Fix for "Back to Top" links (ID "top" was defined for every link..)
MAN-669: [EXTENSIONS] Porting the GameCenter extension documentation * Quick Start Guide file didn't have a .md file extension...
MAN-669: [EXTENSIONS] Porting the GameCenter extension documentation * No headers in list on functions page * Constants page now has descriptions for all constants (based on the official documentation)
MAN-669: [EXTENSIONS] Porting the GameCenter extension documentation * Image not positioned correctly
MAN-669: [EXTENSIONS] Porting the GameCenter extension documentation * Added "module" list on Functions.md page * Minor corrections on Quick_Start_Guide.md page Ready to be made public!
MAN-669: [EXTENSIONS] Porting the GameCenter extension documentation * Added content to _Sidebar.md
MAN-669: [EXTENSIONS] Porting the GameCenter extension documentation * Renamed page Async_Events.md to Async_Event_Types.md, as that is what it actually contains (specific "types" of the async_load ds_map) * Added "Back to Top" links to Async_Event_Types.md page, analogous to Functions.md page * Added several types and some parameter descriptions * Removed the file extension part ".md" on all remaining Markdown links that had it, as this doesn't work correctly once on GitHub Ready for publishing on GitHub after one last full check of the pages
MAN-669: [EXTENSIONS] Porting the GameCenter extension documentation * Updated Functions.md page and other pages based on Jesús' feedback * Removed GameCenter_Invalid * Correct GameCenter_Achievements_* => GameCenter_Achievement_* * TODO: List other async event types found in the example code
MAN-669: [EXTENSIONS] Porting the GameCenter extension documentation * Added parameter descriptions where possible. Further questions to be asked to Jesús * JSON structs are now shown in a table
MAN-669: [EXTENSIONS] Porting the GameCenter extension documentation * Moved JSON structs/maps to a new file Async_Events.md * Updated Functions.md with links to this file. Various changes and additions
MAN-669: [EXTENSIONS] Porting the GameCenter extension documentation * Proper header on home page * Fixed typo on Quick Start Guide * Functions page: Added previous functions under "Replaces" and removed this section for functions to which it doesn't apply
MAN-669: [EXTENSIONS] Porting the GameCenter extension documentation * A couple more changes to the functions page
MAN-669: [EXTENSIONS] Porting the GameCenter extension documentation * Functions.md all done changing formatting the text shown * Next: check all pages again, ask Francisco about a couple of things
MAN-669: [EXTENSIONS] Porting the GameCenter extension documentation * Header for GameCenter_Leaderboard_Type constant * GameCenter_Leaderboard_LoadGlobal: async response
MAN-669: [EXTENSIONS] Porting the GameCenter extension documentation * Added additional newlines after every function, as discussed with Francisco (two "<br />")