summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-05Merge pull request #247 from marynate/PR-path-editor-uireduz
2014-04-05Merge pull request #246 from marynate/PR-path2d-editorreduz
2014-04-03Make secondary handle 50% transparent in Path editor to distinguish frommarynate
2014-04-03Add close curve icon source imagemarynate
2014-04-03Add close curve iconmarynate
2014-04-03Move point in Path2D edtitor now respect snap configure; Press Alt whenmarynate
2014-04-03Use shift for control point in Paht2D editor (to be consistent with Path editor)marynate
2014-04-03Fixed delete path2d node will crash editormarynate
2014-04-03Fix #244 no path2d handles visiblemarynate
2014-03-13Merge pull request #198 from gamedevsam/masterreduz
2014-03-14Fixing compile error related to missing return value from input.cppSamuel Batista
2014-03-13Update GodotLib.javareduz
2014-03-13Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2014-03-13-fix bug in cache for atlas import/exportJuan Linietsky
2014-03-12Merge pull request #168 from mogemimi/fix/empty-bodyreduz
2014-03-12Merge pull request #169 from bibby/makedocreduz
2014-03-12Merge pull request #170 from mutantgames/master.forkreduz
2014-03-12Merge pull request #175 from MysticTreeGames/masterreduz
2014-03-12Merge pull request #187 from marynate/PR-fix-windows-utf8reduz
2014-03-12Merge pull request #189 from sanikoyes/hotfix-imereduz
2014-03-12Merge pull request #188 from marynate/PR-fix-compression-returnreduz
2014-03-12Merge pull request #192 from sanikoyes/hotfix-android-text-inputreduz
2014-03-12fix android input doe's not work(line edit/text edit)sanikoyes
2014-03-11export a unicode font may crash because chunks out of range...sanikoyes
2014-03-11fixed editor NodePath propertysanikoyes
2014-03-11fix gdscript path parse errorsanikoyes
2014-03-11fix-multi-char-ime-input-chinesesanikoyes
2014-03-11Fix Compression bug: wrong premature return.marynate
2014-03-11remove unnecessary error check when converting ascii to unicodemarynate
2014-03-11Convert windows main entry arguments to UTF8; Set locale to system default fo...marynate
2014-03-08Adding CodeLite hidden folder to .gitignoreMoritz Wundke
2014-03-08Adding CodeLite and KDE files to .gitignoreMoritz Wundke
2014-03-08Do not set number of jobs if already specifiedMoritz Wundke
2014-03-07Fixed typoMoritz Wundke
2014-03-07Speed build time up by 6 using multiple jobsMoritz Wundke
2014-03-06Addinf basic makefile to support many C/C++ IDEs out thereMoritz Wundke
2014-03-05Solved bug to select external editor urlsasori
2014-03-05Closes bb-code tags, allowing make_doc.sh to finishbibby
2014-03-05Fix if statement with empty body.mogemimi
2014-02-28Merge pull request #150 from marynate/PR-export-physics-sleep-thresholdreduz
2014-02-28Merge pull request #147 from vinzenz/string-improvementsreduz
2014-02-28Merge pull request #151 from marynate/PR-fix-line-edit-bind-selectreduz
2014-02-28Merge pull request #152 from marynate/PR-ux-property-field-auto-selectreduz
2014-02-27Auto select custom property value field when pop up, user can start typing to...marynate
2014-02-27Fix LineEdit select method bindingmarynate
2014-02-27Export linear/angular velocity sleep threshold;Change default linear velocity...marynate
2014-02-26Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2014-02-26fixieJuan Linietsky
2014-02-26Adding unit tests for begins_withVinzenz Feenstra
2014-02-26Fix string version of begins_withVinzenz Feenstra