Commit Graph

968 Commits

Author SHA1 Message Date
Leifa
8a98de8cb3
Fix transformation mode for layers (#998)
* Fix transformation mode for layers

Resolve #997

* always use smooth transform resampling for stretched images

* Used fixed frame size

* Run Clang Format over file

---------

Co-authored-by: in1tiate <32779090+in1tiate@users.noreply.github.com>
Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
Co-authored-by: stonedDiscord <Tukz@gmx.de>
2024-07-09 12:52:41 +02:00
Leifa
f59b41fe08
Removed MIDI, removed undocumented (yet supported) formats (#1008)
* Removed MIDI, removed undocumented (yet supported) formats

Resolve #1006

* Adjusted CI for MIDI removal
2024-07-07 15:04:49 +02:00
Leifa
03025119c4
Improve OS detection and add APPIMAGE support to pathing code (#1003)
* Added get_app_path, tweaked pathing to adjust itself for Linux, ...

* Added get_app_path
  * This should be used instead of QCoreApplication::applicationDirPath()
* Tweaked pathing to adjust itself for Linux

* Append separator to base path

* Moved headers where they are needed. (Dunno why they were here.)

* Proper pathing for AppImage
2024-07-06 18:05:48 +02:00
Leifa
1a7884a726
Tweaked missing image format warning (#994)
* Tweaked missing image format warning

* Tweaked code format

* run clang-format

---------

Co-authored-by: stonedDiscord <Tukz@gmx.de>
2024-07-01 18:49:15 +02:00
Leifa
2b970ec4a3
Merge pull request #977 from AttorneyOnline/fix-areaswitch-bs
Fix characters not being hidden on displayable background change
2024-06-30 23:20:50 +02:00
stonedDiscord
a289d8c576
Merge branch 'master' into master 2024-06-25 12:39:03 +02:00
Salanto
074490e347
Merge branch 'master' into fix-areaswitch-bs 2024-06-25 11:35:34 +02:00
in1tiate
5be0860278
Fix color-related UI not honoring chatbox setting (#984)
Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
2024-06-25 11:34:23 +02:00
Salanto
6738ba6c5e
Merge branch 'master' into fix-areaswitch-bs 2024-06-25 11:28:31 +02:00
lambdcalculus
061b7a796a
improve image formats check
iterate over important formats, and add a message box
2024-06-24 20:18:56 -03:00
lambdcalculus
25ef804ae7
remove unnecessary plugin loaders
imageformats plugins are loaded automatically, we just need to check if
they were actually loaded
2024-06-24 17:22:27 -03:00
Leifa
8004477d0c
Fix positions not being listed (#990) 2024-06-23 20:21:28 +02:00
Leifa
4043d97257
Fix background scaling and centering (#982)
Fix #978
2024-06-21 22:00:28 -05:00
in1tiate
6c6e46f6fc
Explicitly set sane line spacing (#981)
* Explicitly set sane line spacing

* Update naming to reflect setting set by Format + fix memory leak

Address memory leak

---------

Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
2024-06-18 19:38:13 +02:00
in1tiate
9eb9b6f965 remove accidentally included debug calls 2024-06-11 18:13:17 -05:00
in1tiate
8ca0acc5f4 hide charlayers on area switch background changes
only applicable on servers which send displayable background updates on area switch
2024-06-11 18:10:22 -05:00
TrickyLeifa
a714bacd1a Added screen slide timer
* Added screen slide timer
  * Added so that the animation becomes interruptible.
2024-06-03 18:11:17 +02:00
in1tiate
5af9dce214 remove bizarre obsolete delay from evidence present logic 2024-06-01 13:54:57 -05:00
in1tiate
5bc82b0d4f restore accurate slide bookending 2024-05-31 10:35:58 -05:00
in1tiate
37f103e2c2 restore old bg fallback behavior 2024-05-30 15:13:35 -05:00
in1tiate
83715f4276 fix effects continuing to be displayed when they shouldn't 2024-05-27 10:33:06 -05:00
in1tiate
916317b949 Merge branch 'null-pixmap-reg' of https://github.com/AttorneyOnline/AO2-Client into null-pixmap-reg 2024-05-27 10:22:39 -05:00
in1tiate
da3b872beb just hide the layer in courtroom.cpp 2024-05-27 10:22:01 -05:00
in1tiate
5e93375099
Merge branch 'master' into null-pixmap-reg 2024-05-27 10:11:20 -05:00
UnDeviato
7bce226627
Searching by categories (#968)
* Searching by categories

* Fix mistake

---------

Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
2024-05-27 07:30:47 -05:00
in1tiate
0475b2a045 Fix invalid file paths causing unexpected behavior 2024-05-26 15:31:15 -05:00
Leifa
67d5646d7c
Merge pull request #974 from AttorneyOnline/slide-fixes
Fix pair layer not being hidden correctly
2024-05-26 20:49:12 +02:00
Leifa
4ec2a2efbb
Fix disconnectedFromServer not emitting in NetWebSocketConnection (#973) 2024-05-26 13:40:52 -05:00
in1tiate
f09ff7fc51 fix first-person / narrator mode 2024-05-26 13:39:14 -05:00
in1tiate
b9df908113 fix pair layer not being hidden correctly 2024-05-26 13:30:23 -05:00
TrickyLeifa
eb024cb931 Renamed pos_center to rect from Background/design.ini 2024-05-23 16:10:45 +02:00
TrickyLeifa
29284c0b21 Removed theme submodule, ...
* Removed theme submodule.
  * This should be handled by the CI.
* Fixed effects not disappearing when they should (cull / repeat)
2024-05-23 00:02:07 +02:00
TrickyLeifa
d135bbc511 Fixed emote synchronization, ...
* Fixed emote synchronization
  * Still requires identical frame count. Will still cause freeze as it syncs.
* Fixed frame effects not working on idle and talk emotes.
* Characters are now repositioned after background sliding is over.
2024-05-22 23:30:31 +02:00
TrickyLeifa
52fc8d3594 Slight tweak to further improve performance 2024-05-22 22:38:26 +02:00
TrickyLeifa
3df5b1cf98 Re-enable some functionality that were disabled during debugging 2024-05-22 22:22:11 +02:00
TrickyLeifa
e80c7d4ef2 Added missing include for Qt5 2024-05-22 22:17:43 +02:00
TrickyLeifa
b04ccee735 Added enclosed DEBUG_MOVIE debug line 2024-05-22 22:12:56 +02:00
TrickyLeifa
695d51dbfe Complete AOLayer reimplementation, ...
* Complete AOLayer reimplementation
* Reimplemented sliding as well.
2024-05-22 22:10:29 +02:00
in1tiate
137a2d3a04 speedline thing 2024-05-20 12:46:35 -05:00
in1tiate
2c696f2cd1 other random fixes
fix evidence presenting sfx playing at literally 100x intended volume
fix "def2" etc wrong evidence icon position, remove inaccurate evidence positions
2024-05-20 12:32:35 -05:00
in1tiate
e2b47afd91 stop filling the log with raw net traffic 2024-05-20 12:03:36 -05:00
in1tiate
5d90088b5c clang-format pass 2024-05-20 09:12:47 -05:00
in1tiate
a23614059b add missing code from rebase 2024-05-20 09:03:16 -05:00
in1tiate
6ff71de06b fix opening bracket 2024-05-20 08:49:26 -05:00
in1tiate
adf32f4727 Initial slide rebase commit 2024-05-20 08:47:27 -05:00
in1tiate
4b0f7e4d80
fix sound effects playing at 100x intended volume (#965)
yes, literally One Hundred Times louder than they're supposed to be
2024-05-20 08:02:56 -05:00
TrickyLeifa
db5ceb0569 No longer required Discord-RPC headers when disabled 2024-05-18 02:21:17 +02:00
TrickyLeifa
657145035c Reimplemented unit tests, ...
* Reimplemented unit tests and simplified addition of new tests
* Minimal support of Qt is now 5.15
2024-05-18 00:48:55 +02:00
TrickyLeifa
0500a54260 Changed include definitions to reflect third-party stature 2024-05-17 20:36:36 +02:00
TrickyLeifa
b306929311 Resolved merge conflicts.
This comment format is just tiring for the eyes. Imagine being on 1080p and not being able to read more than 5 method definitions due to comments.
2024-05-17 19:44:37 +02:00