| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-03-12 | -Made editor support SSL certs by default (embedded them) | Juan Linietsky | 32 | -142/+6011 | |
| -Made asset sharing support https -Many fixes to HTTPRequest -Added an asset installer dialog -Visual cleanups to asset sharing tab -Fixed some issues in ScrollContainer, hope it does not break things -Asset sharing tab is not visible (hidden on purpose) for now. | |||||
| 2016-03-12 | -more progress to asset sharing client, but still disabled by default | Juan Linietsky | 2 | -3/+93 | |
| 2016-03-11 | Fix link error when disable_3d=yes | sanikoyes | 1 | -1/+2 | |
| 2016-03-11 | TileSet Export: Avoid invalid error when merge is enabled but file does not ↵ | Ignacio Etcheverry | 1 | -14/+11 | |
| exist | |||||
| 2016-03-10 | Fix a crash when running a game with Controls with a tools build | Bojidar Marinov | 1 | -1/+6 | |
| Regression from #3997 TOOLS_ENABLED is defined, even when running from editor, but EDITOR_DEF SEGFAULTs | |||||
| 2016-03-09 | Add option to keep margins when changing anchors, closes #3979 | Bojidar Marinov | 3 | -13/+32 | |
| Amend: Fixed an issue for non-tool builds Amend2: Same, just fixed doing nothing at some times | |||||
| 2016-03-09 | Fix crash when resizing ConcavePolygonShape2D segments | Ignacio Etcheverry | 1 | -8/+12 | |
| 2016-03-09 | TimeScale node: return +inf remaining for 0 scale. | Josh Grams | 1 | -1/+4 | |
| 2016-03-09 | fix six possible "divide by zero" | Hubert Jarosz | 6 | -15/+23 | |
| 2016-03-09 | fix two reading uninitialized pointers | Hubert Jarosz | 2 | -2/+2 | |
| fixed in: tools/editor/project_settings.cpp scene/gui/graph_edit.cpp | |||||
| 2016-03-09 | fix possible crash in tools/editor/editor_import_export.cpp | Hubert Jarosz | 1 | -2/+1 | |
| da could be NULL, and dereferencing NULL could lead to crash | |||||
| 2016-03-09 | fix possible crash in tools/editor/spatial_editor_gizmos.cpp | Hubert Jarosz | 2 | -3/+2 | |
| spatial_node and base where uninitialized, which could lead to crash | |||||
| 2016-03-09 | fix possible crash in platform/x11/joystick_linux.cpp | Hubert Jarosz | 1 | -0/+6 | |
| ev may be tainted and out of MAX_KEY range, which will cause joy->key_map[ev.code] to crash | |||||
| 2016-03-09 | remove trailing whitespace | Hubert Jarosz | 386 | -7660/+7660 | |
| 2016-03-08 | AnimationTreePlayer: distinguish value tracks. | Josh Grams | 1 | -2/+3 | |
| If the node had a 3D Transform, the transform would always get written, even if the tracks on that node were supposed to be value tracks. | |||||
| 2016-03-08 | Variant::blend: add Quat, fix Vector3. | Josh Grams | 1 | -1/+7 | |
| 2016-03-07 | Update version in Info.plist | RegalMedia | 1 | -2/+2 | |
| Getting info on Godot.app still shows version 1.0.0. Would be nice to have this reflect the real version number via the build system. | |||||
| 2016-03-07 | Added extra controls to GeometryInstances to control how they should cast ↵ | Saracen | 11 | -24/+129 | |
| shadows: double-sided and shadows only. Conflicts: servers/visual/visual_server_raster.h | |||||
| 2016-03-07 | TimeScale node: scale return value (time remaining). | Josh Grams | 1 | -2/+4 | |
| 2016-03-07 | fix InputMap::action_erase_event() | hondres | 1 | -4/+1 | |
| fixes #3976 | |||||
| 2016-03-07 | This will disable png arm neon optimizing for android template if compile on ↵ | volzhs | 1 | -6/+5 | |
| windows, but make compiling successful. And arm neon opt is enabled if not on windows. | |||||
| 2016-03-07 | migrate to container-based Travis CI | Hubert Jarosz | 1 | -4/+26 | |
| 2016-03-07 | osx: fix inverted horizontal scrolling | hondres | 1 | -1/+1 | |
| 2016-03-07 | Enabled scrolling past end of file | Paulb23 | 4 | -1/+14 | |
| 2016-03-06 | Fix to CPU skinning path when using GPU skinning (meshes with morphs) ↵ | Saracen | 1 | -3/+11 | |
| causing modifications to root bone to have doubled offset and wasted performance. | |||||
| 2016-03-06 | Fix Project Settings dialog add/delete global variable | Franklin Sobrinho | 3 | -27/+80 | |
| 2016-03-06 | doc: fix joystick left/right trigger axis description (index 6/7 instead of 4/5) | hondres | 1 | -2/+2 | |
| 2016-03-06 | Add more verbose build-in functions descriptions | Martin Chuckeles | 1 | -28/+143 | |
| Add descriptions for some global constants | |||||
| 2016-03-05 | Added epoc to dictionary converter | Kyle Luce | 2 | -3/+73 | |
| Useful for when user is storing time as epoc and wants to do operations on this time and then display in human readable form https://www.facebook.com/groups/godotengine/permalink/737469773056286/?comment_id=738011009668829&reply_comment_id=738192799650650¬if_t=group_comment_reply | |||||
| 2016-03-05 | The help page now show the entire object hierarchy | Franklin Sobrinho | 1 | -2/+52 | |
| 2016-03-05 | Fix Sprite doesn't updating region_rect value in certain conditions | Franklin Sobrinho | 1 | -5/+7 | |
| 2016-03-05 | Removed "__editor_plugin_screen__" metadata creation | Franklin Sobrinho | 1 | -19/+0 | |
| 2016-03-05 | Write GDScript documentation | Martin Chuckeles | 1 | -1/+10 | |
| 2016-03-05 | Added search box in Class List dialog (Script Editor) | Franklin Sobrinho | 3 | -11/+93 | |
| 2016-03-04 | html5: workaround for echo key events. | hondres | 3 | -2/+27 | |
| 2016-03-04 | Add special new line opening | Martin Chuckeles | 1 | -0/+21 | |
| 2016-03-04 | -Work on addon editor plugin (disabled by default) | Juan Linietsky | 18 | -17/+1678 | |
| -New HTTPRequest node, to make HTTP requests simpler. | |||||
| 2016-03-04 | Add editor settings for call hint placement | Martin Chuckeles | 4 | -4/+45 | |
| Added settings: text_editor/put_callhint_tooltip_below_current_line and text_editor/callhint_tooltip_offset | |||||
| 2016-03-03 | Hide hint if completion is active | Martin Chuckeles | 1 | -1/+1 | |
| 2016-03-03 | Move the call hint under the current line | Martin Chuckeles | 1 | -1/+1 | |
| 2016-03-03 | set_time_scale docs | Stabington | 1 | -0/+1 | |
| This is correct? | |||||
| 2016-03-02 | fix gradle build on windows | volzhs | 1 | -1/+1 | |
| 2016-03-01 | Revert "Merge pull request #3814 from est31/iterators_for_for" | Rémi Verschelde | 7 | -385/+0 | |
| This reverts commit adf50568890cefb5fc354dbc1b21c4140bb410f9, reversing changes made to ee2bc87c0ef3cc1a432655ff935e60f32977904d. | |||||
| 2016-03-01 | AnimationTreePlayer: blend value tracks (closes #2299) | Josh Grams | 4 | -4/+77 | |
| Variant: - zero() sets a Variant to the appropriate type of zero value - blend() blends part of one Variant on top of another. | |||||
| 2016-03-01 | Added relative paths for DirAccess::remove() | Zher Huei Lee | 4 | -8/+17 | |
| Follows similar behaviour to DirAccess::rename() | |||||
| 2016-03-01 | Quick fixes to tween documentation formatting | Rémi Verschelde | 1 | -15/+5 | |
| Maybe the reST parser should be improved instead though ;) | |||||
| 2016-02-29 | use joystick name from mapping-db if available | hinsbart | 2 | -0/+3 | |
| 2016-02-29 | -wip on addon editor | Juan Linietsky | 4 | -0/+121 | |
| -fixes instantiable subclasses not working, as reported in #3871 | |||||
| 2016-02-29 | Fix bug with nearest_power_of_2_templated | est31 | 1 | -1/+10 | |
| We have to shift log(num of bits) many times not num of bytes many. | |||||
| 2016-02-28 | deleted files added accidentally | Ariel Manzur | 9 | -41/+0 | |
