index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
cowdata.h
Age
Commit message (
Expand
)
Author
2020-09-03
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-05-19
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
Modernize remaining uses of 0/NULL instead of nullptr (C++11)
Rémi Verschelde
2020-05-14
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-27
Ensure COWData does not reallocate on push back, fixes #22561
Juan Linietsky
2020-03-25
Style: Harmonize header guards to style guide [Core]
Rémi Verschelde
2020-03-11
typedefs: Cleanup unused macros and unnecessary checks
Rémi Verschelde
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-10-08
Remove circular include between core/typedefs.h and core/error_macros.h
Marcel Admiraal
2019-01-07
Repair String lstrip and rstrip.
Ibrahn Sahir
2019-01-03
Optimizations for trivial types
Hein-Pieter van Braam
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-10-04
Fix more "may be used initialized" warnings from GCC 7
Rémi Verschelde
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-07-29
Fix nested Vectors
Hein-Pieter van Braam
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam