aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-15Revert "Removed the dependency on `bass.dll`."Cerapter
This reverts commit fe955d692350cd3bac192721c09d8fdd445afc5d.
2018-09-15Revert "I should probably remove bass for real."Cerapter
This reverts commit adb32a0dca1a0d811da01704168421538aedbfc2.
2018-09-15Revert "`QMediaPlayer` instead of `QSoundEffect` for SFX and blips."Cerapter
This reverts commit 1124d6b073546bacd58bce640bbcc08db4f8b341.
2018-09-15Fixed bugs regarding noninterrupting pres.Cerapter
- They are now actually non-interrupting when an interjection is played. - Realisation now happens at the start of the message if the pre is non-interrupting.
2018-09-07Lowered the prosecutor / defence characters, so they don't float above some ↵Cerapter
desks.
2018-09-06Added the ability for mods and CMs to force non-interrupting pres in areas.Cerapter
2018-09-06`/allow_blankposting` now catches ~~ too + CMs can use redtext now as well.Cerapter
2018-09-05Non-interrupting pres.Cerapter
2018-09-05Inline text now also obey `misc` rules.Cerapter
2018-09-05`misc` folder given purpose as the 'default' for shouts and chatboxes.Cerapter
- Default bubbles. - Default shout sounds. - Custom chatbox. - Custom colours for the chatbox. - No need to have duplicate files of bubbles and shouts all over the character folders.
2018-09-04Added `jur` and `sea` positions.Cerapter
2018-09-04Blankpost filter is now more agressive + check for typing ' /' in OOC.Cerapter
2018-09-04The server now announces what features it has.Cerapter
I'm not sure why I did this.
2018-09-04`QMediaPlayer` instead of `QSoundEffect` for SFX and blips.Cerapter
Maybe temporary.
2018-09-04Removed the specific check on `hld` in pairs.Cerapter
Perhaps a better solution may present itself later.
2018-09-04Fixed the zoom and the `hld` pos with double characters.Cerapter
2018-09-04I should probably remove bass for real.Cerapter
2018-09-04Finished the moving of ini handling to QSettings.Cerapter
Though this was started before anything on our end, still, this finish is once again 100% Gameboyprinter's work, it's just reimplemented here to match our client.
2018-09-04Removed android.Cerapter
2018-09-04Fixed an argument reading error regarding `/charcurse` + `/randomchar` ↵Cerapter
support for it.
2018-09-04Removed the dependency on `bass.dll`.Cerapter
This is merely a reimplementation of Gameboyprinter's changes on the main thing. The only thing that's different from that one is that the options menu has had its audio device removed, too.
2018-09-03Validation nightmare.Cerapter
2018-09-03`/charcurse`, `/uncharcurse` and `/charids` commands.Cerapter
Curses a player to only be able to use the given characters.
2018-09-03Area list added.Cerapter
- Accessible with the ingame A/M button, or by `/switch_am`. - The music list now only lists music. - The area list lists the areas. - It describes general area properties (playercount, status, CM, locked). - Automatically updates as these change. - Clicking on an area behaves the same way as clicking on an area in the music list previously did.
2018-09-03'Call mod' button can now send argumentless modcalls again.Cerapter
This stopped the client from being able to call a mod in vanilla servers before.
2018-09-03Dual characters on screen Part 2.Cerapter
- UI option to change pairup. - Fixed a bug on the prosecution side. - Dual characters now allow for iniswapped characters. - Zooming now doesn't stay on the field, instead, the game defaults to the last emote.
2018-09-03Dual characters on screen Part ICerapter
The basics have been laid out. - Communication about the second character established. - Pairing sytem made. - Placement system of the second character implemented. Needs: - More testing. - A workable UI. - Fix for zooms.
2018-09-02Mate `/mute` and `/unmute` clearer.Cerapter
2018-09-02Fixed `/mods` showing all the areas that don't have mods.Cerapter
2018-09-02Curse added: `/shake id`, `/unshake id`.Cerapter
Randomises word order in IC and OOC chat.
2018-09-02Stopped people from pretending to say a modchat message.Cerapter
2018-09-02Logging update.Cerapter
2018-09-01Unmute fix, `/getarea` prettying.Cerapter
2018-09-01`/getarea` expanded to show info from `/area`.Cerapter
2018-09-01Character selection enhancements.Cerapter
- Changing areas or switching characters updates the character availability list for everyone. - Taken and passworded on by default.
2018-08-30Stopped people from using Unicode format characters to pretend to be the server.Cerapter
2018-08-29Added the ability to have a character not have a showname at all on clientside.Cerapter
It can be done by adding `needs_showname = false` into the character's `char.ini` file.
2018-08-29Fixed jukebox not emptying on toggle, and mod actions on multiple IPIDs.Cerapter
2018-08-29`/ban`, `/kick`, `/mute`, `/unmute`, `/unban` now allow for multiple people.Cerapter
Their IPIDs should be appended after one another with a space inbetween, so: `/ban 45123 42130 39212` for example. Further, they now all lead through the user as to what they're doing.
2018-08-28Fixed a crash caused by `/charselect`.Cerapter
2018-08-27Additional jukebox check just in case someone is alone, but is choosing ↵Cerapter
different songs.
2018-08-27Jukebox fixes: clear on toggle, don't show 'has played' with one person.Cerapter
2018-08-26Support for animated backgrounds.Cerapter
2018-08-26Updated the readme to 1.3.1 features.Cerapter
2018-08-24Blankposting is allowed again if an area loses its CM somehow.Cerapter
2018-08-24`/getarea` now shows the CM, `/jukebox_toggle` and `/jukebox_skip` are now ↵Cerapter
CM commands as well.
2018-08-24Fixed a Windows bug where there was no way to get back to the default audio ↵Cerapter
device.
2018-08-24Jukebox and area locking bugfixes.Cerapter
2018-08-21Added the command list link to `/help`.Cerapter
2018-08-19Icon change.Cerapter