Commit Graph

8 Commits

Author SHA1 Message Date
in1tiate
b1b06cc9f2
fix erroneous position update and remove restriction (#396)
- Don't set the client's position for no reason
- Don't stop positions other than wit from recording testimony
2025-02-04 10:29:32 -06:00
Wiso
f332defa52
Allow = and >[number] testimony traversal options. (#393)
* Allow = and >[number] testimony traversal options.

Automatically loops back to 1 if the user inputs a value over the statement size. Could instead deny sending that message entirely with an OOC error.

* Adjust reg exp to capture <[Number], remove duplicate reg check
2025-02-04 10:28:26 -06:00
stonedDiscord
db50c81ceb
add regex filter (#370)
* add regex list

* replace CT as well

* replace instead of remove

* add a default filter
2024-08-02 20:59:47 +02:00
Leifa
c24c3ea387
Added background side locking (#366)
* Added background side locking

* Fix clang format

---------

Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
2024-07-20 16:25:46 +02:00
HolyMan
d2b378b005
QRegExp to QRegularExpression and updated README (#368)
* QRegExp to QRegularExpression and updated README

One instance of QRegExp made the compiler crash when trying to build Akashi. Also, the README.md build instructions were outdated, new ones were provided to me by Salanto.

* Appease clang

---------

Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
2024-07-17 18:32:56 -05:00
Leifa
3459486dea
Restoration of backward compatibility (#367)
Since this discussion is going nowhere, I'm restoring it.
2024-07-16 21:05:19 +02:00
Leifa
47c971fac1
Dropped Qt5, drop backward compatibility/feature list (#362)
* Dropped Qt5, ...

Resolve #360, resolve #361

* Dropped Qt5
  * Now targets Qt6.5
* Dropped backward compatibility/feature list

* Updated AOPacket tests

* Update RT to guarantee two parameters

* Format changes

* Missing include

* Resolved failed RT packet test
2024-07-14 15:48:13 +02:00
Leifa
040f5a3216
Playerlist and repository structure changes (#358) 2024-06-23 18:57:56 +02:00