Commit Graph

2169 Commits

Author SHA1 Message Date
David Skoland
027f95decc adjusted functions to reflect change in get_case_sensitive_path 2018-11-17 20:26:12 +01:00
David Skoland
fddb72950e reworked get_case_sensitive_path to be recursive 2018-11-17 20:11:59 +01:00
David Skoland
06c7a95bc2 changed variable names for clarity 2018-11-17 18:57:35 +01:00
David Skoland
ee4b9acfeb fixed get_sounds_path as well + nuked the last unneccessary tolower calls 2018-11-16 02:37:57 +01:00
David Skoland
727c39a1df small fixes and removing compiler warnings 2018-11-16 02:26:47 +01:00
David Skoland
8ffdd2afb8 refactored path functions and added support for case-sensitive filesystems 2018-11-16 02:01:08 +01:00
David Skoland
11c2f258eb removed legacy for char icons 2018-11-16 01:02:55 +01:00
David Skoland
051c8975ec added case insensitive path function for those filesystems 2018-11-15 23:56:58 +01:00
David Skoland
e9eefee1da added extra define case in main.cpp for case-sensitive file systems 2018-11-15 23:11:12 +01:00
oldmud0
8d61f6007e Remove AOV-specific changes 2018-11-12 15:18:23 -06:00
oldmud0
bc5eaa888b Merge history from argoneuscze/master 2018-11-11 20:24:10 -06:00
oldmud0
33cae53665 Merge AOV 2.5.1 into mainline 2018-11-10 23:50:51 -06:00
oldmud0
de9bdceec7 Remove patch file 2018-11-10 23:24:28 -06:00
oldmud0
de348c22d5 Coalesce server changes into patch file (this is not a monorepo) 2018-11-10 23:15:54 -06:00
oldmud0
56ec03a23a Clean up style of merged in code 2018-11-10 23:08:43 -06:00
oldmud0
c7a58f89b1 Initial merge of Case Cafe 1.4.1 into mainline 2018-11-10 12:36:12 -06:00
argoneus
64aad25069 removed redundant linker argument 2018-11-04 19:53:28 +01:00
argoneus
021d89c065 fixed project file to use qapng and discord rpc correctly 2018-11-04 19:37:04 +01:00
Cerapter
57736ad24b Updated README to talk about the 1.4.1 update. 2018-11-02 17:01:21 +01:00
Cerapter
1f8b4944ca A safety measure regarding the IC commands /a and /s.
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 15:28:31 +01:00
Cerapter
e8bb1f1e49 Reverted the full stop silence feature.
With 3D characters, it made the game lag too much -- really wasn't worth
it.
2018-11-02 15:15:07 +01:00
Cerapter
a7fa843bd3 Don't fix what's doubly broken: Emote dropdown.
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-11-02 15:08:39 +01:00
oldmud0
3ef743da7b
Merge pull request #32 from Cerapter/vanilla-loadingprogress
Loading progress bar fix on server join.
2018-10-26 16:37:25 -05:00
Cerapter
91c8e04bde Loading progress fix on server join.
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-26 19:11:29 +02:00
Cerapter
962289793d Added support for the stenographer role in case alerts. 2018-10-23 16:34:39 +02:00
Cerapter
de8badc9a6 Support for case alerts serverside.
- Users can use an ingame button to alert people of cases.
2018-10-23 16:15:15 +02:00
Cerapter
660daf9922 Client can now accept case alerts.
- 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 14:54:36 +02:00
Cerapter
3844827724 Fixed a bug regarding ARUP that caused crashes. 2018-10-23 11:49:31 +02:00
Cerapter
bbf8d103b3 Changed dropdown menus so they activate even if you click an item in them. 2018-10-23 10:52:59 +02:00
Cerapter
fc72ff4234 The connect button is disabled until you get an FL package from a server. 2018-10-23 10:39:54 +02:00
Cerapter
bed38e0b7f Fixed charselect showing the wrong amount of characters on its list, version bump. 2018-10-23 10:06:04 +02:00
Cerapter
3f41ed1341 Fixed the fullstop-silence bug.
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 09:51:53 +02:00
Cerapter
546d3c8970 Moved bassopus stuff to its own function.
Not that it works, so whatever.
2018-10-23 09:33:58 +02:00
wewlad1
2c5ef116eb
Merge pull request #7 from Iamgoofball/kick_reason
[Requires 2.6.0]  Adds reason support for kicks and bans to the client.
2018-10-20 08:22:33 -07:00
wewlad1
c3db67c643
Merge pull request #6 from Iamgoofball/apng_tes
APNG Support/2.6.0
2018-10-20 08:21:11 -07:00
iamgoofball
2ba3e86a1d Adds reason support for kicks and bans to the client. 2018-10-17 17:19:52 -07:00
iamgoofball
462ece38c7 fixes 2018-10-17 15:16:47 -07:00
iamgoofball
5325083b6f fixes (TM) 2018-10-17 09:44:15 -07:00
iamgoofball
ad27e00433 version to 2.6.0 2018-10-17 08:27:17 -07:00
iamgoofball
b56421365a APNG Support 2018-10-17 08:11:52 -07:00
wewlad1
7e20b50b4f
Merge pull request #5 from Iamgoofball/patch-1
Fixes opus, adds opus and mp3 support to ini SFX, thanks Longbyte
2018-10-16 03:18:51 -07:00
iamgoofball
d1347b2243 Opus on SFX 2018-10-16 01:22:07 -07:00
iamgoofball
4858904d11 forgot to bump the version number 2018-10-15 23:56:19 -07:00
iamgoofball
af19ee5688 build fix 2018-10-15 23:18:20 -07:00
Iamgoofball
0fab6785e6
fixes opus courtesy of longbyte1 2018-10-14 17:38:54 -07:00
Cerapter
265714d9d5 Added support for opus files on Linux. 2018-10-03 21:24:13 +02:00
Cerapter
8138068d51 I totally forgot this, it seems. 2018-09-30 00:11:42 +02:00
Cerapter
5930bf569b Made it so that AOCharMovie accepts both excessively wide and excessively tall sprites.
They are resized and centered appropriately.
2018-09-28 16:14:44 +02:00
Cerapter
c17fe46e76 Added the ability to change the showname's colour. 2018-09-24 22:00:16 +02:00
Cerapter
795dea1ad2 Some UI bugfixes in regards to custom client features shown + nonint-pre fixes. 2018-09-23 14:09:10 +02:00