aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-16Allow char.ini to override the chat font and font size with chat_font = and c...Crystalwarrior
2019-09-16Add expanded style sheet supportCrystalwarrior
2019-09-16Begin implementation of scroll bars in the options menuCrystalwarrior
2019-09-16Update preanim_timer to follow the weird ass time_mod constantCrystalwarrior
2019-09-16Add file reading, writing and appending functions that create folders if bool...Crystalwarrior
2019-09-15Add an option for networking frame-specific effectsCrystalwarrior
2019-09-15Adjust options dialog to use a "row" variable for adding new elements easierCrystalwarrior
2019-09-15Add an opton to enable/disable screenshake + flashingCrystalwarrior
2019-09-15Implement networking for frame-specific effects data sending/parsing if the s...Crystalwarrior
2019-09-15Looping SFX system - Defined this way:Crystalwarrior
2019-09-15Finally implement frame-specific effects such as screenshake, realization fla...Crystalwarrior
2019-09-15Add a bunch of cool refactors to support variable speed percentageCrystalwarrior
2019-09-15Merge branch 'charmovie_overhaul'Crystalwarrior
2019-09-15Revert "2.7.2 way of animating charmovie.cpp ported over"Crystalwarrior
2019-09-15Load frames as they're needed instead of loading everything at once, and cach...Crystalwarrior
2019-09-14Optimize the heck out of animated images. There is no lag after the image is ...Crystalwarrior
2019-09-142.7.2 way of animating charmovie.cpp ported overCrystalwarrior
2019-09-14Use a ticker and QImageReader instead of QMovieCrystalwarrior
2019-09-14Allow [Time] to be blank for pre-anims to not be required to use itCrystalwarrior
2019-09-14Fix objections hiding the characterCrystalwarrior
2019-09-14Resolve a segfault with screenshake, need to determine a better method to fin...Crystalwarrior
2019-09-14Fix the objection_stop_music option not doing anythingCrystalwarrior
2019-09-14Add a blip sound QElapsedTimer so blipsounds don't play more frequently than ...Crystalwarrior
2019-09-14Bass.dll functionality-based clientside music looping system by using channel...iamgoofball
2019-09-13forgot to actually uncomment the change, oopsCrystalwarrior
2019-09-13CONTROVERSIAL: Detach ui_vp_message from ui_vp_chatbox to prevent it from bei...Crystalwarrior
2019-09-13Set up screenshake button uiCrystalwarrior
2019-09-13Merge branch 'aomovies'Crystalwarrior
2019-09-13Rename dubious "duration" to "default_duration" for play function in AOMovie ...Crystalwarrior
2019-09-13Use brace constructors instead of << append operator for path listsCrystalwarrior
2019-09-13Make shout, verdict and wtce default duration values into constantsCrystalwarrior
2019-09-13Use brace constructors instead of << append operator for path listsCrystalwarrior
2019-09-13Add a tool tip to blip rate settingsCrystalwarrior
2019-09-13Make log go downwards by defaultCrystalwarrior
2019-09-13Cut music on objection if config is enabled for it (does not transmit network...Crystalwarrior
2019-09-13Kill Music on Object optioniamgoofball
2019-09-12Fixes Objections hiding the current character, instead of overlaying on top o...Crystalwarrior
2019-09-12Fix compilation errorCrystalwarrior
2019-09-12Remove unecessary hard-coded timers for the witness testimony .pngCrystalwarrior
2019-09-12Allow AOMovie to have timers that take priority over the animated image frame...Crystalwarrior
2019-09-12Merge branch 'music_list_update'Crystalwarrior
2019-09-12Fix compilation errorCrystalwarrior
2019-09-12Remove unecessary hard-coded timers for the witness testimony .pngCrystalwarrior
2019-09-12Allow AOMovie to have timers that take priority over the animated image frame...Crystalwarrior
2019-09-12Expand get_image_suffix to fall back on .png lastCrystalwarrior
2019-09-11Add clear_music and clear_areasCrystalwarrior
2019-09-10Prevent the animated background/foreground from restarting itself if the imag...Crystalwarrior
2019-09-10Expand .apng and .webp support for get_image_suffixCrystalwarrior
2019-09-02Merge pull request #97 from likeawindrammer/improve-ao_es.tsoldmud0
2019-09-02Mark untranslated strings as donewindrammer