Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-02 | Fix typos 'a' and 'an' | Poommetee Ketson | |
2017-08-30 | removed misc/scripts/svgs_2_pngs.py | toger5 | |
- deprecated because icon conversion now happens in godot itself | |||
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | |
2017-08-07 | Makes all Godot API's methods Lower Case | Indah Sylvia | |
2017-07-12 | Added some missing icons, fixed some ui icons | Daniel J. Ramirez | |
2017-05-28 | Use new icons everywhere | Timo Schwarzer | |
Closes #8879 | |||
2017-05-20 | Merge pull request #8631 from volzhs/editor-theme-custom | Rémi Verschelde | |
New customizable editor theme | |||
2017-05-17 | Adapt tutorials (Godot Docs) icon to new design | Rémi Verschelde | |
2017-05-03 | Revert "Add new editor and default theme (WIP)" | volzhs | |
This reverts commit f045efe007cffb87238ee519b7f33d710814ded7. | |||
2017-05-01 | Rename project file to "project.godot" | Rémi Verschelde | |
Slimmed down variant from the reverted #8375. The rationale behind the name change is to give Godot's project file a unique extension (".godot") that can be registered on the OS to be associated with the Godot binary (OS registration not implemented here). This PR also adds the possibility to start the game or editor if launched with the project.godot passed as argument, which paves the way for allowing a similar behaviour on a double-click in the OS file manager (code originally by @Hinsbart). Closes #6915. | |||
2017-04-27 | Add new editor and default theme (WIP) | Daniel J. Ramirez | |
2017-04-09 | squish: Update to upstream version 1.15 | Rémi Verschelde | |
Also fix clang-format pre-commit hook to ignore thirdparty files. | |||
2017-04-09 | Style: Apply clang-format (3.9.1) to Obj-C++ files | Rémi Verschelde | |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde | |
2017-03-29 | Merge pull request #8191 from eska014/webgl2-export | Juan Linietsky | |
WebGL 2 export per WebAssembly or asm.js | |||
2017-03-29 | WebGL 2 export per WebAssembly or asm.js | eska | |
2017-03-26 | Remove redundant subfolder in iOS template | Rémi Verschelde | |
2017-03-19 | Travis: Run clang-format static check | Rémi Verschelde | |
Commits or PRs that do not respect the clang-format style that we enforce will fail the test. Adding ubuntu-toolchain-r-test as its libstdc++ is necessary to install libllvm-3.9. | |||
2017-03-05 | Merge pull request #7547 from akien-mga/clang-format-base | Rémi Verschelde | |
Style: Add .clang-format based on LLVM style | |||
2017-03-04 | Added AppImage structure | Daniel J. Ramirez | |
2017-02-12 | clang-format: Add pre-commit hook | Rémi Verschelde | |
Derived from https://github.com/githubbrowser/Pre-commit-hooks and https://gitlab.cern.ch/GeantV/geant/blob/master/hooks/pre-commit-clang-format | |||
2017-02-09 | Reorder the folders in tools to prepare moving tools/editor | Rémi Verschelde | |
- `certs` and `editor_fonts` go to `thirdparty` - `dist` and `scripts` go to a new `misc` folder - `collada` and `doc` go to `tools/editor` The next step will be to rename `tools/editor` to `editor` directly, but this will be done at the right time to avoid breaking too many PRs. |