| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-26 | Make 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-25 | Change @ 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-15 | Merge branch 'master' into pr/104 | sD | |
| 2020-03-14 | add placeholder to OOC chat message box | in1tiate | |
| 2020-03-12 | Add a search bar for server list | Crystalwarrior | |
| 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-08 | add theme support | in1tiate | |
| 2020-03-07 | rename fallback chatbox | sD | |
| 2020-03-07 | add support for 2.4-style chatboxes | in1tiate | |
| 2020-03-06 | Fix the rightclick options for editing files not working | Crystalwarrior | |
| 2020-03-06 | Merge branch 'master' into music_list_update | stonedDiscord | |
| 2020-03-06 | Fix a bug where you couldn't join servers from your favorites list | Crystalwarrior | |
| Make column 0 the area index instead so that the areas take the full width of the treewidget | |||
| 2020-03-01 | full music path in log | stonedDiscord | |
| 2020-02-24 | Make 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-23 | rename modcalls | sD | |
| 2020-02-23 | loading lost in translation | sD | |
| 2020-02-23 | what was graphmeme even fot | sD | |
| 2020-02-23 | the charselect works again | sD | |
| 2020-02-21 | only load bass plugins when bass is included | sD | |
| 2020-02-21 | combine these conditions | sD | |
| 2020-02-21 | remove fuck | sD | |
| 2020-02-21 | Merge branch 'master' into 2.7 | stonedDiscord | |
| 2020-01-17 | Network effects folder so you don't need to modify your own char.ini to see ↵ | Crystalwarrior | |
| custom effects | |||
| 2020-01-15 | Separate screenshake options button from effects options button | Crystalwarrior | |
| Add a color logging option button Update version to 2.8.2 | |||
| 2020-01-03 | Remove borders for chatlogs | Crystalwarrior | |
| 2019-12-28 | Allow colors in server chatlogs | Crystalwarrior | |
| 2019-12-27 | excuse me what the fuck | Crystalwarrior | |
| 2019-12-27 | UGH I BROKE BACKWARDS COMPATIBILITY NOW I'M SCRAMBLING TO FIX IT | Crystalwarrior | |
| 2019-12-05 | Add 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-22 | actually fix the chat instead of breaking it | Crystalwarrior | |
| 2019-11-18 | Fix 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-04 | Fix the sound bonanza so they actually play | Crystalwarrior | |
| 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-04 | Fix screenshaking only shaking down right | Crystalwarrior | |
| 2019-11-04 | If def/pro/jud/hld/hlp are missing, put the character in pos wit instead of ↵ | Crystalwarrior | |
| showing broken bg. | |||
| 2019-11-04 | Make 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-23 | Allow gender (blip sounds) that don't use sfx-blip naming convention | Crystalwarrior | |
| 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-20 | Fix input bg's not being transparent | Crystalwarrior | |
| FIx chat_tick_timer not stopping when you receive a bg | |||
| 2019-10-12 | Allow 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-12 | Properly 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-08 | Allow -1 charid messages to be sent (system/server messages) UNTESTED | Crystalwarrior | |
| 2019-10-06 | Fix music display not displaying a stripped down version of the song name | Crystalwarrior | |
| 2019-10-06 | Courtroom Fonts can now have the "sharpness" setting (pixelated/no anti alias) | Crystalwarrior | |
| 2019-10-06 | Fix 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-05 | Merge branch 'bass-hell' | Crystalwarrior | |
| 2019-10-05 | I HAVE CONQUERED BASS HELL | Crystalwarrior | |
| 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-05 | Meme 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-03 | Fix 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-03 | Remove /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-03 | Add support for backgrounds outside of predefined positions, grabbing the ↵ | Crystalwarrior | |
| overlay from X_overlay.png/.gif/.webp/etc. | |||
| 2019-10-02 | Add 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) | |||
