aboutsummaryrefslogtreecommitdiff
path: root/bin/tests/test_string.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move core engine tests to core/Rémi Verschelde2017-01-081-959/+0
|
* IP_Address now handle IPv4 and IPv6 transparentlyFabio Alessandrelli2016-12-091-1/+1
| | | | | | | | | | 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)
* RegEx re-implemented as a moduleZher Huei Lee2016-10-271-13/+2
| | | | | | | | | | 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.
* added implementation of is_valid_ip_address()Ariel Manzur2016-10-201-5/+44
|
* fixed some byte order and parsing problemsAriel Manzur2016-10-191-0/+19
|
* remove trailing whitespaceHubert Jarosz2016-03-091-164/+164
|
* Fix return value of regexp string testRémi Verschelde2016-02-021-1/+1
| | | | Closes #3556
* test_string.cpp - show numbers of passed and total tests correctly (fixes #3553)anatoly techtonik2016-02-021-1/+1
|
* Update copyright in remaining files + prints in the UIRémi Verschelde2016-01-111-1/+1
|
* -completely rewritten filesystem dock and internal editor filesystem ↵Juan Linietsky2016-01-051-1/+1
| | | | | | management, fixes #1926 -filesystem dock now tracks objects and directories in real-time, fixes #2009
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* Made RegEx API similar to old versionZher Huei Lee2015-07-241-2/+2
|
* Regex library Nrex initial portLee Zher Huei2015-07-241-13/+9
|
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* Correctly halt on error in sprintf parsing (fixes #1393)Bil Bas (Spooner)2015-02-191-68/+69
|
* Completed more complex formatting.Bil Bas (Spooner)2015-02-011-8/+269
|
* Added basic sprintf functionality (e.g. "fish %d %s" % [12, Vector2(1, 2)])Bil Bas (Spooner)2015-01-101-1/+78
|
* Adding unit tests for begins_withVinzenz Feenstra2014-02-261-0/+31
| | | | Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com>
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+546