Commit Graph

121 Commits

Author SHA1 Message Date
Cerapter
c5d983033e Merged some duplicate functions.
Also brought in another function that specifically filters out inline
formatting characters, so that the append IC text function is a bit more
understandable.
2018-12-12 19:46:13 +01:00
oldmud0
b385babf77 Fix case-insensitive paths on Linux (#34)
Closes #9
2018-11-17 19:57:27 -06: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
oldmud0
c7a58f89b1 Initial merge of Case Cafe 1.4.1 into mainline 2018-11-10 12:36:12 -06: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
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
546d3c8970 Moved bassopus stuff to its own function.
Not that it works, so whatever.
2018-10-23 09:33:58 +02:00
Cerapter
ff0f8c268a Full stops force the idle anim to play. 2018-09-20 23:14:32 +02:00
Cerapter
29c91e63ea The IC chatlog can now show both name and showname, and can be exported.
- 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-15 12:35:01 +02:00
Cerapter
d54064d892 Server messages are now coloured differently. 2018-09-15 03:33:10 +02:00
Cerapter
fcd8f5b5ab Areas can now be spectatable, too.
- Makes it so that people can join, but can't type IC unless invited.
- The CM can set it with `/area_spectate`.
2018-09-15 02:33:18 +02:00
Cerapter
93cd2ad374 Non-interrupting pres. 2018-09-05 17:21:27 +02:00
Cerapter
78c339869d Inline text now also obey misc rules. 2018-09-05 02:25:04 +02:00
Cerapter
becf58dd4f Area list added.
- 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 15:55:34 +02:00
Cerapter
22e0cb8e1a Dual characters on screen Part 2.
- 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-03 12:55:57 +02:00
Cerapter
739142f8dd Dual characters on screen Part I
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-03 03:52:16 +02:00
Cerapter
d314b8dd07 Moved includes out of the CPP files into the header files.
Reimplementation of `30a87d23c9c63bed072b3460e7482075dc530b2c` from the
old origin.
2018-08-19 09:37:34 +02:00
Cerapter
c316e81e0c Reset the default background to default.
Reimplementation of `bed0b55e70f13adf772584fc0d31ebfe59597115` from old
origin.
2018-08-19 09:19:18 +02:00
Cerapter
0368e7dc45 Guilty / Not Guilty buttons for the judge position. 2018-08-16 20:04:19 +02:00
Cerapter
0f8cb919e2 Fixed a bug where the music being played would depend on the row selected. 2018-08-14 17:06:23 +02:00
Cerapter
2aec9710e5 Added character filtering options to the char. select. screen.
- Filtering by name.
- Filtering by availability.
- Filtering by being passworded (though this is unimplemented in AO).
2018-08-13 21:56:02 +02:00
Cerapter
b8dc30a822 The game now keeps every character's icon in memory for a fast character sceen.
Additionally, the loading at the beginning is smoother.
2018-08-13 18:08:43 +02:00
Cerapter
0f2665aabe Settings menu avaiable through ingame means + IC beautification.
- Changing songs is now done in italics.
2018-08-09 21:23:30 +02:00
Cerapter
eca2cd02f4 Inline blue text now stops the character from talking. 2018-08-07 21:10:47 +02:00
Cerapter
f9baa0454d Log limit bugfixes.
- Log limit is now correctly applied in both directions.
- Log direction now cannot be changed by rewriting the ini mid-game.
2018-08-07 19:28:05 +02:00
Cerapter
0561ae7fd6 Allow the toggling of custom shownames.
Don't forget to enable it in a theme.
2018-07-28 23:56:37 +02:00
Cerapter
e8f07c68c2 Allow changing of shownames.
Don't forget to set the size and position of the name input in a theme.
2018-07-28 16:09:54 +02:00
Cerapter
c1807e0888 Max OOC name limited, unnecessary variable removed. 2018-07-28 14:41:42 +02:00
Cerapter
1b70d4d6db In-game log limit changer + enabling other full text colours. 2018-07-28 00:14:57 +02:00
Cerapter
3295e5a78e Text speed modifier.
- 7 different speeds.
- `{` turns the speed down.
- `}` turns the speed up!
2018-07-26 23:51:47 +02:00
Cerapter
8c81a88e13 Fixed a bug with inline blue, added whispering.
Furthermore, there are no longer any checks on the yellow
and the rainbow colours, they are available from the getgo.
2018-07-26 23:19:32 +02:00
Cerapter
f113f8fae8 Added a bunch of features.
- The IC chatlog now goes from top to bottom.
- The same chatlog can be set to a limit by putting 'log_maximum =
100', for example, into the config.ini file.
- Reloading the theme checks for the log limit again.
- If a message starts with '~~' (two tildes), it'll be centered (for
testimony title usage).
- Inline colour options:
- Text between {curly braces} will appear orange.
- Text between (parentheses) will appear blue.
- Text between $dollar signs$ will appear green.
- The symbols can still be got by putting a '\' in front of them.
    - I.e.: \{, \}, \(, \), \$, \\
2018-07-26 14:46:02 +02:00
oldmud0
064cde6759 Merge branch 'discord-toggle' 2018-07-05 21:33:27 -05:00
stonedDiscord
30a87d23c9 moved includes to header files 2018-07-05 19:32:51 +02:00
gameboyprinter
bed0b55e70 Make discord toggleable, OOC name option, default bg fix 2018-07-05 12:21:32 -05:00
David Skoland
0d82ce72fa less tabs more spaces 2018-02-09 01:20:04 +01:00
David Skoland
ebe4968175 removed dirty hack and optimized IC chat 2018-02-08 12:46:06 +01:00
OmniTroid
3a2e0b02f3 added pick evidence image button 2017-06-19 22:49:04 +02:00
OmniTroid
dc79673bee fixed evidence description bug and local mute 2017-06-16 08:16:09 +02:00
OmniTroid
a310728a26 added aoevidencedisplay class. almost done with evidence 2017-05-23 13:20:46 +02:00
OmniTroid
f5e8465311 made evidence description editable + added the present button 2017-05-22 23:35:48 +02:00
OmniTroid
0f206a3de7 finished first part of evidence 2017-05-22 02:05:16 +02:00
OmniTroid
145dfa4f7d added optional pos dropdown 2017-05-21 21:32:38 +02:00
OmniTroid
18afcf9064 added evidence edit and add + incremented version 2017-05-19 00:48:57 +02:00
OmniTroid
8b9d5e3ab7 added basic evidence listing with LE 2017-04-27 19:45:28 +02:00
OmniTroid
48f0440872 started reworking evidence description 2017-04-25 02:24:31 +02:00