Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-04 | base for translation | Juan Linietsky | |
2016-04-25 | Remove last NACL references | Rémi Verschelde | |
2016-03-13 | Fixes the month consistency issue in enums and get_date etc | Kyle Luce | |
- Also updated the docs to reflect this. - Added some vim temp files to gitignore - Changed NaCL to be consistent with the other OS_Unix::get_date implementation (added 1 to month to map to 1-12) Ticket: https://github.com/godotengine/godot/issues/4025 | |||
2016-03-12 | -Made editor support SSL certs by default (embedded them) | Juan Linietsky | |
-Made asset sharing support https -Many fixes to HTTPRequest -Added an asset installer dialog -Visual cleanups to asset sharing tab -Fixed some issues in ScrollContainer, hope it does not break things -Asset sharing tab is not visible (hidden on purpose) for now. | |||
2016-01-26 | Add gradle files to gitignore | est31 | |
2015-12-13 | Add a Makefile to generate classes doc in various formats | Rémi Verschelde | |
All the generated documentation is put in doc/_build. | |||
2015-12-12 | Remove outdated documentation | Rémi Verschelde | |
2015-11-30 | Make the setting unix-only. | est31 | |
For this, put the detection into the OS class and its subclass. | |||
2015-11-30 | Add way to look for templates at system wide level too | est31 | |
Useful for everybody wanting to package godot. Fixes #1026. -> Retain the old behaviour: path in error msg only when exporting. -> User templates override system templates | |||
2015-11-23 | Added windows specific file | Brickcaster | |
godot_res.res is showing up as a changed file when compiling for windows. Need to ignore it. | |||
2015-10-17 | Merge pull request #2434 from cverdes/vsproj | Juan Linietsky | |
Ignore some extension of files created by Visual Studio 2013 | |||
2015-10-17 | Merge pull request #2457 from firefly2442/doxygen-fix | Juan Linietsky | |
Fix absolute paths used in doxygen, ignore generated documentation in Git | |||
2015-10-02 | Add support for Opus audio format | George Marques | |
2015-09-09 | Fix absolute paths used in doxygen, ignore generated documentation in Git | firefly2442 | |
2015-09-06 | Ignore some extension of files created by Visual Studio 2013 | Cesar Verdes | |
2015-06-19 | Hide projects folder. | Peace Sells | |
2015-06-08 | draw button focus before text and icon | Juan Linietsky | |
closes #2047 | |||
2015-05-17 | small description improvement | Juan Linietsky | |
2015-05-13 | Ignore etags, ctags, gtags and cscope. | Guilherme Felipe | |
2015-03-19 | Fix Javascript build. | V.VamsiKrishna | |
2015-02-10 | ignore make.bat | Juan Linietsky | |
2015-02-10 | Merge branch 'master' of https://github.com/okamstudio/godot into add_sprintf | Bil Bas (Spooner) | |
Conflicts: .gitignore | |||
2015-02-09 | Merge pull request #1251 from adolson/fscache-stuff | Juan Linietsky | |
ignore and remove .fscache files. closes #1249 | |||
2015-02-01 | Merge branch 'master' of https://github.com/okamstudio/godot into add_sprintf | Bil Bas (Spooner) | |
2015-01-19 | Color Ramp and Curve Map added to visual shader editing. | Juan Linietsky | |
Added Color Ramp and Curve Map to shader nodes. Fixed an issue that crashed Godot Editor right when opened. | |||
2015-01-17 | ignore and remove .fscache files. closes #1249 | Dana Olson | |
2015-01-10 | Ignored more generated files. | Bil Bas (Spooner) | |
2015-01-10 | fix saving texture flags to *.png.flags file, closes #399 | Dana Olson | |
2014-06-13 | More gitignore | marynate | |
2014-05-28 | Add android x86 build | marynate | |
2014-05-13 | Auto generate editor_icons.cpp to make it more easy to update editor icons | marynate | |
2014-03-27 | Ignore doc_data_compressed.h | Hilton Medeiros | |
2014-03-12 | Merge pull request #169 from bibby/makedoc | reduz | |
Closes bb-code tags, allowing make_doc.sh to finish | |||
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-05 | Closes bb-code tags, allowing make_doc.sh to finish | bibby | |
2014-02-25 | add logo.h to .gitignore | C4NCER | |
2014-02-20 | Merge pull request #74 from rrockru/master | okamstudio | |
Fixed build issue on linux (missing webp include path). | |||
2014-02-15 | More gitignore | marynate | |
2014-02-14 | Fixed build issue on linux (missing webp include path). | rrockru | |
Tested on ArchLinux. | |||
2014-02-13 | Add .gitignore to ignore autogenerated files in source repository | marynate | |