summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-22Merge pull request #2088 from KillerJaguar/setter-fixJuan Linietsky
Fixed variables being set before calling the setter method
2015-06-22Merge pull request #2090 from volzhs/pmr_virtualJuan Linietsky
fix register Physics2DTestMotionResult not virtual
2015-06-22Merge pull request #2101 from sanikoyes/Pr-script-editor-save-stateJuan Linietsky
Pr-Script editor
2015-06-22Merge pull request #2132 from gber/masterJuan Linietsky
Fix typo that produced invalid markup for images
2015-06-22small in place fixesJuan Linietsky
2015-06-22Merge pull request #2144 from Krzycho666/UndoRedo_fixJuan Linietsky
added GDscript bidings for UndoRedo class
2015-06-22Merge pull request #2145 from PeaceSells50/More_VS_Scons_ChangesJuan Linietsky
More vs scons changes
2015-06-22Merge pull request #2149 from TheHX/item_list_paletteJuan Linietsky
Grid/Tile map editor new item palette
2015-06-22Merge pull request #2150 from guilhermefelipecgs/add_editor_configJuan Linietsky
Add .editorconfig
2015-06-22ability to set process on parent nodes on visibility notifierJuan Linietsky
2015-06-22Add .editorconfigGuilherme Felipe
2015-06-22Small fixes for Grid/Tile map editor paletteFranklin Sobrinho
2015-06-22Grid/Tile map editor new item paletteFranklin Sobrinho
2015-06-22added some missing biddingskrzycho
2015-06-22Multiple scene editing *POTENTIALLY UNSTABLE*Juan Linietsky
-ability to edit multiple scenes at the same time -resource internal IDs are now persistent, this makes multiple scene editing possible but maaaaay result in file corruption bugs (tested and could not find anything but possibility exists because core code changed, report immediately if you find this). -properly save settings, layout, etc when edited -script editing is independent from scene editing now -show a yellow box when a script belongs to the scene
2015-06-21- added GDscript bidings for UndoRedo class mechanizmkrzycho
- registered UndoRedo
2015-06-21Setting build vs properties in scons.Peace Sells
2015-06-20Fix typo that produced invalid markup for imagesGuido Berhoerster
2015-06-19Hide projects folder.Peace Sells
2015-06-16Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-06-16fix "v" pivot adjust functionJuan Linietsky
2015-06-16Script editor: restore line/column after script reloadsanikoyes
2015-06-15fix register Physics2DTestMotionResultvolzhs
2015-06-14fixed small refresh issue when moving docksJuan Linietsky
2015-06-14fixes for dock motionJuan Linietsky
2015-06-14missing changesJuan Linietsky
2015-06-13Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-06-13some editor window changesJuan Linietsky
-ability to make dock position configurable, and it gets saved -editor starts maximized default
2015-06-13Fixed variables being set before calling the setter methodJaguar
2015-06-12some optimizations in godot memory handlingJuan Linietsky
2015-06-12added ability for Area (3D) to detect other areasJuan Linietsky
2015-06-12made changing pivot simpler in 2D nodes (just press v with mouse over position)Juan Linietsky
2015-06-12Update rasterizer_gles2.cppJuan Linietsky
fixed camera plane
2015-06-11added iconJuan Linietsky
2015-06-11new space shooter demoJuan Linietsky
ortho camera sort fix, closes #2063
2015-06-08Merge pull request #2051 from jrimclean/masterJuan Linietsky
oops, thanks
2015-06-08Fixed get_packet/put_packet bindings in PacketPeer.James McLean
2015-06-08draw button focus before text and iconJuan Linietsky
closes #2047
2015-06-08grid container supports separate h and v spacingJuan Linietsky
closes #2049
2015-06-08Delete godot.creator.user.RG2068Juan Linietsky
2015-06-08logo in svg curves & licenseJuan Linietsky
2015-06-08Added Node.find_node(mask) functionJuan Linietsky
by popular request
2015-06-07Merge pull request #2044 from est31/fix-winJuan Linietsky
Complete fix for windows compilability
2015-06-07Complete fix for windows compilabilityest31
Thanks @volzhs for testing :)
2015-06-07Merge pull request #2042 from est31/fix-winJuan Linietsky
Fix windows compilability
2015-06-07Fix windows compilabilityest31
2015-06-07Merge pull request #2037 from est31/use-local-winJuan Linietsky
Time zone support
2015-06-07Merge pull request #2029 from est31/rawarrayJuan Linietsky
Add String.to_utf8() and String.to_ascii()
2015-06-07Merge pull request #2023 from TheJosh/dae-exporter-assimpJuan Linietsky
Fix Blender DAE exporter - files are unreadable by Assimp
2015-06-07Merge pull request #2017 from Razzlegames/multitouch_fix_1908Juan Linietsky
Additional Fix for Multi-touch release problem