aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Regex library Nrex initial portLee Zher Huei2015-07-2417-1206/+1254
|
* Merge pull request #2226 from romulox-x/xyzFixIospunto-2015-07-021-1/+1
|\ | | | | fixed ios compilation error
| * fixed ios compilation errorromulox_x2015-07-011-1/+1
|/
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-06-3013-6/+72
|\
| * -some changes by okamJuan Linietsky2015-06-3013-6/+72
| |
* | small fixesJuan Linietsky2015-06-302-5/+8
|/
* Several performance improvements, mainly in loading and instancing scenes ↵Juan Linietsky2015-06-2962-294/+475
| | | | | | | | and resources. A general speedup should be apparent, with even more peformance increase when compiling optimized. WARNING: Tested and it seems to work, but if something breaks, please report.
* more code completion improvementsJuan Linietsky2015-06-275-85/+482
| | | | | | -calltip dissapears with more types of keypresses or when pressing ')' -properly looks into autoloaded scripts or nodes with another script for script functions/variables/etc.
* improved get_node(), connect(), etc code completion.Juan Linietsky2015-06-2610-25/+210
| | | | | -properly completes text arguments -includes the "/root" autoloads
* Merge pull request #2187 from romulox-x/mirroredRepeatJuan Linietsky2015-06-256-7/+30
|\ | | | | added support for mirrored repeat texture wrapping
| * forgot to add mirroredrepeat flag to flags file. fixed.romulox_x2015-06-253-1/+9
| |
| * added support for mirrored repeat texture wrappingromulox_x2015-06-254-7/+22
|/
* added a tiny bit more space to docks and script tabJuan Linietsky2015-06-244-2/+5
|
* compile fixJuan Linietsky2015-06-241-1/+1
|
* Merge pull request #2181 from ShadowKyogre/doc-helpJuan Linietsky2015-06-241-0/+2
|\ | | | | Add documentation for RayCast2D about is_colliding and get_collider quirks
| * Add some documentation for RayCast2D about is_colliding and get_collider quirksShadowKyogre2015-06-241-0/+2
| |
* | Merge pull request #2182 from Kermer/patch-1Juan Linietsky2015-06-241-2/+2
|\ \ | | | | | | Tiny typo
| * | Tiny typoKermer2015-06-241-2/+2
| | | | | | | | | COPY_MODE_DISALED -> COPY_MODE_DISABLED
* | | fix connection dialog bugJuan Linietsky2015-06-241-2/+2
|/ /
* / ability to change shadow color in light2dJuan Linietsky2015-06-249-1/+41
|/
* added ability to define signals in scriptJuan Linietsky2015-06-2412-64/+270
| | | | closes #2175
* Merge pull request #2168 from KillerJaguar/input-helperJuan Linietsky2015-06-233-0/+16
|\ | | | | Added helper methods to InputEvent
| * Added helper methods to InputEventJaguar2015-06-233-0/+16
| |
* | Merge pull request #2172 from jrimclean/developmentJuan Linietsky2015-06-231-1/+3
|\ \ | |/ |/| Fixed compilation on MacOS X
| * Merge branch 'master' of github.com:okamstudio/godot into developmentJames McLean2015-06-2324-114/+1021
| |\ | |/ |/|
* | Merge pull request #2166 from TheHX/collision_shape_editorJuan Linietsky2015-06-233-0/+608
|\ \ | | | | | | CollisionShape2D visual editor
| * | CollisionShape2D visual editorFranklin Sobrinho2015-06-233-0/+608
| | |
* | | Merge pull request #2165 from TheHX/issue_2102Juan Linietsky2015-06-231-3/+9
|\ \ \ | |/ / |/| | Fix for issue related to GridMap editor
| * | Fix for issue related to GridMap editorFranklin Sobrinho2015-06-231-3/+9
|/ / | | | | | | * closes #2102
* | Merge pull request #1907 from tommy3/show-hidden-filesJuan Linietsky2015-06-232-1/+2
|\ \ | | | | | | set initial flag 'show_hidden_files' for file dialogs in project manager initialization
| * | set initial flag 'show_hidden_files' for file dialogs in project manager ↵tommy32015-05-142-1/+2
| | | | | | | | | | | | initialization
* | | Merge pull request #1972 from PeaceSells50/UsefulVSSconsEnvsJuan Linietsky2015-06-230-0/+0
|\ \ \ | | | | | | | | Setting build vs properties in scons.
| * | | Setting build vs properties in scons.Peace Sells2015-05-241-0/+5
| | | |
* | | | Merge pull request #2068 from Krzycho666/color_rampJuan Linietsky2015-06-231-0/+54
|\ \ \ \ | | | | | | | | | | ColorRamp new features
| * | | | founded and fixed a bug that freezed godot when deleting while grabbing ↵krzycho2015-06-111-0/+2
| | | | | | | | | | | | | | | | | | | | color in ColorRamp
| * | | | ColorRamp new features:krzycho2015-06-111-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | | - hold alt and left-click to duplicate color - hold shift while grabbing color node to snap selected one to the nearest one if close enough
* | | | | Merge pull request #2058 from volzhs/create_from_fntJuan Linietsky2015-06-221-0/+1
|\ \ \ \ \ | | | | | | | | | | | | add bind method for create_from_fnt (load fnt made by BMFont)
| * | | | | add bind method for create_from_fnt (load fnt made by BMFont)volzhs2015-06-101-1/+1
| | | | | |
| * | | | | add bind method for create_from_fnt (load fnt made by BMFont)volzhs2015-06-101-0/+1
| |/ / / /
* | | | | Merge pull request #2070 from Krzycho666/AnimationPlayer_fixJuan Linietsky2015-06-221-1/+2
|\ \ \ \ \ | | | | | | | | | | | | Animation player set_steps fix
| * | | | | fixed problem with crashing godot when changing number of steps while no ↵krzycho2015-06-111-1/+2
| |/ / / / | | | | | | | | | | | | | | | animation added
* | | | | Merge pull request #2072 from jrimclean/masterJuan Linietsky2015-06-222-2/+39
|\ \ \ \ \ | | | | | | | | | | | | Interpolation for affine transformations/Bound rot/pos Matrix32 constructor
* \ \ \ \ \ Merge pull request #2080 from bojidar-bg/patch-1Juan Linietsky2015-06-222-14/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix to #2079
| * | | | | | Delete .fscache from fog_of_war demo, closes #2079.Bojidar Marinov2015-06-131-11/+0
| | | | | | |
| * | | | | | Resolved a merge conflict.Bojidar Marinov2015-06-131-3/+0
| | | | | | |
* | | | | | | Merge pull request #2088 from KillerJaguar/setter-fixJuan Linietsky2015-06-221-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixed variables being set before calling the setter method
| * | | | | | | Fixed variables being set before calling the setter methodJaguar2015-06-131-1/+2
| |/ / / / / /
* | | | | | | Merge pull request #2090 from volzhs/pmr_virtualJuan Linietsky2015-06-221-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix register Physics2DTestMotionResult not virtual
| * | | | | | | fix register Physics2DTestMotionResultvolzhs2015-06-151-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #2101 from sanikoyes/Pr-script-editor-save-stateJuan Linietsky2015-06-221-2/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Pr-Script editor