Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-24 | Fixes compile bug for Android template on Windows. | PeaceSells | |
2015-07-24 | -added icons for root node types on tabs | Juan Linietsky | |
2015-07-24 | Merge pull request #2300 from leezh/nrex-port | punto- | |
New RegEx library | |||
2015-07-24 | Fixed incorrect failsafe return values | Zher Huei Lee | |
2015-07-24 | Made RegEx API similar to old version | Zher Huei Lee | |
2015-07-24 | Added a live-edit RegEx tester to the demos | Zher Huei Lee | |
2015-07-24 | More nrex fixes | Zher Huei Lee | |
2015-07-24 | Updated nrex fixes | Lee Zher Huei | |
2015-07-24 | Regex library Nrex initial port | Lee Zher Huei | |
2015-07-02 | Merge pull request #2226 from romulox-x/xyzFixIos | punto- | |
fixed ios compilation error | |||
2015-07-01 | fixed ios compilation error | romulox_x | |
2015-06-30 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-06-30 | small fixes | Juan Linietsky | |
2015-06-30 | -some changes by okam | Juan Linietsky | |
2015-06-29 | Several 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-27 | more code completion improvements | Juan 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-26 | improved get_node(), connect(), etc code completion. | Juan Linietsky | |
-properly completes text arguments -includes the "/root" autoloads | |||
2015-06-25 | Merge pull request #2187 from romulox-x/mirroredRepeat | Juan Linietsky | |
added support for mirrored repeat texture wrapping | |||
2015-06-25 | forgot to add mirroredrepeat flag to flags file. fixed. | romulox_x | |
2015-06-25 | added support for mirrored repeat texture wrapping | romulox_x | |
2015-06-24 | added a tiny bit more space to docks and script tab | Juan Linietsky | |
2015-06-24 | compile fix | Juan Linietsky | |
2015-06-24 | Merge pull request #2181 from ShadowKyogre/doc-help | Juan Linietsky | |
Add documentation for RayCast2D about is_colliding and get_collider quirks | |||
2015-06-24 | Merge pull request #2182 from Kermer/patch-1 | Juan Linietsky | |
Tiny typo | |||
2015-06-24 | fix connection dialog bug | Juan Linietsky | |
2015-06-24 | Tiny typo | Kermer | |
COPY_MODE_DISALED -> COPY_MODE_DISABLED | |||
2015-06-24 | ability to change shadow color in light2d | Juan Linietsky | |
2015-06-24 | Add some documentation for RayCast2D about is_colliding and get_collider quirks | ShadowKyogre | |
2015-06-24 | added ability to define signals in script | Juan Linietsky | |
closes #2175 | |||
2015-06-23 | Merge pull request #2168 from KillerJaguar/input-helper | Juan Linietsky | |
Added helper methods to InputEvent | |||
2015-06-23 | Merge pull request #2172 from jrimclean/development | Juan Linietsky | |
Fixed compilation on MacOS X | |||
2015-06-23 | Merge branch 'master' of github.com:okamstudio/godot into development | James McLean | |
2015-06-23 | Added helper methods to InputEvent | Jaguar | |
2015-06-23 | Merge pull request #2166 from TheHX/collision_shape_editor | Juan Linietsky | |
CollisionShape2D visual editor | |||
2015-06-23 | Merge pull request #2165 from TheHX/issue_2102 | Juan Linietsky | |
Fix for issue related to GridMap editor | |||
2015-06-23 | CollisionShape2D visual editor | Franklin Sobrinho | |
2015-06-23 | Fix for issue related to GridMap editor | Franklin Sobrinho | |
* closes #2102 | |||
2015-06-23 | Merge pull request #1907 from tommy3/show-hidden-files | Juan Linietsky | |
set initial flag 'show_hidden_files' for file dialogs in project manager initialization | |||
2015-06-23 | Merge pull request #1972 from PeaceSells50/UsefulVSSconsEnvs | Juan Linietsky | |
Setting build vs properties in scons. | |||
2015-06-23 | Merge pull request #2068 from Krzycho666/color_ramp | Juan Linietsky | |
ColorRamp new features | |||
2015-06-22 | Merge pull request #2058 from volzhs/create_from_fnt | Juan Linietsky | |
add bind method for create_from_fnt (load fnt made by BMFont) | |||
2015-06-22 | Merge pull request #2070 from Krzycho666/AnimationPlayer_fix | Juan Linietsky | |
Animation player set_steps fix | |||
2015-06-22 | Merge pull request #2072 from jrimclean/master | Juan Linietsky | |
Interpolation for affine transformations/Bound rot/pos Matrix32 constructor | |||
2015-06-22 | Merge pull request #2080 from bojidar-bg/patch-1 | Juan Linietsky | |
Fix to #2079 | |||
2015-06-22 | Merge pull request #2088 from KillerJaguar/setter-fix | Juan Linietsky | |
Fixed variables being set before calling the setter method | |||
2015-06-22 | Merge pull request #2090 from volzhs/pmr_virtual | Juan Linietsky | |
fix register Physics2DTestMotionResult not virtual | |||
2015-06-22 | Merge pull request #2101 from sanikoyes/Pr-script-editor-save-state | Juan Linietsky | |
Pr-Script editor | |||
2015-06-22 | Merge pull request #2132 from gber/master | Juan Linietsky | |
Fix typo that produced invalid markup for images | |||
2015-06-22 | small in place fixes | Juan Linietsky | |
2015-06-22 | Merge pull request #2144 from Krzycho666/UndoRedo_fix | Juan Linietsky | |
added GDscript bidings for UndoRedo class |