Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-26 | Merge pull request #7887 from bojidar-bg/particles-emission-ended | Rémi Verschelde | |
Add emission_finished signal to Particles2D | |||
2017-02-26 | Merge pull request #7874 from volzhs/issue-7820-master | Rémi Verschelde | |
Fix crash when click icon while editing node name | |||
2017-02-26 | Merge pull request #7869 from RandomShaper/fix-touchbutton-crash | Rémi Verschelde | |
Fix crash if TouchScreenButton is pressed while exiting the tree | |||
2017-02-26 | Merge pull request #7866 from Hinsbart/tween_fix | Rémi Verschelde | |
Fix undefined behavior found by static code analyzer. | |||
2017-02-26 | Merge pull request #7834 from hpvb/x11-return-to-cwd-at-exit | Rémi Verschelde | |
X11 return to cwd at exit | |||
2017-02-26 | Merge pull request #7858 from bojidar-bg/tilemap-get-size | Rémi Verschelde | |
Add Rect2 TileMap::get_used_rect() | |||
2017-02-26 | Merge pull request #7857 from Hinsbart/external_script_break | Rémi Verschelde | |
Don't switch to script on breakpoint hit when using external editor. | |||
2017-02-26 | Merge pull request #7856 from RandomShaper/add-duplicate-flags | Rémi Verschelde | |
Add more options to Node.duplicate() | |||
2017-02-26 | Merge pull request #7854 from neikeq/pr-execute-iter | Rémi Verschelde | |
Replace misuse of list iteration | |||
2017-02-26 | Merge pull request #7851 from shlomif/fix-some-compilation-warnings | Rémi Verschelde | |
Get rid of some compilation warnings. | |||
2017-02-26 | Merge pull request #7848 from hpvb/fix-7839 | Rémi Verschelde | |
Windows: Close audiodriver sooner on exit | |||
2017-02-26 | Merge pull request #7842 from Zylann/fix_line2d_editor | Rémi Verschelde | |
Fixed Line2D editor doesn't respond to input | |||
2017-02-26 | Merge pull request #7831 from volzhs/tr-buttonarray-3 | Rémi Verschelde | |
Translate ButtonArray text | |||
2017-02-26 | Merge pull request #7830 from volzhs/str-format-3 | Rémi Verschelde | |
Fix zero padding formatting | |||
2017-02-26 | Merge pull request #7827 from volzhs/libwebp-0.6.0 | Rémi Verschelde | |
Update libwebp to 0.6.0 | |||
2017-02-26 | Merge pull request #7809 from hpvb/fix-6798 | Rémi Verschelde | |
Allow preload to accept a const string. | |||
2017-02-26 | Merge pull request #7802 from tagcup/physics_64bit | Rémi Verschelde | |
Use real_t as floating point type in physics code. | |||
2017-02-25 | Add emission_finished signal to Particles2D | Bojidar Marinov | |
(Also remove some Particles2D::testee method, which was unused) Resolves #3963 | |||
2017-02-24 | Merge pull request #7880 from bojidar-bg/fix-iphone-builds | Rémi Verschelde | |
Really fix iphone builds | |||
2017-02-23 | Really fix iphone builds | Bojidar Marinov | |
2017-02-23 | Merge pull request #7879 from bojidar-bg/fix-iphone-builds | Rémi Verschelde | |
Complete the globals.h -> global_config.h conversion | |||
2017-02-23 | Complete the globals.h -> global_config.h conversion | Bojidar Marinov | |
2017-02-22 | Fixes to webgl/opengl es 3.0 for compatibility with webgl2.0, still does not ↵ | Juan Linietsky | |
work though | |||
2017-02-23 | Fix crash when click icon while editing node name | volzhs | |
2017-02-22 | Fix crash if TouchScreenButton is pressed while exiting the tree | Pedro J. Estébanez | |
(cherry picked from commit 5b8d5766f4574b5011b3f258d3e9b34298eb609c) | |||
2017-02-21 | working on template validation | Juan Linietsky | |
2017-02-21 | Merge pull request #7863 from eska014/webbuild | Juan Linietsky | |
Web builds: Zip automatically; Fix on Windows; Parallel wasm/asm.js builds | |||
2017-02-22 | Tween: Fix undefined behavior found by static code analyzer. | Andreas Haas | |
Adresses the issue mentioned in https://software.intel.com/en-us/articles/the-ultimate-question-of-programming-refactoring-and-everything | |||
2017-02-21 | Fix WebAssembly builds on Windows | eska | |
2017-02-21 | Fix some compilation warnings. | Shlomi Fish | |
Redone the commit based on the input in https://github.com/godotengine/godot/pull/7851 . Not all warnings were fixed but it's a start. | |||
2017-02-21 | -renamed globals.h to global_config.cpp (this seems to have caused a few ↵ | Juan Linietsky | |
modified files) -.pck and .zip exporting redone, seems to be working.. | |||
2017-02-20 | Add Rect2 TileMap::get_used_rect(), closes #4390 | Bojidar Marinov | |
2017-02-20 | Don't switch to script on breakpoint hit when using external editor. | Andreas Haas | |
Fixes #7705 | |||
2017-02-20 | Add more options to Node.duplicate() | Pedro J. Estébanez | |
to decide whether signals, groups and/or scripts should be set in the copied nodes or not; it's default value makes the method include everything, as usual | |||
2017-02-20 | Replace misuse of list iteration | Ignacio Etcheverry | |
2017-02-20 | Automatically zip web export templates | eska | |
Also fix web builds on Windows and clean up | |||
2017-02-20 | Fix parallel asm.js/WebAssembly builds | eska | |
2017-02-19 | Editor Export Settings Dialog is completed!! Now on to make some exporters.. | Juan Linietsky | |
2017-02-19 | Windows: Close audiodriver sooner on exit | Hein-Pieter van Braam | |
In #7839 I see the same error that was fixed in #7833 occuring on the Windows platform. This moves the audio driver closing to the same place in OS_Windows::finalize() as it is in OS_X11::finalize() This fixes #7839 | |||
2017-02-19 | Fixed Line2D editor doesn't respond to input | Marc Gilleron | |
2017-02-18 | Merge pull request #7835 from toger5/gitignoreToXcode | Rémi Verschelde | |
xCode added xcuserdata to gitignore | |||
2017-02-18 | X11 return to cwd at exit | Hein-Pieter van Braam | |
During runtime godot calls chdir() several times. This doesn't really matter normally but when using tools such as gprof the location of the profiling data is kind of hard to intuit. With this PR we simply store the current working directory at start and restore it once we're almost done exiting. This doesn't use the OS abstractions as when we need to get the current workdir we haven't yet initialized it (by necessity). This would break if we tried to build X11 for windows, but since the X11 target is hardcoded to use the UNIX abstractions I don't think it matters. | |||
2017-02-18 | xCode added xcuserdata to gitignore | toger5 | |
2017-02-17 | Merge pull request #7833 from hpvb/x11-move-audio-drive-finalize | Rémi Verschelde | |
X11: Move audio driver finalize to the start of cleanup | |||
2017-02-17 | X11: Move audio driver finalize to the start of cleanup | Hein-Pieter van Braam | |
The audio driver cleanup needs to happen at the start of finish otherwise a race still seems to exist with the destruction of the audioserver. I think that destroying the X resoures before has something to do with it. | |||
2017-02-18 | Translate ButtonArray text | volzhs | |
2017-02-18 | Fix zero padding formatting | volzhs | |
2017-02-17 | Update libwebp to 0.6.0 | volzhs | |
2017-02-17 | Merge pull request #7826 from hpvb/unix-finalize-audio-on-exit | Rémi Verschelde | |
X11: Finalize audiodrivers on exit | |||
2017-02-17 | X11: Finalize audiodrivers on exit | Hein-Pieter van Braam | |
The audiodrivers loaded by OS_X11 are not destroyed before the audioserver is. This causes a segfault on exit. The code is taken from os_windows.cpp which did have the cleanup code. |