index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main
/
main.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix vsync initialization
Chaosus
2018-06-25
1
-0
/
+2
*
The build-solutions flag now forces editor mode.
Nathan Warden
2018-06-15
1
-0
/
+1
*
Removed unused AudioServer::update function
Marcelo Fernandez
2018-06-15
1
-3
/
+0
*
Add cli paramerter --check-only for script parsing
Timur Celik
2018-05-31
1
-0
/
+8
*
Revert "Make the performance reporting update frequency customizable"
Juan Linietsky
2018-05-28
1
-13
/
+5
*
Merge pull request #18998 from Calinou/customizable-performance-reporting-rate
Max Hilbrunner
2018-05-26
1
-5
/
+13
|
\
|
*
Make the performance reporting update frequency customizable
Hugo Locurcio
2018-05-18
1
-5
/
+13
*
|
Only add autoloads in editor if they have tool scripts
George Marques
2018-05-22
1
-24
/
+1
|
/
*
-New inspector.
Juan Linietsky
2018-05-15
1
-225
/
+9
*
Merge pull request #18545 from vnen/editor-autoload
Juan Linietsky
2018-05-14
1
-86
/
+108
|
\
|
*
Enable autoload in editor
George Marques
2018-05-01
1
-86
/
+108
*
|
Change reused variable name in command line parsing
Leon Krause
2018-05-12
1
-6
/
+6
*
|
Remove dead branch in command line logic
Leon Krause
2018-05-12
1
-16
/
+1
*
|
Revert "Fix custom resource path look-up per command line"
Leon Krause
2018-05-12
1
-4
/
+1
*
|
Merge pull request #18770 from eska014/cmdline
Rémi Verschelde
2018-05-11
1
-3
/
+6
|
\
\
|
*
|
Fix help/man for --export and --export-debug
Leon Krause
2018-05-10
1
-2
/
+2
|
*
|
Fix custom resource path look-up per command line
Leon Krause
2018-05-10
1
-1
/
+4
*
|
|
Fix setting for pointing emulation
volzhs
2018-05-10
1
-2
/
+2
|
/
/
*
|
Merge pull request #14622 from bruvzg/non-rectangular-windows
Hein-Pieter van Braam
2018-05-08
1
-0
/
+5
|
\
\
|
*
|
Experimental support for windows with per-pixel transparency (macOS, X11 and ...
bruvzg
2018-04-07
1
-0
/
+5
*
|
|
Local debugger fixes and extensions
Blazej Floch
2018-05-07
1
-0
/
+1
*
|
|
Merge pull request #17353 from zmanuel/timer_hysteresis_multiframe_pr1
Juan Linietsky
2018-05-07
1
-15
/
+238
|
\
\
\
|
*
|
|
Add hysteresis to physics timestep count per frame
Manuel Moos
2018-04-09
1
-15
/
+238
|
|
/
/
*
|
|
Merge pull request #17196 from RandomShaper/improve-gui-touch
Rémi Verschelde
2018-05-02
1
-6
/
+9
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Implement universal translation of touch to mouse
Pedro J. Estébanez
2018-04-30
1
-6
/
+9
|
|
/
*
|
Change ".." punctuation for "..." in editor strings (#16507)
Hugo Locurcio
2018-04-22
1
-3
/
+3
*
|
Enable DynamicFont oversampling by default
Hugo Locurcio
2018-04-19
1
-2
/
+2
|
/
*
Add --print-fps option to output FPS to stdout
Rémi Verschelde
2018-03-21
1
-4
/
+12
*
Fix debugger_stdout_settings being ignored
Bernhard Liebl
2018-03-15
1
-13
/
+13
*
Fix `--help` output, allow renderer override from command line (`--video-driv...
bruvzg
2018-03-02
1
-2
/
+5
*
Allow running with a custom resource without a main scene
Hein-Pieter van Braam
2018-02-26
1
-15
/
+16
*
Add --quit option to help output and update manpage
Rémi Verschelde
2018-02-24
1
-2
/
+3
*
Refactor version macros and fix related bugs
Rémi Verschelde
2018-02-23
1
-1
/
+1
*
Added an auto quit and auto build flag to the command line options.
Nathan Warden
2018-02-19
1
-1
/
+18
*
Prevent loading project-specific config in Project Manager
Rémi Verschelde
2018-02-19
1
-28
/
+21
*
Merge pull request #16749 from PJB3005/18-02-16-project-manager-mono-debug-fix
Ignacio Etcheverry
2018-02-18
1
-1
/
+6
|
\
|
*
Makes project manager never initialize mono debug.
Pieter-Jan Briers
2018-02-16
1
-1
/
+6
*
|
Ignore tools CLI flags in non-tools builds.
Pieter-Jan Briers
2018-02-17
1
-5
/
+11
|
/
*
Merge pull request #15564 from RandomShaper/adpod-topmost
Rémi Verschelde
2018-02-14
1
-0
/
+10
|
\
|
*
Add new window setting: always on top
Pedro J. Estébanez
2018-01-05
1
-0
/
+10
*
|
Merge pull request #15741 from paulloz/bug-no-main-scene
Rémi Verschelde
2018-02-14
1
-0
/
+9
|
\
\
|
*
|
Fix bug when launching a game with no main scene
Paul Joannon
2018-01-15
1
-0
/
+9
*
|
|
Always detect and use hiDPI in the project manager if needed
Hugo Locurcio
2018-02-13
1
-8
/
+23
*
|
|
Print FPS setting now only prints the game FPS
Zephilinox
2018-01-23
1
-1
/
+1
*
|
|
Rename Fixed Fps to Physics Fps on Project Settings
volzhs
2018-01-23
1
-1
/
+1
*
|
|
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-18
1
-1
/
+1
*
|
|
Fix crash when closing the editor
Mariano Suligoy
2018-01-16
1
-3
/
+3
|
/
/
*
|
Destroy AudioServer after other non-core types are unregistered
Ruslan Mustakov
2018-01-11
1
-5
/
+5
*
|
Merge pull request #15297 from poke1024/runner-limit-errs
Rémi Verschelde
2018-01-07
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Limit number of errors and messages sent by runner
Bernhard Liebl
2018-01-03
1
-0
/
+2
[next]