index
:
ao2-client
master
AO2 client fork
Osmium Sorcerer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
aolayer.cpp
Age
Commit message (
Expand
)
Author
2022-05-21
Fix a segfault caused by animated desks and switching to area without a desk ...
Crystalwarrior
2022-01-08
Don't restart background if background is unchanged
oldmud0
2022-01-08
Fix more race conditions in AOLayer loading
oldmud0
2022-01-08
Fix static effects not appearing
oldmud0
2022-01-05
Fix MSVC builds freezing due to AOLayer concurrency issue
oldmud0
2021-12-25
Change master chat in courtroom to debug log
oldmud0
2021-12-11
Update slots/signals to Qt5 connection style and eliminate some clazy warnings
Salanto
2021-09-18
Fix background positions with no desk inheriting the previous position's desk...
Rosemary Witchaven
2021-08-30
Use event filters instead of subclassing QLineEdit and QPlainTextEdit (#587)
Rosemary Witchaven
2021-08-24
Fix an infinite hang when loading the pair character, fix strange undesired b...
Rosemary Witchaven
2021-08-13
asynchronously load animations for bigly performant gainz
in1tiate
2021-08-11
wait for thread to finish before starting new one
in1tiate
2021-08-11
comment out debug_movie
in1tiate
2021-08-11
debug_movie fixes
in1tiate
2021-08-11
preload next frame before ticking over
in1tiate
2021-06-06
Merge branch 'master' into feature/mounting
oldmud0
2021-06-05
Finish mounting feature
oldmud0
2021-04-24
fix interfacelayer not applying stretching when load_image is called (reload ...
Crystalwarrior
2021-04-24
Deprecate tick_ms and use actual milliseconds rather than arbitrary 60ms tick...
Crystalwarrior
2021-04-22
Charlayer - only check for direct path after the previous checks fail but bef...
Crystalwarrior
2021-04-22
Fix charlayer regression not allowing us to *directly* refer to an emote we w...
Crystalwarrior
2021-04-20
don't set a mask on elements affected by offsets (#524)
in1tiate
2021-03-30
use a string and not a boolean (stupid)
in1tiate
2021-02-20
prevent static preanims from playing
in1tiate
2021-02-20
fix speedlines never being unhidden
in1tiate
2021-02-16
Stop supporting the DRO way (we will make a .bat file or utility that does it...
Crystalwarrior
2021-02-16
Patch a segfault by play_frame_effect being wacky
Crystalwarrior
2021-02-14
fix bg not resizing on reload theme
in1tiate
2021-02-13
if its the same file, dont interrupt playback
in1tiate
2021-02-13
Animated Themes. Subthemes. Custom default_theme. Overhaul asset paths. Fix a...
Crystalwarrior
2021-02-11
remove fucky wucky (#462)
in1tiate
2021-02-11
aolayer Debug text bamboozled (#461)
Crystalwarrior
2021-02-09
Fix expanded_desk_mods (2-5) being nonfunctional (#451)
in1tiate
2021-01-29
Fix music_display not stretching properly, reconsolidate ForegroundLayer into...
in1tiate
2021-01-23
fix continuous and make it configurable
in1tiate
2021-01-19
Implement sticker logic with animated image support (#414)
Crystalwarrior
2021-01-19
Consolidate AOScene, AOMovie, and AOCharMovie into one class, add support for...
in1tiate