Skip to content

Engine: Use AppTechnicalName instead of AppProperName for log filename

Dino Bollinger requested to merge dibollinger/eduke32:m32techname into master

The proper name, as I understand it, usually contains capital letters, spaces and stuff, while the technical name is the same one used for the executable itself (APPBASENAME). The latter seems more appropriate for the log file.

Concretely, this change makes it so that mapster32's log doesn't get a capital letter in the log filename (e.g. mapster32.log instead of Mapster32.log).

Merge request reports