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
/
oa_hash_map.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-399
/
+0
*
Commit other files changed by file_format.sh
Aaron Franke
2020-07-13
1
-1
/
+1
*
- Make sure it's impossible to initialize an OAHashMap with 0 capacity (would...
Andrea Catania
2020-05-25
1
-9
/
+33
*
Merge pull request #38567 from AndreaCatania/AndreaCatania-patch-3
Rémi Verschelde
2020-05-19
1
-1
/
+1
|
\
|
*
Removed const from OAHashMap iterator value
Andrea Catania
2020-05-08
1
-1
/
+1
*
|
Fix leaks and crashes in OAHashMap
Pedro J. Estébanez
2020-05-18
1
-16
/
+29
*
|
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-9
/
+0
*
|
Enforce use of bool literals instead of integers
Rémi Verschelde
2020-05-14
1
-2
/
+2
*
|
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-2
/
+1
|
/
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-5
/
+5
*
Style: Harmonize header guards to style guide [Core]
Rémi Verschelde
2020-03-25
1
-1
/
+1
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-1
/
+1
*
Initial work on Vulkan:
Juan Linietsky
2020-02-11
1
-0
/
+16
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Implement backward shift deletion for OAHashMap
Shiqing
2019-09-21
1
-29
/
+18
*
allow to reserve space in OAHashMap explicitly and also in AStar.
Robin Hübner
2019-08-27
1
-9
/
+25
*
astar performance improvements, use oahashmap
Robin Hübner
2019-08-21
1
-5
/
+29
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Fix bug with OAHashMap corruption on insertion
Florian Jung
2018-10-11
1
-2
/
+2
*
Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...
Rémi Verschelde
2018-09-27
1
-2
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-4
/
+4
*
Fix bug leading to crashes in CSG due to bug in OAHashMap, closes #20403
Juan Linietsky
2018-08-24
1
-1
/
+1
*
updated OAHashMap to use robinhood hashing
karroffel
2018-05-03
1
-442
/
+175
*
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-18
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
*
added OAHashMap type
Karroffel
2017-09-19
1
-0
/
+593