Commit Graph

646 Commits

Author SHA1 Message Date
oldmud0
429b55227e Fix tags in .gitlab-ci.yml 2019-01-21 02:19:17 +00:00
oldmud0
de02724219 Add .gitlab-ci.yml 2019-01-21 02:07:44 +00:00
perplexedMurfy
d62ff4d3af Fix #57 2019-01-08 18:51:20 -06:00
oldmud0
33dd06e9aa
Merge pull request #56 from OmniTroid/master
Small fixes, decluttering + better build scripts
2019-01-07 10:17:26 -06:00
David Skoland
f0069768a7 updated macos build script 2019-01-06 21:50:05 +01:00
David Skoland
3965a847c2 fixed opus plugin load for macOS 2019-01-06 12:14:00 +01:00
David Skoland
ce459e3bc1 version bump in .pro file 2019-01-05 23:02:07 +01:00
David Skoland
fb076ca7e7 Merge remote-tracking branch 'upstream/master' 2019-01-05 23:00:46 +01:00
David Skoland
e2034188be remove old mac script 2019-01-05 22:58:54 +01:00
oldmud0
57b02c084a Bump version to 2.6.1 2019-01-03 21:46:10 -06:00
oldmud0
6716a4532e Fix APNG preanimations not working (#52) 2019-01-03 21:45:58 -06:00
oldmud0
9de145272b Add theme changes that weren't committed (??) 2019-01-03 21:33:07 -06:00
perplexedMurfy
115fc0ff15 Show ban reason with BD packet
This fully fixes issue 39 with tsuserver3
(https://github.com/AttorneyOnline/tsuserver3/issues/39)
2019-01-03 16:51:33 -06:00
David Skoland
bda0457f2e declutter pro file 2019-01-03 00:47:02 +01:00
David Skoland
a3ac7c477c added icns file for macos 2019-01-03 00:38:56 +01:00
David Skoland
00933ad997 added the last few icons to prevent warnings in iconutil 2019-01-03 00:32:27 +01:00
David Skoland
181b5da379 removed redundant QTPLUGIN declaration and added macx icon file 2019-01-03 00:29:42 +01:00
David Skoland
5b9bf086cf adjusted macos post build script 2019-01-03 00:09:24 +01:00
David Skoland
bb27b6095d added macos post build script 2019-01-03 00:04:16 +01:00
David Skoland
9ce14dd479 yOu nEEd tO HaVe iCoNs oF ALl kINdS oF SIzeS -sincerely, apple 2019-01-02 23:32:07 +01:00
David Skoland
0788b162f1 fixed a crash condition where blip rate is less than 1 2019-01-02 22:28:16 +01:00
oldmud0
4d93f059c0
Merge pull request #54 from OmniTroid/master
Restructuring +  better cross-platform support
2019-01-02 09:40:38 -06:00
David Skoland
ec1057b5d7 added dynamic linking fix script for macos 2018-12-26 22:48:44 +01:00
David Skoland
d9ccb61b25 Merge branch 'master' of github.com:OmniTroid/AO2-Client 2018-12-26 22:46:07 +01:00
David Skoland
55a3bfadb9
Update README_BUILD.md 2018-12-26 22:45:44 +01:00
David Skoland
110751ac39 added dynamic loading of qapng and fixed mac sound 2018-12-26 22:19:49 +01:00
David Skoland
2a43d56772 muh macos support 2018-12-26 20:04:11 +01:00
David Skoland
68145616f5 removed redundant statement from ubuntu config script 2018-12-26 19:34:38 +01:00
David Skoland
bc3b41a29b Merge branch 'master' of github.com:OmniTroid/AO2-Client 2018-12-26 19:33:20 +01:00
David Skoland
c353b3f24f same LIBS for unix and win32 is fine. and RC_ICONS is only relevant for windows 2018-12-26 19:33:18 +01:00
David Skoland
fa24d4bd86
discord-rpc actually has prebuilt static libraries 2018-12-26 18:53:23 +01:00
David Skoland
44dfdb8996
clarified readme build doc 2018-12-26 18:48:18 +01:00
David Skoland
452cffcac3
added building instructions 2018-12-26 18:44:26 +01:00
David Skoland
bae5ef5363
it's the official version, no need for numbers 2018-12-26 18:17:53 +01:00
David Skoland
ac290a38ca renamed pro file to nicer name 2018-12-26 18:17:16 +01:00
David Skoland
9753a16a84 remove kebab 2018-12-26 18:16:24 +01:00
David Skoland
a2d3ab8b96 adjusted gitignore files 2018-12-26 18:11:08 +01:00
David Skoland
73a13d9d88 added lib folder to ubuntu configure script 2018-12-26 18:02:15 +01:00
David Skoland
1f754776b4 finished ubuntu build script and made default plugin mode dynamic linking 2018-12-26 17:31:43 +01:00
David Skoland
45eae60445 added ubuntu config script 2018-12-26 17:14:10 +01:00
David Skoland
0c44a1c854 including the bass header file is fine honestly 2018-12-26 16:51:11 +01:00
David Skoland
706f5bb7c7 simplified the project file 2018-12-26 16:48:30 +01:00
David Skoland
00cfd2750d moved headers into include and cpp files into src + logo into resource 2018-12-26 16:43:08 +01:00
Cerapter
6f1bce5882 Fixed an issue with overlapping SFXes.
The `BASS_ChannelStop()` line existed in 2.4.10, but disappeared in 2.6.
This fixes #50 .
2018-12-19 22:28:49 +01:00
Cerapter
ce350da473 Moved realisation to start_chat_ticking().
Since the realisation could have been called from two paths that were
previously one and the same (previously, the pre ending was the same as
the text starting -- with the inclusion of non-interrupting preanims,
these became different), in some select cases, the realisation could
have played twice.

As a solution to this, handling realisation is now done when the text
starts ticking, as that guarantees that the realisation happens only
once.
2018-12-18 11:29:06 +01:00
Cerapter
2e9404153b Fixed a theme issue where evidence didn't appear. 2018-12-18 11:29:06 +01:00
Cerapter
1bdd8e4593
Merge pull request #49 from Cerapter/vanilla-big-boi-button
Changed the left and right buttons across the default theme to be bigger.
2018-12-18 01:06:11 +01:00
Cerapter
7ce1851ee5 Fixed a bug with the rainbow colour and inline colours.
You can now use all the inline commands when your overall text colour is
rainbow, like with every other overall text colour.
2018-12-18 00:53:23 +01:00
Cerapter
80af3fb3ff
Fixed a bug in the insensitive file searcher function.
This bug couldn't find files with parentheses in them, because it looked for these files according to regex rules.

That is, if you had, say, `Apollo Justice ~ Objection! (UNLIMITED).mp3`, that would be looking for `Apollo Justice ~ Objection! ` + one occurence of `UNLIMITED` followed by a single, custom character, followed by `mp3`.

Note that this search would always fail, since parentheses are grouping characters, and as such, they'd never be acknowledged in the search as characters. `QRegExp::FixedString` forces the search to consider the input as a String, however, escaping characters as needed, which fixes this problem.
2018-12-17 22:03:23 +01:00
Cerapter
afffb43594 Changed the left and right buttons across the default theme to be bigger. 2018-12-17 19:43:19 +01:00