Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-29 | Merge pull request #4387 from JoshuaGrams/rigidbody2d-torque | Rémi Verschelde | |
Hooked up RigidBody2D torque methods | |||
2016-04-29 | Fill in the blank in the Array, CenterContainer and Dictionary class ↵ | Geequlim | |
reference (#4476) | |||
2016-04-29 | Merge pull request #4473 from Paulb23/shader_editor_color_fix | Rémi Verschelde | |
Fixed shader editor syntax coloring | |||
2016-04-29 | Documentation for Canvas Modulate, ColorPicker, ColorPickerButton | Daniel J. Ramirez | |
2016-04-28 | move Font to BitmapFont | Juan Linietsky | |
so we can add DynamicFont later.. | |||
2016-04-29 | Fixed shader editor syntax coloring | Paulb23 | |
2016-04-28 | Merge pull request #4468 from Hinsbart/better_axis_desc | Rémi Verschelde | |
More precise InputMap Axis descriptions in project settings. | |||
2016-04-28 | Merge pull request #4466 from eska014/move-export-debug-toggle | Rémi Verschelde | |
Make export GUI debug toggle more obvious | |||
2016-04-28 | Merge pull request #4462 from Paulb23/scroll_lines | Rémi Verschelde | |
Added scroll lines, issue #4243 | |||
2016-04-28 | Merge pull request #4451 from JoshuaGrams/anim-tree-filter | Rémi Verschelde | |
Anim tree: add filters on Animation nodes | |||
2016-04-28 | Move export GUI debug toggle to export settings window | eska | |
2016-04-28 | More precise InputMap Axis descriptions in project settings. | Hinsbart | |
Now it's "Left Stick {Up, Down, Left, Right}" instead of just "Left Stick" repeated 4x. | |||
2016-04-28 | Partial documentation for Polygon2D and Raycast2D (#4467) | Daniel Ramirez | |
2016-04-28 | Merge pull request #4465 from akien-mga/pr-classref | Rémi Verschelde | |
Classref: Document Button and ButtonArray | |||
2016-04-28 | Classref: Document Button and ButtonArray | Rémi Verschelde | |
Also bind relevant constants and define some object types and better argument names for the docs. | |||
2016-04-27 | Merge pull request #4461 from djrm/classref-edit | Rémi Verschelde | |
Added GridContainer documentation | |||
2016-04-27 | Merge pull request #4463 from AlexHolly/http-fix-duplicate-header | Rémi Verschelde | |
fix - HTTPClient connection keep-alive duplicate Headers #4208 | |||
2016-04-27 | GridContainer, CheckBox documentation, descriptions for Vector2 and ↵ | Daniel J. Ramirez | |
CenterContainer.set_use_top_left | |||
2016-04-27 | fix - HTTPClient connection keep-alive duplicate Headers #4208 | Alexander Holland | |
2016-04-27 | Merge pull request #4459 from CombustibleLemonade/master | Rémi Verschelde | |
Documentation for WeakRef | |||
2016-04-27 | Added scroll lines, issue 4243 | Paulb23 | |
2016-04-27 | fixed some mistakes in WeakRef documentation | Jan Heemstra | |
2016-04-27 | Documented WeakRef and member functions | Jan Heemstra | |
2016-04-27 | Sync classes reference template with current code base | Jan Heemstra | |
2016-04-26 | Documented Node2D | Julian Murgia - StraToN | |
2016-04-26 | Various improvements to doc_status.py | Rémi Verschelde | |
- Make comments opt-in (smaller table in width) - Reduce length of Brief Description and Description (also smaller table as output) - Make names cyan (blue is too dark on black terminal) - Drop some redundant synonyms for the flags | |||
2016-04-26 | RigidBody2D (add_force, set_inertia): new methods. | Josh Grams | |
2016-04-26 | AnimationTree: add filters to Animation nodes. | Josh Grams | |
2016-04-26 | Edited classes.xml : GraphEdit finished (#4450) | Julian Murgia | |
2016-04-26 | Merge pull request #4441 from akien-mga/pr-drop-obsolete-platforms | Rémi Verschelde | |
Drop obsolete platforms | |||
2016-04-25 | Remove last NACL references | Rémi Verschelde | |
2016-04-25 | Drop NACL platform | Rémi Verschelde | |
It's no longer maintained and Chrome-specific, so it's not a viable solution to deploy Godot games in browsers. The current prefered alternative is asm.js (platform/javascript), and we're looking forward to WebAssembly. | |||
2016-04-25 | Drop obsolete WIP for Flash platform | Rémi Verschelde | |
It was apparently never fully functional and has not been maintained. Flash itself is nowadays clearly a deprecated technology, so there will not be further work on it. platform/javascript and the upcoming WebAssembly technologies should have a brighter future. | |||
2016-04-24 | Merge pull request #4414 from Paulb23/trim_whitespace | Rémi Verschelde | |
Trim trailing whitespace on save | |||
2016-04-24 | Merge pull request #4409 from Hinsbart/encode_axis_value | Rémi Verschelde | |
Encode axis_value in Variant for InputEvent::JOYSTICK_MOTION. | |||
2016-04-24 | Merge pull request #4407 from bojidar-bg/camera2d-fix-update-in-editor | Rémi Verschelde | |
Fix continious update with Camera2D | |||
2016-04-24 | Merge pull request #4401 from Hinsbart/fix_is_action_bug | Rémi Verschelde | |
add sign comparison for joystick axis events in InputMap::_find_event | |||
2016-04-24 | AnimationTree: set value track property per frame, not per track. | Josh Grams | |
2016-04-24 | RigidBody2D: rename apply_impulse(pos) to offset. | Josh Grams | |
2016-04-23 | Trim trailing white space on save, issue 4383 | Paulb23 | |
2016-04-23 | Encode axis_value in Variant for InputEvent::JOYSTICK_MOTION. | Hinsbart | |
Fixes a bug that caused InputMap actions which have been set to joystick axes not to work correctly on exported builds as the axis_value property wouldn't be serialized into engine.cfb. See recent discussion in #49 (Post 121+) | |||
2016-04-23 | Fix continious update with Camera2D | Bojidar Marinov | |
Closes #4406 | |||
2016-04-22 | Merge pull request #4402 from bojidar-bg/docteam-add-helper | Rémi Verschelde | |
Add a python script to check the current doc status | |||
2016-04-22 | Add a python script to check the current doc status | Bojidar Marinov | |
2016-04-22 | add sign comparison for joystick axis events in InputMap::_find_event | Hinsbart | |
fixes #4400 | |||
2016-04-22 | Merge pull request #4388 from kurikaesu/theme-editor-remove-class-items | Rémi Verschelde | |
Adds a remove class item option in the theme editor. | |||
2016-04-21 | Adds a remove class item option in the theme editor. | Aren Villanueva | |
I've also added a get_stylebox_types helper function to the theme class in order to figure out exactly what types are available to a theme. | |||
2016-04-20 | RigidBody2D: add and bind get_inertia() method. | Josh Grams | |
You can't set this value very well, since it's automatically computed from the mass and the collision shapes. But since the values are higher than many people might suspect, so being able to read it helps estimate the amount of torque you might need to apply. | |||
2016-04-20 | RigidBody2D: add and bind get/set_applied_torque. | Josh Grams | |
2016-04-20 | Merge pull request #4302 from Anarchid/gridmap-navmesh | Rémi Verschelde | |
Navmesh support for GridMaps |