summaryrefslogtreecommitdiff
path: root/bin/tests/test_string.cpp
AgeCommit message (Collapse)Author
2016-12-09IP_Address now handle IPv4 and IPv6 transparentlyFabio Alessandrelli
IP_Address changes: - Converts to and from String transparently while handling IPv4 as IPv6 mapped (::ffff:[IP]) address internally. - Completely remove AddrType enum. - Setting/Getting of ip array is now only possible through dedicated functions (ie. set_ipv4, get_ipv4, set_ipv6, get_ipv6) - Add function to know if the address is a valid IPv4 (for IP implementation and enet)
2016-10-27RegEx re-implemented as a moduleZher Huei Lee
Re-wrote nrex as a module using godot-specific parts and new features: * Added string substitutions. * Named groups are now supported. * Removed use of mutable variables in RegEx. RegExMatch is returned instead.
2016-10-20added implementation of is_valid_ip_address()Ariel Manzur
2016-10-19fixed some byte order and parsing problemsAriel Manzur
2016-03-09remove trailing whitespaceHubert Jarosz
2016-02-02Fix return value of regexp string testRémi Verschelde
Closes #3556
2016-02-02test_string.cpp - show numbers of passed and total tests correctly (fixes #3553)anatoly techtonik
2016-01-11Update copyright in remaining files + prints in the UIRémi Verschelde
2016-01-05-completely rewritten filesystem dock and internal editor filesystem ↵Juan Linietsky
management, fixes #1926 -filesystem dock now tracks objects and directories in real-time, fixes #2009
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-07-24Made RegEx API similar to old versionZher Huei Lee
2015-07-24Regex library Nrex initial portLee Zher Huei
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-02-19Correctly halt on error in sprintf parsing (fixes #1393)Bil Bas (Spooner)
2015-02-01Completed more complex formatting.Bil Bas (Spooner)
2015-01-10Added basic sprintf functionality (e.g. "fish %d %s" % [12, Vector2(1, 2)])Bil Bas (Spooner)
2014-02-26Adding unit tests for begins_withVinzenz Feenstra
Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com>
2014-02-09GODOT IS OPEN SOURCEJuan Linietsky