Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-27 | fix - HTTPClient connection keep-alive duplicate Headers #4208 | Alexander Holland | |
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 | 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-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 | Merge pull request #4302 from Anarchid/gridmap-navmesh | Rémi Verschelde | |
Navmesh support for GridMaps | |||
2016-04-20 | manually fix indent | Anarchid | |
2016-04-20 | Implement GridMap support for navigation meshes | Anarchid | |
2016-04-20 | Merge pull request #4382 from kurikaesu/get-executable-path-fixes-osx-javascript | Rémi Verschelde | |
Implements get_executable_path for OS X should proc_pidpath in os_osx… | |||
2016-04-20 | Implements get_executable_path for OS X should proc_pidpath in os_osx.mm ↵ | Aren Villanueva | |
doesn't succeed. Silences the warning for javascript as the function currently appears superfluous. | |||
2016-04-19 | Merge pull request #4365 from bojidar-bg/surfacetool-add-quad | Rémi Verschelde | |
Add an add_triangle_fan method to SurfaceTool | |||
2016-04-19 | Merge pull request #4377 from eska014/web-keys | Rémi Verschelde | |
Fix key events in web export | |||
2016-04-19 | Merge pull request #4380 from bojidar-bg/camera2d-fix-zoom | Rémi Verschelde | |
Fix Camera2D ignoring zoom when checking limits | |||
2016-04-19 | Merge pull request #4373 from bojidar-bg/draw-camera2d-screen | Rémi Verschelde | |
Add preview of the Camera2D's screen boundaries | |||
2016-04-19 | Fix Camera2D ignoring zoom when checking limits | Bojidar Marinov | |
Closes #1912 | |||
2016-04-19 | Merge pull request #4375 from eska014/fix-web-clear-color | Rémi Verschelde | |
Fix default clear color in web export | |||
2016-04-19 | Add fallback to legacy KeyboardEvent in web export | eska | |
Fallback to KeyboardEvent property `charCode` is absence of both `key` and `char` for retrieval of unicode value. | |||
2016-04-19 | Add preview of the Camera2D's screen boundaries | Bojidar Marinov | |
Closes #3365 | |||
2016-04-19 | Reimplement key input events in Emscripten export | eska | |
Scancodes work, but unicode values are now completely broken in some browser/OS combinations. | |||
2016-04-19 | Merge pull request #4369 from volzhs/res-android | Rémi Verschelde | |
remove unused resources and add korean locale for android | |||
2016-04-19 | remove unused resources and add korean locale for android | volzhs | |
- remove unused resources in platform/android/java/res/values/strings.xml - add korean language resource for apk expansion download screen | |||
2016-04-18 | Add a add_triangle_fan method to SurfaceTool | Bojidar Marinov | |
Closes #4298 | |||
2016-04-18 | Merge pull request #4329 from mrezai/openssl-1.0.2g | Rémi Verschelde | |
Update OpenSSL to version 1.0.2g | |||
2016-04-18 | Merge pull request #4364 from leezh/master | Rémi Verschelde | |
Fixed SEGFAULT in zero-reserved arrays in nrex. Fixes #4346 | |||
2016-04-18 | Merge pull request #4345 from mownier/add/getter/http-client-connection | Rémi Verschelde | |
Added getter method for the connection property in HTTPClient. | |||
2016-04-18 | Added getter method for the connection property in HTTPClient. (#4336) | Mounir Ybanez | |
- Exposed a getter method for the private property named `connection` in HTTPClient class. | |||
2016-04-18 | Fixed zero-length arrays in nrex. Fixes #4346 | Zher Huei Lee | |
2016-04-18 | Merge pull request #4360 from AlexHolly/string-ends_with | Rémi Verschelde | |
string ends_with | |||
2016-04-18 | Merge pull request #4359 from neikeq/pr-issue-4351 | Rémi Verschelde | |
Fix 'Quit to Project Manager' not stopping the running application | |||
2016-04-18 | tiny fix to loop restart (#4358) | Alex | |
Closes #4355 | |||
2016-04-18 | Merge pull request #4319 from kubecz3k/played_signal | Rémi Verschelde | |
animation_started signal for AnimationPlayer | |||
2016-04-18 | Merge pull request #4299 from neikeq/pr-issue-4297 | Rémi Verschelde | |
Keep editable instances data when replacing tree root node | |||
2016-04-17 | string ends_with | Alexander Holland | |
2016-04-17 | Fix 'Quit to Project Manager' not stopping the running application | Ignacio Etcheverry | |
2016-04-16 | Merge pull request #4337 from bojidar-bg/translation-csv-newlines | Rémi Verschelde | |
Fix File.get_csv_line not including quoted newlines in the output |