| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move core engine tests to core/ | Rémi Verschelde | 2017-01-08 | 1 | -959/+0 |
| | | |||||
| * | IP_Address now handle IPv4 and IPv6 transparently | Fabio Alessandrelli | 2016-12-09 | 1 | -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 module | Zher Huei Lee | 2016-10-27 | 1 | -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 Manzur | 2016-10-20 | 1 | -5/+44 |
| | | |||||
| * | fixed some byte order and parsing problems | Ariel Manzur | 2016-10-19 | 1 | -0/+19 |
| | | |||||
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -164/+164 |
| | | |||||
| * | Fix return value of regexp string test | Rémi Verschelde | 2016-02-02 | 1 | -1/+1 |
| | | | | | Closes #3556 | ||||
| * | test_string.cpp - show numbers of passed and total tests correctly (fixes #3553) | anatoly techtonik | 2016-02-02 | 1 | -1/+1 |
| | | |||||
| * | Update copyright in remaining files + prints in the UI | Rémi Verschelde | 2016-01-11 | 1 | -1/+1 |
| | | |||||
| * | -completely rewritten filesystem dock and internal editor filesystem ↵ | Juan Linietsky | 2016-01-05 | 1 | -1/+1 |
| | | | | | | | management, fixes #1926 -filesystem dock now tracks objects and directories in real-time, fixes #2009 | ||||
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | Made RegEx API similar to old version | Zher Huei Lee | 2015-07-24 | 1 | -2/+2 |
| | | |||||
| * | Regex library Nrex initial port | Lee Zher Huei | 2015-07-24 | 1 | -13/+9 |
| | | |||||
| * | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 1 | -1/+1 |
| | | |||||
| * | Correctly halt on error in sprintf parsing (fixes #1393) | Bil Bas (Spooner) | 2015-02-19 | 1 | -68/+69 |
| | | |||||
| * | Completed more complex formatting. | Bil Bas (Spooner) | 2015-02-01 | 1 | -8/+269 |
| | | |||||
| * | Added basic sprintf functionality (e.g. "fish %d %s" % [12, Vector2(1, 2)]) | Bil Bas (Spooner) | 2015-01-10 | 1 | -1/+78 |
| | | |||||
| * | Adding unit tests for begins_with | Vinzenz Feenstra | 2014-02-26 | 1 | -0/+31 |
| | | | | | Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com> | ||||
| * | GODOT IS OPEN SOURCE | Juan Linietsky | 2014-02-09 | 1 | -0/+546 |
