Commit Graph
5 Commits
Author SHA1 Message Date
Hugo Locurcio e82b433b6d Recommend avoiding the List datatype in C++ usage guidelines 2022-03-02 22:31:02 +01:00
Hugo Locurcio a28fd8ad06 Document C++ usage guideline restrictions for 3.x pull requests 2021-09-12 18:24:24 +02:00
Hugo Locurcio 49645532f7 Remove outdated guideline about for range loops being forbidden
`for` range loops are now implemented in Godot's data containers,
and using them is allowed.
2021-09-11 18:38:36 +02:00
hpnrep6 146f947aa7 Make pragma once sub-header clearer in C++ usage guidelines (#5184) 2021-08-19 09:57:48 +02:00
Hugo Locurcio 0be0e91561 Add a C++ usage guidelines page (#3668)
This page describes C++ features that are used and allowed in
Godot's codebase. It's based on community consensus over the last
months, as Godot recently moved to C++17 in the `master` branch.
2021-07-12 14:12:19 +02:00