JavaSteam icon indicating copy to clipboard operation
JavaSteam copied to clipboard

Java library that provides an interface to directly interact with Valve's Steam servers.

Results 14 JavaSteam issues
Sort by recently updated
recently updated
newest added

### Expected Behavior Don't crash, basically 😊 ### Actual Behavior java.lang.NullPointerException when disconnecting to quickly after logging in. This shoudn't happen in most cases, but since the example literally disconnects...

This is mostly just a list of Merged PR's over at SteamKit that looked relevant to be added into JavaSteam to keep close to parity. - [ ] CDNClient -...

### Description Versions generator now places file in correct package path. Tweaked JavaGen to stop duping EMsg imports in `MsgHdrProtoBuf` and `MsgHdr` ### Checklist - [x] Code compiles correctly -...

### Description From PR 704 on SteamKit Add SteamMatchmaking - creating, retrieving, listing, joining and leaving lobbies. Note: I only made up a quick unit test for FriendCache.java. Everything else...

Use protobufs from this repo https://github.com/SteamDatabase/Protobufs

enhancement

JavaSteam currently targets Java 1.7. Limiting some of the new java features that could be used to implement SteamMatchMaking and AccountCache easily; as provided in SteamKit. Android support for low...

A new PR was merged over at [SteamKit](https://github.com/SteamRE/SteamKit). It should be checked if it's relevant for JavaSteam or not. Merged at 2019-11-04T11:03:11Z [Head over to the PRs to see more...

MPR

A new PR was merged over at [SteamKit](https://github.com/SteamRE/SteamKit). It should be checked if it's relevant for JavaSteam or not. Merged at 2019-08-16T02:01:58Z [Head over to the PRs to see more...

MPR

Hey, would You be interested in getting a implementation of [SteamUser.GetAuthSessionTicket](https://partner.steamgames.com/doc/api/ISteamUser#GetAuthSessionTicket) added here? If so, would You suggest having it as new handler (SteamAuthTicket?), or perhaps tacking the method on...