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
/
hash_map.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Call CRASH_COND_MSG if key not found in HashMap get function.
Marcel Admiraal
2020-07-01
1
-2
/
+2
*
Remove unused function get_key_value_ptr_array from hash_map.h and also fix p...
unknown
2020-06-05
1
-16
/
+2
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-22
/
+41
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-46
/
+0
*
Modernize remaining uses of 0/NULL instead of nullptr (C++11)
Rémi Verschelde
2020-05-14
1
-4
/
+4
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-17
/
+7
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-26
/
+26
*
Style: Harmonize header guards to style guide [Core]
Rémi Verschelde
2020-03-25
1
-1
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Initialise VMap and HashMap values to the default when they are created.
Marcel Admiraal
2019-10-24
1
-0
/
+1
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-1
/
+1
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-13
/
+3
*
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
1
-3
/
+8
*
Small fixes to unrechable code, possibly overflows, using NULL pointers
qarmin
2019-06-03
1
-9
/
+10
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Fixing warnings generated by MSVC
Dualtagh Murray
2018-10-19
1
-2
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-6
/
+6
*
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
*
Add several unlikely() macros
Hein-Pieter van Braam
2017-12-17
1
-8
/
+9
*
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
1
-3
/
+3
*
added OAHashMap type
Karroffel
2017-09-19
1
-33
/
+0
*
Merge pull request #10318 from endragor/ordered-hash-map
Rémi Verschelde
2017-09-01
1
-38
/
+52
|
\
|
*
Implement OrderedHashMap
Ruslan Mustakov
2017-08-13
1
-38
/
+52
*
|
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
|
/
*
Moved member variables from constructor to initialization list
Wilson E. Alvarez
2017-08-08
1
-3
/
+3
*
Implement well-defined handling of unrecoverable errors
Pedro J. Estébanez
2017-07-05
1
-2
/
+1
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
Fix typos in source code using codespell
Rémi Verschelde
2017-03-24
1
-1
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-184
/
+158
*
Correct hash behavior for floating point numbers
Hein-Pieter van Braam
2017-02-16
1
-28
/
+33
*
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-14
1
-1
/
+1
*
Dictionary keys are now sorted by insertion order
Juan Linietsky
2017-01-08
1
-0
/
+14
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
*
remove trailing whitespace
Hubert Jarosz
2016-03-09
1
-165
/
+165
*
Update copyright to 2016 in headers
George Marques
2016-01-01
1
-1
/
+1
*
Updated copyright year in all headers
Juan Linietsky
2015-04-18
1
-1
/
+1
*
A bit of everything:
Juan Linietsky
2014-05-14
1
-8
/
+7
*
GODOT IS OPEN SOURCE
Juan Linietsky
2014-02-09
1
-0
/
+630