aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-07-04Fix html not being parsed in ic logs when ic logs go downwards (#178)Crystalwarrior
I found this bug like 3 weeks ago but I forgot to actually make a PR for it oops
2020-07-04Merge pull request #175 from Crystalwarrior/feature/packet-musicoldmud0
More sensible music loop packet configuration
2020-07-04Fix an issue where the Ambience layer would break looping points for all ↵Crystalwarrior
other channels due to loop_start and loop_end only being a single variable. (#164) This occurs due to BASS not having any private variables of its own, so it was simply using the public variables loop_start and loop_end as reference - since those changed for any new song playing on another channel, the old looping points got replaced, and the seamless looping stops working. The solution was easy - just make a loop_start/loop_end variable for every supported channel - so 4 variables in our case.
2020-07-04Fix the blips folder not seeking the blips/ folder for the male.wav sound ↵Crystalwarrior
effect first instead of trying to find sfx-blipmale in base/general folder, makes using the blips folder more viable. (#173)
2020-07-03Add a setting to turn on/off custom character-defined chatboxes (#166)Crystalwarrior
* Add a new "Custom Chatboxes" settings option to enable/disable char.ini setting custom chat box designs per-character * Fix chat_arrow being incorrectly updated between character messages if the custom chatbox modified the chat arrow positioning/size in any way * brackets matter
2020-07-03Credit some more peopleoldmud0
Not sure how to split this up, frankly. Some people have been more involved in client/server/protocol development than others. I'll figure this out eventually.
2020-07-02Some commit managed to regress the colors and it actually totally wasn't my ↵Crystalwarrior
fault!!! Fix colors being broken
2020-06-30Add explanation comments to the music looping varsCrystalwarrior
Make music not loop by default for backwards compatibility with old style on servers not supporting clientside music looping Make the music loop when the packet containing loop data gives us "1", treating it as "looping=true".
2020-06-29Fix issues when undefined colors result in everyone's chat not using talk ↵Crystalwarrior
anims (#174) base/misc/default/config.ini with properly defined "baseline" colors will have to be supplied with vanilla content later. Remove hardcoded colors - user has no access to these unless config.ini is valid, yet when others speak using these ID's their text shows up just fine. Either reimplement full on hardcoding madness (NOOOOOOOOOOOOOOOOOOOOOOOO NO NO NO NOOOOOOOOOOOOOOOO NOOOOO!!!!) or yeet. I chose the sensible option :^)
2020-06-27set tooltips of char buttons to char namesin1tiate
2020-06-12Fix connect button not enablingoldmud0
Apparently this had never been staged, and while everyone was having problems with the connect button, everything was working just fine for me. This enables the connect button a bit earlier in the handshake process than in 2.6, since there are some older servers out there that don't send FL (and so the connect button would never get enabled). This might lead to race conditions, and sometimes the progress bar does hang, but you can just cancel and reconnect - I haven't encountered a crash so far.
2020-06-10Lobby: Fix incorrect sorted server listoldmud0
2020-06-10Update credits againoldmud0
- Alphabetized QA section - Added MaximumVolty - Added court-records.net - Renamed Unishred to Lewdton
2020-06-06Update about dialogoldmud0
- Credited FanatSors - Added Qt version, audio engine, and build date
2020-05-31Fix SFX playing at 1/100th of its intended volumeoldmud0
2020-05-31Fix server list showing in reverse orderoldmud0
2020-05-31Lobby: Change "font_*" config entry to "*_font"oldmud0
2020-05-23fix qt sfx playersD
2020-05-23i don't need this 3 timessD
2020-05-23fix qt music playersD
2020-05-23undo brandingsD
2020-05-23use new hdid method if supportedsD
2020-05-23translate stuff that got run oversD
2020-05-23forgot those on noaudiosD
2020-05-23no and zonesD
2020-05-23fix up nomusicsD
2020-05-22Fix compile errors from mergeoldmud0
2020-05-22Bring back CI changes and macOS supportoldmud0
2020-05-22Merge KFO source unconditionally into AO2oldmud0
2020-05-22Perform clang-formatoldmud0
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-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-05-22Fix looping frame SFX not working w/ AOV's definitionsCrystalwarrior
2020-05-22clang 2 electric boogalooCrystalwarrior
{ BasedOnStyle: LLVM, BreakBeforeBraces: Stroustrup}
2020-05-22Clang-ify the code with this styling using Visual Studio Code:Crystalwarrior
{ BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Stroustrup, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4, NamespaceIndentation: All } (this is the Visual Studio preset with only "BreakBeforeBraces" changed from Allman to Stroustrup)
2020-05-20specify encoding for qsettings callsin1tiate
2020-05-19Fix broken APNG (#153)oldmud0
* Remove explicit APNG check * Update aocharmovie.h
2020-05-02Fix syntax error from unclean mergeoldmud0
2020-05-02Merge branch '2.7-rc'oldmud0
Includes full code reformat. # Conflicts: # src/aomusicplayer.cpp # src/path_functions.cpp
2020-04-24what is this, c++ for ANDssD
this kept it from buildinf with MSVC
2020-04-23Fixed wrong name being written in mirror modecents
2020-04-21fix typolikeawindrammer
2020-04-20Hooked up the new settingscents
Did you know you could scale the iclog with ctrl + mouse wheel?
2020-04-20Added additional customization options.cents
I didn't format anything tho that is at the end
2020-04-19Removed Duplicatescents
2020-04-19Fix crash on saving settingslikeawindrammer
Thanks Initiate for actually fixing this
2020-04-19Merge pull request #134 from AttorneyOnline/streammusicstonedDiscord
Streaming music
2020-04-18Add Polish to the language optionslikeawindrammer
2020-04-18Change second exclamation to period on tooltiplikeawindrammer
No need for two exclamations
2020-04-18Add missing periods on two tooltipslikeawindrammer
2020-04-18"interupted" -> "interrupted"; "expierence" -> "experience"likeawindrammer