Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 79f4f27

Browse files
committed
Merge branch 'source' of https://github.com/overwolf/overwolf.github.io into source
2 parents 5b6439f + 3444350 commit 79f4f27

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
lines changed

pages/api/changelogs/overwolf-platform/2024/august/258.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ sidebar_custom_props:
1111

1212
### Bug Fixes
1313

14-
- Fixed an issue where the [`.io.delete()`](/api/extensions/io#deletespace-path-callback) method - - returned **"Permission denied"** after switching the default video folder.
14+
- Fixed an issue where the [`.io.delete()`](/api/extensions/io#deletespace-path-callback) method - returned **"Permission denied"** after switching the default video folder.
1515
- Fixed an issue where the [`.media.deleteVideo()`](/api/media/videos#deletevideovideourl-callback) method returned "Video not found" after switching the default video folder.
1616
- Fixed an issue where we failed to start capturing the desktop using the stream method while the replays service is turned on.
17-
- Fixed an issue where the replays service ignored the [`use_app_display_name`](/api/media/replays#replayvideooptions-object) param.
18-
Restored the missing 'workingArea' param from the `.getMonitorList()` method.
17+
- Fixed an issue where the replays service ignored the [`use_app_display_name`](/api/media/replays#replayvideooptions-object) param.
18+
- Restored the missing `workingArea` param from the `.getMonitorList()` method.
1919
- Fixed an issue where the `onDisplayChanged` event spammed the `onScreenPropertyChanged` event.

pages/api/live-game-data/supported-games/roblox.mdx

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ Data Example:
7474

7575
key | Category | Values | Notes | Since GEP Ver. |
7676
------------ | ------------| ------------------------- | --------------------- | ------------- |
77-
game_id | game_info | The current played minigame ID. |See [notes](#game_id-note)| 257.0 |
77+
game_id | match_info | The current played minigame ID. |See [notes](#game_id-note)| 257.0 |
78+
universe_id | match_info | The current played universe ID. |See [notes](#universe_id-note)| 258.0 |
7879

7980
#### *game_id* note
8081

@@ -84,6 +85,14 @@ Data Example:
8485
{"feature":"match_info","category":"match_info","key":"game_id","value":"15744137588"}
8586
```
8687

88+
#### *universe_id* note
89+
90+
Data Example:
91+
92+
```json
93+
{"feature":"match_info","category":"match_info","key":"universe_id","value":"3164075108"}
94+
```
95+
8796
### Events
8897

8998
Event | Event Data | Fired When | Notes | Since GEP Ver. |
@@ -124,4 +133,4 @@ Data Example:
124133

125134
```json
126135
{"events":[{"name":"record_end","data":""}]}
127-
```
136+
```

pages/api/live-game-data/supported-games/the-first-descendant.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ Check the current game event status [here](/status/). Alternatively, you can eas
4242

4343
key | Category | Values | Notes | Since GEP Ver. |
4444
------------ | ------------| ------------------------- | --------------------- | ------------- |
45-
gep_internal | gep_internal| Local + Public version number|See [notes](#gep_internal-note)| 252.0 |
45+
gep_internal | gep_internal| Local + Public version number|See [notes](#gep_internal-note)| 258.0 |
4646

4747
#### *gep_internal* note
4848

4949
Data Example:
5050

5151
```json
52-
{"info":{"gep_internal":{"version_info":"{"local_version":"244.0.0","public_version":"244.0.0","is_updated":true}"}},"feature":"gep_internal"}
52+
{"info":{"gep_internal":{"version_info":"{"local_version":"244.0.0","public_version":"258.0.0","is_updated":true}"}},"feature":"gep_internal"}
5353
```
5454

5555
## `game_info`
@@ -58,14 +58,15 @@ Data Example:
5858

5959
key | Category | Values | Notes | Since GEP Ver. |
6060
------------ | ------------| ------------------------- | --------------------- | ------------- |
61-
scene | game_info | The current scene-state |See [notes](#scene-note)| 252.0 |
61+
scene | game_info | The current scene-state |See [notes](#scene-note) | 258.0 |
6262

6363
#### *scene* note
6464

6565
Possible Scene values:
6666

6767
* lobby
6868
* ingame
69+
* mission_failed
6970

7071
Data Example:
7172

@@ -79,8 +80,8 @@ Data Example:
7980

8081
Event | Event Data | Fired When | Notes | Since GEP Ver. |
8182
------------| -------------| --------------| -------------------------------------- | ---------------|
82-
match_start | nulll | In the beginning of each match| See [notes](#match_start-note) |244.0|
83-
match_end | nulll | At the end of each match| See [notes](#match_end-note) |244.0|
83+
match_start | nulll | In the beginning of each match| See [notes](#match_start-note) |258.0|
84+
match_end | nulll | At the end of each match| See [notes](#match_end-note) |258.0|
8485

8586
#### *match_start* note
8687

@@ -96,4 +97,4 @@ Data Example:
9697

9798
```json
9899
{"events":[{"name":"match_end","data":null}]}
99-
```
100+
```

0 commit comments

Comments
 (0)