Celtic Minstrel

Results 112 issues of Celtic Minstrel

If you enable debug mode and press Shift+Q, the entire automap goes black. It updates properly once you move. Note: Magic Map and True Sight do _not_ have the issue,...

bug
game

Currently, if you want a transition from grass or hills or mountains to a new terrain, it takes up 12 terrain slots per pair of terrains that require a transition....

enhancement
core
resources

The resource fork loader ignores the `OSErr` return value from two of the four calls that return it. I don't think these calls are very likely to fail, but ignoring...

core

Currently it shows the "Welcome to Blades of Exile" dialog, which is fine, but it might be cool for it to instead show the intro dialog of the active scenario...

enhancement

According to the static analyzer, the AppleEvent handler object is being leaked. I don't think this is a major issue, as it needs to have global scope and will be...

bug
mac

This issue merely serves as a reminder that TODO comments exist. It should not be closed, unless no TODO comments remain.

It's unfortunate that Windows users simply can't load the graphics of a legacy scenario that was originally made for the Mac. This could be a rather complicated thing to implement,...

enhancement
windows
core
linux

Some older versions of the game allowed you to view a description of an individual unit (rather than a description of the unit's type), basically in the same format as...

Enhancement
Units

It seems that the schema validation gives a misleading error message if an invalid type is used. Seen in this run: https://github.com/wesnoth/wesnoth/actions/runs/19602198879/job/56135327789 Since GitHub will probably delete the log soon,...

Bug
Schema

This line: https://github.com/wesnoth/wesnoth/blob/master/data/schema/game_config.cfg#L529 Causes this error: error preprocessor: Found filename containing whitespace: '_initial.cfg' in included directory 'data/schema/./filters' There is no space in the inclusion. It's just `{./filters}`. But one of...

Bug
WML