summaryrefslogtreecommitdiffstats
path: root/core/error_macros.h
Commit message (Expand)AuthorAgeFilesLines
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-626/+0
* Fix 'modernize-use-bool-literals' clang-tidy warnings in error macrosIgnacio Etcheverry2020-07-051-10/+10
* Check pointers against nullptr.Hanif Bin Ariffin2020-06-151-4/+4
* Error macros: Improve style of error messagesRémi Verschelde2020-05-151-16/+21
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-8/+4
* New lightmapperJuan Linietsky2020-05-101-18/+18
* Style: Harmonize header guards to style guide [Core]Rémi Verschelde2020-03-251-1/+1
* typedefs: Cleanup unused macros and unnecessary checksRémi Verschelde2020-03-111-10/+10
* error_macros.h typo fixedThakee Nathees2020-03-041-10/+10
* Remove do{ } while(0) wrapper around error macros.Marcel Admiraal2020-02-081-212/+190
* Apply macro documentation from #35521.Marcel Admiraal2020-02-051-81/+268
* Remove trailing semicolons from do..while wrappers.Marcel Admiraal2020-02-051-12/+12
* Add do..while(0) wrappers to macros without one.Marcel Admiraal2020-02-051-79/+79
* Remove duplicate WARN_PRINT macro.Marcel Admiraal2020-02-051-5/+0
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-5/+0
* Clean up error_macros.hMarcel Admiraal2020-02-051-258/+201
* Improve and document error macrosHugo Locurcio2020-01-241-114/+198
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix explain message not being stripped in release.Fabio Alessandrelli2019-11-131-72/+79
* Remove ERR_EXPLAIN macros and the scaffolding they needed.Marcel Admiraal2019-11-111-56/+0
* Send m_msg directly to _err_print_error().Marcel Admiraal2019-11-101-114/+109
* Remove implicit dependency on String from error_macros.h.Marcel Admiraal2019-11-061-12/+15
* implement accompanying error macros that come with an error message, to repla...Robin Hübner2019-08-081-0/+137
* Some code changed with Clang-Tidyqarmin2019-06-261-18/+18
* Fix typos with codespellRémi Verschelde2019-05-191-1/+1
* Typo fix: "the function exists" -> "the function exits"follower2019-03-251-3/+3
* Clean up blend shape support in GLES2 and GLES3.Juan Linietsky2019-03-011-0/+20
* Fix all -Wtype-limits warnings.marxin2019-02-211-0/+14
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Make sure warn deprecated uses a volatile bool (for multithreading)Juan Linietsky2018-08-071-1/+1
* Style: Apply clang-format (5.0) to some missed filesRémi Verschelde2018-05-311-8/+8
* Add a macro to deprecate methodsJuan Linietsky2018-04-181-0/+10
* Fix typos with codespellluz.paz2018-02-211-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
* Improved *_FAIL_INDEX error macros to print the index/sizeMarcelo Fernandez2017-10-221-20/+21
* Implement Linux-style likely()/unlikely() macrosHein-Pieter van Braam2017-09-211-10/+11
* 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-5/+49
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-88/+121
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-1/+2
|\
| * 2D Shaders are working again using the new syntax, though all is buggy in gen...Juan Linietsky2016-10-101-1/+2
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
|/
* remove trailing whitespaceHubert Jarosz2016-03-091-6/+6
* Completed the support for plugins! It is not possible to add plugins.Juan Linietsky2016-02-271-0/+5
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* -Display on animation editor which keys are invalid and which tracks are unre...Juan Linietsky2015-12-051-0/+5