OpenTTD/src/core
Gabda b870596f15 Add #6887: Option to show zone inside local authority boundary of towns
Can be found at town information > local authority window
Layout for button is same as Graph Keys
Turn on/off for every town individually
2019-08-17 21:45:20 +01:00
..
alloc_func.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 2014-04-23 20:13:33 +00:00
alloc_func.hpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
alloc_type.hpp Codechange: No need for AutoFreePtr if there's std::unique_ptr. 2019-04-15 22:52:50 +01:00
backup_type.hpp Fix: Some spelling errors in printed messages 2018-04-30 13:38:58 +02:00
bitmath_func.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 2014-04-23 20:13:33 +00:00
bitmath_func.hpp Fix: [NewGRF] Make VA2 operator 11 (ror) behave well-defined when rotating by 0 bits. 2018-10-31 14:35:46 +01:00
endian_func.hpp (svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC) 2011-12-20 17:57:56 +00:00
endian_type.hpp Remove: DOS support 2019-03-19 23:22:51 +01:00
enum_type.hpp Remove: (Simple)TinyEnumT 2019-04-29 17:40:22 +01:00
geometry_func.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 2014-04-23 20:13:33 +00:00
geometry_func.hpp (svn r17248) -Fix: add GPL license notice where appropriate 2009-08-21 20:21:05 +00:00
geometry_type.hpp Codechange: use std::vector for _resolutions 2019-04-18 21:49:34 +02:00
kdtree.hpp Add #6887: Option to show zone inside local authority boundary of towns 2019-08-17 21:45:20 +01:00
math_func.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 2014-04-23 20:13:33 +00:00
math_func.hpp Fix: MSVC warnings (#7423) 2019-03-28 00:09:33 +01:00
mem_func.hpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
multimap.hpp (svn r25348) -Add: multimap implementation with guaranteed order between equal keys 2013-06-09 12:52:11 +00:00
overflowsafe_type.hpp (svn r26685) -Fix: Tighten parameter bound checks on GSCargoMonitor functions, and return -1 on out-of-bound parameters. 2014-07-12 17:04:14 +00:00
pool_func.cpp Codechange: Replaced SmallVector::[Begin|End]() with std alternatives 2019-03-26 20:15:57 +00:00
pool_func.hpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
pool_type.hpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
random_func.cpp (svn r27049) -Fix (r26482): Fix compilation with --enable-desync-debug. 2014-10-28 11:32:19 +00:00
random_func.hpp Fix: Grammar in a bunch of comments (#7054) 2019-01-13 07:38:48 +00:00
smallmap_type.hpp Cleanup: remove core/sort_func.hpp as it's not used anymore 2019-04-18 21:49:34 +02:00
smallmatrix_type.hpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
smallstack_type.hpp Codechange: Replace custom mutex code with C++11 mutex'es. 2019-04-06 11:27:39 +02:00
smallvec_type.hpp Remove: grow() helper function 2019-05-04 19:50:53 +01:00
string_compare_type.hpp (svn r22411) -Document: another bunch of bits 2011-05-02 17:42:12 +00:00