aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-10-20Version 2.8.0.5Crystalwarrior
Add Killing Fever Online icon (mac icon not updated yet)
2019-10-20Fix input bg's not being transparentCrystalwarrior
FIx chat_tick_timer not stopping when you receive a bg
2019-10-13Fix an issue with "missing desk" not properly replacing last_image (making ↵Crystalwarrior
everyone's desk break from pos hld to def/wit/pro)
2019-10-12Version 4Crystalwarrior
2019-10-12Allow area list to contain metadata (as well as categories for future expansion)Crystalwarrior
Fix backwards compatibility breaking when you join a server that doesn't support effects after previously joining a server that does
2019-10-12Properly handle "true song name" even with folders/categories and file ↵Crystalwarrior
formats (paving way for folder-categorized music lists set up by servers) Prevent BG's from falling back on default BG path (this isn't really user-convenient and causes more trouble than its worth, e.g. stands appearing on BG's that dont' want stands to appear) Implement Case Cafe's method of categorization for (a) and (b) emotes
2019-10-08Allow -1 charid messages to be sent (system/server messages) UNTESTEDCrystalwarrior
2019-10-06Fix music display not displaying a stripped down version of the song nameCrystalwarrior
2019-10-06Courtroom Fonts can now have the "sharpness" setting (pixelated/no anti alias)Crystalwarrior
2019-10-06Fix some edge cases where the AOChar qlabel is moved around in weird ways ↵Crystalwarrior
(reload theme still puts qlabel at 0,0 without centering) Fix a full message of speed 0 not properly displaying itself
2019-10-05version 3Crystalwarrior
2019-10-05Merge branch 'bass-hell'Crystalwarrior
2019-10-05I HAVE CONQUERED BASS HELLCrystalwarrior
BEHOLD, LOOP_START AND LOOP_END MUSIC POINTS! It reads the songname.mp3.txt file, looking for loop_start, loop_length and loop_end in samples MUSIC EFFECTS SYSTEM THAT CAN ***COMMUNICATE WITH THE SERVER***, WOAHHHHHHHHH! RIGHT-CLICK CONTEXT MENUS TO ENABLE/DISABLE SPECIFIC MUSIC EFFECTS MUSIC EFFECTS ENUMS Fix an issue with music looping
2019-10-05Meme fix to <>, ~~ and ~> parsing (does not fully solve the issue but at ↵Crystalwarrior
least hides it from the user) Allow ascii characters to be used for color dropdown symbols
2019-10-04fucking hell it's not accurate and doesn't match the absolute quality when ↵Crystalwarrior
it's played back in audacity jesus christ will the torture ever end
2019-10-03Fix move func making characters slowly move to the left every frame on ↵Crystalwarrior
animated chars which are sized differently from viewport Add a new get_qfont function Fix message box font being different from every other font due to incorrect font loading scheme Fix ui_evidence_save and ui_evidence_load tooltips being wrong
2019-10-03Inject wholesomeCrystalwarrior
2019-10-03Remove /rainbow as clientside slash commands are cursed. I shall purge all ↵Crystalwarrior
clientside slash command memery soon... Fix /save_case iterating from last to first instead of first to last Implement private evidence saving/loading to and from an .ini file
2019-10-03Positional evidence implemented. Click a button to change between ↵Crystalwarrior
private/global evidence list. There's also a button to transfer evidence to global/private, context sensitive. TODO: Save/load private evidence list
2019-10-03Add support for backgrounds outside of predefined positions, grabbing the ↵Crystalwarrior
overlay from X_overlay.png/.gif/.webp/etc.
2019-10-02Add rightclick context menus to sfx dropdown, iniswap dropdown and effects ↵Crystalwarrior
dropdown to open the ini's and respective folders try to fix settings menu (I failed)
2019-10-02Rewrite pairing character ordering logic to instead operate based on a ↵Crystalwarrior
user-accessible drpodown menu (it's a dropdown for the future when there's more options) Fix current charmovie breaking offsets Make pairing offsets applicable even without a pairing partner, making it a generic offset Fix the chat message hardcoding max colors to 8 (when it should be max_colors) Come up with a way to convey the ordering information without creating an extra new packet in a cool way (backwards compatibility AND less clutter!) More info on the evidence_x and evidence_ok tooltips Don't mute music when you switch to CSS anymore
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-10-01Make screenshakes work with preanim delaysCrystalwarrior
2019-10-01Fix some read_file errors on effect loadingCrystalwarrior
Make FM packet only fetch music, and new FA packet to fetch areas (this way you don't have to reload the entire music list just to get new areas) Fix a possible segfault with emote lists if emote list size is bad Hide casing button if server doesn't support casing Hide the remove buttons by default for iniswaps and sfx list so they're not clickable when they shouldn't be Prevent background from being displayed unless the server asked us to Fix some redundancy surrounding current_side Rework music list so list_music doesn't care about search bar and the hiding is actually done in the search function Implement text centering, rightening and justifying Fix text scrolling meme that happened with \n and skipped chars Fix the pos dropdown not actually caring if you selected jur and sea pos. Fix the pos dropdown sending like a million packets when scrolled through. Prevent characters from being incorrectly resized if a different-scaled character speaks Fix character select screen letting you choose characters that the server doesn't want us to be
2019-09-29Bump up version numbers to 2.8.0Crystalwarrior