aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixed broken comment blockSimon Wenner2015-05-031-1/+1
|
* removed unnecessary semicolonsSimon Wenner2015-05-031-20/+20
|
* fixed uninitialized variable (cppcheck)Simon Wenner2015-05-031-1/+1
|
* -fixed godot icon for androidJuan Linietsky2015-05-012-5/+32
| | | | -added a genname option to generate the name of android app
* -option to select arm and x86 architectures on android export (will not work ↵Juan Linietsky2015-05-011-12/+41
| | | | with current templates, you have to make new and include both x86 and arm support)
* -Fixed android export options (screen sizes, orientation should work)Juan Linietsky2015-05-015-15/+28
| | | | -added functions to get mouse position in CanvasItem
* bumped version to rc11.1-rc1Juan Linietsky2015-05-011-1/+1
|
* fixed bullet in 3d platformer demoJuan Linietsky2015-05-011-0/+0
|
* -removed get_mouse_pos from Input, as it only caused problemsJuan Linietsky2015-05-011-1/+1
|
* -fixed old condition in TextureFrame that caused bugs in materials, closes #1742Juan Linietsky2015-05-012-3/+2
|
* -fix timer behavior described, closes #1455Juan Linietsky2015-05-011-0/+2
|
* -fix a bug in extra cull margin, closes #1760Juan Linietsky2015-05-013-0/+1
|
* -Fixes from source code analyzizer, closes #1768Juan Linietsky2015-05-0117-31/+31
|
* Merge pull request #1769 from est31/xml-orderJuan Linietsky2015-05-016-18/+58
|\ | | | | Sort xml files, so order is constant
| * Sort xml files, so order is constantest312015-05-016-18/+58
|/ | | | Makes xml format work better with version control systems.
* -fixed broken lighting in release version of godot for isometric light demo, ↵Juan Linietsky2015-04-308-0/+6
| | | | fixes #1697
* -some cleanupsJuan Linietsky2015-04-304-4/+14
| | | | -added tesselation function to curve and curve2d
* bad lookup in grid container corrected, cells are properly aligned again. ↵Juan Linietsky2015-04-281-14/+14
| | | | Fixes #1462
* label properly adjusted to size when inserting key, fixes #1607Juan Linietsky2015-04-281-1/+1
|
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-04-281-1/+1
|\
| * Merge pull request #1750 from romulox-x/colorarrayJuan Linietsky2015-04-281-1/+1
| |\ | | | | | | fixed ColorArray constructor when taking array as parameter
| | * fixed ColorArray constructor when taking array as parameterromulox_x2015-04-271-1/+1
| | |
* | | -fix forced texture repeat in Polygon2D, now depends on texture.Juan Linietsky2015-04-284-24/+11
|/ / | | | | | | -added a new function, Camera::is_position_behind to aid to unproject(), fixes #1725
* / fixes in handling of DirAccess for resource path on Android, fixes #1447Juan Linietsky2015-04-284-33/+57
|/
* -made normalmaps easier in 2D, fixes #1467Juan Linietsky2015-04-276-0/+26
|
* -added set_master_player binding, fixes #1477Juan Linietsky2015-04-271-0/+6
|
* -disabled thread model 2 for the time being, crashes on linux without ↵Juan Linietsky2015-04-271-0/+3
| | | | reason, fixes #1482
* made parser accept EOF after "pass", fixes #1488Juan Linietsky2015-04-261-1/+1
|
* fix quit bug on linux when using alt-f4, fixes #1677Juan Linietsky2015-04-261-1/+6
|
* -fixed bodyenter/bodyexit callback of physics bodies, fixes #1739Juan Linietsky2015-04-262-7/+20
|
* properly wake up bodies when a parameter changes, fixes #1740Juan Linietsky2015-04-266-2/+37
|
* fix crash on exit for popup, fixes #1676Juan Linietsky2015-04-261-2/+4
|
* fixes crash related to empty concavecollisionshape, fixes #1709Juan Linietsky2015-04-261-0/+13
|
* -Fixed shader commets, /* */ works well and crash is solved, fixes #1711Juan Linietsky2015-04-261-4/+8
|
* Fixed bug in array comparison, fixes #1712Juan Linietsky2015-04-261-1/+2
|
* missing file for bbcode demoJuan Linietsky2015-04-261-0/+17
|
* properly update emitting property when emit timeot is used, fixes #1716Juan Linietsky2015-04-251-0/+2
|
* -Resolved light clipping issue due to wrong global rect cache, fixes #1722Juan Linietsky2015-04-251-0/+1
|
* -Objects with BlendMode!=MIX do not get affected by CanvasModulate, fixes #1724Juan Linietsky2015-04-243-1/+1
|
* casting line into physics on negative space now works properly, fixes #1726Juan Linietsky2015-04-241-3/+4
|
* Ability to convert from nodes or other non resource with a get_rid() ↵Juan Linietsky2015-04-243-2/+12
| | | | function to a rid
* changed some shortcuts in text editor, maybe fixes #1732Juan Linietsky2015-04-241-3/+3
|
* Corrected rectangle intersection, fixes #1731Juan Linietsky2015-04-242-10/+10
|
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-04-241-0/+1
|\
| * fix to collada import crashJuan Linietsky2015-04-231-0/+1
| |
* | local changesJuan Linietsky2015-04-241-1/+1
|/
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-04-222-2/+2
|\
| * disable apply modifiers by default in export flagJuan Linietsky2015-04-222-2/+2
| |
* | Changed collada importer to properly handle ALL blend shape arrays, fixes ↵Juan Linietsky2015-04-221-14/+67
|/ | | | problems with animated normals, uvs, etc.
* resolved some cases wehre built-in doc is not properlt generated, fixes #1719Juan Linietsky2015-04-222-0/+5
|