summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-20Revert "Removing etc1 from build for javascript platform."V.VamsiKrishna
2015-03-20Missed some things in prev commit.V.VamsiKrishna
2015-03-20Removing etc1 from build for javascript platform.V.VamsiKrishna
2015-03-20wip distance field font importJuan Linietsky
2015-03-20Replacing spaces with tabsV.VamsiKrishna
2015-03-19Fix for newer gcc. Picked from GoogleCodeV.VamsiKrishna
2015-03-19Fix Javascript build.V.VamsiKrishna
2015-03-18add overlap test function, remove a semicolonJuan Linietsky
2015-03-17add functions to test overlap with another body or areaJuan Linietsky
2015-03-17Area2D can now detect overlap with other areasJuan Linietsky
2015-03-16New option to send canvas to render bufferJuan Linietsky
2015-03-15Fix for InputEvent::set_as_actionAlex Bonfim
2015-03-15Merge pull request #1518 from argylelabcoat/patch-1Juan Linietsky
2015-03-15Update file_access_windows.cpp for mingw cross-compileMatthew Hughes
2015-03-14[Fix] make_dir_recursive on WindowsRoman Nekrassow
2015-03-13Merge pull request #1510 from sanikoyes/Pr-fix-particles2d-bindJuan Linietsky
2015-03-14Add missing particles_2d macro bindsanikoyes
2015-03-12Merge pull request #1504 from marynate/PR-fix-backbuffer-compileJuan Linietsky
2015-03-12Fix compile error in back_buffer_copy.hmarynate
2015-03-12back buffer copy node, to improve on texscreen()Juan Linietsky
2015-03-11simple shader effects library for 2DJuan Linietsky
2015-03-10small optimizations to isometric light demoJuan Linietsky
2015-03-10increase minimum range in property editor a bitJuan Linietsky
2015-03-10New Demo, Screen Space ShadersJuan Linietsky
2015-03-09Merge pull request #1491 from marynate/PR-fix-tilemap-compileJuan Linietsky
2015-03-09Fix compie error in TileMap::_fix_cell_transform(...)marynate
2015-03-09lot of work on 2D lighting and isometric mapsJuan Linietsky
2015-03-08removed up, down, left, right keys from the demo.hurikhan
2015-03-08Fix C++11 compilationMariano Javier Suligoy
2015-03-08fix introduced bughurikhan
2015-03-08fixing a typo in the demohurikhan
2015-03-08added Label_MouseGrab_KeyInfohurikhan
2015-03-08Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan
2015-03-05Changed *_scene() to *_tree()theuserbl
2015-03-03Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-03-03merges from okam repoJuan Linietsky
2015-03-02Register CheckBox class to create it using editor.Mariano Javier Suligoy
2015-03-02time was not being set properly with the rest of the uniforms.Juan Linietsky
2015-03-02Merge pull request #1437 from Hinsbart/fix_win_joyJuan Linietsky
2015-03-02support for 2D shadow castersJuan Linietsky
2015-03-01Merge pull request #1459 from romulox-x/blend_with_transparent_backgroundJuan Linietsky
2015-03-01changed the blending function when using a transparent render target so that ...romulox_x
2015-03-01Merge pull request #1414 from romulox-x/viewport_clear_alphaJuan Linietsky
2015-03-01Improve mechanism and fix radio icon rendering.Mariano Javier Suligoy
2015-03-01Add CheckBox control with theme edition and radio icon avaible.Mariano Javier Suligoy
2015-02-27Update global_constants.cpptheuserbl
2015-02-27Update register_scene_types.cpptheuserbl
2015-02-26should fixes #1284UsernameIsAReservedWord
2015-02-25Fixed columns to have integer positions, so that they don't "jiggle" when mov...Bil Bas (Spooner)
2015-02-25fix get joystick name from registry on some systemsHinsbart