aboutsummaryrefslogtreecommitdiff
path: root/text_file_functions.cpp
AgeCommit message (Collapse)Author
2018-11-25Overhaul themeoldmud0
The only thing missing in this commit is a new background. I am waiting for a higher-quality version of the AO logo.
2018-11-17Fix compile-time issues from mergeoldmud0
2018-11-17Fix case-insensitive paths on Linux (#34)oldmud0
Closes #9
2018-11-16fixed get_sounds_path as well + nuked the last unneccessary tolower callsDavid Skoland
2018-11-16refactored path functions and added support for case-sensitive filesystemsDavid Skoland
2018-11-10Merge AOV 2.5.1 into mainlineoldmud0
2018-11-10Clean up style of merged in codeoldmud0
2018-11-10Initial merge of Case Cafe 1.4.1 into mainlineoldmud0
2018-10-23Added support for the stenographer role in case alerts.Cerapter
2018-10-23Client 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-09-20Added the ability to give characters custom realisation sounds.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-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-08-29Added the ability to have a character not have a showname at all on clientside.Cerapter
It can be done by adding `needs_showname = false` into the character's `char.ini` file.
2018-08-19Moved includes out of the CPP files into the header files.Cerapter
Reimplementation of `30a87d23c9c63bed072b3460e7482075dc530b2c` from the old origin.
2018-08-19Discord toggle pt.2.Cerapter
Forgot these.
2018-08-08Added a settings menu.Cerapter
- Cannot be called yet ingame. - Allows the setting of all `config.ini` variables. - Allows the setting of callwords.
2018-08-08config.ini functioning changed.Cerapter
- Now the program uses the QSettings class to manipulate the `config.ini`. - Support for multiple audio devices and options menu started.
2018-07-28Allow the toggling of custom shownames.Cerapter
Don't forget to enable it in a theme.
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-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-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-26Read log limit maximum from config.ini.Cerapter
2018-07-05Enable Discord by default if not in config.inioldmud0
2018-07-05Make discord toggleable, OOC name option, default bg fixgameboyprinter
2018-02-11Reverted qss stuff and added more commentsDavid Skoland
2018-02-09renaming some functions and starting qss theme functionalityDavid Skoland
2017-05-30added call word function and fixed an evidence-related crashOmniTroid
2017-04-24started implementing evidence functionalityOmniTroid
2017-04-18debugging help, fastter loading(?) and android sdcardstonedDiscord
2017-04-08removed debug statementsOmniTroid
2017-04-07added custom sfx support and incremented to 2.3.4OmniTroid
2017-04-06added color customization to music list and started adding to fontsOmniTroid
2017-03-28started adding the desk/nodesk featureOmniTroid
2017-03-26added get_emote_mod functionOmniTroid
2017-03-22fixed lots of bugs, tweaked objections and added demonserver workaround for ↵OmniTroid
disconnecting
2017-03-16fixed the charselect and added some features, ready for 2.2.5 releaseOmniTroid
2017-03-14fixed a hyperlink bugOmniTroid
2017-03-08added default slider valuesOmniTroid
2017-03-01fixed some bugs and added blank_blipOmniTroid
2017-02-23improved DC handling and added case insensitivity to char.ini checksDavid Skoland
2017-02-19added adjustable blip rate and judge buttons on /pos judSkoland
2017-02-17added text resize functionalityDavid Skoland
2017-02-16highly experimental and complex preanim algorithm testing in progressDavid Skoland
2017-02-16adjusted preanims and added emotions/ao2 featureDavid Skoland
2017-02-15fixed some sfx issuesOmniTroid
2017-02-15fixed all known bugs + improved preanims(probably)David Skoland
2017-02-14added emote comments to emote buttons with missing imageDavid Skoland
2017-02-14removed debug statements, fixed a chatbox issueDavid Skoland
2017-02-12added audio implementation and refactored text file functionsDavid Skoland