godot/modules/regex
Thaer Razeq f50488a361 Various fixes detected using PVS-Studio static analyzer.
- Add FIXME tags comments to some unfixed potential bugs
- Remove some checks (always false: unsigned never < 0)
- Fix some if statements based on reviews.
- Bunch of missing `else` statements
2017-02-28 07:52:02 -06:00
..
config.py style: Fix PEP8 blank lines issues in Python files 2016-11-01 00:35:16 +01:00
regex.cpp Various fixes detected using PVS-Studio static analyzer. 2017-02-28 07:52:02 -06:00
regex.h ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant. 2017-01-02 23:03:46 -03:00
register_types.cpp Style: Cleanups, added headers, renamed files 2017-01-16 08:04:23 +01:00
register_types.h Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
SCsub RegEx re-implemented as a module 2016-10-27 10:27:40 +01:00