index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
resources
/
dynamic_font_stb.cpp
Age
Commit message (
Expand
)
Author
2018-05-08
Perfect FreeType-based outlines for DynamicFonts
Ruslan Mustakov
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-11-12
fix: Updates dynamic_font_stb to use get_extension, and memnew
D. Fleury
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-17
Add closest_power_of_2 func and implement mix_rate/latency on OS X
Marcelo Fernandez
2017-08-10
Removes type information from method binds
Ignacio Etcheverry
2017-04-28
Move other lone thirdparty files to thirdparty/misc
Rémi Verschelde
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
Add a bunch of missing Godot headers in own files
Rémi Verschelde
2017-02-13
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
Remove use of _SCS from ADD_METHOD
Hein-Pieter van Braam
2017-01-14
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-07
Memory pool vectors (DVector) have been enormously simplified in code, and re...
Juan Linietsky
2017-01-02
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2016-10-03
Begining of GLES3 renderer:
Juan Linietsky
2016-06-22
Improved binding system (ObjectTypeDB::bind_method) to be friendlier to stati...
Juan Linietsky
2016-05-31
fix stb font property names
sanikoyes
2016-05-29
Finalized DynamicFont implementation
Juan Linietsky