| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-10 | Initial merge of Case Cafe 1.4.1 into mainline | oldmud0 | |
| 2018-11-04 | removed redundant linker argument | argoneus | |
| 2018-11-04 | fixed project file to use qapng and discord rpc correctly | argoneus | |
| 2018-11-02 | Updated README to talk about the 1.4.1 update. | Cerapter | |
| 2018-11-02 | A safety measure regarding the IC commands `/a` and `/s`. | Cerapter | |
| Made it so they actually require the command plus a space, so that things like `/area` in IC don't get caught. | |||
| 2018-11-02 | Reverted the full stop silence feature. | Cerapter | |
| With 3D characters, it made the game lag too much -- really wasn't worth it. | |||
| 2018-11-02 | Don't fix what's doubly broken: Emote dropdown. | Cerapter | |
| Made it so that emote dropdown only responds to activation, instead of index changing, i.e., reverted to previous behaviour. Emote changing already had a failsafe for the emote dropdown index changing, which activated even when you clicked on the emotes. That made it so that you'd get the Pre button ticked on emotes that didn't have 'em, and vice versa. | |||
| 2018-10-26 | Merge pull request #32 from Cerapter/vanilla-loadingprogress | oldmud0 | |
| Loading progress bar fix on server join. | |||
| 2018-10-26 | Loading progress fix on server join. | Cerapter | |
| The display of the loading bar is now smoother, by placing the loading value modification (and the according `set_loading_value()` call) inside the for loops. It now accurately depicts the current loading progress. | |||
| 2018-10-23 | Added support for the stenographer role in case alerts. | Cerapter | |
| 2018-10-23 | Support for case alerts serverside. | Cerapter | |
| - Users can use an ingame button to alert people of cases. | |||
| 2018-10-23 | Client can now accept case alerts. | Cerapter | |
| - Settings has a new tab with casing settings. - Can set when the game should alert of cases. - In game tickbox to toggle if you should be alerted of cases. | |||
| 2018-10-23 | Fixed a bug regarding ARUP that caused crashes. | Cerapter | |
| 2018-10-23 | Changed dropdown menus so they activate even if you click an item in them. | Cerapter | |
| 2018-10-23 | The connect button is disabled until you get an FL package from a server. | Cerapter | |
| 2018-10-23 | Fixed charselect showing the wrong amount of characters on its list, version ↵ | Cerapter | |
| bump. | |||
| 2018-10-23 | Fixed the fullstop-silence bug. | Cerapter | |
| Made it so that characters correctly switch to-and-fro idle / talking anims during full stops, and don't interrupt non-interrupting pres. | |||
| 2018-10-23 | Moved bassopus stuff to its own function. | Cerapter | |
| Not that it works, so whatever. | |||
| 2018-10-20 | Merge pull request #7 from Iamgoofball/kick_reason | wewlad1 | |
| [Requires 2.6.0] Adds reason support for kicks and bans to the client. | |||
| 2018-10-20 | Merge pull request #6 from Iamgoofball/apng_tes | wewlad1 | |
| APNG Support/2.6.0 | |||
| 2018-10-17 | Adds reason support for kicks and bans to the client. | iamgoofball | |
| 2018-10-17 | fixes | iamgoofball | |
| 2018-10-17 | fixes (TM) | iamgoofball | |
| 2018-10-17 | version to 2.6.0 | iamgoofball | |
| 2018-10-17 | APNG Support | iamgoofball | |
| 2018-10-16 | Merge pull request #5 from Iamgoofball/patch-1 | wewlad1 | |
| Fixes opus, adds opus and mp3 support to ini SFX, thanks Longbyte | |||
| 2018-10-16 | Opus on SFX | iamgoofball | |
| 2018-10-15 | forgot to bump the version number | iamgoofball | |
| 2018-10-15 | build fix | iamgoofball | |
| 2018-10-14 | fixes opus courtesy of longbyte1 | Iamgoofball | |
| 2018-10-03 | Added support for opus files on Linux. | Cerapter | |
| 2018-09-30 | I totally forgot this, it seems. | Cerapter | |
| 2018-09-28 | Made it so that AOCharMovie accepts both excessively wide and excessively ↵ | Cerapter | |
| tall sprites. They are resized and centered appropriately. | |||
| 2018-09-24 | Added the ability to change the showname's colour. | Cerapter | |
| 2018-09-23 | Some UI bugfixes in regards to custom client features shown + nonint-pre fixes. | Cerapter | |
| 2018-09-23 | Generalised the music extension remover. | Cerapter | |
| 2018-09-20 | Made objections not necessarily play a pre, unless you have Pre ticked. | Cerapter | |
| 2018-09-20 | Full stops force the idle anim to play. | Cerapter | |
| 2018-09-20 | Added the ability to give characters custom realisation sounds. | Cerapter | |
| 2018-09-20 | ...And the same with the client, too! | Cerapter | |
| 2018-09-20 | Fixed a small bug regarding music changes while shownamed. | Cerapter | |
| 2018-09-20 | Updated the readme. | Cerapter | |
| 2018-09-20 | Rolled 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-19 | Bumed version to 1.4.0 | Cerapter | |
| 2018-09-18 | Fixed OOC messages they sent not showing for the CM in other areas. | Cerapter | |
| 2018-09-18 | Fixed a typo. | Cerapter | |
| 2018-09-18 | CMs now get `/rollp` results + KK and KB package. | Cerapter | |
| 2018-09-18 | BEGINNINGS! 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-18 | Minor fix regarding area's being locked. | Cerapter | |
| 2018-09-17 | Send the banned package to banned users. | Cerapter | |
