Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement cubic_interpolate() as MathFunc for refactoring | Silc 'Tokage' Renew | 2022-02-12 | 1 | -0/+1 |
| | |||||
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
| | | | | Happy new year to the wonderful Godot community! | ||||
* | Expose `randfn` to global scope | Yuri Roubinsky | 2021-11-17 | 1 | -1/+2 |
| | |||||
* | reimplement ping-pong | Silc 'Tokage' Renew | 2021-11-03 | 1 | -0/+1 |
| | |||||
* | Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ↵ | Juan Linietsky | 2021-10-11 | 1 | -1/+0 |
| | | | | NodeAnimation" | ||||
* | implement ping-pong loop in animation | Tokage | 2021-10-09 | 1 | -0/+1 |
| | | | | Co-authored-by: Chaosus <chaosus89@gmail.com> | ||||
* | Add `print_verbose()` built-in function to print in verbose mode only | Hugo Locurcio | 2021-09-21 | 1 | -0/+1 |
| | | | | | | | | | | This can be used as a shorthand for: if OS.is_stdout_verbose(): print("...") Unlike `print_debug()`, this works in release builds too and can be toggled off in debug builds. | ||||
* | Remove cartesian2polar and polar2cartesian | kobewi | 2021-08-31 | 1 | -2/+0 |
| | |||||
* | Remove obsolete "dectime" method | Aaron Franke | 2021-07-30 | 1 | -1/+0 |
| | | | | Replaced by "move_toward" | ||||
* | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A | 2021-06-19 | 1 | -1/+1 |
| | |||||
* | Replace ColorN and from HTML with a string constructor | Aaron Franke | 2021-02-01 | 1 | -1/+0 |
| | |||||
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Happy new year to the wonderful Godot community! 2020 has been a tough year for most of us personally, but a good year for Godot development nonetheless with a huge amount of work done towards Godot 4.0 and great improvements backported to the long-lived 3.2 branch. We've had close to 400 contributors to engine code this year, authoring near 7,000 commit! (And that's only for the `master` branch and for the engine code, there's a lot more when counting docs, demos and other first-party repos.) Here's to a great year 2021 for all Godot users 🎆 | ||||
* | Rename Math::stepify to snapped | Marcel Admiraal | 2020-12-28 | 1 | -1/+1 |
| | |||||
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -1/+0 |
| | | | | | | -Removed FuncRef, since Callable makes it obsolete -Removed int_types.h as its obsolete in c++11+ -Changed color names code | ||||
* | Exposed randi_range to global funcs + renamed rand_range to randf_range | Yuri Roubinsky | 2020-11-06 | 1 | -2/+3 |
| | |||||
* | Add override keywords. | Marcel Admiraal | 2020-07-10 | 1 | -10/+10 |
| | |||||
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -1/+0 |
| | | | | | | | | | | | | | | Which means that reduz' beloved style which we all became used to will now be changed automatically to remove the first empty line. This makes us lean closer to 1TBS (the one true brace style) instead of hybridating it with some Allman-inspired spacing. There's still the case of braces around single-statement blocks that needs to be addressed (but clang-format can't help with that, but clang-tidy may if we agree about it). Part of #33027. | ||||
* | Reworked signal connection system, added support for Callable and Signal ↵ | Juan Linietsky | 2020-02-20 | 1 | -1/+1 |
| | | | | objects and made them default. | ||||
* | Remove deprecated decimals builtin | Rémi Verschelde | 2020-02-12 | 1 | -1/+1 |
| | | | | Replaced by 'step_decimals' in 3.2 via #21425. | ||||
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
| | | | | | | | | | | | Happy new year to the wonderful Godot community! We're starting a new decade with a well-established, non-profit, free and open source game engine, and tons of further improvements in the pipeline from hundreds of contributors. Godot will keep getting better, and we're looking forward to all the games that the community will keep developing and releasing with it. | ||||
* | Implemented `ord` function in VisualScript | 64epicks | 2019-09-03 | 1 | -0/+1 |
| | |||||
* | Added lerp_angles built-in function | Chaosus | 2019-07-20 | 1 | -0/+1 |
| | | | | | Co-authored-by: Xrayez <https://github.com/Xrayez> Co-authored-by: DleanJeans <https://github.com/DleanJeans> | ||||
* | Add integer posmod and rename default arg names | Aaron Franke | 2019-07-18 | 1 | -0/+1 |
| | | | | | "posmod" is the integer version of "fposmod". We do not need a "mod" because of the % operator. I changed the default arg names from "x" and "y" to "a" and "b" because they are not coordinates. I also changed pow's arg names to "base" and "exp". Also, I reorganized the code in the VS built-in funcs switch statement. | ||||
* | Made use of semicolons more consitent, fixed formatting | JohnJLight | 2019-06-19 | 1 | -1/+2 |
| | |||||
* | Added move_toward functions for float, Vector2 and Vector3 | Giacom | 2019-05-28 | 1 | -0/+1 |
| | |||||
* | Added smoothstep built-in function | Chaosus | 2019-04-07 | 1 | -0/+1 |
| | |||||
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
| | | | | Happy new year to the wonderful Godot community! | ||||
* | Move things into the title bars of Visual Script nodes. | Pieter-Jan Briers | 2018-04-30 | 1 | -1/+1 |
| | | | | | | This is an attempt to make VS slightly nicer to use. WiP. | ||||
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
| | | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module. | ||||
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
| | | | | Happy new year to the wonderful Godot community! | ||||
* | Add cartesian to polar conversion functions | pablotato | 2017-11-20 | 1 | -0/+2 |
| | |||||
* | Merge pull request #12035 from Chaosus/wrapfunc | Rémi Verschelde | 2017-10-31 | 1 | -0/+2 |
|\ | | | | | Added new Wrap functions for numbers | ||||
| * | Added new wrap functions | Chaosus | 2017-10-13 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #12097 from rcurtis/issue12065 | Rémi Verschelde | 2017-10-20 | 1 | -0/+1 |
|\ \ | | | | | | | Visualscript: Fixes untouched value is null instead of 0 | ||||
| * | | Fixed issue that improperly initialized visual node properties to Nil | RCurtis | 2017-10-14 | 1 | -0/+1 |
| |/ | |||||
* / | VisualScript: add inverse_lerp & range_lerp | Poommetee Ketson | 2017-10-13 | 1 | -0/+2 |
|/ | |||||
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| | |||||
* | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
| | |||||
* | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -13/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code | ||||
* | Add a bunch of missing Godot headers in own files | Rémi Verschelde | 2017-03-05 | 1 | -0/+28 |
| | |||||
* | Merge pull request #7093 from bojidar-bg/named-colors | Rémi Verschelde | 2017-01-11 | 1 | -0/+1 |
|\ | | | | | Add named colors to GDScript/Visual Script/core. | ||||
| * | Add named colors to GDScript/Visual Script/core. | Bojidar Marinov | 2016-12-17 | 1 | -0/+1 |
| | | | | | | | | Names and values taken from https://en.wikipedia.org/wiki/X11_color_names | ||||
* | | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵ | Juan Linietsky | 2017-01-02 | 1 | -1/+1 |
|/ | | | | | | | | Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS() | ||||
* | Add `String char(int ascii)` function to GDScript and Visual Script | Bojidar Marinov | 2016-10-03 | 1 | -0/+1 |
| | | | | Just hope it doesn't crashes with that much pointer math... :smile: | ||||
* | Changed Vector3.snap from fmod to stepify, which makes more sense, fixes #6399 | Juan Linietsky | 2016-09-06 | 1 | -0/+5 |
| | |||||
* | VisualScript can now execute visual scripts, but there is no debugger or ↵ | Juan Linietsky | 2016-08-05 | 1 | -1/+2 |
| | | | | profiler yet. | ||||
* | WIP visual scripting, not working yet but you can check out stuff | Juan Linietsky | 2016-08-02 | 1 | -0/+109 |