summaryrefslogtreecommitdiff
path: root/servers/visual
AgeCommit message (Expand)Author
2016-01-01Merge pull request #3184 from vnen/update-copyright-2016Juan Linietsky
2016-01-01Update copyright to 2016 in headersGeorge Marques
2016-01-01Make both lights and occluders stop working if hidden, fixes #2437Juan Linietsky
2015-12-08-New mask mode for lights, makes using masks MUCH easier.Juan Linietsky
2015-12-08Merge pull request #2865 from hurikhan/pr_fix_2791Juan Linietsky
2015-12-02-several fixes to Android to work better on Tegra 3/4 devices, uses 16 bits F...Juan Linietsky
2015-11-27Bug Fix #2541: Shader language function validation logicAndrea Chua
2015-11-22Added additional token checks for the shader if..else.. statement. Fixes issu...hurikhan
2015-11-18Merge branch 'master' of https://github.com/okamstudio/godot into shadow_colorSaracen
2015-11-18Merge pull request #2707 from akien-mga/masterJuan Linietsky
2015-11-18Merge pull request #2715 from SaracenOne/shader_fix_and_enhancementJuan Linietsky
2015-11-18Merge pull request #2629 from firefly2442/float-to-boolJuan Linietsky
2015-11-18Merge pull request #2632 from firefly2442/duplicate-inherited-varsJuan Linietsky
2015-11-08New shader feature: change the colour of shadows on a per-material basis.Saracen
2015-11-02Added ability to write directly to 4-dimensional position vector from within ...Saracen
2015-11-01Cosmetic fixes to SCons buildsystemRĂ©mi Verschelde
2015-10-21-Ability to debug video memory usageJuan Linietsky
2015-10-18remove child variable that is duplicated from parent classfirefly2442
2015-10-18float to bool variable type, fixes: #2478firefly2442
2015-10-17Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-10-17misc cleanupJuan Linietsky
2015-10-17Merge pull request #2479 from firefly2442/cppcheck-unusedvarsJuan Linietsky
2015-10-05nested clipping of canvas items now worksZher Huei Lee
2015-09-20Ability to visually debug geometry visually:Juan Linietsky
2015-09-16ran cppcheck, found unused variablesfirefly2442
2015-09-12fixed server breaking error in previous splash screen commitromulox_x
2015-09-10ios now displays splash screen between launch image and main scene, instead o...steve
2015-09-03merged some stuff for okamJuan Linietsky
2015-06-24ability to change shadow color in light2dJuan Linietsky
2015-06-11new space shooter demoJuan Linietsky
2015-06-06-fixed many memory initialization issuesJuan Linietsky
2015-05-26ability to run 2D physics in a threadJuan Linietsky
2015-05-18-Rename unexisting by nonexistant, closes #1940Juan Linietsky
2015-05-06optional formal changesehriche
2015-05-01-Fixes from source code analyzizer, closes #1768Juan Linietsky
2015-04-30-fixed broken lighting in release version of godot for isometric light demo, ...Juan Linietsky
2015-04-27-made normalmaps easier in 2D, fixes #1467Juan Linietsky
2015-04-26-Fixed shader commets, /* */ works well and crash is solved, fixes #1711Juan Linietsky
2015-04-25-Resolved light clipping issue due to wrong global rect cache, fixes #1722Juan Linietsky
2015-04-20-Changed Godot exit to be clean.Juan Linietsky
2015-04-18-try to avoid errors when path using ".." is present in script include, fixes...Juan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-04-12-Changed bootsplash option to use a file, fixes #1539Juan Linietsky
2015-04-03Changes to LightJuan Linietsky
2015-04-02Beta1 Attempt #1Juan Linietsky
2015-03-31read depth fixesJuan Linietsky
2015-03-22Merge pull request #1380 from ElectricSolstice/wparentheses_removalJuan Linietsky
2015-03-21signed distance field font supportJuan Linietsky
2015-03-16New option to send canvas to render bufferJuan Linietsky
2015-03-12back buffer copy node, to improve on texscreen()Juan Linietsky