aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-09-13Use brace constructors instead of << append operator for path listsCrystalwarrior
Rename gif_path into emote_path for charmovie.cpp Rename p_gif into p_image for aomovie.cpp
2019-09-12Fix compilation errorCrystalwarrior
Allow realization flashes to be animated images by making them AOMovies Eploit the newly added 'duration' system for realization AOMovie (cherry picked from commit bb98f79083648243216f665852a7d2326af11be0)
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-22bass blips were slightly too quietstonedDiscord
2019-08-20doubleclick to join a serverstonedDiscord
2019-08-20move button enabling to ID because not all servers understand FLstonedDiscord
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-13get mac serial for hdidmac builder
2019-08-11fix mac content loadingstonedDiscord
it now looks for the content next to the .app bundle and not inside it
2019-08-08Merge pull request #88 from AttorneyOnline/i18nstonedDiscord
I18n
2019-08-07show current settingstonedDiscord
2019-08-07missed a backwards lowercase N with accent markstonedDiscord
2019-08-06+1 on stylestonedDiscord
2019-08-06numbered arguments for kick and ban torturestonedDiscord
2019-08-06use languages own namestonedDiscord
2019-08-06add es and ru to options and translate a lot more strings from the courtroomstonedDiscord
2019-08-05language settingstonedDiscord
2019-08-05missed 2 lobby related onesstonedDiscord
2019-08-05numbered arguments and more stringsstonedDiscord
2019-08-05eat shit tsuserverstonedDiscord
2019-08-05Revert "make the password field in charselect useful"stonedDiscord
This reverts commit 15a48a051c21275662b833d46d44b4e690d535ce.
2019-08-05make the password field in charselect usefulstonedDiscord
let the server decide what to do with this
2019-07-30Merge branch 'master' into i18nstonedDiscord
2019-07-30move #ifdef BASSAUDIO so the audio tab isn't deleted as a wholestonedDiscord
2019-07-30make discord integration the same for all localesstonedDiscord
2019-07-29adjust translation path in main.cppstonedDiscord
2019-07-29fixed 2 stringsstonedDiscord
2019-07-28at least the german translation worksstonedDiscord
2019-07-28german translationstonedDiscord
2019-07-28it didn't like doing that with a pointerstonedDiscord
2019-07-28Make all strings translatableoldmud0
2019-07-28translate new features. is i18n deadstonedDiscord
2019-07-27Fall back to Sans if no font setting foundoldmud0
Sigh...
2019-07-261% more readablestonedDiscord
2019-07-26fixed copypasta mistake on objection sfxstonedDiscord
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-11Fix bug #82 causing a client crash if /save_case was used without providing ↵Windrammer
a courtroom state
2019-07-07Revert "More bug fixing."cents02
This reverts commit ca84ba516fc892deaeafc18b23ad5a06822b29f5
2019-07-07Merge branch 'master' into 'master'oldmud0
Fix escaped HTML characters screwing up the grapheme cluster sizes. See merge request AttorneyOnline/AO2-Client!61
2019-07-03Permanent and not temporary solution for evidence. Supports up to infite ↵cents02
subfolders.
2019-07-01Fixed evidence not recognizing subfolder issue. Can support 1 folder tho.cents02
2019-06-30Indentationcents02