aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2019-09-12Remove unecessary hard-coded timers for the witness testimony .pngCrystalwarrior
Make the witness testimony use AOMovie instead of AOImage Remove pointless "testimony_in_progress" variable CONTROVERSIAL: Make the witness testimony indicator be position-ignorant so as to reduce the amount of hardcoding and allow broader usage of the witness testimony system (For example, Danganronpa investigation indicator, etc.) - This should not affect how the testimony indicator is received currently, as witness testimony usually requires the entire rest of the court to shut up until the cross-examination either way. (cherry picked from commit 932f430b683dffb0b965c32cd2247e2b6361dd0e)
2019-09-12Allow AOMovie to have timers that take priority over the animated image ↵Crystalwarrior
frame count Set it up so feeding the timer value when playing the AOMovie would use the timer but only in cases where a non-animated image is used Update shouts and wtce to pass the 'duration' argument which will be used if the image used is non-animated. Otherwise, prioritize the animated image duration.
2019-08-20doubleclick to join a serverstonedDiscord
2019-08-19read and store qt audio devicestonedDiscord
2019-08-19list audio devices (doesn't apply it yet)stonedDiscord
2019-08-17OOP :convenience_store:stonedDiscord
2019-08-17fix qaudio volumestonedDiscord
2019-08-08Merge pull request #88 from AttorneyOnline/i18nstonedDiscord
I18n
2019-08-05removed meaningless modifiers (see ↵David Skoland
https://software.intel.com/en-us/articles/cdiag858)
2019-08-05language settingstonedDiscord
2019-07-29what was gbp thinkingstonedDiscord
2019-07-28Make all strings translatableoldmud0
2019-07-27Bump version to 2.6.2 (#87)oldmud0
2019-07-22Remove C style char buffer in favor of QByteArraywindrammer
2019-07-20Merge branch 'bass-optional' into 'master'oldmud0
Bass+discord optional See merge request AttorneyOnline/AO2-Client!59
2019-07-20Revert "More bug fixing."cents02
This reverts commit ca84ba516fc892deaeafc18b23ad5a06822b29f5
2019-07-20Merge branch 'master' into 'bass-optional'stonedDiscord
# Conflicts: # Attorney_Online.pro # include/aoapplication.h
2019-07-12Less insane debugging; minor refactoring (!75)David Skoland
2019-07-02Merge branch 'ci' into 'master'oldmud0
2019-05-09Text is now advanced based on graphemes, rather than bytes.Cerapter
2019-03-13saves space i guessstonedDiscord
2019-03-12qt musicstonedDiscord
2019-03-12sfx tested and worksstonedDiscord
2019-03-12qt can play the blips just finestonedDiscord
2019-03-12gcc didn't like thatstonedDiscord
2019-01-21Remove constexpr from aoapplication.holdmud0
2019-01-03Bump version to 2.6.1oldmud0
2018-12-26including the bass header file is fine honestlyDavid Skoland
2018-12-26moved headers into include and cpp files into src + logo into resourceDavid Skoland
2018-08-03Static linking for Windows.Cerapter