Go to file
Kp a7806dde5d Use xrange for loops with constant numerical start and simple identifier end
s/for\s*(\s*\(\w\+\)\s\+\(\w\+\)\s*=\s*\([0-9]\+\)u\?\s*;\s*\2\s*!=\s*\([A-Za-z_0-9]\+\)u\?\s*;\s*\(++\s*\2\|\2\s*++\s*\))/range_for (const \1 \2, xrange(\3u, \4))/
2019-05-04 18:27:37 +00:00
common Use xrange for loops with zero start and simple identifier end 2019-05-04 18:27:37 +00:00
contrib Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
d1x-rebirth Avoid crash loading polymodels with invalid subcalls 2019-03-06 05:03:48 +00:00
d2x-rebirth Use xrange for loops with zero start and constant numerical end 2019-05-04 18:27:36 +00:00
Documentation Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
similar Use xrange for loops with constant numerical start and simple identifier end 2019-05-04 18:27:37 +00:00
.gitattributes Add experimental Windows manifest 2017-08-02 02:49:12 +00:00
.gitignore ignore XCode user data 2014-12-06 22:43:12 -08:00
COPYING.txt corrected typo in COPYING.txt (it's to its) 2014-06-06 13:18:52 +02:00
GPL-3.txt Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
INSTALL.markdown Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
ISSUE_TEMPLATE.md Add more distributions to ISSUE_TEMPLATE.md 2018-12-30 00:43:58 +00:00
SConstruct Fix gcc-4.9 build 2019-04-28 00:53:40 +00:00