Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Should this function gain emplace()-like semantics?
|
|
|
|
|
|
See #73 for discussion
Squashed with:
* Fix mana pearl showing in arrows slot in Classic
* Fix off-by-one. Was causing Old Towel to render in torso slot in ML.
****
mana/plus!78
|
|
See manaplus.log in https://git.themanaworld.org/specing/manaplus/-/jobs/168040#L3241
****
mana/plus!72
|
|
Screenshot code didn't take into account scaling setting which resulted in cropped screenshots.
I didn't touch SDL modes because they don't support scaling and I'm not sure how that would be implemented for software render.
****
mana/plus!70
|
|
Tested on classic & ML
See merge request mana/plus!75
****
|
|
|
|
windowmanager.cpp(456, 9): Incorrect align on long parameter list in
front of 'SetClassLongPtr', it should be aligen in column 25.
[RULE_4_1_C_align_long_function_parameter_list]
|
|
Other addButton sections intentionally left misaligned as a test for future fix in nsiqcppstyle.
.. why does it not complain about every such block?
|
|
This is the simpler solution for issue #64 proposed by @bjorn.
`logic()` gets called on every tick after input is processed so I removed redundant code from `keyPressed()`.
* Update login button in logic() instead of keyPressed()
See merge request mana/plus!67
****
Reviewed-by: Thorbjørn Lindeijer <bjorn@lindeijer.nl>
|
|
|
|
testing the very bleeding edge for every commit everywhere?
Should still be made to run every so often... TODO
|
|
This is the most logical place for it, IMO. I left stage and branch
specifier up top as this decision happens before any image is fetched.
|
|
Continuation of https://git.themanaworld.org/mana/plus/-/merge_requests/68#note_12819
I've renamed `*_HP2` to `*_HP_BG` and updated their descriptions. I didn't touch configuration keys intentionally.
"Renamed *_HP -> *_HP_FG. Also decided to keep descriptions as is or else they become unreadable."
See merge request mana/plus!71
|
|
See merge request mana/plus!63
|
|
+reformat one bit
See merge request mana/plus!61
|
|
See merge request mana/plus!62
|
|
See merge request mana/plus!64
|
|
This MR displays attack range of monsters from ignore attack list in different color. I picked magenta as default, this may be changed if needed.
There are actor types other than monsters but looks like it's not possible to add them to ignore list anyway.
* Flip if branches for readability
* Color setting for attack range of monsters from ignore list
****
|
|
By popular agreement: https://forums.themanaworld.org/viewtopic.php?t=21696
[ci skip]
****
Approved-by: Jesusalva Jesusalva <jesusalva@themanaworld.org>
|
|
****
Approved-by: Jesusalva Jesusalva <jesusalva@themanaworld.org>
|
|
No server in use still sends that field.
****
Approved-by: Jesusalva Jesusalva <jesusalva@themanaworld.org>
|
|
****
Approved-by: Jesusalva Jesusalva <jesusalva@themanaworld.org>
|
|
Requested by Ledmitz.
The /undress <player> command remains.
****
Approved-by: Jesusalva Jesusalva <jesusalva@themanaworld.org>
|
|
Fixes most cases of walking through doors/warps on pickup.
****
|
|
****
Approved-by: Jesusalva Jesusalva <jesusalva@themanaworld.org>
Approved-by: Thorbjørn Lindeijer <bjorn@lindeijer.nl>
|
|
|
|
|
|
|
|
|
|
Co-Authored-By: jak1 <jak1@themanaworld.org>
Co-Authored-By: jesusalva <jesusalva@themanaworld.org>
Co-Authored-By: Fedja Beader <fedja@protonmail.ch>
|
|
Co-Authored-By: jak1 <jak1@themanaworld.org>
Co-Authored-By: jesusalva <jesusalva@themanaworld.org>
Co-Authored-By: Fedja Beader <fedja@protonmail.ch>
|
|
|
|
|
|
|
|
This leaves some dead corpses behind, cleanup after is advised.
Reverts b9e27e9563e32a17cd80142ce05b5770479cc709
For short, the client should not be keeping an override on what server shows.
This function (backdoor) also don't exist on Mana client.
|
|
This should help a bit with queuing, not so much with pipeline CPU time.
|
|
Commit reviewed and changed by jesusalva and specing
|
|
Commit reviewed and changed by jesusalva and specing
|
|
Commit reviewed and changed by jesusalva and specing
|
|
Commit reviewed and changed by jesusalva and specing
|
|
|
|
|
|
|
|
If it works, CI performance will be greatly improved.
|
|
|
|
Reduce some overhead on the script for a 4% speedup
|
|
|