1
0
Fork 0
godot/modules/gdnative/gdnative
Pedro J. Estébanez b76ee30917 Unify http- and percent- encode/decode
There was a percent-prefixed version, which was exposed, and a http-prefixed version which was not (only to GDNative).
This commit keeps the percent-prefixed versions, but with the http-prefixed implementations.
2018-03-27 19:18:30 +02:00
..
aabb.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
array.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
basis.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
color.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
dictionary.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gdnative.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
node_path.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
plane.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
pool_arrays.cpp Added GDNative copy constructor for PoolVectors Read and Write 2018-01-18 02:44:37 +01:00
quat.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
rect2.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
rid.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
string.cpp Unify http- and percent- encode/decode 2018-03-27 19:18:30 +02:00
string_name.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
transform.cpp [GDNative] updates to string API and const fixes 2018-01-11 00:17:43 +01:00
transform2d.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
variant.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
vector2.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
vector3.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00