Commit Graph

638 Commits

Author SHA1 Message Date
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
oldmud0
f1c517667c
Merge pull request #48 from Cerapter/vanilla-theme-fixes
Theme, interface, and pointer magic fixes.
2018-12-17 08:37:07 -06:00
Cerapter
73b6e72ab9 Fix judge buttons not appearing & crash if MS goes down during play.
The former was caused by the position dropdown simply not having code to
make the judge buttons appear. Alongside that, the issue(?) where `/pos
judddd` (or variations) would not put the user in the judge position,
but gave them the buttons anyway.

The latter was caused by a simple mistake. We deleted the Lobby (and the
Courtroom) frequently, however, we never did set its (their) pointer(s)
back to null -- so they pointer to trash data, and the `if (w_lobby !=
nullptr)` part never failed.

This is also now fixed, and deletion of the Lobby or the Courtroom also
brings about the nulling of their pointers.
2018-12-17 11:08:20 +01:00
Cerapter
144a5bb64b Fixed the theme issues (casing button, emote page switcher buttons). 2018-12-17 10:46:09 +01:00
Cerapter
50af363b73
Fixed a bug with area-less servers and ARUP.
A server with no areas will no longer crash the client upon joining.
2018-12-16 23:59:18 +01:00
Cerapter
def23b10ff
Fix theme issues.
This quick typo-fix fixes #41 .
2018-12-16 23:06:57 +01:00
Cerapter
480db3e585 AO 2.6 bugfixes.
- The `base/` folder's path is now determined based on where the
executable was executed, not where its workspace is.
- Showing custom shownames is now assumed to be `true` by default,
unless the `config.ini` says otherwise.
- The Lobby's listing of servers has now been moved into its constructor
(previously only specifically called by the "Back to Lobby" button).
This makes it list servers even if the user was kicked, banned, or left
due to timeout.
2018-12-16 09:39:21 -06:00
oldmud0
de68774097
Merge pull request #33 from AttorneyOnline/mega-merge
AOV/Case Cafe feature parity
2018-12-15 11:02:12 -06:00
oldmud0
6d1ea9d81f Add big ugly hack to fall back jury/seance backgrounds to witness 2018-12-15 10:56:59 -06:00