summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-06Fix input event related android build issuesChris Serino
2017-06-06GraphNode: Remove debug print.Andreas Haas
2017-06-05-working SCREEN_TEXTURE, SCREEN_UV shader variablesJuan Linietsky
-Added refraction support for default material -Enabled BCS adjustments, as well as color correction.
2017-06-05Merge pull request #9007 from noshyaar/pr-aboutRémi Verschelde
AboutBox: update copyright, add contributors list
2017-06-05Merge pull request #9055 from noshyaar/pr-fixRémi Verschelde
Fix build error on master, commit f8d7670
2017-06-05Fix build errorPoommetee Ketson
2017-06-05Merge pull request #9038 from AlexHolly/rect2-rename-posRémi Verschelde
renamed all Rect2.pos to Rect2.position
2017-06-05Merge pull request #8990 from zer0problem/masterRémi Verschelde
Fixed .hdr support to compile on windows
2017-06-05Merge pull request #8974 from Paulb23/script_overviewRémi Verschelde
Added script overview
2017-06-05Merge pull request #9050 from vnen/fix-run-window-sizeRémi Verschelde
Update window size property names for editor run
2017-06-05Quick access list to subresources on RMBJuan Linietsky
2017-06-04Removed stupid right arrow to edit resource. Now simply click it..Juan Linietsky
2017-06-04Added depth texture support (using parallax) to default material.Juan Linietsky
2017-06-04Update window size property names for editor runGeorge Marques
2017-06-04Merge pull request #9049 from toger5/porojectEditorAlignmentRémi Verschelde
project manager, fixed size of sort button (hiDpi)
2017-06-04project manager, fixed siing of sort buttontoger5
2017-06-03subsurface scattering is fixed and working againJuan Linietsky
2017-06-04renamed all Rect2.pos to Rect2.positionalexholly
2017-06-03Merge pull request #9031 from Hinsbart/inputevent_posAndreas Haas
InputEvent: Renamed "pos" property to "position"
2017-06-03InputEvent: Renamed "pos" property to "position"Andreas Haas
Make the naming consistent with other classes.
2017-06-03Merge pull request #8973 from thomas-goerlich/8957_rand_range_bugfixRémi Verschelde
Fixed rand_range not returning correct random values on windows
2017-06-02many fixes to image loader, voxel cone tracing, etc.Juan Linietsky
2017-06-01GI probes working back againJuan Linietsky
2017-06-01Rework shading modes and change location of light shaderJuan Linietsky
2017-06-01Merge pull request #8982 from noshyaar/pr-animAndreas Haas
Fix autoplay animation starts from last editor state #8976
2017-06-01Merge pull request #8971 from noshyaar/pr-helpAndreas Haas
EditorHelp: Help>Class now switch to script editor
2017-06-01About: add contributors listPoommetee Ketson
2017-06-01Merge pull request #9011 from karroffel/ptrcall-nightmare-fixRémi Verschelde
fixed PowerState enum cast
2017-05-31stuff got modified :(Juan Linietsky
2017-05-31rewritten PBR implementation to make it friendlier with BlenderJuan Linietsky
2017-06-01fixed PowerState enum castKarroffel
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-31Merge pull request #9010 from sheepandshepherd/gdnative_poolvector_typosThomas Herzog
Fix GDNative PoolVector typos
2017-05-31Fix GDNative PoolVector typossheepandshepherd
2017-05-31EditorHelp: Help>Class now switch to script editorPoommetee Ketson
2017-05-31Fix autoplay animation starts from last editor state #8976Poommetee Ketson
2017-05-31Fixed compiling on windows after .hdr supportzer0problem
Changed type to avoid casting.
2017-05-30Merge pull request #9004 from sheepandshepherd/gdnative_copy_ctorsThomas Herzog
Expose copy constructor for some GDNative types
2017-05-31Wrap copy constructor for some GDNative typessheepandshepherd
2017-05-30Several fixes related to PBR and EnvironmentJuan Linietsky
2017-05-30Merge pull request #8996 from groud/contributing-readmeRémi Verschelde
CONTRIBUTING.md : formatting to 80 columns and added a little paragraph about translations [ci skip]
2017-05-30Formatting CONTRIBUTING.md to 80 columsGilles Roudiere
Added a little paragraph about how to contribute to Godot's translations
2017-05-29Changed enum to const because enum with uint64 size does not work on VSC++ ↵Thomas Görlich
Compiler
2017-05-29Merge pull request #8986 from Hinsbart/cursor_warningRémi Verschelde
X11: Turn warning about not finding cursor theme into verbose output.
2017-05-29X11: Turn warning about not finding cursor theme into verbose output.Andreas Haas
Failing to get the cursor theme should not cause any issues since we're then using the default one anyway. So I removed the warning and made it a verbose-only print instead, as people tend to mistake it for a real error.. (pretty much like `iCCP: known incorrect sRGB profile` :P)
2017-05-29Added members overviewPaulb23
2017-05-29Merge pull request #8978 from noshyaar/pr-sortRémi Verschelde
NaturalSort: strings start with . treated differently
2017-05-29Fixed a typo in a Visual Server var name (#8977)suptoasty
2017-05-29NaturalSort: strings start with . treated differentlyPoommetee Ketson
2017-05-28-Added .hdr format supportJuan Linietsky
-Added default environment editor setting -Added environment created by default in new projects -Removed default light and ambient from spatial editor, to make the editor more PBR compliant
2017-05-28Merge pull request #8975 from timoschwarzer/new-iconsRémi Verschelde
Use new icons everywhere