summaryrefslogtreecommitdiff
path: root/core/list.h
AgeCommit message (Expand)Author
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-12Fix `List` swap behavior on front, back and adjacent elementsAndrii Doroshenko (Xrayez)
2020-07-01Removed errors when List::erase() can't find the valuePouleyKetchoupp
2020-05-19Style: Remove unnecessary semicolons from `core`Rémi Verschelde
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Modernize remaining uses of 0/NULL instead of nullptr (C++11)Rémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-25Style: Harmonize header guards to style guide [Core]Rémi Verschelde
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-11Refactor List operator[] to prevent compiler warnings.Marcel Admiraal
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-08Remove circular include between core/typedefs.h and core/error_macros.hMarcel Admiraal
2019-06-03Remove unnecessary assignmentDawid Kurek
2019-05-01Merge pull request #27676 from qarmin/small_fixes_2Rémi Verschelde
2019-04-20Don't crash on printing nested typesHein-Pieter van Braam-Stewart
2019-04-04Small fixes to static analyzer bugsqarmin
2019-02-12Core: Ensure classes match their header filenameRémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-11-21Fixes List<T>::insert_before/afterWill Nations
2017-09-05Provide NativeScript properties in definition orderRuslan Mustakov
2017-09-02Fix typos 'a' and 'an'Poommetee Ketson
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-07-05Implement well-defined handling of unrecoverable errorsPedro J. Estébanez
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-24Fix typos in source code using codespellRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-03-09remove trailing whitespaceHubert Jarosz
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-07-10Fix List::move_before for front and back elementssheepandshepherd
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-02-15Fix a shadow declaration.Felix Laurie von Massenbach
2015-02-15Godot UI is quick and snappy again!Juan Linietsky
2014-02-09GODOT IS OPEN SOURCEJuan Linietsky