openclonk/src
Nicolas Hake 4c43ebf58c Warn when using variables outside of their block
When we introduce block scoping, using variables declared in a more
narrow scope from a block with wider scope will fail. Warn about
these so people can avoid it and fix their code.
2018-07-23 12:12:23 +02:00
..
c4group c4group -l: Print both file and contents CRC 2018-04-21 21:41:28 +02:00
config Autodetect "/proc/self/exe"-equivalent on FreeBSD (#1999) 2018-02-17 12:41:16 +01:00
control Addedum to the control fixes in b11564168 (#1693, #1982): 2018-01-19 11:23:51 +01:00
editor Fix editor keyboard input on FreeBSD (hopefully) 2018-02-18 01:05:28 +01:00
game Fix fallthrough in command line parsing 2018-04-23 12:12:32 +02:00
graphics Add resolution uniform for sprite and mesh shaders (#2031) 2018-04-18 12:02:43 +02:00
gui Editor join: Serialize reference as INI 2018-02-18 00:30:08 +01:00
landscape Add EvaluateOnAbort scenario flag for Tower of Despair 2018-02-18 21:46:56 +01:00
lib Add resolution uniform for sprite and mesh shaders (#2031) 2018-04-18 12:02:43 +02:00
mape Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
netio Revisit #includes 2017-05-15 13:24:59 +02:00
netpuncher Change netpuncher protocol to be more extensible 2017-12-14 17:22:38 +01:00
network Implement TCP Simultaneous Open for IPv6 2018-03-09 23:20:00 +01:00
object Fix phase by xdir for DFA_Push (#2030) 2018-04-18 11:35:28 +02:00
platform Disable broken console input on Windows 2018-03-07 15:27:51 +01:00
player Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
res Qt Editor: Add sound property delegate 2016-07-27 22:35:11 -04:00
script Warn when using variables outside of their block 2018-07-23 12:12:23 +02:00
zlib Fix possible double close when attempting to open uncompressed files 2012-02-05 20:00:47 +01:00
C4ForbidLibraryCompilation.h Prevent using USE_CONSOLE in lib{misc,c4script} 2016-10-22 17:42:23 +02:00
C4Globals.cpp Fix destruction order of system string table vs. editor 2016-10-16 18:40:51 +02:00
C4Include.cpp Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
C4Include.h Revisit #includes 2017-05-15 13:24:59 +02:00
C4Prototypes.h Revisit #includes 2017-05-15 13:24:59 +02:00
C4Version.h.in CMake: Add date of commit to logfile 2017-04-12 12:34:36 +02:00