1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 04:29:09 +00:00

(svn r19708) -Add: NewGRF "debugging" window and data tables; should be a useful tool for NewGRF developers to get some insights into the value of some variables

This commit is contained in:
rubidium
2010-04-24 13:36:29 +00:00
parent 1da0086a45
commit 21883a84d7
9 changed files with 1050 additions and 0 deletions

View File

@@ -1183,6 +1183,10 @@
RelativePath=".\..\src\newgrf_config.h"
>
</File>
<File
RelativePath=".\..\src\newgrf_debug.h"
>
</File>
<File
RelativePath=".\..\src\newgrf_engine.h"
>
@@ -1851,6 +1855,10 @@
RelativePath=".\..\src\network\network_gui.cpp"
>
</File>
<File
RelativePath=".\..\src\newgrf_debug_gui.cpp"
>
</File>
<File
RelativePath=".\..\src\newgrf_gui.cpp"
>

View File

@@ -1180,6 +1180,10 @@
RelativePath=".\..\src\newgrf_config.h"
>
</File>
<File
RelativePath=".\..\src\newgrf_debug.h"
>
</File>
<File
RelativePath=".\..\src\newgrf_engine.h"
>
@@ -1848,6 +1852,10 @@
RelativePath=".\..\src\network\network_gui.cpp"
>
</File>
<File
RelativePath=".\..\src\newgrf_debug_gui.cpp"
>
</File>
<File
RelativePath=".\..\src\newgrf_gui.cpp"
>