Commit Graph

12323 Commits

Author SHA1 Message Date
99da466979 Add author mappins for the git log
See https://git-scm.com/docs/git-shortlog#_mapping_authors

Makes for a prettier commit overview:
$ git shortlog -s -n --no-merges
  1673  Juan Linietsky
   696  Rémi Verschelde
   239  volzhs
   225  Andreas Haas
   209  Ignacio Etcheverry
   164  Daniel J. Ramirez
   164  Pedro J. Estébanez
   153  George Marques
   150  Paul Batty
   129  Poommetee Ketson
   122  Franklin Sobrinho
   120  marynate
   115  Bojidar Marinov
   107  Leon Krause
    96  Thomas Herzog
   ...
2018-01-08 22:29:53 +01:00
1748ce74cc Merge pull request #15504 from Jerome67000/fix_inherits_open_file_type
Fix "Attach Node Script" inherits popup type
2018-01-08 21:41:42 +01:00
227238b424 Fix "Attach Node Script" inherits popup type 2018-01-08 21:33:51 +01:00
bc521741a9 Merge pull request #15500 from Jerome67000/removed_depthprepass_disable
removed unused project setting rendering/quality/depth_prepass/disable
2018-01-08 21:32:44 +01:00
87bbaddac3 removed unused project setting rendering/quality/depth_prepass/disable 2018-01-08 21:02:53 +01:00
d2f4964f58 Merge pull request #15490 from AndreaCatania/kin
Fixed #15417 kinematics char jumping
2018-01-08 20:13:27 +01:00
15cb56122e Merge pull request #15498 from poke1024/fix15478
Don't delete edit menu too early when closing script tabs
2018-01-08 20:08:04 +01:00
7e1b39245f Don't delete edit menu too early when closing script tabs 2018-01-08 19:47:47 +01:00
299e490cf4 Merge pull request #15494 from brainsick/obsolete-undoredo-max-steps
obsolete UndoRedo max_steps; no users identified
2018-01-08 19:33:15 +01:00
05297d8b39 Merge pull request #15060 from poke1024/camera2d-update
Update Camera2D scroll using NOTIFICATION_INTERNAL_PROCESS
2018-01-08 19:31:50 +01:00
d4adcf3fa2 Update Camera2D scroll using NOTIFICATION_INTERNAL_PROCESS 2018-01-08 18:29:22 +01:00
6e932c3108 obsolete UndoRedo max_steps; no users identified 2018-01-08 10:57:07 -06:00
efe27c6ed2 Merge pull request #15491 from volzhs/doc-kinematicbody
Fix KinematicBody documentation about move_and_slide
2018-01-08 17:09:06 +01:00
e04a9cdf6e Fix KinematicBody documentation about move_and_slide 2018-01-09 01:05:28 +09:00
c507a4988d Removed useless error print on bullet shapes 2018-01-08 16:49:04 +01:00
50c99370d2 Fixed Bullet collision shapes scale 2018-01-08 16:44:33 +01:00
c791c1d48e Merge pull request #14907 from scayze/rigid_vehicle
Added RigidBody functionality to VehicleBody
2018-01-08 11:50:49 -03:00
0df857f9f2 Merge pull request #15294 from poke1024/fix-debug-hangs
Fix Godot getting swamped by debug events
2018-01-08 15:36:59 +01:00
1fea0adc5c Merge pull request #15337 from touilleMan/fix-classdb_get_method_list-without-instrospection
Fix _ClassDB::get_method_list when instrospection is disabled
2018-01-08 15:18:20 +01:00
51709cd8c8 Merge pull request #15344 from bruvzg/osx_dylib_export
[GDnative] macOS `dylib` export fixes
2018-01-08 15:12:50 +01:00
0edca99361 Merge pull request #15377 from mrcdk/wav_correct_loop
Fixed loop mode values when importing a wav file.
2018-01-08 14:52:19 +01:00
35d6004600 Merge pull request #15455 from Jerome67000/color_names.in_doc
Add standardised color names to doc
2018-01-08 14:48:39 +01:00
86ef33108e Merge pull request #15475 from sambler/freebsd_execvp
Fix use of execvp for freebsd
2018-01-08 14:34:13 +01:00
8f4140c9c1 Merge pull request #15480 from StateOff/fixes_deleted_nodes_in_history
Fixes #15416 - "The deleted nodes are hanging in the inspector."
2018-01-08 14:28:25 +01:00
feef8615d2 Add standardised color names to doc 2018-01-08 11:55:49 +01:00
11cc703810 Merge pull request #15483 from Noshyaar/pbm
Fix imported BitMap dimension flip
2018-01-08 11:05:00 +01:00
8f814e44bc Merge pull request #15458 from volzhs/fix-editor-settings-1
Fix editor setting value is back to default
2018-01-08 10:55:09 +01:00
3c6dfbfea5 Fix imported BitMap dimension flip 2018-01-08 16:43:47 +07:00
9d3eb3d2b0 Fixes #15416 - "The deleted nodes are hanging in the inspector." 2018-01-08 03:12:41 -05:00
e7400a0f4e Merge pull request #15426 from poke1024/fix15409
Fixes RegEx::sub injecting null character (issue 15409)
2018-01-08 09:07:55 +01:00
b49f32deae Merge pull request #15461 from endragor/better-loading-screen-msg
Improve missing iOS loading screen error message
2018-01-08 08:10:13 +01:00
a385460a6e Merge pull request #15457 from volzhs/custom-font-source-code
Set source code font with ttf, otf
2018-01-08 08:07:13 +01:00
06bb4acae0 Merge pull request #15440 from volzhs/fix-android-touch
Fix Android multi touch
2018-01-08 08:04:33 +01:00
384055c86f Fix use of execvp, earlier fix was short sighted and only worked
when godot could be found in PATH.
The correct fix is to use sysctl to get the path to the current executable
this also fixes the ability to call external commands.
2018-01-08 12:07:28 +10:30
90f7c84bba Improve missing iOS loading screen error message 2018-01-07 21:50:41 +01:00
797147bd4b Set source code font with ttf, otf
renamed interface/editor/custom_font to interface/editor/main_font
moved text_editor/theme/font to interface/editor/code_font
renamed interface/editor/font_size to interface/editor/main_font_size
renamed interface/editor/source_code_size to interface/editor/code_font_size
2018-01-08 05:12:39 +09:00
93a6be0320 Fix editor setting value is back to default
Fix #15449
2018-01-08 04:56:40 +09:00
37ca542d2b Merge pull request #15433 from poke1024/fix13957
Fix crash due to stale refs to node selection lists
2018-01-07 14:56:43 -02:00
4ab4001ab2 Merge pull request #15447 from eska014/html5-optmode
Build WebAssembly release module with -Os to decrease file size
2018-01-07 17:47:15 +01:00
4211e4453e Build WebAssembly module with -Os to decrease file size 2018-01-07 17:43:06 +01:00
22f2f403ac Merge pull request #15448 from YeldhamDev/geany_ignore
Added Geany/geany_plugins files to the ".gitignore"
2018-01-07 17:27:25 +01:00
8af597847e Added Geany/geany_plugins files to the ".gitignore". 2018-01-07 14:14:32 -02:00
380169e3ef Merge pull request #15446 from marcelofg55/video_mix_rate
Fix Video Player issue with audio mix_rate when different than 44100
2018-01-07 17:06:22 +01:00
1b098e6466 Merge pull request #15445 from poke1024/fix15392
Fix stale dynamic font reference fetch from cache
2018-01-07 17:05:16 +01:00
6fc1801b6a Fix Video Player issue with audio mix_rate when different than 44100 2018-01-07 12:57:48 -03:00
526e637a97 Fix stale dynamic font reference fetch from cache
Seems to fix issue 15392
2018-01-07 16:57:23 +01:00
57efe0bea5 Merge pull request #15443 from eska014/html5-fixcanvas
Fix WebGL context initialization
2018-01-07 16:03:28 +01:00
abcb87bc43 Merge pull request #15357 from damarindra/autotile-behaviour
Fixing unconsistent behaviour on autotile editor
2018-01-07 16:00:00 +01:00
bb90707709 SCons: Fix build error on invalid module folders 2018-01-07 15:56:40 +01:00
2dbf8251bc Initialize WebGL context in OS 2018-01-07 15:49:48 +01:00