OnlineCop
OnlineCop
This may be a duplicate of #1219. I see multiple issues being opened regarding Python syntax: #1271, #1403, #1404. Should we offer users who choose Python as the flavor, a...
Add an option to the TARGET dropdown ("regex", "full match"): "substitution". Add a new suboption for the ASSERTION dropdown with values: * "replaced text matches" * "replaced text does not...
Our [project](https://github.com/OnlineCop/kq-fork) relies on SDL_mixer, which we started using back around the time [revision 2.0.4](https://github.com/libsdl-org/SDL_mixer/tree/release-2.0.4) was the latest. For people setting up our project via [vcpkg](https://github.com/Microsoft/vcpkg), the dependencies resolved fine....
## Feature When viewing the [Library](https://regex101.com/library), a user can upvote or downvote others' entries. In the left sidebar, there are options for `ORDER BY` and `FILTER BY FLAVOR`. I propose...
I apologize in advance; I am a very infrequent vim user, so some of this may need to be double-checked. - `\zs` sets the start of a match. - `\ze`...
The first paragraph of https://www.boost.org/doc/libs/1_82_0/libs/serialization/doc/index.html contains the following sentence: > Depending on the context, this might used implement object persistence, remote parameter passing or other facility. It seems to be...
A few suggestions for [Set-PathVariable.ps1](../blob/master/Misc/Set-PathVariable.ps1): 1. The regex on [line 45](https://github.com/ThePoShWolf/Utilities/blob/c4f80636fd005906f14d4b07f3ba2e135ff8e120/Misc/Set-PathVariable.ps1#L45) should end with a `$` to avoid a partial match. From: ```powershell $arrPath = $arrPath | Where-Object { $_...
`do_luainit()` within intrface.cpp sets up the majority of the Lua bindings. From that, `init_obj(lua_State* L)` sets up various getters and setters for the party members. I believe some of the...
When you go to equip a player, there are four options across the top: **Equip**, **Optimize**, **Remove** and **Empty**. The rectangles drawn around them are very precise (barely fit around...
While troubleshooting the coliseum crash when entering Rufus' cabin, I noticed that interacting with the fire calls `touch_fire(party[0])`, but the `party[]` array appears to be nil. It appears to also...