aboutsummaryrefslogtreecommitdiff
path: root/courtroom.cpp
AgeCommit message (Collapse)Author
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-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-04The server now announces what features it has.Cerapter
I'm not sure why I did this.
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-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-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-08-24Fixed a Windows bug where there was no way to get back to the default audio ↵Cerapter
device.
2018-08-19Moved includes out of the CPP files into the header files.Cerapter
Reimplementation of `30a87d23c9c63bed072b3460e7482075dc530b2c` from the old origin.
2018-08-19Ability to toggle Discord RPC.Cerapter
Reimplementation of `bed0b55e70f13adf772584fc0d31ebfe59597115` from old origin.
2018-08-19Minor fix: the default showname is now correctly the name of the character.Cerapter
2018-08-17Fixed an issue with the audio output change not registering.Cerapter
2018-08-16Minor fix regarding the /pos command and the NG/G buttons.Cerapter
2018-08-16Guilty / Not Guilty buttons for the judge position.Cerapter
2018-08-16Fixed a bug regarding the log limit being zero.Cerapter
- This also returned the previous behaviour when the log limit is zero, that is, no log limit is applied then.
2018-08-16Fixed extra linebreaks after songchange in IC.Cerapter
2018-08-14Fixed a minor linebreak bug in the IC chatlog.Cerapter
2018-08-14Fixed chatlog not working properly.Cerapter
2018-08-14Fixed a bug where the music being played would depend on the row selected.Cerapter
2018-08-10Music changing now shows your custom showname, if set.Cerapter
2018-08-09Settings menu avaiable through ingame means + IC beautification.Cerapter
- Changing songs is now done in italics.
2018-08-08Clientside now no longer displays '.mp3' at the end of every song mention.Cerapter
2018-08-08config.ini functioning changed.Cerapter
- Now the program uses the QSettings class to manipulate the `config.ini`. - Support for multiple audio devices and options menu started.
2018-08-07Inline blue text now stops the character from talking.Cerapter
2018-08-07Log limit bugfixes.Cerapter
- Log limit is now correctly applied in both directions. - Log direction now cannot be changed by rewriting the ini mid-game.
2018-08-03Static linking for Windows.Cerapter
2018-07-30Removed the now unneeded reloading of log limits on theme reload.Cerapter
2018-07-29Modified the centering behaviour.Cerapter
Now only the two beginning tildes get removed. This is so that people can do location and time announcements.
2018-07-28Allow the toggling of custom shownames.Cerapter
Don't forget to enable it in a theme.
2018-07-28Fixed a big stack bug that softlocked the game.Cerapter
2018-07-28The colour purple has been changed to cyan.Cerapter
2018-07-28Limit modcall reason size to 100.Cerapter
2018-07-28Allow changing of shownames.Cerapter
Don't forget to set the size and position of the name input in a theme.
2018-07-28Max OOC name limited, unnecessary variable removed.Cerapter
2018-07-28In-game log limit changer + enabling other full text colours.Cerapter
2018-07-27The log now has an option to go both ways.Cerapter
- Due to the log's nature, this must be set manually in one's `config.ini`.
2018-07-27'Call mod' button now pops up a dialog.Cerapter
- Allows for cancelling calling a mod if it was a mistake. - Allows for giving a reason for the call, optionally. - **Obviously needs server-side support, too, to work.**
2018-07-27Ability to set a default username added.Cerapter
- Done by adding a `default_username = whatever` to your `config.ini`. - `whatever` can be any string. - If nothing is given, it defaults to the, uh, default nothing.
2018-07-26Text speed modifier.Cerapter
- 7 different speeds. - `{` turns the speed down. - `}` turns the speed up!
2018-07-26Orange is now |, comments for text features.Cerapter
2018-07-26Fixed a bug with inline blue, added whispering.Cerapter
Furthermore, there are no longer any checks on the yellow and the rainbow colours, they are available from the getgo.
2018-07-26Fixed the parenthesis bug.Cerapter
2018-07-26Changed the green inline colour's symbol to backwards apostrophe.Cerapter