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
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
os
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge pull request #10254 from marcelofg55/master
Rémi Verschelde
2017-08-22
2
-1
/
+7
|
\
\
|
*
|
Added notification const NOTIFICATION_WM_ABOUT
Marcelo Fernandez
2017-08-17
2
-1
/
+7
*
|
|
ClassDB: Provide the enum name of integer constants
Ignacio Etcheverry
2017-08-20
1
-4
/
+4
|
|
/
|
/
|
*
|
Synchronize parameter names in definition and declaration
TwistedTwigleg
2017-08-16
3
-4
/
+4
*
|
InputEventJoypadMotion: Add missing is_pressed() method.
Andreas Haas
2017-08-12
2
-0
/
+6
|
/
*
Merge pull request #10142 from bruvzg/3.0-osx-ime
Rémi Verschelde
2017-08-11
1
-0
/
+3
|
\
|
*
Implement NSTextInputClient protocol for IME
bruvzg
2017-08-09
1
-0
/
+3
*
|
Removes type information from method binds
Ignacio Etcheverry
2017-08-10
3
-6
/
+6
|
/
*
Makes all Godot API's methods Lower Case
Indah Sylvia
2017-08-07
5
-14
/
+14
*
Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER
Bojidar Marinov
2017-08-06
2
-4
/
+4
*
Use atomics for memory use tracking
Pedro J. Estébanez
2017-08-01
2
-25
/
+27
*
Style: Apply clang-format on all files
Rémi Verschelde
2017-07-30
3
-3
/
+3
*
added an optional parameter to OS symbol lookup
Karroffel
2017-07-27
1
-3
/
+3
*
Merge pull request #9872 from bruvzg/3.0-num-enter-fix
Rémi Verschelde
2017-07-27
2
-3
/
+0
|
\
|
*
Remove duplicate keycode constant for Numpad Enter key.
bruvzg
2017-07-26
2
-3
/
+0
*
|
Merge pull request #9720 from endragor/stack-bottom
Thomas Herzog
2017-07-26
2
-0
/
+16
|
\
\
|
|
/
|
/
|
|
*
Add a way to retrieve stack bottom of the main thread
Ruslan Mustakov
2017-07-25
2
-0
/
+16
*
|
Fix cvs files freezing the editor when a double quote is not closed
Marcelo Fernandez
2017-07-25
1
-0
/
+2
|
/
*
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-19
6
-14
/
+33
*
Add object type hint for docs
Poommetee Ketson
2017-07-19
2
-2
/
+2
*
-Reorganized all properties of project settings (Sorry, Again).
Juan Linietsky
2017-07-17
1
-1
/
+1
*
IME window follow the input cursor.
geequlim
2017-07-11
1
-0
/
+2
*
Make the InputEvent device property get saved
Bojidar Marinov
2017-06-24
1
-0
/
+2
*
Fix shortcuts, make them visible again and work.
Juan Linietsky
2017-06-22
2
-0
/
+43
*
Merge pull request #9002 from Hinsbart/key_action_match
Rémi Verschelde
2017-06-08
1
-1
/
+4
|
\
|
*
InputEvent: Restore old behaviour for matching key events to actions.
Andreas Haas
2017-05-30
1
-1
/
+4
*
|
InputEvent: Renamed "pos" property to "position"
Andreas Haas
2017-06-03
2
-38
/
+38
*
|
fixed PowerState enum cast
Karroffel
2017-06-01
1
-0
/
+2
|
/
*
-Added .hdr format support
Juan Linietsky
2017-05-28
2
-0
/
+22
*
Fix InputEvent actions.
Andreas Haas
2017-05-27
1
-2
/
+2
*
Fix virtual methods in InputEventKey.
Andreas Haas
2017-05-25
2
-3
/
+3
*
Merge pull request #8898 from vnen/screentouch-struct-class
Rémi Verschelde
2017-05-25
1
-1
/
+1
|
\
|
*
Change InputEventScreenTouch from struct to class
George Marques
2017-05-24
1
-1
/
+1
*
|
Fix 2D-editor mouse wheel zoom (x11).
Martin Capitanio
2017-05-24
1
-1
/
+1
|
/
*
-Fix the "set_val" call deferred, it was the only one.. closes #8742
Juan Linietsky
2017-05-23
1
-1
/
+1
*
fixed crash on code that checks InputEvent
Juan Linietsky
2017-05-23
1
-1
/
+1
*
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-05-20
5
-276
/
+970
*
Removal of Image from Variant, converted to a Resource.
Juan Linietsky
2017-05-17
2
-2
/
+3
*
Implemented scrolling factor for smooth trackpad scrolling
toger5
2017-05-07
1
-1
/
+5
*
Move core thirdparty files to thirdparty/{minizip,misc}
Rémi Verschelde
2017-04-28
1
-2
/
+4
*
Fix PRNG randomization.
Ferenc Arn
2017-04-17
1
-1
/
+0
*
Rename [gs]et_pos to [gs]et_position for Controls
Sergey Pusnei
2017-04-10
3
-3
/
+3
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
32
-0
/
+32
*
added dlscript module
Karroffel
2017-04-03
1
-3
/
+3
*
Added methods for opening dynamic libraries to OS
Karroffel
2017-03-29
1
-0
/
+4
*
Merge pull request #8133 from Hinsbart/joy_constants
Rémi Verschelde
2017-03-24
1
-31
/
+16
|
\
|
*
Input: Refactor JOY_* constants.
Andreas Haas
2017-03-24
1
-31
/
+16
*
|
Implement warped mouse panning for 2D & 3D editors
Pedro J. Estébanez
2017-03-22
1
-0
/
+1
|
/
*
Input: bind parse_input_event()
Andreas Haas
2017-03-19
2
-0
/
+3
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
32
-1472
/
+1334
[prev]
[next]