| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-09 | Remove redefinition of variable in same scope (#391) | Skye Deving | |
| 2021-01-09 | Merge pull request #387 from AttorneyOnline/feature/immediate | oldmud0 | |
| Rename noninterrupting bonanza to consistent and short "immediate" instead | |||
| 2021-01-09 | Add desk_mods 2 -5 for more flexibility in emotes (#353) | in1tiate | |
| 2021-01-09 | correct my widdle fucky wucky (#390) | in1tiate | |
| 2021-01-09 | Fix segfault in server list without a server selection (#374) | Skye Deving | |
| Also bumps C++ version to C++17 (C++1z). | |||
| 2021-01-09 | Rename noninterrupting_preanim and all its associated bullshit with more ↵ | Crystalwarrior | |
| cooler and nicer bro immediate In themes, pre_no_interrupt old-style name is still supported if we cannot find "immediate" Resolves https://github.com/AttorneyOnline/AO2-Client/issues/64 | |||
| 2021-01-09 | replace "gender" with "blips" (#386) | in1tiate | |
| Co-authored-by: Crystalwarrior <Varsash@Gmail.com> | |||
| 2021-01-09 | Populate non-default background positions from design.ini, allow 2.8-style ↵ | in1tiate | |
| default positions (#352) * populate pos dropdown from design.ini * add sane default, remove hardcode bs | |||
| 2021-01-09 | Log objections IC, overhaul custom objections context menu, add more ↵ | in1tiate | |
| configuration options per-character (#356) * initial commit * The Quick-Fix is a secondary weapon for the Medic. It is a prototype Medi Gun with a group of three gauges on one side, a (cosmetic) ÜberCharge gauge on the other side, and what appears to be a blender for a body. The main gun is coupled with a medicinal reactor backpack with glowing portions that replaces Medic's default backpack. * fixed settings dialog * slightly less stupid custom objection default Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com> Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com> | |||
| 2021-01-09 | only play expanded songs, music_random (#376) | in1tiate | |
| 2021-01-09 | Resolve https://github.com/AttorneyOnline/AO2-Client/issues/275 by adding a ↵ | Crystalwarrior | |
| "Nothing" option to play no SFX even when playing a preanimation that behaves similar to the Default option (#383) | |||
| 2021-01-09 | Move user-made iniswaps to a global configuration file and make character ↵ | in1tiate | |
| folder iniswap files immutable (#350) * add default iniswap file * switch to using base/iniswaps.ini for user iniswaps | |||
| 2021-01-09 | Define IC Log colors independent of character, define message colors ↵ | in1tiate | |
| according to character (#323) * IC Log colors now defined independent of character * Fix regression causing incorrect colors in the viewport * fix goof that broke chat scrolling * Only regenerate color vector when it's needed | |||
| 2021-01-09 | Rework timer and ping logic | oldmud0 | |
| The timer's time as received by the server is clarified to be the actual numerical time, in milliseconds, to be shown on the clock. | |||
| 2021-01-08 | Merge pull request #382 from skyedeving/fix-more-leaks | oldmud0 | |
| Fixing more leaks from orphaned QWidgets | |||
| 2021-01-07 | Adopt the orphaned msgBox's and add delete on close attribute | Skye Deving | |
| 2021-01-07 | Set delete on close attribute for orphaned widgets | Skye Deving | |
| 2021-01-07 | Adopt the scroll widget in the options dialog | Skye Deving | |
| 2021-01-07 | Adopt the poor orphaned QWidgets | Skye Deving | |
| 2021-01-07 | Add QMenu delete on close attributes (#381) | Skye Deving | |
| Fixes a minor memory leak with context menu creation. | |||
| 2021-01-07 | Set emote format to apng if png supports animation (#379) | Skye Deving | |
| 2021-01-06 | Merge pull request #316 from AttorneyOnline/messagebox | oldmud0 | |
| add BB packet for a MessageBox popup | |||
| 2021-01-06 | Use call_error() for character load error message | oldmud0 | |
| 2021-01-06 | Merge pull request #364 from AttorneyOnline/issue-template | oldmud0 | |
| Update issue templates | |||
| 2021-01-06 | Merge pull request #362 from skyedeving/fix-casedoc-loading | oldmud0 | |
| Encode doc contents with hash sign | |||
| 2021-01-06 | Merge pull request #377 from skyedeving/fix-has-apng | oldmud0 | |
| Checking for apng should be lower case | |||
| 2021-01-06 | Checking for apng should be lower case | Skye Deving | |
| 2021-01-05 | Merge pull request #369 from skyedeving/fix-showname-toggle | oldmud0 | |
| Fix timestamps when toggling showname | |||
| 2021-01-05 | Merge pull request #372 from skyedeving/add-music-streaming | oldmud0 | |
| Add in support for streaming music with bass | |||
| 2021-01-05 | Add in support for streaming music with bass | Skye Deving | |
| 2021-01-04 | Merge pull request #370 from skyedeving/fix-evidence-loading | oldmud0 | |
| Sort case evidence numerically before adding in | |||
| 2021-01-04 | Sort case evidence numerically before adding in | Skye Deving | |
| inventories get displayed lexigraphically too but it is assumed to not matter | |||
| 2021-01-04 | Change default parameter to be QDateTime::currentDateTime() | Skye Deving | |
| Print debug message if provided timestamp is invalid | |||
| 2021-01-04 | Fix timestamps when toggling showname | Skye Deving | |
| On toggling shownames, regenerate_ic_chatlog() gets called to reprint the entire chatlog with append_ic_text(). The issue is that append_ic_text() uses QDateTime::currentDateTime() for the timestamp when it's called. Therefore the fix is adding a new timestamp parameter to the append_ic_text() which we supply from the datetime provided by each chatlogpiece | |||
| 2021-01-04 | Use QList::mid when constructing QStringList (#365) | Skye Deving | |
| The constructor with two iterators is too cutting edge from 5.14 to be widely supported right now | |||
| 2021-01-04 | Merge pull request #366 from AttorneyOnline/update-xcode | oldmud0 | |
| Use Xcode 12 | |||
| 2021-01-04 | use xcode 12 | stonedDiscord | |
| 2021-01-04 | Update bug_report.md | oldmud0 | |
| 2021-01-04 | CI needs an extra include for bind | stonedDiscord | |
| 2021-01-04 | Merge pull request #363 from skyedeving/aopacket-refactor | oldmud0 | |
| Refactor AOPacket | |||
| 2021-01-04 | add 3 second timer before OK shows up | stonedDiscord | |
| 2021-01-04 | Update issue templates | stonedDiscord | |
| github told me to do this | |||
| 2021-01-04 | Add missing bassopus to the configure script (#361) | Skye Deving | |
| 2021-01-04 | Encode doc contents with hash sign | Skye Deving | |
| 2021-01-04 | Refactor AOPacket | Skye Deving | |
| 2021-01-03 | FL toggle for Y offset (#360) | scatterflower | |
| Use "y_offset" to enable the Y offset protocol extension. | |||
| 2020-12-28 | Merge pull request #351 from in1tiate/in1tiate/sane-libs | oldmud0 | |
| Search for libraries inside a dedicated "lib" folder (and notes on distributing future releases) | |||
| 2020-12-28 | add library path instead of setting it | in1tiate | |
| Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com> | |||
| 2020-12-28 | Fix blankposting not respecting character ID's in the equation (#282) | Crystalwarrior | |
| Fixes an issue where if you blankpost on top of another character's blankpost, your message won't show up on the ic log clientside. | |||
| 2020-12-28 | Enable support for up to 6 SFX channels (#355) | in1tiate | |
| I'm somewhat confused as to why this wasn't enabled to begin with, since all the necessary code is here. Closes #306, and fixes the issue with realizations being cut off by other sounds. Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com> | |||
