aboutsummaryrefslogtreecommitdiff
path: root/bin/tests
Commit message (Collapse)AuthorAgeFilesLines
* Move core engine tests to core/Rémi Verschelde2017-01-0827-6203/+0
|
* Memory pool vectors (DVector) have been enormously simplified in code, and ↵Juan Linietsky2017-01-074-18/+35
| | | | renamed to PoolVector
* Editor settings categories are now tidy and beautiful!Juan Linietsky2017-01-051-0/+14
|
* -Changed most project settings in the engine, so they have major and minor ↵Juan Linietsky2017-01-051-4/+4
| | | | | | | | categories. -Changed SectionedPropertyEditor to support this -Renamed Globals singleton to GlobalConfig, makes more sense. -Changed the logic behind persisten global settings, instead of the persist checkbox, a revert button is now available
* -GDScript support for accessing properties directlyJuan Linietsky2017-01-041-0/+22
| | | | -Added code lookup and code completion support for properties too
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵Juan Linietsky2017-01-023-6/+6
| | | | | | | | Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS()
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-0214-1245/+156
|\ | | | | | | | | Various merge conflicts have been fixed manually and some mistakes might have been made - time will tell :)
| * Everything returning to normal in 3D, still a long way to goJuan Linietsky2016-10-191-1/+4
| | | | | | | | -implemented the scene part of visual server and rasterizer, objects without lighting and material are rendererd only
| * -the new shader language seems to workJuan Linietsky2016-10-071-126/+135
| | | | | | | | | | -shader editor plugin can edit shaders -code completion in shader editor plugin
| * Begining of GLES3 renderer:Juan Linietsky2016-10-0314-1133/+32
| | | | | | | | | | | | | | | | -Most 2D drawing is implemented -Missing shaders -Missing all 3D -Editor needs to be set on update always to be used, otherwise it does not refresh -Large parts of editor not working
* | 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)
* | style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-011-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Done with `autopep8 --select=E2,W2`, fixes: - E201 - Remove extraneous whitespace. - E202 - Remove extraneous whitespace. - E203 - Remove extraneous whitespace. - E211 - Remove extraneous whitespace. - E221 - Fix extraneous whitespace around keywords. - E222 - Fix extraneous whitespace around keywords. - E223 - Fix extraneous whitespace around keywords. - E224 - Remove extraneous whitespace around operator. - E225 - Fix missing whitespace around operator. - E226 - Fix missing whitespace around operator. - E227 - Fix missing whitespace around operator. - E228 - Fix missing whitespace around operator. - E231 - Add missing whitespace. - E231 - Fix various deprecated code (via lib2to3). - E241 - Fix extraneous whitespace around keywords. - E242 - Remove extraneous whitespace around operator. - E251 - Remove whitespace around parameter '=' sign. - E261 - Fix spacing after comment hash. - E262 - Fix spacing after comment hash. - E265 - Format block comments. - E271 - Fix extraneous whitespace around keywords. - E272 - Fix extraneous whitespace around keywords. - E273 - Fix extraneous whitespace around keywords. - E274 - Fix extraneous whitespace around keywords. - W291 - Remove trailing whitespace. - W293 - Remove trailing whitespace.
* | 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.
* | Merge pull request #6925 from godotengine/ipv6Rémi Verschelde2016-10-261-0/+58
|\ \ | | | | | | Adding IPv6 support
| * | 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
| | |
* | | Merge pull request #6850 from akien-mga/pr-scsub-shebangRémi Verschelde2016-10-171-0/+2
|\ \ \ | |/ / |/| | SCsub: Add python shebang as a hint for syntax highlighting
| * | SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-171-0/+2
| |/ | | | | | | Also switch existing shebangs to "better" /usr/bin/env python.
* / Use int instead of int32_t for VectorsThomas Edvalson2016-10-061-1/+1
|/
* Hacked a demo C# class parser for neikeq.Juan Linietsky2016-09-151-1/+399
|
* Merge pull request #5920 from 29jm/fix-warningsJuan Linietsky2016-09-104-3/+4
|\ | | | | Fix some more warnings
| * Remove some unused variablesJohan Manuel2016-08-133-3/+3
| |
| * Fix some warnings about unhandled switch casesJohan Manuel2016-08-131-0/+1
| |
* | Changed the way the step decimals are computed to a safer way, fixes many ↵Juan Linietsky2016-07-261-0/+1
|/ | | | issues.
* Removed unused variables (first pass)Rémi Verschelde2016-07-071-3/+0
| | | | Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable
* Improved binding system (ObjectTypeDB::bind_method) to be friendlier to ↵Juan Linietsky2016-06-221-0/+7
| | | | | | statically typed languages, should help in the Mono integration. Disabled by default.
* Merge remote-tracking branch 'origin/master'Juan Linietsky2016-05-211-1/+1
|\
| * remove trailing whitespaceHubert Jarosz2016-05-211-1/+1
| |
* | First version of ProfilerJuan Linietsky2016-05-211-3/+3
|/ | | | | It is now possible to profile GDScript as well as some parts of Godot internals.
* remove trailing whitespaceHubert Jarosz2016-03-0913-315/+315
|
* -Made some icon data types smaller so they take up less spaceJuan Linietsky2016-02-111-0/+81
| | | | -Fixed sample import plugin, makes samples sound strange in smp when limited hz
* 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-1134-34/+34
|
* -completely rewritten filesystem dock and internal editor filesystem ↵Juan Linietsky2016-01-0534-34/+34
| | | | | | management, fixes #1926 -filesystem dock now tracks objects and directories in real-time, fixes #2009
* Update copyright to 2016 in headersGeorge Marques2016-01-0134-34/+34
|
* Cosmetic fixes to SCons buildsystemRémi Verschelde2015-11-011-2/+0
| | | | | | - Removed trailing spaces - Made sure all indentation is done using tabs (fixes #39) - Potentially fixed an identation issue for openssl check
* add missing physics unit test to --help listing in main.cppfirefly24422015-09-161-0/+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
|
* missing changesJuan Linietsky2015-06-141-0/+3
|
* -Fixes from source code analyzizer, closes #1768Juan Linietsky2015-05-011-2/+2
|
* -Changed Godot exit to be clean.Juan Linietsky2015-04-201-1/+7
| | | | | -Added more debug information on memory cleanliness on exit (if run with -v) -Fixed several memory leaks, fixes #1731, fixes #755
* Updated copyright year in all headersJuan Linietsky2015-04-1834-46/+46
|
* added assert to disassembly, fixes #1641Juan Linietsky2015-04-071-0/+8
|
* -Concatenating arrays keeps the shared property if any of the arrays is ↵Juan Linietsky2015-04-071-2/+2
| | | | shared. Fixes #1646
* Added a PVRTC encoder for iOSJuan Linietsky2015-04-061-6/+6
|
* 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
|