| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | s/2017/2018/g for gles2, websocket, linux appdata | Poommetee Ketson | 2018-03-21 | 24 | -48/+48 |
| | | |||||
| * | Fix mono build properly! | PJB3005 | 2018-03-19 | 1 | -1/+1 |
| | | | | | Fixes the mistake I made in #17603 to make it require Python > 3.6. | ||||
| * | Merge pull request #17603 from PJB3005/18-03-18-fix-mono-build-python3 | Rémi Verschelde | 2018-03-19 | 1 | -1/+1 |
| |\ | | | | | Fix Mono builds with Python 3. | ||||
| | * | Fix Mono builds with Python 3. | Pieter-Jan Briers | 2018-03-18 | 1 | -1/+1 |
| | | | | | | | | | | | A subprocess call wasn't specifying an encoding, so this gave a TypeError in Python 3. | ||||
| * | | Merge pull request #17619 from neikeq/mono-runtime-main-args | Ignacio Etcheverry | 2018-03-18 | 2 | -15/+42 |
| |\ \ | |/ |/| | Mono: Runtime main args and assembly search fixes | ||||
| | * | Mono: Runtime main args and assembly search fixes | Ignacio Etcheverry | 2018-03-18 | 2 | -15/+42 |
| | | | | | | | | | | | - Setup runtime main args during initialization. This must be done manually by embedders who do not call mono_runtime_run_main. Fixes NullReferenceException in System.Environment. - Continue to search the assembly in the rest of the search locations if loading it from one of them failed. | ||||
| * | | Merge pull request #17179 from paulloz/mono-assemblies-preload-facades | Ignacio Etcheverry | 2018-03-16 | 1 | -0/+1 |
| |\ \ | | | | | | | [mono] add the 'Facades' subfolder to the searched directories | ||||
| | * | | [mono] add the 'Facades' subfolder to the searched directories in _preload_hook | Paul Joannon | 2018-03-02 | 1 | -0/+1 |
| | |/ | |||||
| * | | Merge pull request #17291 from Warlaan/master | Hein-Pieter van Braam | 2018-03-15 | 2 | -4/+17 |
| |\ \ | | | | | | | completed-signal for coroutines with more than one yield | ||||
| | * | | completed-signal is emitted by all GDScriptFunctionStates of a coroutine ↵ | Lars Kokemohr | 2018-03-14 | 2 | -4/+17 |
| | |/ | | | | | | | now, allowing to yield for completion of a function with more than one yield inside. | ||||
| * | | Merge pull request #17388 from Hinsbart/mono_class_name | Rémi Verschelde | 2018-03-15 | 2 | -2/+25 |
| |\ \ | | | | | | | Mono: Avoid invalid class names. | ||||
| | * | | Mono: Avoid invalid class names. | Andreas Haas | 2018-03-15 | 2 | -2/+25 |
| | | | | | | | | | | | | | | | | | | | | | | Disallow reserved keywords as class names and prefix base class with the Godot namespace if it's the same as the class name. Fixes #12483 | ||||
| * | | | Merge pull request #17529 from Noshyaar/patch-1 | Rémi Verschelde | 2018-03-15 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | Fix script template on `_ready` behavior | ||||
| | * | | | Fix script template on `_ready` behavior | Poommetee Ketson | 2018-03-15 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fixed leak in BulletPhysicsServer | Wilson E. Alvarez | 2018-03-13 | 1 | -1/+3 |
| | | | | | |||||
| * | | | | Merge pull request #17235 from paulloz/mono-glue-enhancements | Ignacio Etcheverry | 2018-03-13 | 4 | -21/+22 |
| |\ \ \ \ | | | | | | | | | | | [Mono] change function names to PascalCase and set abstract classes as abstract | ||||
| | * | | | | [mono] write classes with no constructor as abstract | Paul Joannon | 2018-03-04 | 1 | -2/+3 |
| | | | | | | |||||
| | * | | | | [mono] rename functions to conform to PascalCase | Paul Joannon | 2018-03-04 | 3 | -19/+19 |
| | | |_|/ | |/| | | | | | | | | | | | | | | | | | | in: * StringExtensions.cs * Transform.cs | ||||
| * | | | | [DOCS] Net.MultiplayerEnet: List returned errors | Max Hilbrunner | 2018-03-13 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Merge pull request #17079 from Noshyaar/leak2 | Rémi Verschelde | 2018-03-13 | 1 | -2/+3 |
| |\ \ \ \ | |_|/ / |/| | | | GridMapEditorPlgn: fix a leak | ||||
| | * | | | GridMapEditorPlgn: fix a leak | Poommetee Ketson | 2018-02-27 | 1 | -2/+3 |
| | | | | | |||||
| * | | | | Merge pull request #17255 from x1212/preload_enum_export_fix | Rémi Verschelde | 2018-03-13 | 1 | -4/+7 |
| |\ \ \ \ | | | | | | | | | | | fix enum from preloaded script in export | ||||
| | * | | | | fix enum from preloaded script in export | x1212 | 2018-03-04 | 1 | -4/+7 |
| | | |/ / | |/| | | | | | | | | | | without triggering unnecessary reloads and parsing. | ||||
| * | | | | Fixes importing hdr files with extra header info | Jorn Van denbussche | 2018-03-11 | 1 | -6/+10 |
| | |_|/ |/| | | |||||
| * | | | Update libwebm | ShyRed | 2018-03-09 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | Update of libwebm. Up-to-date version of libwebm contains several bugfixes that allow playback of files that would crash Godot otherwise. | ||||
| * | | | Merge pull request #17318 from robfram/silent-failure-ogg-9793 | Rémi Verschelde | 2018-03-06 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | Fix silent failure of importing OGG Vorbis files | ||||
| | * | | | Fix silent failure of importing OGG Vorbis files | robfram | 2018-03-06 | 1 | -0/+1 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | When importing non-valid OGG Vorbis audio files, now the filesystem navigation tree shows the correct sad red-face icon, as it does with non-valid PNG, JPG or WAV files. Fix #9793. | ||||
| * / / | Disable FreeType SIMD in HTML5 builds | Leon Krause | 2018-03-06 | 1 | -4/+12 |
| |/ / | | | | | | | SIMD is currently unsupported in WebAssembly. | ||||
| * | | Merge pull request #17167 from Noshyaar/plane | Rémi Verschelde | 2018-03-02 | 1 | -3/+3 |
| |\ \ | | | | | | | GridMap: fix next/prev plane text, fix meta not found | ||||
| | * | | GridMap: fix next/prev plane text, fix meta not found | Poommetee Ketson | 2018-03-02 | 1 | -3/+3 |
| | | | | |||||
| * | | | [DOCS] NetworkedMultiplayerENet | Max Hilbrunner | 2018-03-02 | 1 | -3/+13 |
| |/ / | |||||
| * | | NativeScript: Fix initialization in wrong scope | Rémi Verschelde | 2018-03-02 | 1 | -1/+1 |
| | | | | | | | | | Regression from d702d7b335c0c9305e75131770c0ea739b70d813 which broke javascript build. | ||||
| * | | Remove unneeded and problematic minilex.c from lws. | Fabio Alessandrelli | 2018-03-01 | 1 | -1/+0 |
| | | | | | | | | | We don't need it, it's used upstream to test the lexical parser | ||||
| * | | add GLES 2 renderer for 2D | karroffel | 2018-03-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | This commit adds a new rendering backend, GLES2, and adds a project setting to enable it. Currently this backend can only be used on the X11 platform, but integrating into other platforms is planned. | ||||
| * | | Merge pull request #17111 from poke1024/fix16524 | Rémi Verschelde | 2018-02-28 | 2 | -3/+14 |
| |\ \ | | | | | | | Fix grid mesh tile touch pad bug (issue 16524) | ||||
| | * | | Fix grid mesh tile panning bug (issue 16524) | poke1024 | 2018-02-28 | 2 | -3/+14 |
| | | | | | | | | | | | | | Fix basic function and interference of touch pad pan with mesh tile delete (shift + right click on touch pad) in grid map editor (fix 16524) | ||||
| * | | | Fix various valgrind reported uninitialized variable uses | Hein-Pieter van Braam | 2018-02-28 | 1 | -0/+1 |
| | | | | |||||
| * | | | Use Prepend instead of Append for mbedTLS include | Fabio Alessandrelli | 2018-02-28 | 2 | -3/+3 |
| |/ / | | | | | | | Fixes build on FreeBSD when system-wide mbedTLS and/or openSSL are installed | ||||
| * / | More reliably find mscorlib.dll on Linux | Hein-Pieter van Braam | 2018-02-27 | 1 | -2/+5 |
| |/ | |||||
| * | doc: Remove status from hardcoded version string | Rémi Verschelde | 2018-02-27 | 69 | -69/+69 |
| | | | | | It has no practical use case and just generates noise for each alpha, beta, etc. | ||||
| * | Merge pull request #17021 from AndreaCatania/kinfix | Rémi Verschelde | 2018-02-27 | 3 | -26/+15 |
| |\ | | | | | Fixed bullet kinematic char sliding | ||||
| | * | Fixed kinematic char sliding | Andrea Catania | 2018-02-25 | 3 | -26/+15 |
| | | | |||||
| * | | Merge pull request #17075 from paulloz/fix-build-mono-debug-notools | Rémi Verschelde | 2018-02-27 | 1 | -1/+1 |
| |\ \ | | | | | | | [mono] fix build error when compiling with mono, tools=no, target=debug | ||||
| | * | | fix build error when compiling with mono, tools=no, target=release | Paul Joannon | 2018-02-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | change TTR to RTR in `print_unhandled_exception` | ||||
| * | | | Merge pull request #17074 from AndreaCatania/fix1 | Rémi Verschelde | 2018-02-27 | 3 | -9/+26 |
| |\ \ \ | | | | | | | | | Some fixes on physics | ||||
| | * | | | Implemented Bullet method omit forces | Andrea Catania | 2018-02-27 | 3 | -9/+26 |
| | |/ / | |||||
| * | | | Merge pull request #15641 from ↵ | Rémi Verschelde | 2018-02-27 | 3 | -12/+24 |
| |\ \ \ | |/ / |/| | | | | | | | | neikeq/mono-is-picky-regarding-corlib-so-we-must-make-sure-to-ship-the-right-version-otherwise-something-bad-may-happen Mono: Buildsystem improvements | ||||
| | * | | Mono: Buildsystem improvements | Ignacio Etcheverry | 2018-01-12 | 3 | -12/+24 |
| | | | | | | | | | | | | | | | | - Bundle with mscorlib.dll to avoid compatibilities issues - Add build option 'mono_assemblies_output_dir' to specify the output directory where the assemblies will be copied to. '#bin' by default. | ||||
| * | | | Merge pull request #17046 from NathanWarden/fixed_mono_marshalling | Rémi Verschelde | 2018-02-26 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | [Mono] The marshalling *in* of Transform was also incorrect. | ||||
| | * | | | The marshalling in was also incorrect. | Nathan Warden | 2018-02-26 | 1 | -1/+1 |
| | | | | | |||||
