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
/
os
/
file_access.cpp
Age
Commit message (
Expand
)
Author
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-11
wrong double quote output with .csv fixed
Alf Kraus
2020-11-23
Initialize class/struct variables with default values in core/ and drivers/
Rafał Mikrut
2020-11-10
Merge pull request #40748 from RandomShaper/improve_packed_fs_api
Rémi Verschelde
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-09-03
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-07-27
Improve/fix packed data API
Pedro J. Estébanez
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: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-10
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-09-25
Added some obvious errors explanations
qarmin
2019-08-19
Move CryptoCore to it's own folder.
Fabio Alessandrelli
2019-08-17
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-07-02
CryptoCore class to access to base crypto utils.
Fabio Alessandrelli
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-06-20
Fix always true/false values
qarmin
2019-04-07
Add FileAccess::set_unix_permissions for Unix platforms
Juan Linietsky
2019-04-08
Add ability to edit editor feature profiles
Juan Linietsky
2019-03-03
Add function to get String from FileAccess
George Marques
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-16
Removed error message arriving whenever csv file changed
Chaosus
2018-11-22
FileAccess::store_csv_line() don't added unnecessary double quotes.
allkhor
2018-11-16
Add store_csv_line method for File
Kanabenki
2018-09-27
Fix warnings about unhandled enum value in switch [-Wswitch]
Rémi Verschelde
2018-09-27
Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr...
Rémi Verschelde
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-10
Revert "added get_creation_time function for gdscript"
Juan Linietsky
2018-08-10
Merge pull request #18914 from notwarp/master
Juan Linietsky
2018-07-31
Fix #20564 HDR import fail
Unknown
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-05-16
added get_creation_time function for gdscript
Daniele Giuliani
2018-01-31
Mono: Allow loading `mscorlib` from resources.
bruvzg
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-27
Reimport now checks source path changes and imported files and their md5, fix...
Juan Linietsky
2017-12-16
Faster FileAccess::get_line()
poke1024
2017-11-25
Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...
Juan Linietsky
2017-11-17
Rename OS::get_data_dir to OS::get_user_data_dir
Rémi Verschelde
2017-09-25
Extract logging logic
Ruslan Mustakov
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-16
Synchronize parameter names in definition and declaration
TwistedTwigleg
2017-07-30
Style: Apply clang-format on all files
Rémi Verschelde
2017-07-25
Fix cvs files freezing the editor when a double quote is not closed
Marcelo Fernandez
2017-07-19
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
[next]