| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add API to access battery power state | Julian Murgia | 2017-03-04 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | Done: - X11, server (tested) - Windows (developed, would be nice to retest) - OSX (not tested) Prepared (not developed): - Android (code is here, but may not compile) - iphone - winrt - bb10 - haiku - javascript | ||||
| * | Merge pull request #7854 from neikeq/pr-execute-iter | Rémi Verschelde | 2017-02-26 | 1 | -3/+3 |
| |\ | | | | | Replace misuse of list iteration | ||||
| | * | Replace misuse of list iteration | Ignacio Etcheverry | 2017-02-20 | 1 | -3/+3 |
| | | | |||||
| * | | Merge pull request #7848 from hpvb/fix-7839 | Rémi Verschelde | 2017-02-26 | 1 | -6/+5 |
| |\ \ | | | | | | | Windows: Close audiodriver sooner on exit | ||||
| | * | | Windows: Close audiodriver sooner on exit | Hein-Pieter van Braam | 2017-02-19 | 1 | -6/+5 |
| | |/ | | | | | | | | | | | | | | | 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 | ||||
| * / | -renamed globals.h to global_config.cpp (this seems to have caused a few ↵ | Juan Linietsky | 2017-02-21 | 1 | -1/+1 |
| |/ | | | | | | modified files) -.pck and .zip exporting redone, seems to be working.. | ||||
| * | Merge pull request #7782 from SaracenOne/windows_relative_cursor_fix | Rémi Verschelde | 2017-02-12 | 1 | -2/+3 |
| |\ | | | | | Fix relative cursor data in CAPTURED mouse mode on Windows. | ||||
| | * | Fix glitches when sampling relative cursor data in CAPTURED mouse mode on ↵ | Saracen | 2017-02-11 | 1 | -2/+3 |
| | | | | | | | | | Windows. | ||||
| * | | Merge pull request #7771 from Limb/winaudiodriver | Rémi Verschelde | 2017-02-12 | 1 | -0/+5 |
| |\ \ | | | | | | | Close out audio drivers when exiting on Windows. | ||||
| | * | | Close out audio drivers when exiting. | Kenneth Lorthioir | 2017-02-09 | 1 | -0/+5 |
| | |/ | | | | | | | Prevents a crash when closing the project manager. | ||||
| * | | Merge pull request #7770 from Limb/removedx9 | Rémi Verschelde | 2017-02-12 | 1 | -7/+0 |
| |\ \ | | | | | | | Removed DX9 Rasterizer in windows | ||||
| | * | | Removed DX9 Rasterizer in windows. | Kenneth Lorthioir | 2017-02-09 | 1 | -7/+0 |
| | |/ | | | | | | | | | | | This doesn't seem to be needed anymore and the code to free the unused rasterizer was throwing a memory violation since it was getting set to a value somehow. | ||||
| * / | Fixed compilation issues with Visual Studio | Kenneth Lorthioir | 2017-02-08 | 1 | -0/+5 |
| |/ | |||||
| * | Added focus tracking in X11 and Windows classes, added new confined mouse ↵ | Ilija Boshkov | 2017-01-25 | 1 | -11/+30 |
| | | | | | mode (#7162) | ||||
| * | Merge pull request #7558 from Faless/fix_windows_output | Rémi Verschelde | 2017-01-16 | 1 | -10/+2 |
| |\ | | | | | Fix gibberish output for windows/mingw. | ||||
| | * | Fix gibberish output for windows/mingw. | Fabio Alessandrelli | 2017-01-16 | 1 | -10/+2 |
| | | | | | | | | | | | | | | | %ls should be used instead of %s or %S to speficy narrow/wide charstring in wprintf fwprintf Fixes #6252 | ||||
| * | | Adapt platforms to AudioServer refactoring | Rémi Verschelde | 2017-01-16 | 1 | -30/+5 |
| |/ | | | | | | Fixes compilation on Windows and likely other platforms (at least as far as AudioServer changes were concerned), though they were not tested. | ||||
| * | Oops! Audio engine has vanished :D | Juan Linietsky | 2017-01-15 | 1 | -5/+5 |
| | | |||||
| * | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -12/+16 |
| | | | | | | They do not play well with clang-format which aligns the `//` part with the rest of the code block, thus producing badly indented commented code. | ||||
| * | rename Input.get_mouse_speed() to Input.get_last_mouse_speed() | Juan Linietsky | 2017-01-13 | 1 | -2/+2 |
| | | |||||
| * | More fixes to Joypad renaming. | Andreas Haas | 2017-01-08 | 1 | -1/+1 |
| | | | | | | | Windows did not compile anymore because DI8DEVTYPE_JOYPAD obviously isn't defined in the directx headers ^^ I also did the same renaming as in #7473 for the windows platform and reverted the changes in the gamepad mappings. | ||||
| * | renamed joystick to joypad everywhere around source code! | Juan Linietsky | 2017-01-08 | 1 | -5/+5 |
| | | |||||
| * | Windows: Define _WIN32_WINRT to 0x0600 (Vista) | Rémi Verschelde | 2017-01-08 | 1 | -1/+1 |
| | | | | | | | | | Passed as a compiler define to be sure it is always define before windows.h is loaded. This means that Godot officially requires Vista API or later, it will not work on Windows XP or earlier. Also fix a bogus check for Windows 7 API. | ||||
| * | Added missing readers writers lock to windows, should compile and run again.. | Juan Linietsky | 2017-01-08 | 1 | -0/+2 |
| | | |||||
| * | fixes compilation in windows? | Juan Linietsky | 2017-01-08 | 1 | -14/+2 |
| | | |||||
| * | Memory pool vectors (DVector) have been enormously simplified in code, and ↵ | Juan Linietsky | 2017-01-07 | 1 | -1/+1 |
| | | | | | renamed to PoolVector | ||||
| * | -Changed memory functions, Memory::alloc_static*, simplified them, made them ↵ | Juan Linietsky | 2017-01-06 | 1 | -4/+0 |
| | | | | | | | aligned to 16 -Changed Vector<> template to fit this. | ||||
| * | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2017-01-05 | 1 | -3/+5 |
| |\ | |||||
| | * | First set of changes to fix compilation errors and initialise the gles3 ↵ | BastiaanOlij | 2017-01-04 | 1 | -3/+5 |
| | | | | | | | | | renderer for Mac OS X. Still broken at this point. | ||||
| * | | -Changed most project settings in the engine, so they have major and minor ↵ | Juan Linietsky | 2017-01-05 | 1 | -2/+2 |
| |/ | | | | | | | | categories. -Changed SectionedPropertyEditor to support this -Renamed Globals singleton to GlobalConfig, makes more sense. -Changed the logic behind persisten global settings, instead of the persist checkbox, a revert button is now available | ||||
| * | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde | 2017-01-02 | 1 | -12/+25 |
| |\ | | | | | | | | | Various merge conflicts have been fixed manually and some mistakes might have been made - time will tell :) | ||||
| | * | Godot works on Windows again.. | reduz | 2016-12-21 | 1 | -11/+16 |
| | | | |||||
| | * | 2D Shaders are working again using the new syntax, though all is buggy in ↵ | Juan Linietsky | 2016-10-10 | 1 | -0/+9 |
| | | | | | | | | | general | ||||
| | * | Begining of GLES3 renderer: | Juan Linietsky | 2016-10-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | -Most 2D drawing is implemented -Missing shaders -Missing all 3D -Editor needs to be set on update always to be used, otherwise it does not refresh -Large parts of editor not working | ||||
| * | | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games! | ||||
| * | | Fix console output for MinGW compilers | Rémi Verschelde | 2016-11-28 | 1 | -2/+10 |
| | | | | | | | Reworked patch from @jay3d (#7116). | ||||
| * | | vsnc --> vsync | ISylvox | 2016-11-08 | 1 | -1/+1 |
| | | | |||||
| * | | Fix the hiding of mouse cursor before interaction | George Marques | 2016-10-20 | 1 | -2/+5 |
| | | | | | | | | | Fix part of #6633 | ||||
| * | | Isolate XAudio2 driver | George Marques | 2016-10-17 | 1 | -0/+3 |
| | | | | | | | | | | | Now it's possible to compile for Windows platform if wanted. It's supported only for Windows 8 or later, so it's not enabled by default. | ||||
| * | | Drop nedmalloc which is apparently not used anymore | Rémi Verschelde | 2016-10-14 | 1 | -1/+0 |
| |/ | |||||
| * | Merge pull request #6479 from RandomShaper/improve-debug-focus | Rémi Verschelde | 2016-10-03 | 1 | -1/+6 |
| |\ | | | | | Improve debug focus behavior | ||||
| | * | Improve debug focus behavior | Pedro J. Estébanez | 2016-09-14 | 1 | -1/+6 |
| | | | | | | | | | | | Fix focusing debugged game on Windows Add re-focusing editor on continue | ||||
| * | | Windows: prevent huge prints from crashing the engine | Marc Gilleron | 2016-09-29 | 1 | -2/+5 |
| |/ | |||||
| * | Hide the mouse cursor when MOUSE_MODE_CAPTURED is activated. | Mario Schlack | 2016-08-29 | 1 | -0/+2 |
| | | |||||
| * | Windows: Make alert message box use MB_TASKMODAL | Rémi Verschelde | 2016-07-26 | 1 | -1/+1 |
| | | | | | | | | This flag pauses the current running thread, allowing for the user to see the alert and acknowledge it before the thread continues (and e.g. crashes :)). Thanks to @SuperUserNameMan for finding it. Ref: https://msdn.microsoft.com/en-us/library/windows/desktop/ms645505(v=vs.85).aspx | ||||
| * | Avoid changing position when the window is fullscreen | George Marques | 2016-07-24 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #5841 from vnen/fix-windows-wheel | Rémi Verschelde | 2016-07-21 | 1 | -4/+7 |
| |\ | | | | | Fix mouse wheel event position on Windows | ||||
| | * | Fix mouse wheel event position on Windows | George Marques | 2016-07-21 | 1 | -4/+7 |
| | | | |||||
| * | | Merge pull request #5560 from vnen/os-request-attention | Rémi Verschelde | 2016-07-21 | 1 | -0/+11 |
| |\ \ | |/ |/| | Add OS.request_attention() for Windows | ||||
| | * | Add OS.request_attention() for Windows | George Marques | 2016-07-05 | 1 | -0/+11 |
| | | | |||||
