Skip to content

Commit

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

---

## Version 3.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 3.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 3.1

- Added: a missing constant
Expand Down
10 changes: 10 additions & 0 deletions docs/games/games-d.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ Here is a showcase of games using the GodotSteam module. Have a game on Steam us
[ :fontawesome-brands-youtube: ](https://www.youtube.com/@snarklestudios){ target="\_blank" .md-button .md-button--store }
</figure>

## Devastating Fog
<figure class="game" markdown>
[![Devastating Fog](https://steamcdn-a.akamaihd.net/steam/apps/1581060/header.jpg){ loading=lazy align=left }](https://store.steampowered.com/app/2764650/Devastating_Fog/){ target="\_blank" }

[ :fontawesome-brands-steam: ](https://store.steampowered.com/app/2764650/Devastating_Fog/){ target="\_blank" .md-button .md-button--store }
[ :fontawesome-brands-twitter: ](https://twitter.com/juk3nn){ target="\_blank" .md-button .md-button--store }
[ :fontawesome-brands-youtube: ](https://www.youtube.com/@juk3n_niegotowe){ target="\_blank" .md-button .md-button--store }
[ :fontawesome-brands-itch-io: ](https://juk3n.itch.io/devastating-fog){ target="\_blank" .md-button .md-button--store }
</figure>

## Dipod: The Foot Legacy
<figure class="game" markdown>
[![Dipod: The Foot Legacy](https://steamcdn-a.akamaihd.net/steam/apps/1581060/header.jpg){ loading=lazy align=left }](https://store.steampowered.com/app/1581060/Dipod_The_Foot_Legacy/){ target="\_blank" }
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ nav:
- A Games (10): 'games/games-a.md'
- B Games (13): 'games/games-b.md'
- C Games (17): 'games/games-c.md'
- D Games (12): 'games/games-d.md'
- D Games (13): 'games/games-d.md'
- E Games (3): 'games/games-e.md'
- F Games (8): 'games/games-f.md'
- G Games (11): 'games/games-g.md'
Expand Down

0 comments on commit 85c2aaf

Please sign in to comment.