| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-10-09 | Fix trailing whitespaces in project settings header comment | Emmanuel Leblond | 1 | -2/+2 | |
| 2017-10-08 | A minor documentation typo fix. | authenticate | 1 | -1/+1 | |
| 2017-10-09 | [GDnative] fix crash at cleanup time when singleton_gdnatives is not empty | Emmanuel Leblond | 1 | -0/+1 | |
| 2017-10-09 | Fixed IntPtr unboxing (#11949) | Ignacio Etcheverry | 5 | -53/+31 | |
| - Fix boolean never reset to false - Fix IntPtr unboxing and cleanup | |||||
| 2017-10-08 | [DOCS] File Class method description | brunosxs | 1 | -13/+15 | |
| 2017-10-08 | [GDnatvie] improve wrapper code generation | Emmanuel Leblond | 1 | -5/+3 | |
| 2017-10-08 | Fix binary marshalling of Objects | Leon Krause | 1 | -1/+2 | |
| 2017-10-08 | Fix a typo in KinematicBody and KinematicBody2D. | Benjamin Larsson | 2 | -2/+2 | |
| 2017-10-08 | Add documentation for Performance. | Benjamin Larsson | 1 | -3/+36 | |
| 2017-10-08 | [GDnative] Add string_name api | Emmanuel Leblond | 6 | -0/+228 | |
| 2017-10-07 | Minor fixes to KinematicBody and KinematicBody2D | Benjamin Larsson | 2 | -8/+8 | |
| 2017-10-07 | [DOCS] Add descriptions to members of Camera2D | brunosxs | 1 | -0/+12 | |
| 2017-10-07 | Edit move_and_slide, it does a bit more than I first thought. | Benjamin Larsson | 2 | -2/+18 | |
| 2017-10-07 | Fixed an error in get_floor_velocity() docs | Benjamin Larsson | 1 | -1/+1 | |
| 2017-10-07 | Fix dot separated assembly names confused with file extensions | Ignacio Etcheverry | 2 | -5/+3 | |
| 2017-10-07 | [DOCS] BackBufferCopy: Document members | Dio | 1 | -4/+6 | |
| 2017-10-07 | Small changes to KinematicBody2D docs. | Benjamin Larsson | 1 | -5/+6 | |
| 2017-10-07 | Update KinematicBody2D docs. | Benjamin Larsson | 1 | -4/+17 | |
| 2017-10-07 | Store GDNative API in array instead of dictionary | sheepandshepherd | 2 | -672/+1334 | |
| 2017-10-07 | [DOCS] Camera documentation | mhilbrunner | 1 | -4/+27 | |
| 2017-10-07 | Added Documentation for Sprite3D, AnimatedSprite3D and SpriteBase3D etc. | Grosskopf | 5 | -14/+48 | |
| 2017-10-07 | [DOCS] Write TextureButton, review and finish TextureProgress | Nathan | 2 | -16/+39 | |
| 2017-10-07 | Fix Python 3 incompatibility in Mono build | Matthias Hoelzl | 1 | -2/+3 | |
| 2017-10-07 | Fix python 3 build in osx-specific platform | N0hbdy | 1 | -1/+1 | |
| 2017-10-07 | Fix sizeof wrong type | Ignacio Etcheverry | 1 | -1/+1 | |
| 2017-10-07 | Fix assembly load hooks | Ignacio Etcheverry | 4 | -54/+85 | |
| 2017-10-07 | Quote MSBuild arguments. Fixes #11892 | Ignacio Etcheverry | 2 | -1/+5 | |
| 2017-10-07 | Mono: Make sure editor thread is attached on script reload | Ignacio Etcheverry | 1 | -0/+25 | |
| 2017-10-06 | [DOCS] Update ParticlesMaterial, Particles class ref | Chris Bradfield | 3 | -2/+102 | |
| 2017-10-06 | EditorSettings: remove duplicate set_favorite_dirs | Poommetee Ketson | 1 | -2/+0 | |
| 2017-10-06 | Fix LINK/UNLINK console spam with navmeshes | Bartłomiej T. Listwon | 1 | -4/+0 | |
| Removed unnecessary debug messages. Fixes #10804 | |||||
| 2017-10-06 | Made a few tweaks to the interface | BastiaanOlij | 17 | -113/+538 | |
| 2017-10-05 | get parent class fields when updating a CSharpScript's exports | Carter Anderson | 1 | -22/+31 | |
| This makes the fields viewable / editable in the inspector | |||||
| 2017-10-05 | Fix mono enabled builds (broken by 3d87b70). | Ferenc Arn | 2 | -4/+4 | |
| 2017-10-05 | Make sure to obey hidpi to off by default, as present in project settings. ↵ | Juan Linietsky | 2 | -1/+4 | |
| Set it to on by default for editor. Many integrated GPUs can't really get enough performance to play games at hidpi, so this should be enabled manually. | |||||
| 2017-10-05 | Fix crash when a custom theme can't be loaded | Marcelo Fernandez | 1 | -1/+6 | |
| 2017-10-05 | Added the set/get_setting function in Editor/Project settings. Renamed has() ↵ | Juan Linietsky | 19 | -48/+81 | |
| to has_setting. Fixes #11844 | |||||
| 2017-10-05 | Add GridMap::get_used_cells. Fixes #11857.feature/gridmap-used-cells | J08nY | 2 | -0/+17 | |
| 2017-10-05 | Add NIL_IS_VARIANT usage to few definitions | Ruslan Mustakov | 3 | -3/+3 | |
| The missing usage flag led to GDNative API descriptions containting arguments with "void" type. | |||||
| 2017-10-05 | Fix logging of long strings via RotatedFileLogger | Ruslan Mustakov | 1 | -1/+4 | |
| 2017-10-05 | fixes several scaling problems on multi monitor retina/non-retina setups on OS X | Bernhard Liebl | 4 | -55/+64 | |
| 2017-10-05 | Uninitialized local and domain finalize fixes | Ignacio Etcheverry | 1 | -1/+6 | |
| - Make sure to run the GC before and after finalizing the scripts domain. | |||||
| 2017-10-05 | Add C# script to csproj when attaching it to an object | Ignacio Etcheverry | 3 | -18/+50 | |
| 2017-10-05 | Add alternative search locations for msbuild | Ignacio Etcheverry | 2 | -8/+54 | |
| 2017-10-04 | Fix Python 3 build | Matthias Hoelzl | 3 | -12/+35 | |
| - Take care of the differences in handling unicode characters in `escape_string` (formerly in `editor/SCsub`, now in `compat.py)`. - Conditionally include `_winreg` or `winreg` in the Mono editor module. | |||||
| 2017-10-04 | Match file dialog drive with the current folder. | Daniel J. Ramirez | 1 | -0/+1 | |
| 2017-10-04 | [DOCS] Adds RegExMatch doc and RegEx fix typo | Jerome67000 | 2 | -8/+12 | |
| 2017-10-04 | Restored normal bias as default bias in GIProbe | Juan Linietsky | 1 | -2/+2 | |
| 2017-10-04 | Allow to obtain virtual keyboard height | Ruslan Mustakov | 14 | -3/+114 | |
| On mobile platforms virtual keyboards take up significant amount of screen space and UI containing a text box may need to be adjusted after the keyboard appears to keep the text box visible to user. This commit adds a way to obtain virtual keyabord height so that controls are aware of how much they need to move. | |||||
| 2017-10-04 | Fix GIProbe light visibility | Hiroshi Ogawa | 2 | -3/+8 | |
| - Fix https://github.com/godotengine/godot/issues/10535 | |||||
