rarified
|
b16de9d86f
|
Merge branch 'master' into working
|
3 years ago |
rarified
|
aba5e2562c
|
Merge branch 'ticket/38'
closes #38
|
3 years ago |
ZarothYe
|
bff8203fbe
|
Merge branch 'ticket/38' of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata into ticket/38
|
3 years ago |
ZarothYe
|
23ded3210f
|
By popular demand, enable subtitles by default
|
3 years ago |
rarified
|
bbeb25d29a
|
Merge branch 'master' into working
|
3 years ago |
rarified
|
9f9d510958
|
Merge branch 'ticket/38'
closes #38
|
3 years ago |
ZarothYe
|
f0d2bd3eaa
|
Don't feed remaining subtitles when audio skips to past the end of last subtitle
(cherry picked from commit 40bcaba9d8 )
|
3 years ago |
rarified
|
41627d1c7c
|
Merge branch 'master' into working
|
3 years ago |
ZarothYe
|
ea4bb43623
|
Merge branch 'ticket/38' of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata into ticket/38
|
3 years ago |
ZarothYe
|
40bcaba9d8
|
Don't feed remaining subtitles when audio skips to past the end of last subtitle
|
3 years ago |
rarified
|
e93db035ba
|
Revert "Fixes bug where avatar run-lock state can get confused after alt-tabbing"
This reverts commit 69dac251b6 .
|
3 years ago |
rarified
|
94fab5996f
|
Merge branch 'ticket/41'
closes #41
|
3 years ago |
rarified
|
da7d2d0e5c
|
Merge branch 'ticket/40'
closes #40
|
3 years ago |
rarified
|
2e8dc81bf3
|
Merge branch 'ticket/38'
closes #38
|
3 years ago |
ZarothYe
|
c0e83259f3
|
Don't display previous subtitles all at once when subtitles are enabled mid-audio play
(cherry picked from commit 40f200e066 )
|
3 years ago |
ZarothYe
|
838e3e51ad
|
Merge branch 'ticket/38' of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata into ticket/38
|
3 years ago |
ZarothYe
|
40f200e066
|
Don't display previous subtitles all at once when subtitles are enabled mid-audio play
|
3 years ago |
ZarothYe
|
6e4996e1be
|
Ensure pyGUIControlListBox::GetElementW can't attempt to return a null pointer as a std::wstring
(cherry picked from commit 2f1bb87056 )
|
3 years ago |
ZarothYe
|
2f1bb87056
|
Ensure pyGUIControlListBox::GetElementW can't attempt to return a null pointer as a std::wstring
|
3 years ago |
Adam Johnson
|
df848b48c4
|
Prevent deferred link race conditions
(cherry picked from commit e512dd0c68 )
|
3 years ago |
rarified
|
75c570877a
|
Merge branch 'master' into working
|
3 years ago |
Adam Johnson
|
e512dd0c68
|
Prevent deferred link race conditions
|
3 years ago |
rarified
|
4c76549fb3
|
Merge branch 'ticket/33'
closes #33
|
3 years ago |
rarified
|
1a930cb47f
|
Merge branch 'ticket/38'
closes #38
|
3 years ago |
rarified
|
b9af23e458
|
Merge branch 'ticket/37'
closes #37
|
3 years ago |
rarified
|
9e2e2d02e1
|
Merge branch 'ticket/36'
closes #36
|
3 years ago |
rarified
|
7a73c2d8e3
|
Merge branch 'ticket/34'
closes #34
|
3 years ago |
rarified
|
933cbe2fe7
|
Merge branch 'ticket/32'
closes #32
|
3 years ago |
rarified
|
fe88f2e8a2
|
Merge branch 'ticket/31'
closes #31
|
3 years ago |
ZarothYe
|
9e308cbebe
|
Fix another log string formatting issue found by Adam.
|
3 years ago |
ZarothYe
|
126d7511e0
|
Fix parentheses mistake for retrieving streaming audio timings and apply code fix suggestions from Adam
|
3 years ago |
rarified
|
64323c6073
|
Apply code suggestions from rarified
|
3 years ago |
rarified
|
3b17e20fb9
|
Revert "Initial port of Mystler's code"
This reverts commit b0511ea068 .
|
3 years ago |
Adam Johnson
|
8a2534dff6
|
Simplify SRT file path construction with suggestion from Hoikas
|
3 years ago |
rarified
|
25ea208084
|
Revert "Add read and write file functions for clothing"
This reverts commit afed53f920 .
|
3 years ago |
rarified
|
a392a37fcd
|
Revert "Change to ReadFromFile command per rarified"
This reverts commit f90ab01d44 .
|
3 years ago |
rarified
|
7c64654e1f
|
Revert "More odds and ends from Mystler's PRs"
This reverts commit a82188cbf4 .
|
3 years ago |
ZarothYe
|
9a1b37e7f6
|
Turn std::strings into char* before doing PyObject_CallMethod with them
|
3 years ago |
ZarothYe
|
1012251d9a
|
Add missing message dispatch registration
|
3 years ago |
ZarothYe
|
1d65c78097
|
Fix bad include, missing static declaration, SRT path directory, and formatting
|
3 years ago |
ZarothYe
|
c50bb08e8d
|
Fix usage and overflow bug causing plWin32StreamingSound::GetActualTimeSec() to return absurd values. Needed fix for subtitle timings.
|
3 years ago |
ZarothYe
|
229883654e
|
Initial pass at getting subtitle support in. Doesn't compile for unknown reasons
|
3 years ago |
Mystler
|
a82188cbf4
|
More odds and ends from Mystler's PRs
(cherry picked from commit eb40f86349 )
|
3 years ago |
Mystler
|
f90ab01d44
|
Change to ReadFromFile command per rarified
(cherry picked from commit 9e83bf7c8d )
|
3 years ago |
Mystler
|
afed53f920
|
Add read and write file functions for clothing
(cherry picked from commit 4f13d37905 )
|
3 years ago |
Mystler
|
b0511ea068
|
Initial port of Mystler's code
Add coding from Mystler's original commits
(cherry picked from commit 6b3b966f81 )
|
3 years ago |
Adam Johnson
|
dfc89b363c
|
Don't update to visible arrow when cursor should be hidden
(cherry picked from commit 51b6b4750b )
|
3 years ago |
Adam Johnson
|
9ab07771df
|
Fixes bug where avatar run-lock state can get confused after alt-tabbing
(cherry picked from commit 69dac251b6 )
|
3 years ago |
Adam Johnson
|
51b6b4750b
|
Don't update to visible arrow when cursor should be hidden
|
3 years ago |
Adam Johnson
|
69dac251b6
|
Fixes bug where avatar run-lock state can get confused after alt-tabbing
|
3 years ago |