summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-12Merge pull request #170 from mutantgames/master.forkreduz
Solved bug to select external editor url
2014-03-12Merge pull request #175 from MysticTreeGames/masterreduz
Engine build improvements
2014-03-12Merge pull request #187 from marynate/PR-fix-windows-utf8reduz
Fixed bug: Godot wont start in windows when inside non-ascii directory
2014-03-12Merge pull request #189 from sanikoyes/hotfix-imereduz
Merging!
2014-03-12Merge pull request #188 from marynate/PR-fix-compression-returnreduz
Fix Compression bug: wrong premature return.
2014-03-12Merge pull request #192 from sanikoyes/hotfix-android-text-inputreduz
fix android input doe's not work(line edit/text edit)
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
set MemoryPoolDynamicStatic::MAX_CHUNKS to 65536
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 ↵marynate
for locale-awared console output; memery clearnup
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
Adding aggresive build mode that spawns num_core+1 jobs. This speeds up build time by 6. On my 8 core machine I'm down from 6m:16s to 1m:34s.
2014-03-06Addinf basic makefile to support many C/C++ IDEs out thereMoritz Wundke
Make file is configured by default to act identically as a default SCons build. Baseic actions such as all and clean will be supported by default by quite all IDE for building and rebuilding. Additionaly you can configure your targets for release, debug or profile mode.
2014-03-05Solved bug to select external editor urlsasori
https://github.com/okamstudio/godot/issues/145
2014-02-28Merge pull request #150 from marynate/PR-export-physics-sleep-thresholdreduz
Export linear/angular velocity sleep threshold to project settings
2014-02-28Merge pull request #147 from vinzenz/string-improvementsreduz
begins_with string version fix
2014-02-28Merge pull request #151 from marynate/PR-fix-line-edit-bind-selectreduz
Fix LineEdit select method binding
2014-02-28Merge pull request #152 from marynate/PR-ux-property-field-auto-selectreduz
Auto select custom property value field when pop up
2014-02-27Auto select custom property value field when pop up, user can start typing ↵marynate
to change value right away.
2014-02-27Fix LineEdit select method bindingmarynate
2014-02-27Export linear/angular velocity sleep threshold;Change default linear ↵marynate
velocity sleep threshold to 0.1;Fixed type treshold
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
Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com>
2014-02-26Fix string version of begins_withVinzenz Feenstra
Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com>
2014-02-26Merge pull request #133 from vinzenz/masterokamstudio
More fixes to the build system
2014-02-26Merge pull request #136 from marynate/PR-fix-scenedock-instance-btnokamstudio
Instance button of SceneDock now working
2014-02-26Merge pull request #137 from marynate/PR-expose-f-key-to-center-selokamstudio
Add F key to center 3d viewport to selected node
2014-02-26Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2014-02-26Merge branch 'freebsd-cleanup' of https://github.com/robmessick/godot into ↵Juan Linietsky
robmessick-freebsd-cleanup
2014-02-26Merge pull request #141 from vinzenz/texture-import-plugin-typookamstudio
Typo in 'Atlas Texture' import menu entry
2014-02-26Merge pull request #144 from C4NCER/masterokamstudio
move away from deprecated Options class and update .gitignore
2014-02-26-Added ATITC texture supportJuan Linietsky
-Fixed bug of some tabs showing wrong names -Exported properties for viewport
2014-02-25-scripts are converted to bytecode on exportJuan Linietsky
-fix bug in doc where touchscreen events were not documented
2014-02-25add logo.h to .gitignoreC4NCER
2014-02-25Switch from using deprecated Options class to VariablesC4NCER
2014-02-24fixie readmeJuan Linietsky
2014-02-24-moved script to modulesJuan Linietsky
2014-02-24Typo in 'Atlas Texture' import menu entryVinzenz Feenstra
Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com>
2014-02-23Unused comparison causes error on clang. Suspect this was a typo.Rob Messick
2014-02-23ifdef out body of probe_joystick and process_joysticks on freebsd until a ↵Rob Messick
working implementation is completed
2014-02-23Only include linux/joystick.h on linuxRob Messick
2014-02-23alloca() lives in stdlib.h on FreeBSDRob Messick