| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-12-17 | Fixed a bug in the insensitive file searcher function. | Cerapter | |
| This bug couldn't find files with parentheses in them, because it looked for these files according to regex rules. That is, if you had, say, `Apollo Justice ~ Objection! (UNLIMITED).mp3`, that would be looking for `Apollo Justice ~ Objection! ` + one occurence of `UNLIMITED` followed by a single, custom character, followed by `mp3`. Note that this search would always fail, since parentheses are grouping characters, and as such, they'd never be acknowledged in the search as characters. `QRegExp::FixedString` forces the search to consider the input as a String, however, escaping characters as needed, which fixes this problem. | |||
| 2018-12-16 | AO 2.6 bugfixes. | Cerapter | |
| - The `base/` folder's path is now determined based on where the executable was executed, not where its workspace is. - Showing custom shownames is now assumed to be `true` by default, unless the `config.ini` says otherwise. - The Lobby's listing of servers has now been moved into its constructor (previously only specifically called by the "Back to Lobby" button). This makes it list servers even if the user was kicked, banned, or left due to timeout. | |||
| 2018-11-17 | Fix compile-time issues from merge | oldmud0 | |
| 2018-11-17 | Fix case-insensitive paths on Linux (#34) | oldmud0 | |
| Closes #9 | |||
| 2018-11-17 | adjusted functions to reflect change in get_case_sensitive_path | David Skoland | |
| 2018-11-17 | reworked get_case_sensitive_path to be recursive | David Skoland | |
| 2018-11-17 | changed variable names for clarity | David Skoland | |
| 2018-11-16 | fixed get_sounds_path as well + nuked the last unneccessary tolower calls | David Skoland | |
| 2018-11-16 | small fixes and removing compiler warnings | David Skoland | |
| 2018-11-16 | refactored path functions and added support for case-sensitive filesystems | David Skoland | |
| 2018-11-15 | added case insensitive path function for those filesystems | David Skoland | |
| 2018-11-10 | Initial merge of Case Cafe 1.4.1 into mainline | oldmud0 | |
| 2018-08-19 | Moved includes out of the CPP files into the header files. | Cerapter | |
| Reimplementation of `30a87d23c9c63bed072b3460e7482075dc530b2c` from the old origin. | |||
| 2018-08-19 | Reset the default background to `default`. | Cerapter | |
| Reimplementation of `bed0b55e70f13adf772584fc0d31ebfe59597115` from old origin. | |||
| 2018-07-05 | Make discord toggleable, OOC name option, default bg fix | gameboyprinter | |
| 2018-02-09 | renaming some functions and starting qss theme functionality | David Skoland | |
| 2017-05-01 | me is of beings retard | stonedDiscord | |
| 2017-04-18 | debugging help, fastter loading(?) and android sdcard | stonedDiscord | |
| 2017-04-08 | android path + png logo | stonedDiscord | |
| 2017-04-07 | fixed various evidence-related bugs | OmniTroid | |
| 2017-03-29 | fixed broken code related to base path | OmniTroid | |
| 2017-03-20 | fixed some copypasta overlooks and removed redundant member in lobby.h | David Skoland | |
| 2017-03-18 | aomovie only got stuck | stonedDiscord | |
| 2017-03-18 | new function tags and fallback paths | stonedDiscord | |
| 2017-02-21 | android support | stonedDiscord | |
| 2017-02-18 | attempted fixing a bug where the first frame of a preanim would display ↵ | Skoland | |
| after it has played | |||
| 2017-02-15 | fixed some sfx issues | OmniTroid | |
| 2017-02-14 | added emote comments to emote buttons with missing image | David Skoland | |
| 2017-02-14 | version++, also some minor fixes | OmniTroid | |
| 2017-02-14 | que | David Skoland | |
| 2017-02-14 | added objection sfx | OmniTroid | |
| 2017-02-13 | tailoring for windows | OmniTroid | |
| 2017-02-08 | added music handling | David Skoland | |
| 2017-02-03 | added viewport functionality | David Skoland | |
| 2017-02-02 | added dynamic resolution scaling | David Skoland | |
| 2017-01-31 | did some work on the gif custom classes | David Skoland | |
| 2017-01-31 | added custom classes, started working on viewport. wt/ce sfx done | David Skoland | |
| 2017-01-30 | added AOScene class, and basic background functionality | David Skoland | |
| 2017-01-28 | added server name in window title | David Skoland | |
| 2017-01-27 | implemented ooc chat and cleaned up some old headers | David Skoland | |
| 2017-01-24 | added hdid implementation for linux and did more work on courtroom | David Skoland | |
| 2017-01-18 | changing structure from globals to OO with a flat construction | David Skoland | |
| 2017-01-16 | more work on the courtroom + added the aocharbutton class | David Skoland | |
| 2017-01-15 | added the courtroom class | David Skoland | |
| 2017-01-02 | added lobby buttons | David Skoland | |
| 2017-01-01 | - | David Skoland | |
| 2016-12-29 | Added file and path function files + started working on the lobby | David Skoland | |
