aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-06bumped version to 2.5.1argoneus
2018-08-06fixed blank lines in IC logargoneus
2018-08-06Merge pull request #2 from argoneuscze/modcall_reasonwewlad1
Added check for empty reason for modcalls
2018-08-06refactored modcall reason, added check for empty textargoneus
2018-08-06Merge pull request #1 from argoneuscze/modcall_reasonwewlad1
Added support for modcall reasons
2018-08-03Showname fix, case insensitive commands.Cerapter
- Fixed a problem wherein if you had 'Custom shownames' on, your client would display the foldernames of characters if their user hadn't given temselves a custom showname, instead of the character's showname.
2018-08-03Static linking for Windows.Cerapter
2018-08-03added #% for consistencyargoneus
2018-08-03changed Attorney Online 2 to Attorney Online Vidyaargoneus
2018-08-03bumped version to 2.5.0argoneus
2018-08-03added modcall_reason as a FL featureargoneus
2018-07-31fixed memory leakargoneus
2018-07-31added modcall reasonargoneus
2018-07-31Fixed a bug where shownames would always be forbidden.Cerapter
2018-07-31Added the tsuserver3 files necessary to support this custom client.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-27Merge pull request #24 from ghostfeesh/version-bumpoldmud0
Bump to 2.4.10, autoscrolling bug fixes
2018-07-28Write off the rest of move_op and friendsghostfeesh
move_op and friends didn't want to cooperate with scrolling
2018-07-28Bump to 2.4.10, autoscrolling bug fixesghostfeesh
2018-07-27Reverse IC log config option (#22)ghostfeesh
The way it should have been. Reverse IC logs, now in configurable in config.ini. Set to false by default. Now you can go up or down as and when you please. (thanks argo for putting up with my trash code)
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-26Prepared alternate colours.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
2018-07-26IC chatlog filtering with awful code-duplication.Cerapter
2018-07-26Added a bunch of features.Cerapter
- 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-26Read log limit maximum from config.ini.Cerapter
2018-07-26Renamed window title.Cerapter
2018-07-26Gitignore updated.Cerapter
2018-07-05Bump to 2.4.9oldmud0
2018-07-05Update config.ini to contain new optionsoldmud0
2018-07-05Merge branch 'discord-toggle'oldmud0
2018-07-05Enable Discord by default if not in config.inioldmud0
2018-07-05Fix hex_functions compile errorsoldmud0
2018-07-05Merge branch 'headers'oldmud0
2018-07-05Merge remote-tracking branch 'upstream/master'oldmud0
2018-07-05pretend you didnt see thisDenton