summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-29Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy
2015-07-28adding some base64 marshallspunto-
2015-07-27Merge pull request #2248 from romulox-x/colladaImagePathJuan Linietsky
fixed image path problem in bettercollada
2015-07-26QOL, script buttons in scene tabsJuan Linietsky
2015-07-25Merge pull request #2298 from ronchaine/ronchaine-develJuan Linietsky
Fix audio driver loading if the first tried driver fails (linux-x11).
2015-07-24-added icons for root node types on tabsJuan Linietsky
2015-07-24Merge pull request #2300 from leezh/nrex-portpunto-
New RegEx library
2015-07-24Fixed incorrect failsafe return valuesZher Huei Lee
2015-07-24Made RegEx API similar to old versionZher Huei Lee
2015-07-24Added a live-edit RegEx tester to the demosZher Huei Lee
2015-07-24More nrex fixesZher Huei Lee
2015-07-24Updated nrex fixesLee Zher Huei
2015-07-24Regex library Nrex initial portLee Zher Huei
2015-07-23Use tabs instead of spaces.Jari Ronkainen
2015-07-23Fix audio driver setup if the first driver fails.Jari Ronkainen
2015-07-09when copy images enabled, 'images' path prefix was only being written to ↵romulox_x
file if the destination file didn't exist. so it only worked the first time.
2015-07-02Merge pull request #2226 from romulox-x/xyzFixIospunto-
fixed ios compilation error
2015-07-01fixed ios compilation errorromulox_x
2015-06-30Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-06-30small fixesJuan Linietsky
2015-06-30-some changes by okamJuan Linietsky
2015-06-29Several performance improvements, mainly in loading and instancing scenes ↵Juan Linietsky
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.
2015-06-27more code completion improvementsJuan Linietsky
-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.
2015-06-26improved get_node(), connect(), etc code completion.Juan Linietsky
-properly completes text arguments -includes the "/root" autoloads
2015-06-25Merge pull request #2187 from romulox-x/mirroredRepeatJuan Linietsky
added support for mirrored repeat texture wrapping
2015-06-25forgot to add mirroredrepeat flag to flags file. fixed.romulox_x
2015-06-25added support for mirrored repeat texture wrappingromulox_x
2015-06-24added a tiny bit more space to docks and script tabJuan Linietsky
2015-06-24compile fixJuan Linietsky
2015-06-24Merge pull request #2181 from ShadowKyogre/doc-helpJuan Linietsky
Add documentation for RayCast2D about is_colliding and get_collider quirks
2015-06-24Merge pull request #2182 from Kermer/patch-1Juan Linietsky
Tiny typo
2015-06-24fix connection dialog bugJuan Linietsky
2015-06-24Tiny typoKermer
COPY_MODE_DISALED -> COPY_MODE_DISABLED
2015-06-24ability to change shadow color in light2dJuan Linietsky
2015-06-24Add some documentation for RayCast2D about is_colliding and get_collider quirksShadowKyogre
2015-06-24added ability to define signals in scriptJuan Linietsky
closes #2175
2015-06-23Merge pull request #2168 from KillerJaguar/input-helperJuan Linietsky
Added helper methods to InputEvent
2015-06-23Merge pull request #2172 from jrimclean/developmentJuan Linietsky
Fixed compilation on MacOS X
2015-06-23Merge branch 'master' of github.com:okamstudio/godot into developmentJames McLean
2015-06-23Added helper methods to InputEventJaguar
2015-06-23Merge pull request #2166 from TheHX/collision_shape_editorJuan Linietsky
CollisionShape2D visual editor
2015-06-23Merge pull request #2165 from TheHX/issue_2102Juan Linietsky
Fix for issue related to GridMap editor
2015-06-23CollisionShape2D visual editorFranklin Sobrinho
2015-06-23Fix for issue related to GridMap editorFranklin Sobrinho
* closes #2102
2015-06-23Merge pull request #1907 from tommy3/show-hidden-filesJuan Linietsky
set initial flag 'show_hidden_files' for file dialogs in project manager initialization
2015-06-23Merge pull request #1972 from PeaceSells50/UsefulVSSconsEnvsJuan Linietsky
Setting build vs properties in scons.
2015-06-23Merge pull request #2068 from Krzycho666/color_rampJuan Linietsky
ColorRamp new features
2015-06-22Merge pull request #2058 from volzhs/create_from_fntJuan Linietsky
add bind method for create_from_fnt (load fnt made by BMFont)
2015-06-22Merge pull request #2070 from Krzycho666/AnimationPlayer_fixJuan Linietsky
Animation player set_steps fix
2015-06-22Merge pull request #2072 from jrimclean/masterJuan Linietsky
Interpolation for affine transformations/Bound rot/pos Matrix32 constructor