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
/
platform
/
android
/
java_class_wrapper.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
1
-403
/
+352
2017-03-05
Style: prevent bogus macro formatting by clang-format
Rémi Verschelde
3
-54
/
+60
2017-03-05
really fixed PTRCALL now
Karroffel
3
-6
/
+2
2017-03-05
Add a bunch of missing Godot headers in own files
Rémi Verschelde
180
-120
/
+3787
2017-03-05
Added PowerState casting operator to Variant
Karroffel
2
-0
/
+7
2017-03-05
iphone: Drop unused Appirater thirdparty API
Rémi Verschelde
6
-970
/
+0
2017-03-05
Refactoring: rename tools/editor/ to editor/
Rémi Verschelde
2029
-302
/
+302
2017-03-05
TileMap: Respect self_modulate property
Andreas Haas
1
-0
/
+3
2017-03-05
- `tab_changed` signal emits only by selecting a different tab.
Thaer Razeq
3
-7
/
+42
2017-03-04
Expose uncapped versions of closest-point-to-segment utilities
Pedro J. Estébanez
2
-0
/
+15
2017-03-04
Add API to access battery power state
Julian Murgia
44
-1
/
+2162
2017-03-04
Added AppImage structure
Daniel J. Ramirez
3
-0
/
+12
2017-03-04
Implements modules documents
Geequlim
4
-5
/
+43
2017-03-04
Added a SceneTree.has_network_peer, closes #7922
Karol Walasek
3
-0
/
+13
2017-03-04
Expose Geometry::get_closest_point_to_segment_2d()
Pedro J. Estébanez
2
-0
/
+7
2017-03-03
Make Editor, Export and Project settings dialogs resizable and store their bo...
Ray Koopa
7
-42
/
+105
2017-03-04
Fix handling input for Android
volzhs
1
-37
/
+12
2017-03-02
Added missing FIXMEs in PR #7878
Ferenc Arn
2
-2
/
+2
2017-03-03
Fix wrong TreeItem reference after reconstructing
volzhs
2
-2
/
+4
2017-03-02
Implement single-field property change for multinode edit
Pedro J. Estébanez
8
-82
/
+359
2017-03-01
Added functionality for resizable dialogs.
Ray Koopa
3
-64
/
+180
2017-03-01
Fix RANDOM_MAX, which is 2^32-1 with PCG32.
Leandro Motta Barros
1
-1
/
+1
2017-03-01
added join to PoolStringArray
AlexHolly
2
-0
/
+13
2017-02-28
Inf and NaN support added to GDScript.
Saracen
11
-4
/
+53
2017-02-28
Various fixes detected using PVS-Studio static analyzer.
Thaer Razeq
32
-39
/
+41
2017-02-27
Use the common PRNG in 2D particles code.
Ferenc Arn
2
-19
/
+7
2017-02-27
Fix failing build on mageia v6 x64 linux.
Shlomi Fish
1
-0
/
+1
2017-02-27
Add disabled tabs
Ray Koopa
6
-12
/
+86
2017-02-27
Add menu item for file resources in the inspector to reveal them in the FileS...
Ray Koopa
4
-5
/
+51
2017-02-27
Fix several drawing and logic issues in TabContainer
Ray Koopa
2
-427
/
+309
2017-02-27
fix custom scene arguments from the editor
Benjamin Bäumler
3
-24
/
+19
2017-02-27
Add process mode option to Particles2D
Pedro J. Estébanez
2
-2
/
+37
2017-02-26
Better handling of joypad device IDs.
Andreas Haas
8
-43
/
+20
2017-02-25
Fix auto-enable of _input processing when _input() method is set.
Andreas Haas
1
-0
/
+1
2017-02-25
Add emission_finished signal to Particles2D
Bojidar Marinov
4
-10
/
+6
2017-02-23
Really fix iphone builds
Bojidar Marinov
1
-1
/
+1
2017-02-23
Complete the globals.h -> global_config.h conversion
Bojidar Marinov
11
-11
/
+11
2017-02-22
Fixes to webgl/opengl es 3.0 for compatibility with webgl2.0, still does not ...
Juan Linietsky
11
-33
/
+58
2017-02-23
Fix crash when click icon while editing node name
volzhs
1
-0
/
+1
2017-02-22
Fix crash if TouchScreenButton is pressed while exiting the tree
Pedro J. Estébanez
1
-6
/
+8
2017-02-21
working on template validation
Juan Linietsky
2
-9
/
+48
2017-02-22
Tween: Fix undefined behavior found by static code analyzer.
Andreas Haas
1
-1
/
+2
2017-02-21
Fix WebAssembly builds on Windows
eska
2
-13
/
+29
2017-02-21
Fix some compilation warnings.
Shlomi Fish
4
-7
/
+7
2017-02-21
-renamed globals.h to global_config.cpp (this seems to have caused a few modi...
Juan Linietsky
121
-226
/
+542
2017-02-20
Add Rect2 TileMap::get_used_rect(), closes #4390
Bojidar Marinov
2
-2
/
+31
2017-02-20
Don't switch to script on breakpoint hit when using external editor.
Andreas Haas
1
-0
/
+4
2017-02-20
Add more options to Node.duplicate()
Pedro J. Estébanez
2
-14
/
+32
2017-02-20
Replace misuse of list iteration
Ignacio Etcheverry
1
-3
/
+3
2017-02-20
Automatically zip web export templates
eska
2
-30
/
+30
[next]