Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-07 | Merge pull request #9082 from themindoverall/pr-fix-android-build | Rémi Verschelde | |
Fix InputEvent-related Android build issues | |||
2017-06-07 | Merge pull request #9083 from toger5/panel_background_style | Rémi Verschelde | |
added style for panel class | |||
2017-06-07 | Merge pull request #9081 from toger5/right_mb_button_release_fix | Rémi Verschelde | |
osx release right button event fixed | |||
2017-06-07 | Merge pull request #9015 from mcanders/mcanders/ParseObjectVariantFix | Rémi Verschelde | |
Fix Variant::OBJECT token parsing | |||
2017-06-07 | Revert "Fix text warp in color blocks with CJK" | Rémi Verschelde | |
This reverts commit cd778e00dc5362d00d4760c79fc301951f6f9b75. That commit introduced regressions for non-CJK languages are discussed in #8952. Fixes #9078. | |||
2017-06-06 | added style for panel class | toger5 | |
2017-06-06 | Fix input event related android build issues | Chris Serino | |
2017-06-06 | osx release right button event fixed | toger5 | |
RIGHT_MOUSE_BUTTON was not removed from the button mask (instead it was added...) fixes #9079 | |||
2017-06-06 | GraphNode: Remove debug print. | Andreas Haas | |
2017-06-05 | -working SCREEN_TEXTURE, SCREEN_UV shader variables | Juan Linietsky | |
-Added refraction support for default material -Enabled BCS adjustments, as well as color correction. | |||
2017-06-05 | Merge pull request #9007 from noshyaar/pr-about | Rémi Verschelde | |
AboutBox: update copyright, add contributors list | |||
2017-06-05 | Merge pull request #9055 from noshyaar/pr-fix | Rémi Verschelde | |
Fix build error on master, commit f8d7670 | |||
2017-06-05 | Fix build error | Poommetee Ketson | |
2017-06-05 | Merge pull request #9038 from AlexHolly/rect2-rename-pos | Rémi Verschelde | |
renamed all Rect2.pos to Rect2.position | |||
2017-06-05 | Merge pull request #8990 from zer0problem/master | Rémi Verschelde | |
Fixed .hdr support to compile on windows | |||
2017-06-05 | Merge pull request #8974 from Paulb23/script_overview | Rémi Verschelde | |
Added script overview | |||
2017-06-05 | Merge pull request #9050 from vnen/fix-run-window-size | Rémi Verschelde | |
Update window size property names for editor run | |||
2017-06-04 | Fix Variant::OBJECT token parsing | Carter Anderson | |
2017-06-05 | Quick access list to subresources on RMB | Juan Linietsky | |
2017-06-04 | Removed stupid right arrow to edit resource. Now simply click it.. | Juan Linietsky | |
2017-06-04 | Added depth texture support (using parallax) to default material. | Juan Linietsky | |
2017-06-04 | Update window size property names for editor run | George Marques | |
2017-06-04 | Merge pull request #9049 from toger5/porojectEditorAlignment | Rémi Verschelde | |
project manager, fixed size of sort button (hiDpi) | |||
2017-06-04 | project manager, fixed siing of sort button | toger5 | |
2017-06-03 | subsurface scattering is fixed and working again | Juan Linietsky | |
2017-06-04 | renamed all Rect2.pos to Rect2.position | alexholly | |
2017-06-03 | Merge pull request #9031 from Hinsbart/inputevent_pos | Andreas Haas | |
InputEvent: Renamed "pos" property to "position" | |||
2017-06-03 | InputEvent: Renamed "pos" property to "position" | Andreas Haas | |
Make the naming consistent with other classes. | |||
2017-06-03 | Merge pull request #8973 from thomas-goerlich/8957_rand_range_bugfix | Rémi Verschelde | |
Fixed rand_range not returning correct random values on windows | |||
2017-06-02 | many fixes to image loader, voxel cone tracing, etc. | Juan Linietsky | |
2017-06-01 | GI probes working back again | Juan Linietsky | |
2017-06-01 | Rework shading modes and change location of light shader | Juan Linietsky | |
2017-06-01 | Merge pull request #8982 from noshyaar/pr-anim | Andreas Haas | |
Fix autoplay animation starts from last editor state #8976 | |||
2017-06-01 | Merge pull request #8971 from noshyaar/pr-help | Andreas Haas | |
EditorHelp: Help>Class now switch to script editor | |||
2017-06-01 | About: add contributors list | Poommetee Ketson | |
2017-06-01 | Merge pull request #9011 from karroffel/ptrcall-nightmare-fix | Rémi Verschelde | |
fixed PowerState enum cast | |||
2017-05-31 | stuff got modified :( | Juan Linietsky | |
2017-05-31 | rewritten PBR implementation to make it friendlier with Blender | Juan Linietsky | |
2017-06-01 | fixed PowerState enum cast | Karroffel | |
Quite a while ago I made a commit (131631b) where I did a weird thing to fix compilation with PTRCALL_ENABLED. And I couldn't sleep because of this after all these months. So here is the proper version. | |||
2017-05-31 | Merge pull request #9010 from sheepandshepherd/gdnative_poolvector_typos | Thomas Herzog | |
Fix GDNative PoolVector typos | |||
2017-05-31 | Fix GDNative PoolVector typos | sheepandshepherd | |
2017-05-31 | EditorHelp: Help>Class now switch to script editor | Poommetee Ketson | |
2017-05-31 | Fix autoplay animation starts from last editor state #8976 | Poommetee Ketson | |
2017-05-31 | Fixed compiling on windows after .hdr support | zer0problem | |
Changed type to avoid casting. | |||
2017-05-30 | Merge pull request #9004 from sheepandshepherd/gdnative_copy_ctors | Thomas Herzog | |
Expose copy constructor for some GDNative types | |||
2017-05-31 | Wrap copy constructor for some GDNative types | sheepandshepherd | |
2017-05-30 | Several fixes related to PBR and Environment | Juan Linietsky | |
2017-05-30 | Merge pull request #8996 from groud/contributing-readme | Rémi Verschelde | |
CONTRIBUTING.md : formatting to 80 columns and added a little paragraph about translations [ci skip] | |||
2017-05-30 | Formatting CONTRIBUTING.md to 80 colums | Gilles Roudiere | |
Added a little paragraph about how to contribute to Godot's translations | |||
2017-05-29 | Changed enum to const because enum with uint64 size does not work on VSC++ ↵ | Thomas Görlich | |
Compiler |