summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2015-03-22Revert "Camelcased script variables will now capitalize in the inspector."Juan Linietsky
2015-03-22fixes to new window management APIJuan Linietsky
2015-03-22Merge pull request #1487 from hurikhan/x11-window-managementJuan Linietsky
2015-03-22Merge pull request #1380 from ElectricSolstice/wparentheses_removalJuan Linietsky
2015-03-22Merge pull request #1396 from Spooner/fix_sprintf_errorsJuan Linietsky
2015-03-22Merge pull request #1401 from NateWardawg/inspectorupdateJuan Linietsky
2015-03-22Merge pull request #1450 from theuserbl/masterJuan Linietsky
2015-03-22Merge pull request #1521 from codx/masterJuan Linietsky
2015-03-21New option to show/hide hidden filesrollenrolm
2015-03-15Fix for InputEvent::set_as_actionAlex Bonfim
2015-03-08Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan
2015-03-03Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-03-03merges from okam repoJuan Linietsky
2015-03-02support for 2D shadow castersJuan Linietsky
2015-02-27Update global_constants.cpptheuserbl
2015-02-19Camelcased script variables will now capitalize in the inspector.Nathan Warden
2015-02-19Correctly halt on error in sprintf parsing (fixes #1393)Bil Bas (Spooner)
2015-02-18support for light and normal mapping in 2DJuan Linietsky
2015-02-16Changed code to remove gcc -Wparentheses warnings.ElectricSolstice
2015-02-15Fix a shadow declaration.Felix Laurie von Massenbach
2015-02-15Godot UI is quick and snappy again!Juan Linietsky
2015-02-15fix return value of slide and reflectJuan Linietsky
2015-02-15Renamed EXPERIMENTAL_WM_API to NEW_WM_APIhurikhan
2015-02-15Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan
2015-02-15begin new serialization frameworkJuan Linietsky
2015-02-14New Navigation & Pathfinding support for 2DJuan Linietsky
2015-02-12Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan
2015-02-11fixes to HTTPClientJuan Linietsky
2015-02-11Merge pull request #1346 from Nulifier/import-pluginJuan Linietsky
2015-02-10Added the default arguments to the binding for ResourceImportMetadata::add_so...Jeffrey Steward
2015-02-01Merge branch 'master' of https://github.com/okamstudio/godot into add_sprintfBil Bas (Spooner)
2015-02-01Completed more complex formatting.Bil Bas (Spooner)
2015-02-01Completed implementing standard formatting.Bil Bas (Spooner)
2015-01-20Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan
2015-01-20Add InputEvent::ACTION get/set support for variantsanikoyes
2015-01-17added the following methods:hurikhan
2015-01-15WIP -- set_resizable() + is_resizable addedhurikhan
2015-01-14Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan
2015-01-14get_screen() + set_screen() addedhurikhan
2015-01-13fixesJuan Linietsky
2015-01-13get_screen_position() addedhurikhan
2015-01-13introduced the scons experimental_wm_api switch:hurikhan
2015-01-11get_screen_size() addedhurikhan
2015-01-11 get_screen_count() addedhurikhan
2015-01-11get_window_size() + set_window_size() addedhurikhan
2015-01-11get_window_position() + set_window_position() addedhurikhan
2015-01-10Added basic sprintf functionality (e.g. "fish %d %s" % [12, Vector2(1, 2)])Bil Bas (Spooner)
2015-01-11First attempt of restoring the window at the old positionhurikhan
2015-01-10API change to set_fullscreen(enabled,screen)hurikhan
2015-01-10x11-fullscreen support through GDScript( OS.set_fullscreen(bool) )hurikhan