| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-05 | set no maximize flag on charselect | stonedDiscord | |
| 2020-11-05 | set no maximize flag on courtroom | stonedDiscord | |
| 2020-11-05 | set no maximize flag on lobby | stonedDiscord | |
| 2020-11-01 | reset doubleclick flag on connect | scatterflower | |
| 2020-11-01 | Merge pull request #331 from AttorneyOnline/no-fantacrypt | oldmud0 | |
| Drop AO1 compatibility | |||
| 2020-10-31 | Merge pull request #309 from AttorneyOnline/fix-272 | oldmud0 | |
| When deciding to present evidence, check if we've already done so | |||
| 2020-10-31 | Merge pull request #319 from AttorneyOnline/in1tiate/music-missingno | oldmud0 | |
| Indicate when a song was not found to reduce confusion | |||
| 2020-10-21 | Merge pull request #322 from AttorneyOnline/in1tiate/aoimage-masking | oldmud0 | |
| Add proper alpha masking to AOImage elements | |||
| 2020-10-13 | Fix missing #include, run clang-format | in1tiate | |
| 2020-10-13 | Add proper masking to AOImage elements | in1tiate | |
| 2020-10-09 | Inmplement suggested change | in1tiate | |
| 2020-10-09 | [MISSING] should be translatable | in1tiate | |
| 2020-10-09 | add indicator when song is not found | in1tiate | |
| 2020-10-06 | add BB packet for a MessageBox popup | stonedDiscord | |
| 2020-10-04 | fix doubleclick server being buggy | scatterflower | |
| 2020-09-20 | Merge pull request #299 from AttorneyOnline/fix-283 | oldmud0 | |
| Fix shout sounds not being initialized from the default theme when current theme lacks them | |||
| 2020-09-19 | add variable check for evidence presenting | in1tiate | |
| 2020-09-11 | Merge pull request #298 from AttorneyOnline/fix-293 | oldmud0 | |
| Fix iniswap removal button disappearing on clicking 'reload theme' | |||
| 2020-09-11 | Merge pull request #300 from AttorneyOnline/fix-287 | oldmud0 | |
| Add rate limit to pressing 'enter' in IC to prevent accidental blankposting | |||
| 2020-09-11 | Revert the meme of instant text. | Crystalwarrior | |
| Instant text using }}} is not only meme-worthy in how limited it is in practice, it also makes the blip ticker completely confused how and when to play the blips (to make instant text possible, the entire system needs rewriting (again) | |||
| 2020-09-11 | Lots of blip rate fixes: | Crystalwarrior | |
| Remove qElapsedTimer method of blip earrape protection due to major inconsistency issues with this method (the same message would produce wildly different blip sounds - consistency is preferred) More sophisticated blip earrape prevention is calculated in the chat ticker function itself, it also properly adjusts itself depending on the blip_rate used. | |||
| 2020-09-11 | More accurate/consistent blip rate functionality inspired by ↵ | Crystalwarrior | |
| https://youtu.be/Min0hkwO43g | |||
| 2020-09-07 | Apply suggested change to remove need for additional function | in1tiate | |
| 2020-09-07 | Add 600ms rate limit to IC signal | in1tiate | |
| 2020-09-07 | Alter logic flow to include theme folders for shout sounds | in1tiate | |
| 2020-09-07 | Add dropdown function to set_widgets | in1tiate | |
| 2020-08-30 | Merge pull request #274 from AttorneyOnline/windrammer/fix-273-button-generator | oldmud0 | |
| Fix: Qt failing to paint a darker button if source image is indexed | |||
| 2020-08-29 | Merge pull request #278 from Crystalwarrior/bugfix/qmovie-optimization | oldmud0 | |
| Cache QMovie objects to reduce lag | |||
| 2020-08-28 | Set cache mode to "all" for both QMovie objects to preserve the client's ↵ | Crystalwarrior | |
| sanity by not horribly lagging them with zoom speedlines and other continuously animated elements. | |||
| 2020-08-25 | Merge pull request #276 from Crystalwarrior/bugfix/sprite-freedom | oldmud0 | |
| Allow non-png static image lookups | |||
| 2020-08-25 | move "check" to the very end instead of very start in packet_distribution | Crystalwarrior | |
| 2020-08-25 | forgot to ctrl+s header definitions fuck | Crystalwarrior | |
| 2020-08-25 | Implement clock pausing | Crystalwarrior | |
| Implement clock setting w/o starting or stopping Both of these should make it possible for the server to start/stop/pause/resume the clock with perfect synchronization to the true time. | |||
| 2020-08-25 | Introduce the timer packet - "TI". | Crystalwarrior | |
| This timer will start the clock accounting for latency! Cool, right? Remove useless qDebug() for music looping | |||
| 2020-08-25 | Actually make use of the completely useless CHECK and CH keepalive timer and ↵ | Crystalwarrior | |
| use them to determine the client's ping. Display ping in the application window title. keepalive timer now fires every second instead of every minute Remove meme clock starting on set_widgets() implement get_ping() on w_courtroom | |||
| 2020-08-24 | Remove the ".png" check from the load_image lookup to allow non-(a) and (b) ↵ | Crystalwarrior | |
| images being used for static characters | |||
| 2020-08-23 | Fix: Qt failing to paint a darker button if source image is indexed | likeawindrammer | |
| By converting the image to an 8-bits per channel image with alpha channel we make sure the client won't fail painting a darker button, and keep the transparency if the source image had. | |||
| 2020-08-22 | Merge pull request #271 from AttorneyOnline/2.8.5-hotfix | oldmud0 | |
| 2.8.5 hotfixes | |||
| 2020-08-22 | Only reinitialize audio on device change | oldmud0 | |
| 2020-08-22 | Fix upward log scrolling down instead of up | oldmud0 | |
| Stop using upwards log. Seriously. No other program does this. | |||
| 2020-08-21 | add project comment toggle for verbose network logs | scatterflower | |
| 2020-08-21 | remove slow loading | scatterflower | |
| 2020-08-21 | remove remaining traces of fantacrypt | scatterflower | |
| 2020-08-21 | remove fantacrypt | scatterflower | |
| 2020-08-21 | Merge pull request #246 from AttorneyOnline/2.8 | oldmud0 | |
| Merges 2.8.5, which is a patch release for 2.8 with no substantially new features. This commit is release-ready. | |||
| 2020-08-21 | Proof of concept complete. The timer will now take int msecs to start, and ↵ | Crystalwarrior | |
| will properly display the time remaining until target time in hh:mm:ss.zzz Clock can be defined in courtroom_config.ini and its font set in courtroom_fonts.ini Pause and resume functions will not work as expected atm. | |||
| 2020-08-21 | add a new aoclocklabel class that is a QLabel with fancy DR-Style timing ↵ | Crystalwarrior | |
| features WIP | |||
| 2020-08-21 | Translations: Update Portuguese | likeawindrammer | |
| 2020-08-21 | Translations: Update Spanish | likeawindrammer | |
| 2020-08-21 | gitignore: Ignore base/serverlist.txt | likeawindrammer | |
