-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce API events & functions to work w/replays
- Add the following new event types: - `bz_eReplayRequestedEvent` - `bz_eReplayLoadedEvent` - `bz_eRecordingStartedEvent` - `bz_eRecordingEndedEvent` - Add the following new API functions: - `bz_isReplayServer()` - `bz_loadReplay(const char* _filename, int playerIndex)` - `bz_replayExists(const char* _filename)` - `bz_unloadReplay(int playerIndex)` - `bz_makeApiTime(time_t time, bz_Time* apiTime)`
- Loading branch information
Showing
4 changed files
with
259 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.