aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-30I totally forgot this, it seems.Cerapter
2018-09-28Made it so that AOCharMovie accepts both excessively wide and excessively ↵Cerapter
tall sprites. They are resized and centered appropriately.
2018-09-24Added the ability to change the showname's colour.Cerapter
2018-09-23Some UI bugfixes in regards to custom client features shown + nonint-pre fixes.Cerapter
2018-09-23Generalised the music extension remover.Cerapter
2018-09-20Made objections not necessarily play a pre, unless you have Pre ticked.Cerapter
2018-09-20Full stops force the idle anim to play.Cerapter
2018-09-20Added the ability to give characters custom realisation sounds.Cerapter
2018-09-20...And the same with the client, too!Cerapter
2018-09-20Fixed a small bug regarding music changes while shownamed.Cerapter
2018-09-20Updated the readme.Cerapter
2018-09-20Rolled all the special IC stuff into one FL packet piece.Cerapter
So now, a standard CCCC server uses three bonus packets: `modcall_reason`, `cccc_ic_support` and `arup`.
2018-09-19Bumed version to 1.4.0Cerapter
2018-09-18Fixed OOC messages they sent not showing for the CM in other areas.Cerapter
2018-09-18Fixed a typo.Cerapter
2018-09-18CMs now get `/rollp` results + KK and KB package.Cerapter
2018-09-18BEGINNINGS! of the multi-CM system.Cerapter
- Allows people to become CMs of multiple areas. - Allows people to appoint CMs besides themselves using `/cm id]`. - CMs can now freely leave the areas they CM in without losing CM status. - CMs that own an area, but aren't there, still show up in them when using `/getarea` with the `[RCM]` = Remote Case Manager tag. - CMs get all IC and OOC messages from their areas. - CMs can use `/s` to send a message to all the areas they own, or `/a [area_id]` to send a message only to a specific area. This is usable both IC and OOC.
2018-09-18Minor fix regarding area's being locked.Cerapter
2018-09-17Send the banned package to banned users.Cerapter
2018-09-17Added the ability to name an author / authors for loaded cases.Cerapter
2018-09-17Added the ability to set a default status and a CM doc for loaded cases.Cerapter
2018-09-16Websocket update.Cerapter
2018-09-15`/load_case` command to quickly load cases.Cerapter
2018-09-15Changed how `/rollp` works, now announces the results to CM too.Cerapter
2018-09-15Too big sprites now get scaled down smoothly, while too small ones keep ↵Cerapter
their sharpness as they're expanded.
2018-09-15Forbade spectators from interacting IC.Cerapter
2018-09-15The IC chatlog can now show both name and showname, and can be exported.Cerapter
- Toggle the 'Custom shownames' tickbox to switch between real names and custom shownames. - Type `/save_chatlog` in the OOC to export your IC chatlog into a file. - Exporting the chatlog will append the date and time of the message, too.
2018-09-15Auto-reset an area's status to idle if it empties out.Cerapter
2018-09-15Server messages are now coloured differently.Cerapter
2018-09-15Areas can now be spectatable, too.Cerapter
- Makes it so that people can join, but can't type IC unless invited. - The CM can set it with `/area_spectate`.
2018-09-15Public-facing area commands now announce who used them.Cerapter
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