index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
mono
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use `(r)find_char` instead of `(r)find` for single characters
A Thousand Ships
2024-11-17
1
-1
/
+1
*
Fix `#if *_ENABLED` inconsistencies, should check if defined
Rémi Verschelde
2024-01-17
1
-1
/
+1
*
Merge pull request #78218 from raulsntos/dotnet/reserved-assembly-name
Rémi Verschelde
2023-06-15
1
-2
/
+11
|
\
|
*
C#: Avoid GodotSharp as project assembly name
Raul Santos
2023-06-15
1
-2
/
+11
*
|
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-2
/
+2
|
/
*
C#: Unify project name handling and fix issues with the handling of some spec...
RedworkDE
2023-06-14
2
-1
/
+25
*
Fix various typos with codespell
Rémi Verschelde
2023-01-30
1
-1
/
+1
*
C#: Rename `Object` to `GodotObject`
Raul Santos
2023-01-27
1
-0
/
+1
*
C#: Renames to follow .NET naming conventions
Raul Santos
2023-01-27
2
-0
/
+334
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
7
-203
/
+203
*
Style: Cleanup header guards for consistency
Rémi Verschelde
2022-09-26
1
-2
/
+2
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-1
/
+1
*
C#/netcore: Add base desktop game export implementation
Ignacio Roldán Etcheverry
2022-08-22
2
-0
/
+33
*
C#: Begin move to .NET Core
Ignacio Roldán Etcheverry
2022-08-22
2
-296
/
+0
*
C#: Move marshaling logic and generated glue to C#
Ignacio Roldán Etcheverry
2022-08-22
2
-25
/
+7
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
4
-12
/
+12
*
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-07-21
2
-10
/
+10
*
Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...
bruvzg
2022-07-07
2
-6
/
+8
*
Mono: Fix typo to `foreach` C# keyword
iamjsk10
2022-06-17
1
-1
/
+1
*
[macOS / iOS] Fix text-to-speech build with older macOS / iOS SDK.
bruvzg
2022-05-10
1
-2
/
+2
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-3
/
+1
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
2
-16
/
+31
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
9
-18
/
+18
*
Fix mono build after invalid rename of `KEY_READ`
Stefan Boronczyk
2021-11-15
1
-2
/
+2
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-2
/
+2
*
Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3
Hugo Locurcio
2021-10-30
1
-6
/
+6
*
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
1
-18
/
+18
*
Add missing WIN32_LEAN_AND_MEAN
Bartłomiej T. Listwon
2021-09-23
2
-1
/
+2
*
Remove `#ifdefs` for handling compilation with Visual Studio < 2015
Hugo Locurcio
2021-08-31
1
-1
/
+1
*
Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-io
Rémi Verschelde
2021-06-11
3
-4
/
+4
|
\
|
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
3
-4
/
+4
*
|
Rename `String.is_abs_path()` to `String.is_absolute_path()`
Hugo Locurcio
2021-06-03
1
-1
/
+1
|
/
*
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-25
1
-1
/
+1
*
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-05-17
1
-2
/
+2
*
Update Mono module to use new execute method.
Marcel Admiraal
2021-01-13
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
9
-18
/
+18
*
Fix missed renamings from empty() to is_empty()
Rémi Verschelde
2020-12-29
1
-1
/
+1
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-2
/
+2
*
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
5
-5
/
+0
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
6
-8
/
+8
*
Fix Mono path utils char types.
bruvzg
2020-09-04
1
-6
/
+16
*
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
3
-9
/
+9
*
Fix clang-tidy warnings due to semicolon after mono module macros
Ignacio Etcheverry
2020-08-30
1
-1
/
+1
*
[macOS, Mono] Fix "Wdeprecated-declarations" build error.
bruvzg
2020-07-10
1
-13
/
+10
*
Mono/C#: Fix several clang-tidy warnings and cleanup
Ignacio Etcheverry
2020-07-05
3
-40
/
+20
*
C#: Add VisualStudio support
Ignacio Etcheverry
2020-06-15
1
-1
/
+0
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
2
-0
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
4
-9
/
+0
*
C#/Mono: Check assembly version when loading
Ignacio Etcheverry
2020-05-09
1
-1
/
+1
*
Remove some C++11 polyfill defines that are no longer needed
Hugo Locurcio
2020-05-03
1
-10
/
+0
[next]