aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-13Add possibility for custom use text besides just "played music"Crystalwarrior
Implemented "presented evidence" message
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-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-31Fix aomovie resizing algorithm for BG's crashing the client because I fucked ↵Crystalwarrior
up, lol
2020-03-28Fix wrong pos being shown when entering area due to index signal being ↵Crystalwarrior
called in the wrong place
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-22Fix a really obscure bug breaking custom realization sound effects ↵Crystalwarrior
(realization=thing) char.ini definition not starting from base/sounds/general folder
2020-03-12Keep verison string as-is and only update the actual VERSION display as for ↵Crystalwarrior
some weird ass reason doing it this way won't let you join KFO server
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-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-12Only use anti-aliasing when sprites are being downscaled, otherwise preserve ↵Crystalwarrior
crispyness:tm:
2020-03-08The Crispy:tm: updateCrystalwarrior
Make it so BG's and Characters will not be blurred when rescaled TODO: Make Qmovies ditch anti-aliasing during scaling as well Only apply crispy scaling if the size is 2x of the previous size or something
2020-03-06Fix the rightclick options for editing files not workingCrystalwarrior
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-05Add sorting by name for lobbyCrystalwarrior
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-20Remove QtApng dependencyCrystalwarrior
2020-01-17Network effects folder so you don't need to modify your own char.ini to see ↵Crystalwarrior
custom effects
2020-01-15Separate screenshake options button from effects options buttonCrystalwarrior
Add a color logging option button Update version to 2.8.2
2020-01-15i am REtArdCrystalwarrior
Fixed a major bug that crashed the clients on chatting + broke a lot of assets because of a single `.` boi anywhere in the filepath.
2020-01-03Remove borders for chatlogsCrystalwarrior
2019-12-28Allow colors in server chatlogsCrystalwarrior
2019-12-27excuse me what the fuckCrystalwarrior
2019-12-27UGH I BROKE BACKWARDS COMPATIBILITY NOW I'M SCRAMBLING TO FIX ITCrystalwarrior
2019-12-06Update readme with wiki linkCrystalwarrior
2019-12-05Add a message delay modifier when punctuation is reached to simulate Ace ↵Crystalwarrior
Attorney 1 chat parsing (replicating the effect where characters would make a short pause, as if saying the line out loud) TODO: Make this a configurable thing
2019-11-22actually fix the chat instead of breaking itCrystalwarrior
2019-11-21Set version to 2.8.1 woop woopCrystalwarrior
2019-11-18Fix a bug where user would be unable to speak if the BG changed when someone ↵Crystalwarrior
else was speaking Make it so blip sounds are accessed in base/sounds/blips/* if such a path exists
2019-11-04"temporarily" simplify code by stripping long since botched and unused AO1 ↵Crystalwarrior
backwards compatibility
2019-11-04Fix the sound bonanza so they actually playCrystalwarrior
sfx player and blip player now both account for extension-less sound paths and also correctly handle paths that do provide the extension.
2019-11-04Fix screenshaking only shaking down rightCrystalwarrior
2019-11-04add .opus supportCrystalwarrior
2019-11-04If def/pro/jud/hld/hlp are missing, put the character in pos wit instead of ↵Crystalwarrior
showing broken bg.
2019-11-04Make the music search bar search in music metadata instead of just the ↵Crystalwarrior
displayed name (aka the filepath) Make sfx player able to play sfx without the file extension provided Allow blipsounds to seek in blips/ folder to allow better categorization, as well as direct sound references add get_emote_blip for detecting the blipsound used by an emote. Currently unused. Less strict/hardcoded custom objection detection system Allow system (charid -1) messages, and don't do the same message detection on blankposting Allow objection, hold it, take that and custom sound players to detect sounds that are not exclusively .wav
2019-10-23Merge branch 'master' of https://github.com/Crystalwarrior/KFO-ClientCrystalwarrior
2019-10-23Allow gender (blip sounds) that don't use sfx-blip naming conventionCrystalwarrior
Fix "prezoom" packet being ignored Allow char.ini's to indicate a zoom w/ preanimation by using emote_mod=4 ((ALL OF THESE ARE UNTESTED - TESTING NEEDED!))
2019-10-22Update README.mdCrystalwarrior
2019-10-22Update README.mdCrystalwarrior
2019-10-22Update README.mdCrystalwarrior
2019-10-20oopsCrystalwarrior