aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-26Merge pull request #32 from Cerapter/vanilla-loadingprogressoldmud0
Loading progress bar fix on server join.
2018-10-26Loading progress fix on server join.Cerapter
The display of the loading bar is now smoother, by placing the loading value modification (and the according `set_loading_value()` call) inside the for loops. It now accurately depicts the current loading progress.
2018-08-29Remove BASS copyrightDenton
2018-08-29Merge pull request #26 from AttorneyOnline/gbp-fixesoldmud0
Remove BASS dependency
2018-08-29Add destructors to sound objectsoldmud0
2018-08-29remove all traces of bassgameboyprinter
2018-08-29remove more bass dependenciesgameboyprinter
2018-08-29set new song volume to previous volumegameboyprinter
2018-08-29remove bass include from aomusicplayergameboyprinter
2018-08-28Use QMediaPlayer instead of bass for musicgameboyprinter
2018-08-28Update gitignore; remove unused functiongameboyprinter
2018-07-27Merge pull request #24 from ghostfeesh/version-bumpoldmud0
Bump to 2.4.10, autoscrolling bug fixes
2018-07-28Write off the rest of move_op and friendsghostfeesh
move_op and friends didn't want to cooperate with scrolling
2018-07-28Bump to 2.4.10, autoscrolling bug fixesghostfeesh
2018-07-27Reverse IC log config option (#22)ghostfeesh
The way it should have been. Reverse IC logs, now in configurable in config.ini. Set to false by default. Now you can go up or down as and when you please. (thanks argo for putting up with my trash code)
2018-07-05Bump to 2.4.9oldmud0
2018-07-05Update config.ini to contain new optionsoldmud0
2018-07-05Merge branch 'discord-toggle'oldmud0
2018-07-05Enable Discord by default if not in config.inioldmud0
2018-07-05Fix hex_functions compile errorsoldmud0
2018-07-05Merge branch 'headers'oldmud0
2018-07-05Merge remote-tracking branch 'upstream/master'oldmud0
2018-07-05pretend you didnt see thisDenton
2018-07-05moved includes to header filesstonedDiscord
2018-07-05better int to hexgameboyprinter
2018-07-05Make discord toggleable, OOC name option, default bg fixgameboyprinter
2018-07-04Merge pull request #19 from LeifaBot/masteroldmud0
Fix buffer overflow exploit
2018-07-04segfaultLeifa
2018-06-02Manual option for master serveroldmud0
This will only trigger when SRV lookup fails.
2018-03-15Relicense/dual-license under MIToldmud0
See https://github.com/OmniTroid/attorney_online. This is to say that the Attorney Online open-source client project no longer requires releasing any source code as a result of modifying or redistributing the client. Go in peace :)
2018-03-03Merge branch 'master' of https://github.com/AttorneyOnline/AO2-ClientstonedDiscord
2018-03-03update d-rpcstonedDiscord
2018-03-02Add line left off after revertoldmud0
2018-02-11Reverted qss stuff and added more commentsDavid Skoland
2018-02-08Merge pull request #10 from OmniTroid/masteroldmud0
fixed that performance issue related to big IC logs
2018-02-09less tabs more spacesDavid Skoland
2018-02-09renaming some functions and starting qss theme functionalityDavid Skoland
2018-02-08tabs vs. spaces: the eternal struggleDavid Skoland
2018-02-08removed dirty hack and optimized IC chatDavid Skoland
2018-01-18Add BASSOPUS supportoldmud0
Nothing will happen if you do not have the DLL. Sample rate was changed to 48 kHz as Opus only supports 48 kHz audio, and pretty much all sound cards support 48 kHz.
2018-01-08Increment version to 2.4.8oldmud0
2018-01-08Merge branch 'discord-rich-presence'oldmud0
2018-01-08Add spectate state; add "playing as character" stateoldmud0
2018-01-08Just switch to DLLs.oldmud0
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-12-30Bump ver number and increase chat log sizeunknown
2017-12-29Bump version to 2.4.6oldmud0
2017-12-29Fail over to non-SRV master server connectionoldmud0
This will eliminate the connection failure dialog. Instead, the reconnect timer will run indefinitely.
2017-11-17Compatibility with older Qt versionsoldmud0
2017-11-05Set version to 2.4.5oldmud0