godot/core
Clay John 8a10bb7d0d
Use OpenGL 3.3 core profile instead of compatibility profile
- Rename OpenGL to GLES3 in the source code per community feedback.
  - The renderer is still exposed as "OpenGL 3" to the user.
- Hide renderer selection dropdown until OpenGL support is more mature.
  - The renderer can still be changed in the Project Settings or using
    the `--rendering-driver opengl` command line argument.
- Remove commented out exporter code.
- Remove some OpenGL/DisplayServer-related debugging prints.
2021-10-31 15:56:45 +01:00
..
config Restrict the project data directory configuration 2021-10-18 14:10:38 -07:00
crypto
debugger Save all 64 bits of get_ticks_msec() in more cases 2021-10-26 13:58:58 +02:00
error Implement toast notifications in the editor 2021-10-14 13:30:54 +02:00
extension Implement toast notifications in the editor 2021-10-14 13:30:54 +02:00
input clang-format: Various fixes to comments alignment from clang-format 13 2021-10-28 15:43:36 +02:00
io clang-format: Various fixes to comments alignment from clang-format 13 2021-10-28 15:43:36 +02:00
math clang-format: Enable BreakBeforeTernaryOperators 2021-10-28 15:57:41 +02:00
multiplayer [Net] Fix spawn/despawn custom callable argument. 2021-10-12 14:18:16 +02:00
object CI: Update to clang-format 13 using LLVM repo 2021-10-28 17:11:00 +02:00
os Add GLES2 2D renderer + Linux display manager 2021-10-30 02:05:48 +02:00
string Merge pull request #54350 from akien-mga/clang-format-dont-align-operands 2021-10-28 17:10:52 +02:00
templates clang-format: Various fixes to comments alignment from clang-format 13 2021-10-28 15:43:36 +02:00
variant clang-format: Disable alignment of operands, too unreliable 2021-10-28 15:19:35 +02:00
core_bind.cpp Use OpenGL 3.3 core profile instead of compatibility profile 2021-10-31 15:56:45 +01:00
core_bind.h Use OpenGL 3.3 core profile instead of compatibility profile 2021-10-31 15:56:45 +01:00
core_builders.py
core_constants.cpp [Net] Rename RPC constants and annotation arguments. 2021-10-01 18:14:38 +02:00
core_constants.h
core_string_names.cpp
core_string_names.h
doc_data.cpp
doc_data.h
register_core_types.cpp
register_core_types.h
SCsub SCons: List .gen.cpp sources explicitly to avoid globbing errors 2021-10-15 22:14:11 +02:00
typedefs.h SCons: Set DEBUG_ENABLED and DEV_ENABLED in SConstruct 2021-10-15 10:26:58 +02:00
version.h