| Commit message (Expand) | Author | Age | Files | Lines |
| * | Overloaded basic math funcs (double and float variants). Use real_t rather th... | Ferenc Arn | 2017-01-16 | 1 | -31/+31 |
| * | Merge pull request #7532 from tagcup/pcg_prng | Rémi Verschelde | 2017-01-16 | 1 | -2/+2 |
| |\ |
|
| | * | Replace the existing PRNG (Xorshift31) with (minimal) PCG (XSH-RR variant wit... | Ferenc Arn | 2017-01-15 | 1 | -2/+2 |
| * | | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 2 | -3/+3 |
| * | | Style: Cleanups, added headers, renamed files | Rémi Verschelde | 2017-01-16 | 1 | -1/+1 |
| |/ |
|
| * | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 4 | -8/+10 |
| * | rename Input.get_mouse_speed() to Input.get_last_mouse_speed() | Juan Linietsky | 2017-01-13 | 1 | -2/+2 |
| * | some class renames | Juan Linietsky | 2017-01-12 | 2 | -7/+7 |
| * | Both Array and Dictionary are always in shared mode (removed copy on write). | Juan Linietsky | 2017-01-11 | 1 | -3/+3 |
| * | Merge pull request #7093 from bojidar-bg/named-colors | Rémi Verschelde | 2017-01-11 | 2 | -2/+25 |
| |\ |
|
| | * | Add named colors to GDScript/Visual Script/core. | Bojidar Marinov | 2016-12-17 | 2 | -2/+25 |
| * | | Type renames: | Juan Linietsky | 2017-01-11 | 5 | -25/+25 |
| * | | Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con... | Juan Linietsky | 2017-01-10 | 1 | -2/+2 |
| * | | -All types have editable script now in properties | Juan Linietsky | 2017-01-09 | 2 | -4/+0 |
| * | | PopupMenu now emits both index_pressed and id_pressed instead of item_pressed... | Juan Linietsky | 2017-01-08 | 1 | -3/+3 |
| * | | renamed joystick to joypad everywhere around source code! | Juan Linietsky | 2017-01-08 | 3 | -23/+23 |
| * | | Editor settings categories are now tidy and beautiful! | Juan Linietsky | 2017-01-05 | 1 | -8/+8 |
| * | | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky | 2017-01-05 | 4 | -18/+18 |
| * | | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 16 | -383/+383 |
| * | | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 2 | -2/+2 |
| * | | Add "Positive" operator to VisualScript | George Marques | 2016-11-11 | 1 | -1/+6 |
| |/ |
|
| * | style: Fix PEP8 blank lines issues in Python files | Rémi Verschelde | 2016-11-01 | 1 | -3/+0 |
| * | style: Start applying PEP8 to Python files, indentation issues | Rémi Verschelde | 2016-11-01 | 1 | -2/+2 |
| * | Merge pull request #6850 from akien-mga/pr-scsub-shebang | Rémi Verschelde | 2016-10-17 | 1 | -0/+2 |
| |\ |
|
| | * | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde | 2016-10-17 | 1 | -0/+2 |
| * | | Merge pull request #6692 from bojidar-bg/add-char-to-gd-vs-script | Rémi Verschelde | 2016-10-17 | 2 | -0/+18 |
| |\ \
| |/
|/| |
|
| | * | Add `String char(int ascii)` function to GDScript and Visual Script | Bojidar Marinov | 2016-10-03 | 2 | -0/+18 |
| * | | modules: Clone env in each module | Rémi Verschelde | 2016-10-15 | 1 | -1/+1 |
| |/ |
|
| * | -Cleaned up find/replace bar for replace (made selection only default if sele... | Juan Linietsky | 2016-09-11 | 1 | -0/+1 |
| * | Merge pull request #6436 from djrm/icons | Rémi Verschelde | 2016-09-09 | 1 | -1/+1 |
| |\ |
|
| | * | Tweaked some icons, including xform one | Daniel J. Ramirez | 2016-09-08 | 1 | -1/+1 |
| * | | Renamed the bind_native functions to bind_vararg, should make it show the doc... | Juan Linietsky | 2016-09-07 | 2 | -1/+9 |
| |/ |
|
| * | -Added diectly editable expressions on node to VSEditor, closes #6392 | Juan Linietsky | 2016-09-06 | 3 | -5/+39 |
| * | Changed Vector3.snap from fmod to stepify, which makes more sense, fixes #6399 | Juan Linietsky | 2016-09-06 | 5 | -376/+504 |
| * | Should Fix Compiling Export Templates | ISylvox | 2016-09-06 | 3 | -2/+5 |
| * | Removed script_variables/ prefix to VS properties, made them easier to access... | Juan Linietsky | 2016-09-04 | 2 | -27/+12 |
| * | Added expression nodes to visual script, please test. | Juan Linietsky | 2016-09-04 | 6 | -6/+1727 |
| * | small fix | Juan Linietsky | 2016-09-03 | 1 | -0/+1 |
| * | Connection hints when connecting to empty space. | Juan Linietsky | 2016-09-03 | 8 | -3/+491 |
| * | Made basic call nodes unsequenced, since they are like gdscript and most retu... | Juan Linietsky | 2016-09-03 | 1 | -2/+2 |
| * | Basic type constants for visual script | Juan Linietsky | 2016-09-02 | 3 | -0/+189 |
| * | made visual script switch more flexible | Juan Linietsky | 2016-09-01 | 4 | -53/+53 |
| * | -Modified Input and added is_action_just_pressed() as well as is_action_just_... | Juan Linietsky | 2016-09-01 | 2 | -3/+67 |
| * | More improvements to visual script.. | Juan Linietsky | 2016-08-31 | 9 | -24/+96 |
| * | -Reworked constant nodes better | Juan Linietsky | 2016-08-31 | 7 | -52/+340 |
| * | More visual script improvements | Juan Linietsky | 2016-08-30 | 9 | -276/+509 |
| * | VisualScript: Fixed VariableGet vs VariableSet node names, fixes #6325 | J08nY | 2016-08-30 | 1 | -3/+3 |
| * | Fixed compilation | Daniel J. Ramirez | 2016-08-29 | 1 | -1/+1 |
| * | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2016-08-29 | 1 | -2/+38 |
| |\ |
|
| | * | Colors for VS sockets and icons | Daniel J. Ramirez | 2016-08-28 | 1 | -2/+38 |