Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-09 | IP_Address now handle IPv4 and IPv6 transparently | Fabio 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-27 | RegEx re-implemented as a module | Zher 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-20 | added implementation of is_valid_ip_address() | Ariel Manzur | |
2016-10-19 | fixed some byte order and parsing problems | Ariel Manzur | |
2016-03-09 | remove trailing whitespace | Hubert Jarosz | |
2016-02-02 | Fix return value of regexp string test | Rémi Verschelde | |
Closes #3556 | |||
2016-02-02 | test_string.cpp - show numbers of passed and total tests correctly (fixes #3553) | anatoly techtonik | |
2016-01-11 | Update copyright in remaining files + prints in the UI | Ré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-01 | Update copyright to 2016 in headers | George Marques | |
2015-07-24 | Made RegEx API similar to old version | Zher Huei Lee | |
2015-07-24 | Regex library Nrex initial port | Lee Zher Huei | |
2015-04-18 | Updated copyright year in all headers | Juan Linietsky | |
2015-02-19 | Correctly halt on error in sprintf parsing (fixes #1393) | Bil Bas (Spooner) | |
2015-02-01 | Completed more complex formatting. | Bil Bas (Spooner) | |
2015-01-10 | Added basic sprintf functionality (e.g. "fish %d %s" % [12, Vector2(1, 2)]) | Bil Bas (Spooner) | |
2014-02-26 | Adding unit tests for begins_with | Vinzenz Feenstra | |
Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com> | |||
2014-02-09 | GODOT IS OPEN SOURCE | Juan Linietsky | |