index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
newgrf_debug_gui.cpp
Age
Commit message (
Expand
)
Author
2021-02-27
Codechange: replace _realtime_tick with std::chrono for mouse events
Patric Stout
2021-02-13
Codechange: Remove all remaining uses of cpp_offset.
Michael Lutz
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-08-13
Fix: sprite preview in sprite aligner is too small with scaled UI
dP
2020-05-21
Codechange: Replace SmallPair with std::pair.
Michael Lutz
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-06-06
Fix #7609: In the sprite aligner window the 'Reset relative' button crashes t...
stormcone
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-28
Fix: MSVC warnings (#7423)
glx22
2019-03-26
Codechange: Removed SmallVector completely
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::[Begin|End]() with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Erase() with std::vector::erase()
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Length() with std::vector::size()
Henry Wilson
2019-03-24
Codechange: Use override specifier in Window-derived classes.
peter1138
2015-11-20
(svn r27451) -Feature[FS#6241]: Move sprite 8 positions in sprite aligner wit...
alberth
2015-03-01
(svn r27174) -Feature[FS#6236]: Display relative offset changes in the sprite...
alberth
2015-02-28
(svn r27173) -Fix [FS#6237] (r27134): Use the regular clipping functions in t...
frosch
2015-02-01
(svn r27134) -Codechange: Simplify GUI scaling by adding UnScaleGUI() and Sca...
frosch
2014-12-18
(svn r27086) -Codechange: Simplify opening of windows by always returning a v...
alberth
2014-09-30
(svn r26942) -Codechange: Make sprite aligner useful for people making full-z...
peter1138
2014-09-30
(svn r26941) -Codechange: Make NewGRF sprite aligner work with GUI size.
peter1138
2014-04-24
(svn r26506) -Codechange: replace most of vsnprintf with vseprintf
rubidium
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-11-07
(svn r25946) -Add: [NewGRF Debuggnig] Inspecting other vehicles in a chain.
frosch
2013-11-07
(svn r25945) -Codechange: Use member function of NewGRFInspectWindow to resol...
frosch
2013-11-06
(svn r25943) -Fix: NewGRF inspect window in RTL mode.
frosch
2013-06-30
(svn r25537) -Codechange: Optionally make WWT_MATRIX compute the number of ro...
frosch
2013-06-30
(svn r25531) -Codechange: Use separate function to set data of WWT_MATRIX wid...
frosch
2013-05-26
(svn r25294) -Feature: Add another button to window title bars to resize the ...
frosch
2013-05-26
(svn r25290) -Add: Assign string names to notable windows.
frosch
2013-05-26
(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window af...
frosch
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2012-11-11
(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.
frosch
2012-11-10
(svn r24692) -Cleanup: Cleanup final parts of the old resolver code.
alberth
2012-11-10
(svn r24690) -Codechange: Add resolver classes for industry tiles.
alberth
2012-11-10
(svn r24689) -Codechange: Add resolver classes for industries.
alberth
2012-11-10
(svn r24685) -Codechange: Add resolver classes for rail types.
alberth
2012-11-10
(svn r24678) -Codechange: Introduce scope resolver base class and prepare for...
alberth
2011-12-16
(svn r23541) -Codechange: Consistent naming of widgets in NewGRF debug window
planetmaker
2011-12-15
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
truebrain
2011-12-04
(svn r23419) -Fix [FS#4864] (r23316): the sprite aligner was broken as it did...
rubidium
2011-11-24
(svn r23316) -Feature: Add ability to zoom in to 2x and 4x level.
peter1138
2011-11-12
(svn r23193) -Codechange: don't cast away const unneededly
rubidium
2011-11-08
(svn r23138) -Feature: [NewGRF] Allow passing 32bit parameters to 60+x variab...
frosch
2011-06-12
(svn r22571) -Add: [NewGRF] Show town persistent storage in the NewGRF debug ...
terkhen
2011-06-12
(svn r22570) -Codechange: Store the GrfID of the caller when opening a parent...
terkhen
2011-06-12
(svn r22567) -Codechange: Store persistent storages inside a pool.
terkhen
2011-06-12
(svn r22565) -Codechange: Use helper functions for getting the persistent sto...
terkhen
2011-05-02
(svn r22410) -Document: some more bits ;)
rubidium
2011-04-17
(svn r22343) -Change: Remove pixel limiter for query strings.
terkhen
[next]