aboutsummaryrefslogtreecommitdiff
path: root/aoapplication.h
AgeCommit message (Collapse)Author
2018-12-26moved headers into include and cpp files into src + logo into resourceDavid Skoland
2018-11-17Fix compile-time issues from mergeoldmud0
2018-11-17Fix case-insensitive paths on Linux (#34)oldmud0
Closes #9
2018-11-17reworked get_case_sensitive_path to be recursiveDavid Skoland
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-16removed legacy for char iconsDavid Skoland
2018-11-15added case insensitive path function for those 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-23Support for case alerts serverside.Cerapter
- Users can use an ingame button to alert people of cases.
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-10-23Fixed charselect showing the wrong amount of characters on its list, version ↵Cerapter
bump.
2018-09-20Added the ability to give characters custom realisation sounds.Cerapter
2018-09-20Rolled 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-19Bumed version to 1.4.0Cerapter
2018-09-15Revert "Removed the dependency on `bass.dll`."Cerapter
This reverts commit fe955d692350cd3bac192721c09d8fdd445afc5d.
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-04The server now announces what features it has.Cerapter
I'm not sure why I did this.
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-09-04Removed the dependency on `bass.dll`.Cerapter
This is merely a reimplementation of Gameboyprinter's changes on the main thing. The only thing that's different from that one is that the options menu has had its audio device removed, too.
2018-08-24Fixed a Windows bug where there was no way to get back to the default audio ↵Cerapter
device.
2018-08-19Version bump.Cerapter
2018-08-19Moved includes out of the CPP files into the header files.Cerapter
Reimplementation of `30a87d23c9c63bed072b3460e7482075dc530b2c` from the old origin.
2018-08-19Ability to toggle Discord RPC.Cerapter
Reimplementation of `bed0b55e70f13adf772584fc0d31ebfe59597115` from old origin.
2018-08-14Clearer loading screen that expands on what is being loaded + autofocus on ↵Cerapter
search.
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-08-07CCCC version now displayed ingame.Cerapter
2018-07-28Allow the toggling of custom shownames.Cerapter
Don't forget to enable it in a theme.
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-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-05Bump to 2.4.9oldmud0
2018-07-05Merge branch 'discord-toggle'oldmud0
2018-07-05moved includes to header filesstonedDiscord
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
2018-01-08Increment version to 2.4.8oldmud0
2018-01-08Merge branch 'discord-rich-presence'oldmud0
2018-01-08Add Discord rich presenceoldmud0
This would work, were it not for some freak stack corruption caused by GCC not liking the Discord RPC library...
2017-12-30Bump ver number and increase chat log sizeunknown
2017-12-29Bump version to 2.4.6oldmud0
2017-11-05Set version to 2.4.5oldmud0
2017-11-04Don't do failover for Android, try reconnecting automatically onceoldmud0
Issue: AOTextArea is supposed to have red text for errors, but it's not working