Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-17 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-10-17 | misc cleanup | Juan Linietsky | |
2015-10-17 | Merge pull request #2455 from firefly2442/hide-menu-fix | Juan Linietsky | |
[UI fix] Hide opened menu when click on menu button | |||
2015-10-17 | Merge pull request #2457 from firefly2442/doxygen-fix | Juan Linietsky | |
Fix absolute paths used in doxygen, ignore generated documentation in Git | |||
2015-10-17 | Merge pull request #2479 from firefly2442/cppcheck-unusedvars | Juan Linietsky | |
ran cppcheck, found unused variables | |||
2015-10-17 | Merge pull request #2481 from firefly2442/cppcheck-arrayindexthencheck | Juan Linietsky | |
ran cppcheck, fixed cases where array index is used before limits check | |||
2015-10-17 | Merge pull request #2474 from masoudbh3/android-armeabi-v7a | Juan Linietsky | |
Fix android build script | |||
2015-10-17 | Merge pull request #2484 from firefly2442/add-physics-commandline-help | Juan Linietsky | |
add missing physics unit test to --help listing in main.cpp | |||
2015-10-17 | Merge pull request #2485 from masoudbh3/fix-x11-editor-boot-splash | Juan Linietsky | |
Fix X11 Editor Boot Splash (Maximized Boot Splash) | |||
2015-10-17 | Merge pull request #2488 from slapin/remove-unimplemented-exporter-option | Juan Linietsky | |
Remove of use_exclude_ctrl_bones option | |||
2015-10-17 | Merge pull request #2497 from vnen/fix-2490 | Juan Linietsky | |
Make dict2inst set internal members of instance | |||
2015-10-17 | Merge pull request #2520 from bojidar-bg/patch-3 | Juan Linietsky | |
Add missing \n to world_wrap. | |||
2015-10-17 | Merge pull request #2522 from ricpelo/master | Juan Linietsky | |
Disable filters for tilemap in 2D Platformer demo | |||
2015-10-17 | Merge pull request #2531 from bojidar-bg/patch-4 | Juan Linietsky | |
Fix parameters of funcRef::call_func | |||
2015-10-17 | Merge pull request #2549 from shackra/docdump-openproj | Juan Linietsky | |
Documentation Converter from XML to Open Project wiki markup format | |||
2015-10-17 | Merge pull request #2555 from jackmakesthings/class-reference-formatting | Juan Linietsky | |
Readability improvements for the in-game class reference | |||
2015-10-17 | Merge pull request #2556 from volzhs/fix_miss_bind_findnode | Juan Linietsky | |
fix miss bind for Node::find_node | |||
2015-10-17 | Merge pull request #2569 from TheHX/issue_2567 | Juan Linietsky | |
Fix bug in EditorPlugin::add_custom_control | |||
2015-10-17 | Merge pull request #2572 from leezh/clipping-fix | Juan Linietsky | |
nested clipping of canvas items now works | |||
2015-10-17 | Merge pull request #2584 from buresu/fix-parentheses-equality-warnings | Juan Linietsky | |
[OSX Clang] Fix parentheses-equality warnings | |||
2015-10-17 | Merge pull request #2587 from eska014/fix-area2d-mask-matching | Juan Linietsky | |
Fix Area/Area2D mask matching | |||
2015-10-17 | Merge pull request #2589 from eska014/add-raycast2d-type_mask | Juan Linietsky | |
Add type mask customization to RayCast2D | |||
2015-10-17 | Merge pull request #2594 from Biliogadafr/PinSoftness | Juan Linietsky | |
Expose softness parameter of pin joint to the editor. | |||
2015-10-17 | Merge pull request #2602 from sanikoyes/Pr-REUSE_ADDR_WIN32 | Juan Linietsky | |
Pr-REUSE_ADDR_WIN32 | |||
2015-10-17 | Merge pull request #2607 from StraToN/doc-update | Juan Linietsky | |
GraphEdit and GraphNode documentation | |||
2015-10-17 | Merge pull request #2608 from didier-v/OSX_get_locale | Juan Linietsky | |
Added specific get_locale to OSX platform | |||
2015-10-17 | Merge pull request #2609 from eska014/export-hints | Juan Linietsky | |
GDScript export hints: Add float w/ ease, remove duplicate, adapt multiline to established format | |||
2015-10-16 | Merge branch 'master' of https://github.com/okamstudio/godot | reduz | |
Conflicts: scene/resources/packed_scene.h | |||
2015-10-16 | -fixes and more fixes to new scene system, seems stable now.. | reduz | |
BUT DONT TRUST ME IT MAY STILL BREAK, USE WITH CARE!! | |||
2015-10-16 | Add GDScript export hint for real numbers with easing `export(float, EASE)` | eska | |
2015-10-16 | Added specific get_locale to OSX platform | Didier Vandekerckhove | |
The default unix get_locale didn’t work. OS X requires a specific one. | |||
2015-10-16 | Add multiline string GDScript export hint `export(String, MULTILINE)` | eska | |
2015-10-16 | GraphEdit and GraphNode documentation | Julian Murgia - StraToN | |
2015-10-16 | Revert "add flag and multiline hits in GDScript" | eska | |
This reverts commit 7843ec6633625455e689e711aa62e9d8337689fa. | |||
2015-10-13 | -A little More control about pixel snapping in 2D | Juan Linietsky | |
2015-10-13 | REUSE_ADDR under windows platform | sanikoyes | |
2015-10-13 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
Conflicts: platform/windows/detect.py | |||
2015-10-13 | ability to change audio track in theora video | Juan Linietsky | |
2015-10-12 | ran cppcheck, fixed cases where array index is used before limits check | firefly2442 | |
2015-10-10 | Expose softness parameter of pin joint to the editor. | Biliogadafr | |
2015-10-10 | Merge branch 'master' of https://github.com/okamstudio/godot | reduz | |
2015-10-10 | Large improvements on scene packing and management | reduz | |
-Ability to edit and keep changes of instanced scenes and sub-scenes -Ability to inherit from other scenes | |||
2015-10-10 | Add type mask property to RayCast2D | eska | |
2015-10-10 | Fix 3D Area mask matching | eska | |
2015-10-09 | Fix Area2D type mask matching | eska | |
2015-10-09 | fix parentheses-equality warnings of osx clang | 近藤 直人 | |
2015-10-08 | newline fixes | reduz | |
2015-10-08 | fixed uninitialized memory issues in audio code | reduz | |
2015-10-08 | Please enter the commit message for your changes. Lines starting | Ariel Manzur | |
removed locks | |||
2015-10-08 | Merge pull request #2564 from ZuBsPaCe/opus-support-vs2013 | punto- | |
Fixes Visual Studio 2013 compile errors due to Opus |