summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-23Camel casing being capitalized only happens in the inspector now.Nathan Warden
2015-03-23Merge pull request #1549 from rollenrolm/new_api_x11_fixesJuan Linietsky
New API: build fixes for x11
2015-03-23Merge pull request #1552 from hurikhan/wm_demo_fixJuan Linietsky
new_wm_api -- window_management-demo fix
2015-03-23adjust the window_management demo to the new function nameshurikhan
2015-03-23New API: build fixes for x11rollenrolm
2015-03-22Merge pull request #1542 from jotson/wmclassJuan Linietsky
Reverted change to classHint
2015-03-22Merge pull request #1545 from okamstudio/revert-1401-inspectorupdateJuan Linietsky
Revert "Camelcased script variables will now capitalize in the inspector...
2015-03-22Revert "Camelcased script variables will now capitalize in the inspector."Juan Linietsky
2015-03-22fixes to new window management APIJuan Linietsky
-needs testing on Linux -needs testing on Windows -NEED SOMEONE TO IMPLEMENT IT ON OSX!! PLEASE HELP!
2015-03-22Reverted change to classHintJohn Watson
Using `char wmclass[] = "Godot"` causes `xprop` to report the following for WM_CLASS: `WM_CLASS(STRING) = "\200\326\322\365\377\177", "\200\326\322\365\377\177"` This makes the Unity window manager fail to connect the running app with the icon on the launcher.
2015-03-22fix area center of gravityJuan Linietsky
2015-03-22Merge pull request #1487 from hurikhan/x11-window-managementJuan Linietsky
X11 window management
2015-03-22Merge pull request #1331 from fry-/masterJuan Linietsky
Add 2D fog of war demo
2015-03-22Merge pull request #1378 from erbridge/settings_not_checkboxJuan Linietsky
Make View > Settings a non check item
2015-03-22Merge pull request #1380 from ElectricSolstice/wparentheses_removalJuan Linietsky
Changed code to remove gcc -Wparentheses warnings.
2015-03-22Merge pull request #1396 from Spooner/fix_sprintf_errorsJuan Linietsky
Fix sprintf errors
2015-03-22Merge pull request #1401 from NateWardawg/inspectorupdateJuan Linietsky
Camelcased script variables will now capitalize in the inspector.
2015-03-22Merge pull request #1402 from ElectricSolstice/editor_match_fixJuan Linietsky
Fixed issue #1377 about script editor parenthesis matching.
2015-03-22Merge pull request #1407 from NateWardawg/documentationJuan Linietsky
Updated the internal documention for the GDScript class.
2015-03-22Merge pull request #1432 from ↵Juan Linietsky
UsernameIsAReservedWord/fixes_platform_windows_detect_py Fixes platform/windows/detect.py
2015-03-22Merge pull request #1433 from cheece/patch-1Juan Linietsky
COLLADA load morph target normals
2015-03-22Merge pull request #1438 from Spooner/fix_isometric_demoJuan Linietsky
Fix isometric demo
2015-03-22Merge pull request #1450 from theuserbl/masterJuan Linietsky
Making ToolButton and KEY_MASK_CMD accessable in GDScript and the IDE
2015-03-22Merge pull request #1446 from ↵Juan Linietsky
UsernameIsAReservedWord/fixes_kinematicbody_move_crash should fixes #1284 (KinematicBody .move() crash)
2015-03-22Merge pull request #1460 from MarianoGnu/masterJuan Linietsky
Create Checkbox class with support for Radio Buttons
2015-03-22Merge pull request #1480 from theuserbl/patch-2Juan Linietsky
Changed *_scene() to *_tree() in the time-example
2015-03-22Merge pull request #1512 from the-mech/masterJuan Linietsky
[Fix] make_dir_recursive on Windows
2015-03-22Merge pull request #1521 from codx/masterJuan Linietsky
Fix for InputEvent::set_as_action
2015-03-22Merge pull request #1535 from rollenrolm/hidden_filesJuan Linietsky
New option to show/hide hidden files
2015-03-22Merge pull request #1537 from rollenrolm/issue_#931Juan Linietsky
Fix issue #931: display current view name into editor's 3d scene viewpor...
2015-03-22Merge pull request #1538 from rollenrolm/issue_#1484Juan Linietsky
Fix for Issue #1484: Don't strip whitespace on line comment
2015-03-22minor commentsJuan Linietsky
2015-03-22drag & drop demo (GUI)Juan Linietsky
2015-03-22gui in 3D demo now uses area for inputJuan Linietsky
2015-03-22avoid function naming conflict on light scaleJuan Linietsky
2015-03-22added spatial and node2d helper methodsJuan Linietsky
to perform operations such as translaiton, rotation, etc directly on nodes.
2015-03-22fixes/cleans upJuan Linietsky
-input now correctly works when using viewport scaling -added function to get areas/bodies in given point -added function to get space state directly from world
2015-03-22Fix for Issue #1484: Don't strip whitespace on line commentrollenrolm
2015-03-22input events on Area2D is now supportedJuan Linietsky
also added a demo showing how this works
2015-03-21Fix issue #931: display current view name into editor's 3d scene viewportsrollenrolm
2015-03-21New option to show/hide hidden filesrollenrolm
2015-03-21signed distance field fonts demoJuan Linietsky
2015-03-21signed distance field font supportJuan Linietsky
2015-03-20wip distance field font importJuan Linietsky
font import may not work if using distance field, this is WIP
2015-03-18add overlap test function, remove a semicolonJuan Linietsky
2015-03-17add functions to test overlap with another body or areaJuan Linietsky
2015-03-17Area2D can now detect overlap with other areasJuan Linietsky
this should make everything simpler, specially for newcomers to Godot
2015-03-16New option to send canvas to render bufferJuan Linietsky
allows to use 3D environment effects for post processing such as Glow, Bloom, HDR, etc. in 2D.
2015-03-15Fix for InputEvent::set_as_actionAlex Bonfim
2015-03-15Merge pull request #1518 from argylelabcoat/patch-1Juan Linietsky
Update file_access_windows.cpp for mingw cross-compile