Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-09 | Merge pull request #25685 from Calinou/doc-improve-resourcepreloader | Rémi Verschelde | |
Improve the ResourcePreloader documentation | |||
2019-02-09 | Merge pull request #25650 from willnationsdev/script-icon | Rémi Verschelde | |
Fix script class icons looking for paths at runtime | |||
2019-02-09 | clang-format: Set standard for ObjC++ | Rémi Verschelde | |
2019-02-09 | Merge pull request #25671 from vnen/physics-material-2d | Rémi Verschelde | |
Include PhysicsMaterial when 3D is disabled | |||
2019-02-08 | Merge pull request #25716 from neikeq/vv | Ignacio Etcheverry | |
Mono: Create player script metadata when building manually | |||
2019-02-08 | Mono: Create player script metadata when building manually | Ignacio Etcheverry | |
Previously this was only done when building the script for running the game. This was a problem because the user could want to build the project manually with the "Build project" button, to then run the game from the command line or similar. | |||
2019-02-08 | Merge pull request #25627 from clayjohn/visual_shader_texture_bug | Rémi Verschelde | |
Change hint_color to hint_albedo for sampler2ds | |||
2019-02-08 | Merge pull request #25692 from YeldhamDev/spriteframes_editor_changes | Rémi Verschelde | |
Small changes to the SpriteFrames editor | |||
2019-02-08 | Merge pull request #25701 from Chaosus/fix_particles_gizmo | Rémi Verschelde | |
Fix undo for Particles 3D gizmo | |||
2019-02-08 | Merge pull request #25706 from akien-mga/fix-etc2-decompress | Rémi Verschelde | |
Image: Fix decompressing ETC2 | |||
2019-02-08 | Image: Fix decompressing ETC2 | Rémi Verschelde | |
Thanks to @Rriik for finding the bug and its cause. Fixes #25595. | |||
2019-02-08 | Merge pull request #25552 from groud/better_error_message | Rémi Verschelde | |
Displays errors and warnings in a better way in the script editor | |||
2019-02-08 | Merge pull request #25570 from Kanabenki/windows-relative-icon | Rémi Verschelde | |
Use relative path property hint for windows export icon | |||
2019-02-08 | Fix undo for Particles 3D gizmo | Chaosus | |
2019-02-08 | Merge pull request #25551 from JFonS/fix_rogue_cpu_particles | Rémi Verschelde | |
Fix local_delta when resetting CPUParticles | |||
2019-02-08 | Merge pull request #25562 from IronicallySerious/fix-empty-project | Rémi Verschelde | |
Fix prompt for empty project files when loaded | |||
2019-02-08 | Merge pull request #25549 from Zylann/fix_game_font_size_forced_to_13 | Rémi Verschelde | |
Don't modify font which could potentially not be the editor one yet | |||
2019-02-08 | Merge pull request #25546 from Zylann/fix_garbage_log_pointer | Rémi Verschelde | |
Fixed uninitialized pointer access due to THEME_CHANGED notification | |||
2019-02-08 | Merge pull request #25500 from daniel-abbott/BT_Debug_disable | Rémi Verschelde | |
Disable BT_DEBUG, works around #25476 and #25431 | |||
2019-02-08 | Merge pull request #25517 from Zylann/doc_expression | Rémi Verschelde | |
Explain how to use Expression inputs | |||
2019-02-08 | Merge pull request #25524 from Calinou/fix-font-oversampling-warning | Rémi Verschelde | |
Fix a font oversampling warning being printed when it shouldn't | |||
2019-02-08 | Merge pull request #25515 from Zylann/search_bar_bottom | Rémi Verschelde | |
Moved script editor search bar to the bottom | |||
2019-02-08 | Merge pull request #25506 from homer666/docs-update-cast-motion | Rémi Verschelde | |
[DOCS] Update PhysicsDirectSpaceState.cast_motion | |||
2019-02-08 | Merge pull request #25518 from bojidar-bg/25505-wrong-type-error-message | Rémi Verschelde | |
Fix wrong error messages for invalid arguments when calling functions through call | |||
2019-02-08 | Merge pull request #25509 from bojidar-bg/25504-update-bitmask-crash | Rémi Verschelde | |
Fix crashes when calling update_bitmask_area | |||
2019-02-08 | Disable BT_DEBUG, works around #25476 and #25431 | Daniel Abbott | |
2019-02-08 | Merge pull request #25521 from bruvzg/disabled_hidpi_retina_fix | Rémi Verschelde | |
[macOS] Fix rendering on retina displays with HiDPI support disabled. | |||
2019-02-08 | Merge pull request #25467 from fire/folding_spam | Rémi Verschelde | |
Add check in folding to see if the nodepath exists to avoid message spam and expose get_node_or_null | |||
2019-02-07 | Small changes to the SpriteFrames editor | Michael Alexsander Silva Dias | |
2019-02-07 | Improve the ResourcePreloader documentation | Hugo Locurcio | |
2019-02-07 | Update DONORS list | Rémi Verschelde | |
[ci skip] | |||
2019-02-06 | Fix script class icon filepath lookups at runtime. | Will Nations | |
2019-02-06 | Include PhysicsMaterial when 3D is disabled | George Marques | |
It's still needed by 2D physics. | |||
2019-02-06 | Merge pull request #25659 from JFonS/fix_25567 | Rémi Verschelde | |
Fix particles animation on GLES2 | |||
2019-02-06 | Fix particles animation on GLES2 | JFonS | |
2019-02-06 | Fix prompt for empty project files when loaded | Twarit | |
Fixes #25541 | |||
2019-02-06 | Merge pull request #25606 from Paulb23/fix_textedit_scroll_selection | Rémi Verschelde | |
Fixed selection being activated when using scroll lines. | |||
2019-02-06 | Merge pull request #25618 from YeldhamDev/sprite3d_region_frames | Rémi Verschelde | |
Add frame support for Sprite3D with region enabled | |||
2019-02-05 | Merge pull request #25636 from neikeq/uwu | Ignacio Etcheverry | |
Mono: Workaround to fix 'flushing' errors when building at editor startup | |||
2019-02-05 | Mono: Workaround to fix 'flushing' errors when building at editor startup | Ignacio Etcheverry | |
2019-02-04 | change hint_color to hint_albedo for sampler2ds | clayjohn | |
2019-02-04 | Add frame support for Sprite3D with region enabled | Michael Alexsander Silva Dias | |
2019-02-04 | Fixed selection being activated when using scroll lines | Paulb23 | |
2019-02-04 | Merge pull request #25593 from neikeq/whatwasithinking | Ignacio Etcheverry | |
Fix OS_Unix::set_environment | |||
2019-02-04 | Fix OS_Unix::set_environment | Ignacio Etcheverry | |
2019-02-03 | Merge pull request #25574 from neikeq/ss | Ignacio Etcheverry | |
Mono: Lifetime fixes for CSharpInstance and instance binding data | |||
2019-02-03 | Merge pull request #25576 from neikeq/tt | Ignacio Etcheverry | |
Mono: Fix default debugger agent argument never being used | |||
2019-02-03 | Mono: Fix default debugger agent argument never being used | Ignacio Etcheverry | |
2019-02-03 | Mono: Lifetime fixes for CSharpInstance and instance binding data | Ignacio Etcheverry | |
Avoid CSharpInstance from accessing its state after self destructing (by deleting the Reference owner). It's now safe to replace the script instance without leaking or crashing. Also fixed godot_icall_Object_weakref return reference being freed before returning. | |||
2019-02-03 | Merge pull request #25478 from neikeq/rr | Ignacio Etcheverry | |
Mono: Fix MonoPosixHelper not being found |