OpenTTD Source 20260911-master-gee2b2ac12a
debug_type.h
Go to the documentation of this file.
1/*
2 * This file is part of OpenTTD.
3 * OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
4 * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
5 * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <https://www.gnu.org/licenses/old-licenses/gpl-2.0>.
6 */
7
9
10#ifndef DEBUG_TYPE_H
11#define DEBUG_TYPE_H
12
26
46
47#endif /* DEBUG_TYPE_H */
A driver for communicating with the user.
Definition driver.h:21
Facility
Debug facilities.
Definition debug_type.h:28
@ Oldloader
Oldloader message facility.
Definition debug_type.h:35
@ Desync
Desync message facility.
Definition debug_type.h:41
@ Yapf
Yapf message facility.
Definition debug_type.h:36
@ Sl
Saveload message facility.
Definition debug_type.h:39
@ Net
Net message facility.
Definition debug_type.h:33
@ Misc
Misc message facility.
Definition debug_type.h:32
@ End
End marker.
Definition debug_type.h:44
@ Grf
Grf message facility.
Definition debug_type.h:30
@ Console
Console message facility.
Definition debug_type.h:42
@ Fontcache
Fontcache message facility.
Definition debug_type.h:37
@ Script
Script message facility.
Definition debug_type.h:38
Severity
Debug message severity levels.
Definition debug_type.h:14
@ Warning
Warning, wrong but okay if you don't know.
Definition debug_type.h:17
@ Debug1
Debug #1 - High level debug messages.
Definition debug_type.h:20
@ Notice
Notice.
Definition debug_type.h:18
@ Critical
Critical, user should know about this.
Definition debug_type.h:15
@ Debug2
Debug #2 - Low level debug messages.
Definition debug_type.h:21
@ Info
Info, information you might care about.
Definition debug_type.h:19
@ Trace2
Trace information #2.
Definition debug_type.h:23
@ Error
Error, but we are recovering.
Definition debug_type.h:16
@ Trace1
Trace information #1.
Definition debug_type.h:22
@ Trace3
Trace information #3.
Definition debug_type.h:24
Size related data of the map.
Definition map_func.h:198
Data structure describing a sprite.