summaryrefslogtreecommitdiffstats
path: root/core/list.h
Commit message (Expand)AuthorAgeFilesLines
* Removed errors when List::erase() can't find the valuePouleyKetchoupp2020-07-011-1/+1
* Style: Remove unnecessary semicolons from `core`Rémi Verschelde2020-05-191-30/+30
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-24/+46
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-50/+0
* Modernize remaining uses of 0/NULL instead of nullptr (C++11)Rémi Verschelde2020-05-141-6/+6
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-13/+7
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-16/+16
* Style: Harmonize header guards to style guide [Core]Rémi Verschelde2020-03-251-3/+3
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-2/+2
* Refactor List operator[] to prevent compiler warnings.Marcel Admiraal2020-02-111-14/+4
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Remove circular include between core/typedefs.h and core/error_macros.hMarcel Admiraal2019-10-081-0/+1
* Remove unnecessary assignmentDawid Kurek2019-06-031-3/+0
* Merge pull request #27676 from qarmin/small_fixes_2Rémi Verschelde2019-05-011-4/+2
|\
| * Small fixes to static analyzer bugsqarmin2019-04-041-4/+2
* | Don't crash on printing nested typesHein-Pieter van Braam-Stewart2019-04-201-0/+4
|/
* Core: Ensure classes match their header filenameRémi Verschelde2019-02-121-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Fixes List<T>::insert_before/afterWill Nations2017-11-211-0/+4
* Provide NativeScript properties in definition orderRuslan Mustakov2017-09-051-0/+48
* Fix typos 'a' and 'an'Poommetee Ketson2017-09-021-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Implement well-defined handling of unrecoverable errorsPedro J. Estébanez2017-07-051-10/+4
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Fix typos in source code using codespellRémi Verschelde2017-03-241-3/+3
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-213/+194
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* remove trailing whitespaceHubert Jarosz2016-03-091-26/+26
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Fix List::move_before for front and back elementssheepandshepherd2015-07-101-2/+8
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* Fix a shadow declaration.Felix Laurie von Massenbach2015-02-151-2/+2
* Godot UI is quick and snappy again!Juan Linietsky2015-02-151-2/+54
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+634