summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
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
2015-01-08Merge pull request #945 from adolson/color-contrasted-fixJuan Linietsky
2015-01-08Merge pull request #946 from adolson/uint64-fixJuan Linietsky
2015-01-08Merge pull request #958 from adolson/bind-set_window_titleJuan Linietsky
2015-01-04-attempt to be friendlier on non english keyboardsJuan Linietsky
2015-01-04-WIP to add proper key swapping according to keyboard layoutJuan Linietsky
2015-01-04-Fix shortcuts for OSX code completion, fixes #1111Juan Linietsky
2015-01-03Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-01-03-Work in progress visual shader editor *DOES NOT WORK YET*Juan Linietsky
2015-01-03removed printJuan Linietsky
2015-01-03-added new code completion guess locations, closes #1032Juan Linietsky
2015-01-03-fixed issue with denormals in half precission, closes #1073Juan Linietsky
2015-01-02-fix assignment to vector types in script using integer indices crash (#978)Juan Linietsky
2015-01-02-assignment of ord to string index made valid #1072Juan Linietsky
2015-01-02Merge pull request #1087 from adolson/connect-fixJuan Linietsky
2015-01-02Fix for bug 1088Muresan Vlad aka Mury
2015-01-01change parameter name from ip to portDana Olson
2014-12-21-fix get_as_text (#1022 )Juan Linietsky
2014-12-21Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2014-12-20FixesJuan Linietsky
2014-12-18-improved completion options for InputEvent, shows all event types nowJuan Linietsky
2014-12-17Merge pull request #984 from orbitcowboy/masterJuan Linietsky
2014-12-17-removed annoying pragmaJuan Linietsky
2014-12-16Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2014-12-16New Code CompletionJuan Linietsky
2014-12-16xml_parser: check array length index before accessing the array.orbitcowboy
2014-12-15Small batch of fixesJuan Linietsky