aboutsummaryrefslogtreecommitdiff
path: root/src/courtroom.cpp
AgeCommit message (Collapse)Author
2020-07-11Fix APNG backgrounds not appearing on list; fix BASSOPUS path for macOS (#185)raidensnake
* Added apng support for animated background positioning. * Adjusted the apng background position search. * Fixed libbassopus.dylib path on MacOS preventing opus files from playing.
2020-07-08Fix the color fix pr when logs go downwards where it didn't add an \n ↵Crystalwarrior
because html doesn't like \n very much so it has to be <br> because that's what HTML does yea
2020-07-06Regenerate the background when reload_theme is pressed to prevent scaling ↵Crystalwarrior
issues (#181)
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-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-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-05-23translate stuff that got run oversD
2020-05-23no and zonesD
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-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-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-18Change second exclamation to period on tooltiplikeawindrammer
No need for two exclamations
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-17Mega-merge of CR forkoldmud0
CR likely stands for "CentsRaidensnake." Like the Case Cafe mega-merge before it, this was not a clean merge, and it had to be split up into two parts: the actual changes, and the attempt it made to reformat the entire code via clang-format. This branch had a complicated set of changes that would be difficult to describe in this commit message. It would be better described in a proper changelog.
2020-04-13Add possibility for custom use text besides just "played music"Crystalwarrior
Implemented "presented evidence" message
2020-04-12Remove dumb memes (#141)in1tiate
* remove memes * Update courtroom.cpp
2020-04-11fix dropdown bug, add minor featurein1tiate
2020-04-02Fix evidence display viewport element being a FUCKING JACKASSCrystalwarrior
2020-04-01Fix collapse all rightclick option being annoying in its behavior. Now it's ↵Crystalwarrior
*smart*!
2020-04-01Fix weird behavior with area list and arup system + wrong column being used ↵Crystalwarrior
for 'metadata'
2020-03-31Add courtroom_design.ini partial parsing for misc/ folder (only chat_arrow ↵Crystalwarrior
and showname atm) Initialize chat arrow n stuff this is still pretty gay because you can't ignore size and set pos or something like that
2020-03-31Add legacy fallback for "chatbox.png" name if chat.png doesn't existCrystalwarrior
2020-03-31Fix custom chatboxes not working at allCrystalwarrior
2020-03-28Fix wrong pos being shown when entering area due to index signal being ↵Crystalwarrior
called in the wrong place
2020-03-27Made the shake button useful.cents02
Apparently nobody tested it before.
2020-03-27Quality of Life improvementsCrystalwarrior
Fix a bug where IC view received focus as soon as you receive the BG image update (it made navigating using /area commands a pain in the ass) Make music search behave better and not reset when server sends us music list update (todo: remember which elements were/weren't expanded)
2020-03-26Make backgrounds preserve aspect ratio when used with different aspect ratio ↵Crystalwarrior
themes (e.g. a 16:9 theme would not stretch a 4:3 bg and instead have a letterboxing effect. A 4:3 theme using a 16:9 BG will not stretch the BG but instead center it, making it look like the BG is 4:3 all along.)
2020-03-25Change @ and $ to \s and \f standing for s[hake] and f[lash].Crystalwarrior
This is done because @ is used very often to refer to people, and $ is used to indicate cash money.
2020-03-15Merge branch 'master' into pr/104sD
2020-03-14add placeholder to OOC chat message boxin1tiate
2020-03-12Add a search bar for server listCrystalwarrior
Add options for sticky sounds, sticky effects and sticky preanims Optimize the search for areas and music (previously, area search also searched for music in the background, causing lag with huge music lists)
2020-03-08add theme supportin1tiate
2020-03-07rename fallback chatboxsD
2020-03-07add support for 2.4-style chatboxesin1tiate
2020-03-06Fix the rightclick options for editing files not workingCrystalwarrior
2020-03-06Merge branch 'master' into music_list_updatestonedDiscord
2020-03-06Fix a bug where you couldn't join servers from your favorites listCrystalwarrior
Make column 0 the area index instead so that the areas take the full width of the treewidget
2020-03-01full music path in logstonedDiscord
2020-02-24Make pos dropdown more abstract and actually useful by letting servers send ↵Crystalwarrior
only pos you can actually access. Pos dropdown system also reads the actual bg folder of the current BG to see all the created pos.
2020-02-23rename modcallssD