Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-09 | Remove get_default_video_mode definition on OSX/iOS | Rémi Verschelde | |
It had been missed in d09160a8b67fdc60e8108962c4e9bd4c0bc7f13e and broke compilation for those platforms. Took the opportunity to run clang-format on the code base to fix some corner cases that went through our static tests/were overlooked recently. | |||
2017-11-03 | Merge pull request #12262 from AndreaCatania/pplug | Juan Linietsky | |
Physics server plug | |||
2017-11-04 | Implemented physics plug | AndreaCatania | |
Moved init_physics Implemented physics 2D plug Fix clang Fix clang Fix static check Fix clang Fix static check Moved physics server initialization Moved physics server settings initialization | |||
2017-10-30 | Add Colemak keybindings to editor for osx | N0hbdy | |
2017-10-29 | Disable logging until the logs location is sorted out | Rémi Verschelde | |
Temporary workaround for #12277. | |||
2017-10-23 | Implemented vsync OS functions for OS X | Marcelo Fernandez | |
2017-10-05 | fixes several scaling problems on multi monitor retina/non-retina setups on OS X | Bernhard Liebl | |
2017-10-02 | Merge pull request #11568 from endragor/loggers | Andreas Haas | |
Extract logging logic | |||
2017-10-02 | Merge pull request #11575 from marcelofg55/move_path_to_trash | Poommetee Ketson | |
FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trash | |||
2017-09-30 | Merged iphone and osx audio drivers into drivers/coreaudio | Marcelo Fernandez | |
2017-09-25 | FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trash | Marcelo Fernandez | |
2017-09-25 | Extract logging logic | Ruslan Mustakov | |
Previously logging logic was scattered over OS class implementations with plenty of duplication. Major changes in this commit: - Extracted logging logic into a separate Logger hierarchy. It allows easy configuration of logging mechanism depending on compile-time or run-time configuration. - Implemented RotatedFileLogger which is usually used with StdLogger, providing persistency of logs. It is often important to be able to obtain logs of the game even in production to be able to understand what happened prior to some problem. On mobile there previously was no way to obtain the logs aside from having the device connected to your machine. - flush() is not performed in release mode for every logged line. It is only performed for errors. | |||
2017-09-24 | Removed get_resource_dir from osx platform | BastiaanOlij | |
2017-09-22 | Comment out code that is causing project loading to fail on osx | BastiaanOlij | |
2017-09-20 | Rename pos to position in user facing methods and variables | letheed | |
Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is. | |||
2017-09-17 | Merge pull request #11252 from marcelofg55/fix_noaudio_crash | Rémi Verschelde | |
Fix crash when no audio driver is available | |||
2017-09-15 | Merge pull request #11230 from maxim-sheronov/fix_enum_bindings | Thomas Herzog | |
Fix enums bindings | |||
2017-09-13 | Fix crash when no audio driver is available | Marcelo Fernandez | |
2017-09-13 | Fix enums bindings | Maxim Sheronov | |
Add missed bindings for enums Move some enums to class to have correct output of api.json | |||
2017-09-13 | Added a crash handler to dump the backtrace on Windows, Linux and OS X | Marcelo Fernandez | |
2017-09-08 | Fixed loading package from resource folder, exporting textures to bundle and ↵ | BastiaanOlij | |
added a bit of feedback for a debug compile | |||
2017-08-29 | Implements OS_OSX::get_system_dir() | poke1024 | |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | |
2017-08-22 | Merge pull request #10487 from marcelofg55/curscr_as_default | Rémi Verschelde | |
p_screen param from get_screen_* funcs now default to the current screen | |||
2017-08-22 | Merge pull request #10254 from marcelofg55/master | Rémi Verschelde | |
Added notification const NOTIFICATION_WM_ABOUT | |||
2017-08-21 | p_screen param from get_screen_* funcs now default to the current screen | Marcelo Fernandez | |
2017-08-21 | Fix y axis for set_window_position on OS X | Marcelo Fernandez | |
2017-08-17 | Added notification const NOTIFICATION_WM_ABOUT | Marcelo Fernandez | |
2017-08-09 | Implement NSTextInputClient protocol for IME | bruvzg | |
2017-08-08 | removed calls to cursor_set_visible on all platforms fixes #10167 | toger5 | |
2017-08-07 | Merge pull request #10127 from bruvzg/3.0-osx-logging | Rémi Verschelde | |
Duplicate error messages to macOS logging system (Console.app) | |||
2017-08-07 | Merge pull request #10099 from bruvzg/3.0-fix-osx-warp_mouse_pos | Rémi Verschelde | |
Fix warp_mouse_pos on macOS | |||
2017-08-06 | Duplicate error messages to macOS logging system | bruvzg | |
2017-08-06 | Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER | Bojidar Marinov | |
Closes #7695 | |||
2017-08-04 | Fix warp_mouse_pos on macOS | bruvzg | |
2017-07-30 | Merge pull request #9960 from marcelofg55/master | Rémi Verschelde | |
Fix get_screen_* funcs returning old values after resolution changes on OS X | |||
2017-07-28 | Fix get_screen_* funcs returning old values after resolution changes on OS X | Marcelo Fernandez | |
2017-07-28 | Change display scale when moving the window from monitor to monitor | bruvzg | |
2017-07-28 | Merge pull request #9874 from bruvzg/3.0-osx-menu | Rémi Verschelde | |
Add macOS main menu (3.0) | |||
2017-07-28 | Merge pull request #9876 from bruvzg/3.0-resize-fix | Rémi Verschelde | |
Improved macOS window resizing behaviour (3.0) | |||
2017-07-27 | Fix is_window_fullscreen() and set_window_fullscreen() behaviour after ↵ | bruvzg | |
window has entered/left full-screen mode via green zoom button. Fix get/set_current_screen & set_window_maximized. | |||
2017-07-27 | Add macOS main menu | bruvzg | |
2017-07-26 | Improved macOS window resizing behaviour. | bruvzg | |
2017-07-26 | Remove duplicate keycode constant for Numpad Enter key. | bruvzg | |
2017-07-23 | Fix Right-Click (Ctrl-Click) on OS X | Marcelo Fernandez | |
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | |
-Added system for feature overrides, it's pretty cool :) | |||
2017-07-02 | Implemented borderless fullscreen code on OSX. | Marcelo Fernandez | |
2017-06-27 | Implemented borderless window code for OSX. | Marcelo Fernandez | |
2017-06-13 | Used in the macOS HiDPI options window is too small | ageazrael | |
2017-06-13 | Fixed middle mouse button can't bounce in macOS | ageazrael | |