aboutsummaryrefslogtreecommitdiff
path: root/aoapplication.cpp
AgeCommit message (Collapse)Author
2018-08-19Ability to toggle Discord RPC.Cerapter
Reimplementation of `bed0b55e70f13adf772584fc0d31ebfe59597115` from old origin.
2018-08-19Manual option for backup master server.Cerapter
Reimplementation of `7e4be0edd7756220dd8d7fbaaaf3d972db48df5e` from the old origin.
2018-08-17Fixed an issue with the audio output change not registering.Cerapter
2018-08-08Added a settings menu.Cerapter
- Cannot be called yet ingame. - Allows the setting of all `config.ini` variables. - Allows the setting of callwords.
2018-08-08config.ini functioning changed.Cerapter
- Now the program uses the QSettings class to manipulate the `config.ini`. - Support for multiple audio devices and options menu started.
2018-08-07CCCC version now displayed ingame.Cerapter
2018-02-09renaming some functions and starting qss theme functionalityDavid Skoland
2018-01-08Add Discord rich presenceoldmud0
This would work, were it not for some freak stack corruption caused by GCC not liking the Discord RPC library...
2017-11-04Don't do failover for Android, try reconnecting automatically onceoldmud0
Issue: AOTextArea is supposed to have red text for errors, but it's not working
2017-07-24Change basic connection to DNS SRV lookup for master server failoveroldmud0
2017-02-14added message when server closes the connection and incremented version to 2.1.3David Skoland
2017-02-06started implementing emotesDavid Skoland
2017-01-27implemented ooc chat and cleaned up some old headersDavid Skoland
2017-01-26finished legacy loading processDavid Skoland
2017-01-25loading characters now works with overlayDavid Skoland
2017-01-20added more courtroom structureDavid Skoland
2017-01-18changing structure from globals to OO with a flat constructionDavid Skoland
2017-01-18implemented widget size from ini functionalityDavid Skoland
2017-01-17tweaking program flow to prevent crash on closingDavid Skoland
2017-01-16more work on the courtroom + added the aocharbutton classDavid Skoland
2017-01-04made basic network structure + added server listing in lobbyDavid Skoland
2017-01-03establishing child-parent relation with the ao appDavid Skoland
2017-01-03made fundamental app structure, now with more OODavid Skoland