| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "Camelcased script variables will now capitalize in the inspector." | Juan Linietsky | 2015-03-22 | 2 | -25/+3 |
| * | fixes to new window management API | Juan Linietsky | 2015-03-22 | 3 | -64/+64 |
| * | Merge pull request #1487 from hurikhan/x11-window-management | Juan Linietsky | 2015-03-22 | 3 | -3/+132 |
| |\ | |||||
| | * | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | 2015-03-08 | 9 | -7/+261 |
| | |\ | |||||
| | * | | Renamed EXPERIMENTAL_WM_API to NEW_WM_API | hurikhan | 2015-02-15 | 3 | -4/+4 |
| | * | | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | 2015-02-15 | 10 | -18/+2406 |
| | |\ \ | |||||
| | * \ \ | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | 2015-02-12 | 6 | -17/+352 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | 2015-01-20 | 2 | -0/+26 |
| | |\ \ \ \ | |||||
| | * | | | | | added the following methods: | hurikhan | 2015-01-17 | 3 | -5/+33 |
| | * | | | | | WIP -- set_resizable() + is_resizable added | hurikhan | 2015-01-15 | 3 | -1/+14 |
| | * | | | | | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | 2015-01-14 | 1 | -2/+9 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | get_screen() + set_screen() added | hurikhan | 2015-01-14 | 3 | -5/+19 |
| | * | | | | | | get_screen_position() added | hurikhan | 2015-01-13 | 3 | -0/+7 |
| | * | | | | | | introduced the scons experimental_wm_api switch: | hurikhan | 2015-01-13 | 3 | -1/+9 |
| | * | | | | | | get_screen_size() added | hurikhan | 2015-01-11 | 3 | -0/+7 |
| | * | | | | | | get_screen_count() added | hurikhan | 2015-01-11 | 3 | -0/+7 |
| | * | | | | | | get_window_size() + set_window_size() added | hurikhan | 2015-01-11 | 3 | -3/+14 |
| | * | | | | | | get_window_position() + set_window_position() added | hurikhan | 2015-01-11 | 3 | -3/+16 |
| | * | | | | | | First attempt of restoring the window at the old position | hurikhan | 2015-01-11 | 1 | -2/+3 |
| | * | | | | | | API change to set_fullscreen(enabled,screen) | hurikhan | 2015-01-10 | 3 | -5/+5 |
| | * | | | | | | x11-fullscreen support through GDScript( OS.set_fullscreen(bool) ) | hurikhan | 2015-01-10 | 3 | -0/+20 |
| * | | | | | | | Merge pull request #1380 from ElectricSolstice/wparentheses_removal | Juan Linietsky | 2015-03-22 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Changed code to remove gcc -Wparentheses warnings. | ElectricSolstice | 2015-02-16 | 1 | -2/+2 |
| * | | | | | | | | Merge pull request #1396 from Spooner/fix_sprintf_errors | Juan Linietsky | 2015-03-22 | 3 | -41/+31 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Correctly halt on error in sprintf parsing (fixes #1393) | Bil Bas (Spooner) | 2015-02-19 | 3 | -41/+31 |
| * | | | | | | | | | Merge pull request #1401 from NateWardawg/inspectorupdate | Juan Linietsky | 2015-03-22 | 2 | -3/+25 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Camelcased script variables will now capitalize in the inspector. | Nathan Warden | 2015-02-19 | 2 | -3/+25 |
| | |/ / / / / / / / | |||||
| * | | | | | | | | | Merge pull request #1450 from theuserbl/master | Juan Linietsky | 2015-03-22 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Update global_constants.cpp | theuserbl | 2015-02-27 | 1 | -0/+1 |
| | |/ / / / / / / / | |||||
| * | | | | | | | | | Merge pull request #1521 from codx/master | Juan Linietsky | 2015-03-22 | 1 | -5/+5 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Fix for InputEvent::set_as_action | Alex Bonfim | 2015-03-15 | 1 | -5/+5 |
| | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * / | | | | | | | | New option to show/hide hidden files | rollenrolm | 2015-03-21 | 3 | -0/+6 |
| |/ / / / / / / / | |||||
| * | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-03-03 | 23 | -42/+3036 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | support for 2D shadow casters | Juan Linietsky | 2015-03-02 | 4 | -1/+36 |
| | |/ / / / / / / | |||||
| | * / / / / / / | support for light and normal mapping in 2D | Juan Linietsky | 2015-02-18 | 1 | -2/+160 |
| | |/ / / / / / | |||||
| | * | | | | | | Fix a shadow declaration. | Felix Laurie von Massenbach | 2015-02-15 | 1 | -2/+2 |
| | * | | | | | | Godot UI is quick and snappy again! | Juan Linietsky | 2015-02-15 | 1 | -2/+54 |
| | * | | | | | | fix return value of slide and reflect | Juan Linietsky | 2015-02-15 | 1 | -2/+2 |
| | | |_|_|_|/ | |/| | | | | |||||
| | * | | | | | begin new serialization framework | Juan Linietsky | 2015-02-15 | 8 | -199/+695 |
| | * | | | | | New Navigation & Pathfinding support for 2D | Juan Linietsky | 2015-02-14 | 6 | -0/+1892 |
| | | |_|_|/ | |/| | | | |||||
| | * | | | | fixes to HTTPClient | Juan Linietsky | 2015-02-11 | 2 | -10/+39 |
| | * | | | | Merge pull request #1346 from Nulifier/import-plugin | Juan Linietsky | 2015-02-11 | 1 | -1/+1 |
| | |\ \ \ \ | |||||
| | | * | | | | Added the default arguments to the binding for ResourceImportMetadata::add_so... | Jeffrey Steward | 2015-02-10 | 1 | -1/+1 |
| | | | |_|/ | | |/| | | |||||
| | * | | | | Merge branch 'master' of https://github.com/okamstudio/godot into add_sprintf | Bil Bas (Spooner) | 2015-02-01 | 6 | -5/+38 |
| | |\| | | | |||||
| | | * | | | Add InputEvent::ACTION get/set support for variant | sanikoyes | 2015-01-20 | 2 | -0/+26 |
| | | | |/ | | |/| | |||||
| | * | | | Completed more complex formatting. | Bil Bas (Spooner) | 2015-02-01 | 1 | -57/+154 |
| | * | | | Completed implementing standard formatting. | Bil Bas (Spooner) | 2015-02-01 | 2 | -40/+135 |
| | * | | | Added basic sprintf functionality (e.g. "fish %d %s" % [12, Vector2(1, 2)]) | Bil Bas (Spooner) | 2015-01-10 | 3 | -1/+115 |
| * | | | | merges from okam repo | Juan Linietsky | 2015-03-03 | 2 | -0/+9 |
| | |/ / |/| | | |||||
| * | | | fixes | Juan Linietsky | 2015-01-13 | 1 | -2/+9 |
| | |/ |/| | |||||
