Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-28 | always use the adaptive code theme selection color in help since it wont ↵ | toger5 | |
changed based on the code theme anyways. | |||
2017-09-28 | keep font color on selection as default | toger5 | |
2017-09-18 | Merge pull request #11375 from FigyTuna/rigid_body_docs | Rémi Verschelde | |
[DOCS] Modified/Added documentation for RigidBody and RigidBody2D [ci skip] | |||
2017-09-18 | Merge pull request #11372 from volzhs/fix-smooth-scroll | Rémi Verschelde | |
Fix smooth scrolling in ScrollBar | |||
2017-09-18 | Modified/Added documentation for RigidBody and RigidBody2D | FigyTuna | |
2017-09-18 | Merge pull request #11367 from hpvb/refactor-variant-op | Rémi Verschelde | |
Move Variant::evaluate() switch to computed goto | |||
2017-09-18 | Merge pull request #11376 from RaTi17/gdscript_doc | Rémi Verschelde | |
Added code tags and corrected some lines [ci skip] | |||
2017-09-18 | Added code tags and corrected some lines | RaTi17 | |
2017-09-18 | Merge pull request #11021 from tuga3d/autocomplete-logic-attempt2 | Rémi Verschelde | |
autocomplete logic attempt 2, fixes #10695 | |||
2017-09-18 | Merge pull request #11382 from djrm/pr_fix_metrics | Rémi Verschelde | |
Fixed metrics. | |||
2017-09-17 | Fixed metrics. | Daniel J. Ramirez | |
2017-09-17 | Merge pull request #11220 from toger5/bottom_panel_debugger_tabs_fix | Rémi Verschelde | |
made tabs visible in debugger fixes: #11212 | |||
2017-09-17 | Merge pull request #11313 from deliciousfudge/boxcontainershape-docs | Rémi Verschelde | |
Refactor the docuementation of BoxContainer and BoxShape classes [ci skip] | |||
2017-09-17 | Move Variant::evaluate() switch to computed goto | Hein-Pieter van Braam | |
In an effort to make GDScript a little faster replace the double switch() with a computed goto on compilers that set __GNUC__. For compilers that don't support computed goto it will fall back to regular switch/case statements. In addition disable using boolean values in a mathematical context. Now boolean values can only be compared with other booleans. Booleans will also no longer be coerced to integers. This PR replaces #11308 and fixes #11291 | |||
2017-09-17 | Merge pull request #11251 from toger5/q_e_fix_freelook | Rémi Verschelde | |
swapped up down shortcut for freelook (to fit unreal) | |||
2017-09-17 | Merge pull request #11252 from marcelofg55/fix_noaudio_crash | Rémi Verschelde | |
Fix crash when no audio driver is available | |||
2017-09-17 | Merge pull request #11328 from Paulb23/left_right_arrow_tree_issue_10737 | Rémi Verschelde | |
Added Left / Right arrow navigation in tree, issue 10737 | |||
2017-09-17 | Merge pull request #11352 from FigyTuna/physics_body_docs | Rémi Verschelde | |
[DOCS] Modified/Added documentation for PhysicsBody and PhysicsBody2D | |||
2017-09-17 | Merge pull request #11351 from cbscribe/kcc_kinematiccollision_doc | Rémi Verschelde | |
[DOCS] Add KinematicCollision descriptions [ci skip] | |||
2017-09-17 | Merge pull request #11349 from willt/getsetmove | Rémi Verschelde | |
[DOCS] added member descriptions to various shapes [ci skip] | |||
2017-09-17 | Merge pull request #11362 from marcelofg55/fix_x11_export | Rémi Verschelde | |
Fix x11 exported executables not getting the +x flag | |||
2017-09-17 | Merge pull request #11360 from volzhs/fix-animation-editor-error | Rémi Verschelde | |
Fix set_item_icon error when starting editor | |||
2017-09-17 | Merge pull request #11370 from marcelofg55/fix_keyu_crashnew | Rémi Verschelde | |
Fix crash when using key+u on a line with only a # | |||
2017-09-18 | Fix smooth scrolling in ScrollBar | volzhs | |
fixes #11369 | |||
2017-09-17 | Fix crash when using key+u on a line with only a # | Marcelo Fernandez | |
2017-09-17 | Merge pull request #11296 from touilleMan/gdnative-api-struct | Thomas Herzog | |
[GDnative] pass api as struct of function pointers to loaded gdnative modules | |||
2017-09-17 | Fix x11 exported executables not getting the +x flag | Marcelo Fernandez | |
2017-09-17 | doc: Sync classref and escape comparators | Rémi Verschelde | |
[ci skip] | |||
2017-09-17 | Merge pull request #11276 from hpvb/fix-11270 | Rémi Verschelde | |
Only do 'drive' discovery on X11 | |||
2017-09-17 | [GDnative] Use X macro to define godot_gdnative_api_struct and it instantiation | Emmanuel Leblond | |
2017-09-17 | Merge pull request #11356 from Paulb23/text_editor_theme_crash | Rémi Verschelde | |
Fixed segfault on loading text editor theme [ci skip] | |||
2017-09-17 | Merge pull request #11353 from Grosskopf/audio-streams-docs | Rémi Verschelde | |
[DOCS] Added Documentation of the rest of the AudioStream files [ci skip] | |||
2017-09-17 | Merge pull request #11201 from kerskuchen/tilemap-shortcuts | Rémi Verschelde | |
Adds missing shortcuts to TileEditor. Keeps fill-tool selected after use. | |||
2017-09-18 | Fix set_item_icon error when starting editor | volzhs | |
2017-09-17 | Merge pull request #11294 from karroffel/json-object | Thomas Herzog | |
added JSON singleton | |||
2017-09-17 | [GDnative] create godot_gdnative_api_struct and pass it to ↵ | Emmanuel Leblond | |
godot_gdnative_init_options | |||
2017-09-17 | Fixed segfault on loading text editor theme | Paulb23 | |
2017-09-17 | correction to one way collision code | Juan Linietsky | |
2017-09-17 | fixes to one way collision, closes #10971 | Juan Linietsky | |
2017-09-17 | Added Documentation of AudioStream | Grosskopf | |
2017-09-17 | Merge pull request #11322 from Grosskopf/audio-stream-player-3D-docs | Poommetee Ketson | |
[DOCS] wrote documentation for audio stream player 3D [ci skip] | |||
2017-09-17 | Adds missing shortcuts to TileEditor. Keeps fill-tool selected after use | Jakob Schwab | |
The following keyboard shortcuts are now available: -Bucket fill (G) -Paint Tile (P) -Transpose Tile (T) Fixes #10918 | |||
2017-09-17 | wrote documentation for audio stream player 3D | Grosskopf | |
2017-09-17 | Merge pull request #11314 from marcelofg55/master | Rémi Verschelde | |
Fix possible crash with ctrl-u on script editor | |||
2017-09-17 | Merge pull request #11301 from volzhs/fix-richtextlabel | Rémi Verschelde | |
Make clickable properly in editor help | |||
2017-09-17 | Merge pull request #11274 from Rubonnek/keep-argument-names-consistent | Rémi Verschelde | |
Renamed function arguments to keep them consistent between declaration and implementation | |||
2017-09-17 | Merge pull request #11272 from Rubonnek/move-to-initializer-list | Rémi Verschelde | |
Moved class_name and return_val to initializer list | |||
2017-09-17 | Merge pull request #11196 from poke1024/canvas-old-rect | Rémi Verschelde | |
Adds display of old bounding box as suggested by Zephilinox in issue … | |||
2017-09-17 | Merge pull request #11176 from bncastle/master | Rémi Verschelde | |
Implement +,-,/, * and negate operators for Color type | |||
2017-09-17 | Merge pull request #11075 from ISylvox/fix-main-scene-state | Rémi Verschelde | |
Fixes Tab Switching of Main Scene State. Closes #11045 |