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
/
javascript
/
javascript_eval.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2017-02-20
Fix parallel asm.js/WebAssembly builds
eska
1
-1
/
+1
2017-02-19
Editor Export Settings Dialog is completed!! Now on to make some exporters..
Juan Linietsky
23
-2041
/
+1050
2017-02-19
Windows: Close audiodriver sooner on exit
Hein-Pieter van Braam
1
-6
/
+5
2017-02-19
Fixed Line2D editor doesn't respond to input
Marc Gilleron
2
-4
/
+9
2017-02-18
X11 return to cwd at exit
Hein-Pieter van Braam
1
-0
/
+9
2017-02-18
xCode added xcuserdata to gitignore
toger5
1
-0
/
+3
2017-02-17
X11: Move audio driver finalize to the start of cleanup
Hein-Pieter van Braam
1
-4
/
+4
2017-02-18
Translate ButtonArray text
volzhs
2
-5
/
+10
2017-02-18
Fix zero padding formatting
volzhs
1
-6
/
+9
2017-02-17
Update libwebp to 0.6.0
volzhs
139
-3705
/
+10205
2017-02-17
X11: Finalize audiodrivers on exit
Hein-Pieter van Braam
1
-1
/
+4
2017-02-16
RichTextLabel add function remove_line
Vincent
2
-0
/
+45
2017-02-16
Correct hash behavior for floating point numbers
Hein-Pieter van Braam
14
-51
/
+273
2017-02-16
Allow preload to accept a const string.
Hein-Pieter van Braam
1
-4
/
+25
2017-02-16
a ton of bug fixes to the renderer
Juan Linietsky
13
-65
/
+214
2017-02-15
Many fixes to make exported scenes work better, still buggy.
Juan Linietsky
22
-604
/
+238
2017-02-15
-begin of export work, not done yet
Juan Linietsky
9
-844
/
+362
2017-02-15
SceneTreeTimer: Ability to set pause mode
Andreas Haas
2
-4
/
+22
2017-02-14
Revert "Make nan==nan true for GDScript"
Juan Linietsky
9
-99
/
+26
2017-02-14
Make nan==nan true for GDScript
Hein-Pieter van Braam
9
-26
/
+99
2017-02-14
Spinbox: don't ignore double clicks.
Andreas Haas
1
-2
/
+0
2017-02-13
Use real_t as floating point type in physics code.
Ferenc Arn
54
-520
/
+472
2017-02-13
Fix missing semicolon in previous commit
Rémi Verschelde
1
-1
/
+1
[next]