Skip to content

Commit

Permalink
Updated links and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gramps committed May 21, 2024
1 parent bfcf425 commit d54808f
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 12 deletions.
29 changes: 29 additions & 0 deletions docs/changelog/server4.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,35 @@ A history of all changes to [the ***server4*** branch.](https://github.com/Godot

---

## Version 4.3

- Changed: constants list to add missing and remove unused
- Changed: Networking Messages, Sockets, and Utils now use Steam IDs instead of identity system
- Changed: various bits and pieces
- Changed: IP logic for all related functions
- Changed: UserUGCListSortOrder enums for readability
- Changed: UGCContentDescriptorID enums for readability
- Changed: `getResultStatus()` now returns the integer / enum
- Changed: `getAuthSessionTicket()` now defaults to 0 for Steam ID
- Fixed: wrong string IP conversions, ***thanks to jeremybeier***
- Fixed: typo with UGC_MATCHING_UGC_TYPE_ITEMS enum
- Fixed: minor case issue with Workshop enums
- Fixed: typo with NETWORKING_CONFIG_TYPE_STRING enum
- Removed: unnecessary enums
- Removed: Networking Types identity system and related bits
- Removed: P2P Networking constants as they are duplicates of the P2PSend enum
- Removed: `getIdentity()` as it is redundant now

## Version 4.2

- Added: new Remote Storage enum to WorkshopFileType
- Added: two new UGC enums to ItemState and ItemPreviewType
- Added: new Remote Play enum, form factor for VR headset
- Added: two new result enums; not supported and family size limit exceeded
- Added: three new enums to NetworkingConfigValue
- Added: new general constant ACCOUNT_ID_INVALID
- Changed: k_ESteamNetworkingConfig_SDRClient_DebugTicketAddress was replaced by k_ESteamNetworkingConfig_SDRClient_DevTicket, value is the same but reference changed

## Version 4.1

- Added: a missing constant
Expand Down
29 changes: 29 additions & 0 deletions docs/changelog/server_gdextension.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,35 @@ A history of all changes to [the ***server gdextension*** branch.](https://githu

---

## Version 4.3

- Changed: constants list to add missing and remove unused
- Changed: Networking Messages, Sockets, and Utils now use Steam IDs instead of identity system
- Changed: various bits and pieces
- Changed: IP logic for all related functions
- Changed: UserUGCListSortOrder enums for readability
- Changed: UGCContentDescriptorID enums for readability
- Changed: `getResultStatus()` now returns the integer / enum
- Changed: `getAuthSessionTicket()` now defaults to 0 for Steam ID
- Fixed: wrong string IP conversions, ***thanks to jeremybeier***
- Fixed: typo with UGC_MATCHING_UGC_TYPE_ITEMS enum
- Fixed: minor case issue with Workshop enums
- Fixed: typo with NETWORKING_CONFIG_TYPE_STRING enum
- Removed: unnecessary enums
- Removed: Networking Types identity system and related bits
- Removed: P2P Networking constants as they are duplicates of the P2PSend enum
- Removed: `getIdentity()` as it is redundant now

## Version 4.2

- Added: new Remote Storage enum to WorkshopFileType
- Added: two new UGC enums to ItemState and ItemPreviewType
- Added: new Remote Play enum, form factor for VR headset
- Added: two new result enums; not supported and family size limit exceeded
- Added: three new enums to NetworkingConfigValue
- Added: new general constant ACCOUNT_ID_INVALID
- Changed: k_ESteamNetworkingConfig_SDRClient_DebugTicketAddress was replaced by k_ESteamNetworkingConfig_SDRClient_DevTicket, value is the same but reference changed

## Version 4.1

- Added: a missing constant
Expand Down
24 changes: 12 additions & 12 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ They contain the pre-compiled editors, templates, and necessary Steam shared lib

=== ":octicons-server-24: Server Builds"

[ :fontawesome-brands-github: Godot 4.2.1 - Steamworks 1.59 - GodotSteam Server 4.1](https://github.com/GodotSteam/GodotSteam-Server/releases/tag/v4.1){ .md-button .md-button--resource target="\_blank" }
[ :fontawesome-brands-github: Godot 4.2.2 - Steamworks 1.59 - GodotSteam Server 4.3](https://github.com/GodotSteam/GodotSteam-Server/releases/tag/v4.3){ .md-button .md-button--resource target="\_blank" }

[ :fontawesome-brands-github: Godot 3.5.3 - Steamworks 1.59 - GodotSteam Server 3.1](https://github.com/GodotSteam/GodotSteam-Server/releases/tag/v3.1){ .md-button .md-button--resource target="\_blank" }
[ :fontawesome-brands-github: Godot 3.5.3 - Steamworks 1.59 - GodotSteam Server 3.3](https://github.com/GodotSteam/GodotSteam-Server/releases/tag/v3.3){ .md-button .md-button--resource target="\_blank" }

[:fontawesome-brands-github: For All Server Versions](https://github.com/GodotSteam/GodotSteam-Server/releases){ .md-button .md-button--resource target="\_blank" }

Expand All @@ -52,35 +52,35 @@ They contain the pre-compiled editors, templates, and necessary Steam shared lib

=== ":octicons-plug-24: GDNative Server"

[ :simple-godotengine: Godot Asset Library | Steamworks 1.58 - GodotSteam Server GDNative 3.0.1](https://godotengine.org/asset-library/asset/2222){ .md-button .md-button--resource target="\_blank" }
[ :simple-godotengine: Godot Asset Library | Steamworks 1.59 - GodotSteam Server GDNative 3.3](https://godotengine.org/asset-library/asset/2222){ .md-button .md-button--resource target="\_blank" }

[ :fontawesome-brands-github: GitHub | Steamworks 1.58 - GodotSteam Server GDNative 3.0.1](https://github.com/GodotSteam/GodotSteam-Server/releases/tag/v3.0.1-gdn){ .md-button .md-button--resource target="\_blank" }
[ :fontawesome-brands-github: GitHub | Steamworks 1.59 - GodotSteam Server GDNative 3.3](https://github.com/GodotSteam/GodotSteam-Server/releases/tag/v3.3-gdn){ .md-button .md-button--resource target="\_blank" }

[ :fontawesome-brands-github: For All Versions](https://github.com/GodotSteam/GodotSteam-Server/releases){ .md-button .md-button--resource target="\_blank" }

### GDExtension Plug-ins

=== ":octicons-plug-24: GDExtension 4.0.x"
=== ":octicons-plug-24: GDExtension 4.1.x - 4.2.x"

[ :simple-godotengine: Godot Asset Library | Steamworks 1.58 - GodotSteam GDExtension 4.5.2](https://godotengine.org/asset-library/asset/1972){ .md-button .md-button--resource target="\_blank" }
[:simple-godotengine: Godot Asset Library | Steamworks 1.59 - GodotSteam GDExtension 4.8](https://godotengine.org/asset-library/asset/2445){ .md-button .md-button--resource target="\_blank" }

[ :fontawesome-solid-file-zipper: GitHub | Steamworks 1.58 - GodotSteam GDExtension 4.5.2](https://github.com/GodotSteam/GodotSteam/releases/tag/v4.5.2-gde){ .md-button .md-button--resource target="\_blank" }
[:fontawesome-solid-file-zipper: GitHub | Steamworks 1.59 - GodotSteam GDExtension 4.8](https://github.com/GodotSteam/GodotSteam/releases/tag/v4.8-gde){ .md-button .md-button--resource target="\_blank" }

[ :fontawesome-brands-github: For All Versions](https://github.com/GodotSteam/GodotSteam/releases){ .md-button .md-button--resource target="\_blank" }

=== ":octicons-plug-24: GDExtension 4.1.x - 4.2.x"
=== ":octicons-plug-24: GDExtension 4.0.x Deprecated"

[:simple-godotengine: Godot Asset Library | Steamworks 1.59 - GodotSteam GDExtension 4.8](https://godotengine.org/asset-library/asset/2445){ .md-button .md-button--resource target="\_blank" }
[ :simple-godotengine: Godot Asset Library | Steamworks 1.58 - GodotSteam GDExtension 4.5.2](https://godotengine.org/asset-library/asset/1972){ .md-button .md-button--resource target="\_blank" }

[:fontawesome-solid-file-zipper: GitHub | Steamworks 1.59 - GodotSteam GDExtension 4.8](https://github.com/GodotSteam/GodotSteam/releases/tag/v4.8-gde){ .md-button .md-button--resource target="\_blank" }
[ :fontawesome-solid-file-zipper: GitHub | Steamworks 1.58 - GodotSteam GDExtension 4.5.2](https://github.com/GodotSteam/GodotSteam/releases/tag/v4.5.2-gde){ .md-button .md-button--resource target="\_blank" }

[ :fontawesome-brands-github: For All Versions](https://github.com/GodotSteam/GodotSteam/releases){ .md-button .md-button--resource target="\_blank" }

=== ":octicons-plug-24: GDExtension Server"

[ :simple-godotengine: Godot Asset Library | Steamworks 1.58 - GodotSteam Server GDExtension 4.0.1](https://godotengine.org/asset-library/asset/2218){ .md-button .md-button--resource target="\_blank" }
[ :simple-godotengine: Godot Asset Library | Steamworks 1.59 - GodotSteam Server GDExtension 4.3](https://godotengine.org/asset-library/asset/2218){ .md-button .md-button--resource target="\_blank" }

[ :fontawesome-brands-github: GitHub | Steamworks 1.58 - GodotSteam Server GDExtension 4.0.1](https://github.com/GodotSteam/GodotSteam-Server/tarball/gdextension-plugin){ .md-button .md-button--resource target="\_blank" }
[ :fontawesome-brands-github: GitHub | Steamworks 1.59 - GodotSteam Server GDExtension 4.3](https://github.com/GodotSteam/GodotSteam-Server/tarball/gdextension-plugin){ .md-button .md-button--resource target="\_blank" }

[ :fontawesome-brands-github: All Server Versions](https://github.com/GodotSteam/GodotSteam-Server/releases){ .md-button .md-button--resource target="\_blank" }

Expand Down

0 comments on commit d54808f

Please sign in to comment.