| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-06 | updated macos build script | David Skoland | |
| 2019-01-06 | fixed opus plugin load for macOS | David Skoland | |
| 2019-01-05 | version bump in .pro file | David Skoland | |
| 2019-01-05 | Merge remote-tracking branch 'upstream/master' | David Skoland | |
| 2019-01-05 | remove old mac script | David Skoland | |
| 2019-01-03 | Bump version to 2.6.1 | oldmud0 | |
| 2019-01-03 | Fix APNG preanimations not working (#52) | oldmud0 | |
| 2019-01-03 | Add theme changes that weren't committed (??) | oldmud0 | |
| 2019-01-03 | Show ban reason with BD packet | perplexedMurfy | |
| This fully fixes issue 39 with tsuserver3 (https://github.com/AttorneyOnline/tsuserver3/issues/39) | |||
| 2019-01-03 | declutter pro file | David Skoland | |
| 2019-01-03 | added icns file for macos | David Skoland | |
| 2019-01-03 | added the last few icons to prevent warnings in iconutil | David Skoland | |
| 2019-01-03 | removed redundant QTPLUGIN declaration and added macx icon file | David Skoland | |
| 2019-01-03 | adjusted macos post build script | David Skoland | |
| 2019-01-03 | added macos post build script | David Skoland | |
| 2019-01-02 | yOu nEEd tO HaVe iCoNs oF ALl kINdS oF SIzeS -sincerely, apple | David Skoland | |
| 2019-01-02 | fixed a crash condition where blip rate is less than 1 | David Skoland | |
| 2019-01-02 | Merge pull request #54 from OmniTroid/master | oldmud0 | |
| Restructuring + better cross-platform support | |||
| 2018-12-26 | added dynamic linking fix script for macos | David Skoland | |
| 2018-12-26 | Merge branch 'master' of github.com:OmniTroid/AO2-Client | David Skoland | |
| 2018-12-26 | Update README_BUILD.md | David Skoland | |
| 2018-12-26 | added dynamic loading of qapng and fixed mac sound | David Skoland | |
| 2018-12-26 | muh macos support | David Skoland | |
| 2018-12-26 | removed redundant statement from ubuntu config script | David Skoland | |
| 2018-12-26 | Merge branch 'master' of github.com:OmniTroid/AO2-Client | David Skoland | |
| 2018-12-26 | same LIBS for unix and win32 is fine. and RC_ICONS is only relevant for windows | David Skoland | |
| 2018-12-26 | discord-rpc actually has prebuilt static libraries | David Skoland | |
| 2018-12-26 | clarified readme build doc | David Skoland | |
| 2018-12-26 | added building instructions | David Skoland | |
| 2018-12-26 | it's the official version, no need for numbers | David Skoland | |
| 2018-12-26 | renamed pro file to nicer name | David Skoland | |
| 2018-12-26 | remove kebab | David Skoland | |
| 2018-12-26 | adjusted gitignore files | David Skoland | |
| 2018-12-26 | added lib folder to ubuntu configure script | David Skoland | |
| 2018-12-26 | finished ubuntu build script and made default plugin mode dynamic linking | David Skoland | |
| 2018-12-26 | added ubuntu config script | David Skoland | |
| 2018-12-26 | including the bass header file is fine honestly | David Skoland | |
| 2018-12-26 | simplified the project file | David Skoland | |
| 2018-12-26 | moved headers into include and cpp files into src + logo into resource | David Skoland | |
| 2018-12-19 | Fixed an issue with overlapping SFXes. | Cerapter | |
| The `BASS_ChannelStop()` line existed in 2.4.10, but disappeared in 2.6. This fixes #50 . | |||
| 2018-12-18 | Moved realisation to `start_chat_ticking()`. | Cerapter | |
| 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 | Fixed a theme issue where evidence didn't appear. | Cerapter | |
| 2018-12-18 | Merge pull request #49 from Cerapter/vanilla-big-boi-button | Cerapter | |
| Changed the left and right buttons across the default theme to be bigger. | |||
| 2018-12-18 | Fixed a bug with the rainbow colour and inline colours. | Cerapter | |
| You can now use all the inline commands when your overall text colour is rainbow, like with every other overall text colour. | |||
| 2018-12-17 | Fixed a bug in the insensitive file searcher function. | Cerapter | |
| 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 | Changed the left and right buttons across the default theme to be bigger. | Cerapter | |
| 2018-12-17 | Merge pull request #48 from Cerapter/vanilla-theme-fixes | oldmud0 | |
| Theme, interface, and pointer magic fixes. | |||
| 2018-12-17 | Fix judge buttons not appearing & crash if MS goes down during play. | Cerapter | |
| 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 | Fixed the theme issues (casing button, emote page switcher buttons). | Cerapter | |
| 2018-12-16 | Fixed a bug with area-less servers and `ARUP`. | Cerapter | |
| A server with no areas will no longer crash the client upon joining. | |||
