index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
error_macros.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-626
/
+0
*
Fix 'modernize-use-bool-literals' clang-tidy warnings in error macros
Ignacio Etcheverry
2020-07-05
1
-10
/
+10
*
Check pointers against nullptr.
Hanif Bin Ariffin
2020-06-15
1
-4
/
+4
*
Error macros: Improve style of error messages
Rémi Verschelde
2020-05-15
1
-16
/
+21
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-1
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-8
/
+4
*
New lightmapper
Juan Linietsky
2020-05-10
1
-18
/
+18
*
Style: Harmonize header guards to style guide [Core]
Rémi Verschelde
2020-03-25
1
-1
/
+1
*
typedefs: Cleanup unused macros and unnecessary checks
Rémi Verschelde
2020-03-11
1
-10
/
+10
*
error_macros.h typo fixed
Thakee Nathees
2020-03-04
1
-10
/
+10
*
Remove do{ } while(0) wrapper around error macros.
Marcel Admiraal
2020-02-08
1
-212
/
+190
*
Apply macro documentation from #35521.
Marcel Admiraal
2020-02-05
1
-81
/
+268
*
Remove trailing semicolons from do..while wrappers.
Marcel Admiraal
2020-02-05
1
-12
/
+12
*
Add do..while(0) wrappers to macros without one.
Marcel Admiraal
2020-02-05
1
-79
/
+79
*
Remove duplicate WARN_PRINT macro.
Marcel Admiraal
2020-02-05
1
-5
/
+0
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-5
/
+0
*
Clean up error_macros.h
Marcel Admiraal
2020-02-05
1
-258
/
+201
*
Improve and document error macros
Hugo Locurcio
2020-01-24
1
-114
/
+198
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Fix explain message not being stripped in release.
Fabio Alessandrelli
2019-11-13
1
-72
/
+79
*
Remove ERR_EXPLAIN macros and the scaffolding they needed.
Marcel Admiraal
2019-11-11
1
-56
/
+0
*
Send m_msg directly to _err_print_error().
Marcel Admiraal
2019-11-10
1
-114
/
+109
*
Remove implicit dependency on String from error_macros.h.
Marcel Admiraal
2019-11-06
1
-12
/
+15
*
implement accompanying error macros that come with an error message, to repla...
Robin Hübner
2019-08-08
1
-0
/
+137
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-18
/
+18
*
Fix typos with codespell
Rémi Verschelde
2019-05-19
1
-1
/
+1
*
Typo fix: "the function exists" -> "the function exits"
follower
2019-03-25
1
-3
/
+3
*
Clean up blend shape support in GLES2 and GLES3.
Juan Linietsky
2019-03-01
1
-0
/
+20
*
Fix all -Wtype-limits warnings.
marxin
2019-02-21
1
-0
/
+14
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+1
*
Make sure warn deprecated uses a volatile bool (for multithreading)
Juan Linietsky
2018-08-07
1
-1
/
+1
*
Style: Apply clang-format (5.0) to some missed files
Rémi Verschelde
2018-05-31
1
-8
/
+8
*
Add a macro to deprecate methods
Juan Linietsky
2018-04-18
1
-0
/
+10
*
Fix typos with codespell
luz.paz
2018-02-21
1
-1
/
+1
*
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
*
Improved *_FAIL_INDEX error macros to print the index/size
Marcelo Fernandez
2017-10-22
1
-20
/
+21
*
Implement Linux-style likely()/unlikely() macros
Hein-Pieter van Braam
2017-09-21
1
-10
/
+11
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Implement well-defined handling of unrecoverable errors
Pedro J. Estébanez
2017-07-05
1
-5
/
+49
*
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
-88
/
+121
*
Merge remote-tracking branch 'origin/gles3' into gles3-on-master
Rémi Verschelde
2017-01-02
1
-1
/
+2
|
\
|
*
2D Shaders are working again using the new syntax, though all is buggy in gen...
Juan Linietsky
2016-10-10
1
-1
/
+2
*
|
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
|
/
*
remove trailing whitespace
Hubert Jarosz
2016-03-09
1
-6
/
+6
*
Completed the support for plugins! It is not possible to add plugins.
Juan Linietsky
2016-02-27
1
-0
/
+5
*
Update copyright to 2016 in headers
George Marques
2016-01-01
1
-1
/
+1
*
-Display on animation editor which keys are invalid and which tracks are unre...
Juan Linietsky
2015-12-05
1
-0
/
+5
[next]