| Age | Commit message (Collapse) | Author |
|
Introduced trying to fix emoji. This parsing function is cancerous.
|
|
- Don't hide spectator button anymore.
- Make the spectator button properly send the char switch packet.
- Fix the spectator button not properly loading the courtroom and music list etc.
|
|
Fixes #192.
|
|
Yes, all of it.
|
|
|
|
When an `_off` emote button exists without an `_on` counterpart, the client will automatically generate the `_on` button and save it to disk.
Co-authored-by: Cents02 <Cents02@Cents0.me>
Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com>
|
|
redefinition of objection_mod
|
|
* YOU DO NOT BELONG IN THIS PR
GET OUT
Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com>
Co-authored-by: likeawindrammer <31085911+likeawindrammer@users.noreply.github.com>
Co-authored-by: Crystalwarrior <Varsash@Gmail.com>
|
|
* Added Ubuntu 18 backwards compatibility
Co-authored-by: Cents02 <Cents02@Cents0.me>
|
|
|
|
Co-authored-by: Cents02 <Cents02@Cents0.me>
|
|
* If enter is hit with no query it collapses the music list
Co-authored-by: Cents02 <Cents02@Cents0.me>
|
|
Please include this updated Polish translation.
|
|
|
|
|
|
|
|
|
|
It is only logical to say that the user, when not specifying any specific speedline or similar in the theme, then the current theme should be checked first rather than the default theme.
Co-authored-by: Cents02 <Cents02@Cents0.me>
|
|
* Fix #193
By making sure handle_chatmessage_3 calls start_chat_ticking
and thus do_screenshake only after either play_idle or play_talking is called
* Move call to start_chat_ticking to the end of handle_chatmessage_3
|
|
|
|
|
|
Co-authored-by: Cents02 <Cents02@Cents0.me>
|
|
|
|
Simply make the "FADE_OUT" music effect flag by default so more users experience the SMOOTH FADE OUT magic by accident and praise the based client.
|
|
Fix max colors being one int off
|
|
|
|
|
|
* Fix colors in ic logs not parsing HTML properly when log_goes_downwards=false and colorlog=true
* Restore KFO branding
* Reset the settings values when receiving the 'FL' packet. This allows enabling/disabling features at runtime, such as ARUP system.
* Revert "Restore KFO branding"
This reverts commit 7f19b6257a0d75ec1d392b9b8c02a384c8dba43d.
|
|
* Add alignment options for shownames
* Make shownames align to the left by default like before
* Use this branch as an opportunity to fix showname not being resized according to misc/ folder courtroom_design.ini
|
|
|
|
|
|
(Needs review)
|
|
|
|
(WIP)
|
|
* Added apng support for animated background positioning.
* Adjusted the apng background position search.
* Fixed libbassopus.dylib path on MacOS preventing opus files from playing.
|
|
because html doesn't like \n very much so it has to be <br> because that's what HTML does
yea
|
|
issues (#181)
|
|
|
|
|
|
I found this bug like 3 weeks ago but I forgot to actually make a PR for it oops
|
|
More sensible music loop packet configuration
|
|
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.
|
|
effect first instead of trying to find sfx-blipmale in base/general folder, makes using the blips folder more viable. (#173)
|
|
* 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
|
|
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.
|
|
fault!!!
Fix colors being broken
|
|
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".
|
|
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 :^)
|
|
* Readme: link to docs repository
* Move compile and release instructions to new file
* Remove compile and release instructions from readme
|
|
|