aboutsummaryrefslogtreecommitdiff
path: root/Attorney_Online.pro
AgeCommit message (Collapse)Author
2021-01-24Add info for building with debug optionsSkye Deving
It's been useful for using something like gdb for debugging
2021-01-11Bump version to 2.9.0oldmud0
2021-01-09Fix segfault in server list without a server selection (#374)Skye Deving
Also bumps C++ version to C++17 (C++1z).
2020-12-12Add QMake flags for "lib" directoryin1tiate
2020-08-21add project comment toggle for verbose network logsscatterflower
2020-08-19version bump to 2.8.5scatterflower
2020-08-19Reset BASS when switching devices; drop Qt Multimedia support (#262)scatterflower
* Allow changing audio device on the fly while in a server * Use default audio device if device in config doesn't exist * Automatically change audio device to default when current one is invalid * Destroy Qt Multimedia support It was decided that there was not enough attention being given to Qt Multimedia support to justify its continued maintenance simply as a libre alternative to BASS. While substantial changes to audio were being made in 2.8, the Qt Multimedia support code fell behind in disrepair. It's clear that there is no vested interest in implementing audio features twice for the sake of licensing. When it's time to switch to another audio library, it will be done unilaterally. * CI: Use BASS for Linux build Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com>
2020-06-10Bump .pro version to 2.8.4oldmud0
I won't roll the minor version back to 2.8.0 - that'll just cause headaches.
2020-05-31Warn/error on incorrect compile settings for audiooldmud0
2020-05-23undo brandingsD
2020-05-22Fix Linux build trying to use BASSoldmud0
2020-05-22Bring back translation filesoldmud0
Note that there are some strings that had the tr() qualification removed, and also a LOT of strings that were never wrapped with tr() to begin with. It will take some work to bring back i18n support.
2020-05-22Bring back Android project filesoldmud0
2020-05-22Merge KFO source unconditionally into AO2oldmud0
2020-05-22Full revert to tag 2.6.2oldmud0
Due to a countless number of changes made to the core that were not fully understood, tested, or documented, it was decided to roll everything back to the last known stable version (2.6.2). Changes dropped include: - Witness needed - Shake - Frame SFX - Multiple custom objections - Multithreaded thumbnail generation - Looping - Various translation additions - "Mirror IC" - Color in IC log - An invocation of clang-format Next time, work together and split your big fork into independently testable feature branches.
2020-04-17Run clang-format on entire projectoldmud0
Indentation fixed to 2 spaces per tab. Braces set to Stroustrup style. Lines reflow at 80 characters. One-line method bodies are on the same line as the signature. Space always after `//`. No indentation on preprocessor macros. Includes are sorted lexicographically. If you don't want to see this commit on blames, use the hidden whitespace option on GitHub, or use `-w` in git-blame.
2020-04-11Add Portuguese translationlikeawindrammer
2020-03-31Change the ultra-tiny-minor version so people can right-click for details ↵Crystalwarrior
and tell me which version they're using during qa-testing
2020-03-12VERSION 2.8.3 BABYYYYYYYYCrystalwarrior
Add "KFO" to version display in lobby so it's even clearer this is a custom client Add a settings button to the Lobby screen
2020-02-24Revert "reactivate discord and bass so they get used in the CI pipeline"sD
This reverts commit d077bab4e3558c10e7e28ca14813bd3ee16c1d33.
2020-02-24reactivate discord and bass so they get used in the CI pipelinesD
2020-02-21make network debug depend on if its a debug build or notsD
2020-02-21Merge branch 'master' into 2.7stonedDiscord
2020-01-22maybe at some point, someone will try this againsD
2020-01-15Separate screenshake options button from effects options buttonCrystalwarrior
Add a color logging option button Update version to 2.8.2
2019-12-26redundant headers in projectfilesD
2019-11-21Set version to 2.8.1 woop woopCrystalwarrior
2019-11-04add .opus supportCrystalwarrior
2019-10-20Version 2.8.0.5Crystalwarrior
Add Killing Fever Online icon (mac icon not updated yet)
2019-10-12Version 4Crystalwarrior
2019-10-05version 3Crystalwarrior
2019-10-01Fix music volume being weird due to m_volume being shared by ambience and ↵Crystalwarrior
music at the same time Fix version= being wrong
2019-09-29Bump up version numbers to 2.8.0Crystalwarrior
2019-09-29MMMYEAH THIS BIT REQUIRES ME TO UPDATE THE ACTUAL DOCKERFILE.Crystalwarrior
2019-09-29Update Bass.dll headers to newer versionCrystalwarrior
Remove a bunch of comments Add lqapng and lqwebp to try and get apng and webp support to fuckin load already
2019-09-14Added polish translation.Pyraq
2019-09-14Added polish translation.Pyraq
2019-09-13Kill Music on Object optioniamgoofball
(todo: actual functionality, cherrypicked from Goofball's 2.7 branch)
2019-08-08Merge pull request #88 from AttorneyOnline/i18nstonedDiscord
I18n
2019-08-06its called jp not jastonedDiscord
2019-08-06the line numbers changed + compiled ru, esstonedDiscord
2019-08-04try this againstonedDiscord
2019-07-31Revert "make default clone compileable to improve new dev experience and ↵stonedDiscord
switch to qt on linux" This reverts commit bf8aad33de3b326f3a36cad33ced5d3acd7f2c24.
2019-07-31make default clone compileable to improve new dev experience and switch to ↵stonedDiscord
qt on linux
2019-07-29adjust path in .prostonedDiscord
2019-07-29add translation to .pro so lupdate and lrelease find themstonedDiscord
2019-07-27Bump version to 2.6.2 (#87)oldmud0
2019-07-20Merge branch 'master' into 'bass-optional'stonedDiscord
# Conflicts: # Attorney_Online.pro # include/aoapplication.h
2019-03-12cleanup qmakefilestonedDiscord
2019-03-12looks like multimedia isn't really necessarystonedDiscord