Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-08 | Adding CodeLite hidden folder to .gitignore | Moritz Wundke | |
2014-03-08 | Adding CodeLite and KDE files to .gitignore | Moritz Wundke | |
2014-03-08 | Do not set number of jobs if already specified | Moritz Wundke | |
2014-03-07 | Fixed typo | Moritz Wundke | |
2014-03-07 | Speed build time up by 6 using multiple jobs | Moritz 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-06 | Addinf basic makefile to support many C/C++ IDEs out there | Moritz 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-02-28 | Merge pull request #150 from marynate/PR-export-physics-sleep-threshold | reduz | |
Export linear/angular velocity sleep threshold to project settings | |||
2014-02-28 | Merge pull request #147 from vinzenz/string-improvements | reduz | |
begins_with string version fix | |||
2014-02-28 | Merge pull request #151 from marynate/PR-fix-line-edit-bind-select | reduz | |
Fix LineEdit select method binding | |||
2014-02-28 | Merge pull request #152 from marynate/PR-ux-property-field-auto-select | reduz | |
Auto select custom property value field when pop up | |||
2014-02-27 | Auto select custom property value field when pop up, user can start typing ↵ | marynate | |
to change value right away. | |||
2014-02-27 | Fix LineEdit select method binding | marynate | |
2014-02-27 | Export linear/angular velocity sleep threshold;Change default linear ↵ | marynate | |
velocity sleep threshold to 0.1;Fixed type treshold | |||
2014-02-26 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2014-02-26 | fixie | Juan Linietsky | |
2014-02-26 | Adding unit tests for begins_with | Vinzenz Feenstra | |
Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com> | |||
2014-02-26 | Fix string version of begins_with | Vinzenz Feenstra | |
Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com> | |||
2014-02-26 | Merge pull request #133 from vinzenz/master | okamstudio | |
More fixes to the build system | |||
2014-02-26 | Merge pull request #136 from marynate/PR-fix-scenedock-instance-btn | okamstudio | |
Instance button of SceneDock now working | |||
2014-02-26 | Merge pull request #137 from marynate/PR-expose-f-key-to-center-sel | okamstudio | |
Add F key to center 3d viewport to selected node | |||
2014-02-26 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2014-02-26 | Merge branch 'freebsd-cleanup' of https://github.com/robmessick/godot into ↵ | Juan Linietsky | |
robmessick-freebsd-cleanup | |||
2014-02-26 | Merge pull request #141 from vinzenz/texture-import-plugin-typo | okamstudio | |
Typo in 'Atlas Texture' import menu entry | |||
2014-02-26 | Merge pull request #144 from C4NCER/master | okamstudio | |
move away from deprecated Options class and update .gitignore | |||
2014-02-26 | -Added ATITC texture support | Juan Linietsky | |
-Fixed bug of some tabs showing wrong names -Exported properties for viewport | |||
2014-02-25 | -scripts are converted to bytecode on export | Juan Linietsky | |
-fix bug in doc where touchscreen events were not documented | |||
2014-02-25 | add logo.h to .gitignore | C4NCER | |
2014-02-25 | Switch from using deprecated Options class to Variables | C4NCER | |
2014-02-24 | fixie readme | Juan Linietsky | |
2014-02-24 | -moved script to modules | Juan Linietsky | |
2014-02-24 | Typo in 'Atlas Texture' import menu entry | Vinzenz Feenstra | |
Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com> | |||
2014-02-23 | Unused comparison causes error on clang. Suspect this was a typo. | Rob Messick | |
2014-02-23 | ifdef out body of probe_joystick and process_joysticks on freebsd until a ↵ | Rob Messick | |
working implementation is completed | |||
2014-02-23 | Only include linux/joystick.h on linux | Rob Messick | |
2014-02-23 | alloca() lives in stdlib.h on FreeBSD | Rob Messick | |
2014-02-23 | -fixed bug importing skeletons | Juan Linietsky | |
2014-02-23 | -Fix for parsing XML header | Juan Linietsky | |
2014-02-23 | ho | Juan Linietsky | |
2014-02-23 | Add F key to center 3d viewport to selected node | marynate | |
2014-02-23 | Instance button of SceneDock now working | marynate | |
2014-02-22 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2014-02-22 | -added kinematic body | Juan Linietsky | |
-added kinematic body demos | |||
2014-02-22 | Fix for 64Bit builds with VC from command line | Vinzenz Feenstra | |
Previously builds for 64 Bit targets on the x64 Native Tools Command Prompt failed while trying to link the 64Bit build godot objects with 32Bit vc libraries. This was due to wrong library directories. Since there are the environment variables INCLUDE and LIB which are containing the correct paths this patch uses those now to fix the linking issue. Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com> | |||
2014-02-22 | Fix handling for CFLAGS and LINKFLAGS like for CCFLAGS | Vinzenz Feenstra | |
Previously CFLAGS and LINKFLAGS were passed as a single quoted argument to the compiler or linker. This patch splits the paramters. Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com> | |||
2014-02-21 | Merge pull request #132 from samsaga2/master | okamstudio | |
Removed OF | |||
2014-02-21 | Removed OF | Victor M | |
2014-02-20 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2014-02-20 | -run script in editor | Juan Linietsky | |
-add search docs dialog that returns places string was found -added flash | |||
2014-02-20 | Merge pull request #74 from rrockru/master | okamstudio | |
Fixed build issue on linux (missing webp include path). | |||
2014-02-20 | Merge pull request #88 from marynate/PR-More_gitignore | okamstudio | |
More gitignore |