| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1352 from Hinsbart/master | Juan Linietsky | 2015-02-10 | 1 | -1/+1 |
| |\ | |||||
| | * | fix typo in script template | Hinsbart | 2015-02-10 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #1176 from Spooner/add_sprintf | Juan Linietsky | 2015-02-09 | 6 | -21/+1007 |
| |\ | |||||
| | * | Merge branch 'master' of https://github.com/okamstudio/godot into add_sprintf | Bil Bas (Spooner) | 2015-02-10 | 19 | -107/+501 |
| | |\ | |||||
| | * \ | Merge branch 'master' of https://github.com/okamstudio/godot into add_sprintf | Bil Bas (Spooner) | 2015-02-01 | 335 | -8704/+6310 |
| | |\ \ | |||||
| | * | | | Completed more complex formatting. | Bil Bas (Spooner) | 2015-02-01 | 2 | -65/+423 |
| | * | | | 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 | 4 | -2/+193 |
| | * | | | Ignored more generated files. | Bil Bas (Spooner) | 2015-01-10 | 1 | -0/+2 |
| * | | | | ability to customize max render elements | Juan Linietsky | 2015-02-09 | 2 | -6/+29 |
| | |_|/ |/| | | |||||
| * | | | Merge pull request #1300 from umxprime/fix/ios-init-crash | Juan Linietsky | 2015-02-09 | 1 | -7/+12 |
| |\ \ \ | |||||
| | * | | | Fix init crash on iPad 1st gen device with iOS 5.1.1 | Maxime CHAPELET | 2015-01-23 | 1 | -7/+12 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #1299 from umxprime/fix/isim-sdk-path | Juan Linietsky | 2015-02-09 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Fix iOS Simulator SDK path for isim platform. | Maxime CHAPELET | 2015-01-22 | 1 | -1/+1 |
| | |/ / | |||||
| * | | | Merge pull request #1170 from UsernameIsAReservedWord/fix_cubemap_ressource_e... | Juan Linietsky | 2015-02-09 | 1 | -18/+18 |
| |\ \ \ | |||||
| | * | | | fixes cubemap ressource editor bug | yg2f | 2015-01-10 | 1 | -18/+18 |
| * | | | | Merge pull request #1174 from adolson/autoreload-edited-scripts | Juan Linietsky | 2015-02-09 | 1 | -1/+5 |
| |\ \ \ \ | |||||
| | * | | | | fixes | Dana Olson | 2015-01-17 | 1 | -1/+2 |
| | * | | | | add option to automatically reload changed scripts | Dana Olson | 2015-01-10 | 1 | -1/+4 |
| | |/ / / | |||||
| * | | | | Merge pull request #1179 from marynate/PR-fix-compile-win | Juan Linietsky | 2015-02-09 | 0 | -0/+0 |
| |\ \ \ \ | |||||
| | * | | | | Fix compile compile error on windows platform | marynate | 2015-01-11 | 1 | -1/+1 |
| * | | | | | Merge pull request #1243 from NateWardawg/ChangeRunSceneToRunProject | Juan Linietsky | 2015-02-09 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | Changed the "Start the scene (F5)." tooltip to say "Play the project (F5)." | Nathan Warden | 2015-01-16 | 1 | -1/+1 |
| * | | | | | | Merge pull request #1251 from adolson/fscache-stuff | Juan Linietsky | 2015-02-09 | 3 | -37/+1 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | ignore and remove .fscache files. closes #1249 | Dana Olson | 2015-01-17 | 3 | -37/+1 |
| * | | | | | | | Merge pull request #1259 from laganojunior/feature/fix_modifier_key_unpress | Juan Linietsky | 2015-02-09 | 1 | -3/+4 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Fix whitespace on previous commit | Manuel Lagang | 2015-01-17 | 1 | -1/+1 |
| | * | | | | | | | Modifiers are unset on events for the modifier key itself | Manuel Lagang | 2015-01-17 | 1 | -3/+4 |
| * | | | | | | | | Merge pull request #1271 from NateWardawg/NestedSceneFix | Juan Linietsky | 2015-02-09 | 2 | -1/+33 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Fixed a bug where if a scene hadn't been saved it would find a cyclical depen... | Nathan Warden | 2015-01-20 | 1 | -5/+9 |
| | * | | | | | | | | Fixed a bug where a user could add a cyclical dependency, causing a crash. | Nathan Warden | 2015-01-19 | 2 | -1/+29 |
| * | | | | | | | | | Merge pull request #1281 from sanikoyes/Pr-fix-rtt-filters | Juan Linietsky | 2015-02-09 | 1 | -2/+10 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Fix filter options not works in render target texture | sanikoyes | 2015-01-20 | 1 | -2/+10 |
| | |/ / / / / / / / | |||||
| * | | | | | | | | | Merge pull request #1303 from erbridge/revert_menu_item | Juan Linietsky | 2015-02-09 | 2 | -0/+22 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Show a confirmation for the revert action. | Felix Laurie von Massenbach | 2015-01-27 | 1 | -1/+8 |
| | * | | | | | | | | | Move the Revert Scene menu item to be less intrusive. | Felix Laurie von Massenbach | 2015-01-26 | 1 | -2/+2 |
| | * | | | | | | | | | Add a revert menu item. | Felix Laurie von Massenbach | 2015-01-25 | 2 | -0/+15 |
| | | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
| * | | | | | | | | | Merge pull request #1306 from sambler/freebsd_fixes | Juan Linietsky | 2015-02-09 | 2 | -2/+25 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | fix build on freebsd | sambler | 2015-01-27 | 2 | -2/+25 |
| | |/ / / / / / / / | |||||
| * | | | | | | | | | Merge pull request #1307 from sambler/scons_changes | Juan Linietsky | 2015-02-09 | 1 | -17/+11 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Adjust x11/detect.py | sambler | 2015-01-27 | 1 | -17/+11 |
| | |/ / / / / / / / | |||||
| * | | | | | | | | | Merge pull request #1325 from hrib/master | Juan Linietsky | 2015-02-09 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | fixed math in Camera::project_position | jaromirhribal | 2015-01-31 | 1 | -1/+1 |
| | |/ / / / / / / / | |||||
| * | | | | | | | | | Merge pull request #1336 from slapin/exporter2 | Juan Linietsky | 2015-02-09 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| | * | | | | | | | | io_scene_dae: fixed invalid variable name | Segey Lapin | 2015-02-04 | 1 | -2/+2 |
| |/ / / / / / / / | |||||
| * | | | | | | | | begin work on lighting system for 2D | Juan Linietsky | 2015-01-22 | 6 | -1/+180 |
| * | | | | | | | | fixed world vertex issues in canvas item shader | Juan Linietsky | 2015-01-21 | 3 | -9/+9 |
| * | | | | | | | | Fixed bug in 3D material | Juan Linietsky | 2015-01-20 | 1 | -3/+6 |
| * | | | | | | | | Fixes to texscreen, fixes to white testcube | Juan Linietsky | 2015-01-20 | 2 | -6/+17 |
| * | | | | | | | | Visual Shader Editing for 2D | Juan Linietsky | 2015-01-20 | 12 | -29/+137 |
