| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix inconsistencies and typos in argument names | Paolo Perkovic | 2018-02-01 | 1 | -4/+4 |
| | | |||||
| * | Merge pull request #16002 from bruvzg/mono_loading_form_res | Rémi Verschelde | 2018-02-01 | 1 | -0/+3 |
| |\ | | | | | [Mono] Allow loading assemblies (including mscorlib) from resources. | ||||
| | * | Mono: Allow loading `mscorlib` from resources. | bruvzg | 2018-01-31 | 1 | -0/+3 |
| | | | |||||
| * | | Merge pull request #16188 from Schweigert/master | Rémi Verschelde | 2018-01-31 | 3 | -2/+3 |
| |\ \ | |/ |/| | Display set_nodelay to GDScript | ||||
| | * | Display set_nodelay to GDScript | Marlon Henry Schweigert | 2018-01-30 | 3 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | Pass enabled arg Rename set_nodelay to set_no_delay Add description to the method Change description | ||||
| * | | Merge pull request #15995 from GodotExplorer/pr-debugger-weakref | Rémi Verschelde | 2018-01-30 | 1 | -1/+7 |
| |\ \ | | | | | | | Remote debugger send the real instance of WeakRef referenced to | ||||
| | * | | Remote debugger send the real instance of WeakRef referenced to | Geequlim | 2018-01-23 | 1 | -1/+7 |
| | | | | |||||
| * | | | Fix wrong return type of xform functions | Poommetee Ketson | 2018-01-30 | 1 | -4/+4 |
| | |/ |/| | |||||
| * | | Use the appropriate Variant hash and compare functions for Dictionaries | Hein-Pieter van Braam | 2018-01-27 | 1 | -13/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dictionaires did not use the VariantHasher and VariantComparator making them unsafe for use with NaN values as keys. This PR uses the appropriate Variant implementations for these functions. var d = {} d[Vector2(NAN, NAN)] = 0 d[Vector2(NAN, NAN)] = 0 print(d.size()) will now output '1' and not '2' This fixes #16031 | ||||
| * | | - Improves portability in joystick buttons enum | Ariel Manzur | 2018-01-24 | 1 | -2/+2 |
| | | | | | | | | | - Fixes linking bug in modules split library | ||||
| * | | Merge pull request #15844 from letheed/better-error-msg | Rémi Verschelde | 2018-01-24 | 1 | -1/+1 |
| |\ \ | |/ |/| | Make cyclic resource inclusion error message more helpful | ||||
| | * | Make cyclic resource inclusion error message more helpful | letheed | 2018-01-18 | 1 | -1/+1 |
| | | | |||||
| * | | fixed crash with StringBuilder | karroffel | 2018-01-20 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | When using a newly created StringBuilder then the as_string() method will crash when trying to free an allocated 0-sized chunk of memory. When 0 bytes get allocated with memnew_arr then a NULL pointer gets returned. When trying to free that pointer the programm will crash. | ||||
| * | | improves portability with some compilers | Ariel Manzur | 2018-01-18 | 1 | -1/+1 |
| | | | |||||
| * | | Fix typos in code and docs with codespell | Rémi Verschelde | 2018-01-18 | 10 | -16/+16 |
| |/ | | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell | ||||
| * | doc: Replace some more "val" with "value" + sync | Rémi Verschelde | 2018-01-17 | 1 | -13/+12 |
| | | |||||
| * | Revert "Fix bad color to HTML conversion. Alpha channel was added before RGB." | Rémi Verschelde | 2018-01-16 | 1 | -1/+1 |
| | | |||||
| * | Filled tutorial field in most relevent classes. | Juan Linietsky | 2018-01-15 | 1 | -0/+3 |
| | | | | | Added tutorial display in doc. | ||||
| * | Make sure PropertyHint matches in the VisualScript editor. | K. S. Ernest (iFire) Lee | 2018-01-15 | 1 | -0/+1 |
| | | |||||
| * | Fix String::itos/String::num_int64(INT64_MIN) output. | bruvzg | 2018-01-13 | 1 | -4/+3 |
| | | |||||
| * | get_target_fps and set_target_fps now both use an int | Paul Joannon | 2018-01-12 | 2 | -2/+2 |
| | | |||||
| * | fix set_stream_peer binding in PacketPeer | Paul Joannon | 2018-01-12 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #15611 from bojidar-bg/x-bind-more-properties | Rémi Verschelde | 2018-01-12 | 11 | -4/+55 |
| |\ | | | | | Bind many more properties to scripts | ||||
| | * | Bind many more properties to scripts | Bojidar Marinov | 2018-01-12 | 11 | -4/+55 |
| | | | | | | | | | | | | | | | Notable potentially breaking changes: - PROPERTY_USAGE_NOEDITOR is now PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK, without PROPERTY_USAGE_INTERNAL - Some properties were renamed, and sometimes even shadowed by new ones - New getter methods (some virtual) were added | ||||
| * | | -Remove color operator clamping, which is unnecesary. Fixes #15184, fixes ↵ | Juan Linietsky | 2018-01-12 | 2 | -60/+59 |
| |/ | | | | | | #14686. -Refresh progress bar less often, makes baking, exporting, etc. faster. | ||||
| * | Merge pull request #15531 from AndreaCatania/p2 | Juan Linietsky | 2018-01-11 | 1 | -0/+1 |
| |\ | | | | | Fixed crash on duplicate GIProbe baking | ||||
| | * | Fixed crash on duplicate GIProbe baking | AndreaCatania | 2018-01-11 | 1 | -0/+1 |
| | | | |||||
| * | | Dont print error when loading resource from cache | Ruslan Mustakov | 2018-01-11 | 1 | -1/+2 |
| | | | |||||
| * | | Fix bad color to HTML conversion. Alpha channel was added befor RGB. | robfram | 2018-01-09 | 1 | -1/+1 |
| | | | |||||
| * | | Mono: Implement stack info for errors and exceptions | Ignacio Etcheverry | 2018-01-09 | 5 | -43/+51 |
| |/ | |||||
| * | obsolete UndoRedo max_steps; no users identified | Todd Ross | 2018-01-08 | 2 | -24/+0 |
| | | |||||
| * | Merge pull request #15337 from ↵ | Rémi Verschelde | 2018-01-08 | 1 | -0/+6 |
| |\ | | | | | | | | | touilleMan/fix-classdb_get_method_list-without-instrospection Fix _ClassDB::get_method_list when instrospection is disabled | ||||
| | * | Fix _ClassDB::get_method_list to returns only what's available when ↵ | Emmanuel Leblond | 2018-01-04 | 1 | -0/+6 |
| | | | | | | | | | introspection is disabled | ||||
| * | | Merge pull request #15437 from GodotExplorer/pr-fix-15424 | Rémi Verschelde | 2018-01-07 | 1 | -0/+6 |
| |\ \ | | | | | | | Add null checking for paramaters in UndoRedo | ||||
| | * | | Add null checking for paramaters in Undoredo | geequlim | 2018-01-07 | 1 | -0/+6 |
| | | | | |||||
| * | | | Merge pull request #15382 from mrcdk/poolarrays_neq_fix | Rémi Verschelde | 2018-01-07 | 1 | -4/+4 |
| |\ \ \ | | | | | | | | | Fix NEQ operation for Arrays and Pool*Arrays | ||||
| | * | | | Fix NEQ operation between 2 different Arrays | MrCdK | 2018-01-06 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | it was returning false if it found the same content in both arrays which isn't correct, it should return true when it finds different values | ||||
| * | | | | Merge pull request #15297 from poke1024/runner-limit-errs | Rémi Verschelde | 2018-01-07 | 2 | -5/+42 |
| |\ \ \ \ | |_|/ / |/| | | | Limit number of errors and messages sent by runner | ||||
| | * | | | Limit number of errors and messages sent by runner | Bernhard Liebl | 2018-01-03 | 2 | -5/+42 |
| | | | | | |||||
| * | | | | Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828 | Juan Linietsky | 2018-01-06 | 2 | -20/+20 |
| | | | | | |||||
| * | | | | Fix crash when using Image.resize() without calling Image.create() first | Jerome67000 | 2018-01-06 | 1 | -2/+5 |
| | |/ / |/| | | |||||
| * | | | Print error if a resource can't load from script, fixes #15313 | Juan Linietsky | 2018-01-05 | 1 | -1/+7 |
| | | | | |||||
| * | | | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 235 | -7/+302 |
| | |/ |/| | | | | | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module. | ||||
| * | | Change OS::initialize signature to return Error (fix segfault on x11) | Emmanuel Leblond | 2018-01-04 | 1 | -1/+1 |
| | | | |||||
| * | | found via cppcheck: | firefly2442 | 2018-01-03 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | remove code that will never run make definition and declaration names for parameters match change floats that were being set to bool values remove pointer that is never used | ||||
| * | | Merge pull request #15280 from poke1024/ringbuffer-cow | Rémi Verschelde | 2018-01-04 | 1 | -8/+9 |
| |\ \ | | | | | | | Avoid redundant copy-on-writes in RingBuffer | ||||
| | * | | Avoid redundant copy-on-writes in RingBuffer | Bernhard Liebl | 2018-01-03 | 1 | -8/+9 |
| | | | | |||||
| * | | | Revert "Add missing image format RGB10A2. Fixes #14964" | Juan Linietsky | 2018-01-03 | 2 | -25/+0 |
| | |/ |/| | |||||
| * | | Merge pull request #15220 from ibrahn/variantcall-defargs-fix | Rémi Verschelde | 2018-01-03 | 1 | -2/+3 |
| |\ \ | | | | | | | fix VariantCall default parameter ordering | ||||
| | * | | fix VariantCall default parameter ordering | Ibrahn Sahir | 2017-12-31 | 1 | -2/+3 |
| | |/ | |||||
