| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanup unused engine code | Tomasz Chabora | 2020-12-09 | 1 | -8/+1 |
| * | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -1/+1 |
| * | Style: Remove unnecessary semicolons from `core` | Rémi Verschelde | 2020-05-19 | 1 | -2/+2 |
| * | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -13/+26 |
| * | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+1 |
| * | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -24/+0 |
| * | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde | 2020-05-14 | 1 | -5/+0 |
| * | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -2/+2 |
| * | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -10/+10 |
| * | Remove deprecated PacketPeer allow_object_decoding | Rémi Verschelde | 2020-02-13 | 1 | -17/+3 |
| * | PacketPeer use heap buffer for var encoding. | Fabio Alessandrelli | 2020-01-19 | 1 | -5/+28 |
| * | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
| * | Fix buffers size calculation in PacketPeerStream. | Fabio Alessandrelli | 2019-12-22 | 1 | -1/+1 |
| * | Fix some overflows and unitialized variables | Rafał Mikrut | 2019-11-20 | 1 | -0/+1 |
| * | Added some obvious errors explanations | qarmin | 2019-09-25 | 1 | -3/+3 |
| * | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | Braden Bodily | 2019-08-17 | 1 | -2/+1 |
| * | Fix some code found by Coverity Scan and PVS Studio | qarmin | 2019-07-23 | 1 | -2/+3 |
| * | Add object encoding param to serialization methods | Fabio Alessandrelli | 2019-04-01 | 1 | -9/+9 |
| * | Use same boolean for objects encode and decode. | Fabio Alessandrelli | 2019-03-28 | 1 | -2/+2 |
| * | Fix -Wsign-compare warnings. | marxin | 2019-02-27 | 1 | -1/+1 |
| * | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
| * | Moved member variables to initializer list | Wilson E. Alvarez | 2018-12-11 | 1 | -4/+3 |
| * | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -2/+3 |
| * | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam | 2018-07-26 | 1 | -4/+4 |
| * | Merge pull request #15305 from poke1024/checks-peer | Juan Linietsky | 2018-05-08 | 1 | -0/+2 |
| |\ |
|
| | * | Checks on input_buffer in PacketPeerStream | Bernhard Liebl | 2018-01-03 | 1 | -0/+2 |
| * | | fix set_stream_peer binding in PacketPeer | Paul Joannon | 2018-01-12 | 1 | -1/+1 |
| * | | Bind many more properties to scripts | Bojidar Marinov | 2018-01-12 | 1 | -0/+12 |
| * | | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
| |/ |
|
| * | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
| * | Remove "const" from PacketPeer get_packet/get_var | Fabio Alessandrelli | 2017-12-15 | 1 | -5/+5 |
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| * | -Properly check limits to objects sent (regarding to size), fixes #9034 | Juan Linietsky | 2017-08-18 | 1 | -2/+14 |
| * | Add closest_power_of_2 func and implement mix_rate/latency on OS X | Marcelo Fernandez | 2017-08-17 | 1 | -2/+2 |
| * | Ability to save objects to binary format | Juan Linietsky | 2017-08-14 | 1 | -1/+15 |
| * | Removes type information from method binds | Ignacio Etcheverry | 2017-08-10 | 1 | -5/+5 |
| * | Set some reasonable limits for sending information to the debugger, closes #5848 | Juan Linietsky | 2017-08-08 | 1 | -11/+19 |
| * | Style: Apply clang-format on all files | Rémi Verschelde | 2017-07-30 | 1 | -1/+1 |
| * | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | 2017-07-19 | 1 | -1/+1 |
| * | -Reorganized all properties of project settings (Sorry, Again). | Juan Linietsky | 2017-07-17 | 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 | -78/+63 |
| * | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky | 2017-02-21 | 1 | -1/+1 |
| * | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -7/+7 |
| * | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky | 2017-01-07 | 1 | -7/+7 |
| * | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky | 2017-01-05 | 1 | -1/+2 |
| * | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -7/+7 |
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| * | Fixed PacketPeer.get_var() return type in docs | J08nY | 2016-06-16 | 1 | -1/+1 |
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -3/+3 |