| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-11 | Merge pull request #396 from skyedeving/fix-spectator-mute | oldmud0 | |
| Set music and objection players to volume slider in update_character | |||
| 2021-01-11 | Allow button generator to generate both on and off buttons (#320) | in1tiate | |
| We'll see how cursed this is. | |||
| 2021-01-11 | Merge pull request #397 from skyedeving/rename-log | oldmud0 | |
| Set log filename to a more sortable format | |||
| 2021-01-11 | Screw it, let there be clock_0 | Crystalwarrior | |
| 2021-01-11 | Add "id" variable to the clock functions and properly parse the ID | Crystalwarrior | |
| Implement scalable maximum clock count, right now it's at 5 clocks a theme can have max Theme "clock_" starts from 1 instead of 0 since users don't know when stuff starts at index 0 TODO: testing lol | |||
| 2021-01-11 | Set log filename to a more sortable format | Skye Deving | |
| 2021-01-11 | Set music and objection to volume slider in update_character | Skye Deving | |
| 2021-01-10 | Merge pull request #393 from skyedeving/fix-empty_sm_packet-crash | oldmud0 | |
| Add arup_clear() and clear arup when fetching new areas | |||
| 2021-01-10 | Trivial comment change | oldmud0 | |
| 2021-01-10 | Add arup_clear() and clear arup when fetching new areas | Skye Deving | |
| Theoretically fixes #313 The "FA" packet from the server invalidates the client's previous area list so it makes sense for the arup information tied to that list to be invalidated as well (especially seeing that the area and arup share the same index). As we repopulate the client's area list, we do the same for the arup list. | |||
| 2021-01-10 | Merge branch 'master' into feature/timerclock | Crystalwarrior | |
| # Conflicts: # include/courtroom.h # src/courtroom.cpp | |||
| 2021-01-09 | Merge pull request #392 from AttorneyOnline/in1tiate/label-truncation | oldmud0 | |
| Reimplement #149 (label truncation) | |||
| 2021-01-09 | more comments | in1tiate | |
| 2021-01-09 | i barely had to modify this | in1tiate | |
| 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 | |||
