Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-15 | Merge pull request #11230 from maxim-sheronov/fix_enum_bindings | Thomas Herzog | |
Fix enums bindings | |||
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-13 | Merge pull request #11062 from BastiaanOlij/osx_datapack | Rémi Verschelde | |
Fixed loading package from resource folder, exporting textures to bun… | |||
2017-09-12 | Fixed issues with surround sound on audio server | Marcelo Fernandez | |
2017-09-11 | Implemented DirAccess get_drive and get_drive_count for OS X | Marcelo | |
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-09-01 | Merge pull request #10775 from marcelofg55/buffersize_fixes | Rémi Verschelde | |
Corrections to audio buffer size calculations | |||
2017-09-01 | Corrections to audio buffer size calculations | Marcelo Fernandez | |
2017-09-01 | Fix files header | Poommetee Ketson | |
2017-08-29 | Implements OS_OSX::get_system_dir() | poke1024 | |
2017-08-27 | Make build scripts Python3 compatible | Matthias Hoelzl | |
- The Windows, UWP, Android (on Windows) and Linux builds are tested with Scons 3.0 alpha using Python 3. - OSX and iOS should hopefully work but are not tested since I don't have a Mac. - Builds using SCons 2.5 and Python 2 should not be impacted. | |||
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | |
2017-08-23 | Allow building fat binaries with osxcross | Fabio Alessandrelli | |
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 #10340 from Rubonnek/remove-unnecessary-assignments | Rémi Verschelde | |
Removed unnecessary assignments | |||
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 | Removed unnecessary assignments | Wilson E. Alvarez | |
2017-08-21 | Fix y axis for set_window_position on OS X | Marcelo Fernandez | |
2017-08-17 | Add closest_power_of_2 func and implement mix_rate/latency 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 | Style: Apply clang-format on all files | Rémi Verschelde | |
Thus fixing some invalid changes that had still made it to the master branch. | |||
2017-07-30 | Fix mutex initialisation in OS X Audio Driver | Marcelo Fernandez | |
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-23 | Merge pull request #9713 from marcelofg55/master | Rémi Verschelde | |
Fix for possible crash in OS X audio init. | |||
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | |
-Added system for feature overrides, it's pretty cool :) | |||
2017-07-19 | Fix for possible crash in OS X audio init. | Marcelo Fernandez | |
2017-07-19 | Fix errors with global config names no more sorrys please | geequlim | |
2017-07-17 | -Reorganized all properties of project settings (Sorry, Again). | Juan Linietsky | |
(Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too) | |||
2017-07-16 | Reinit audio device when the system default device changes on OS X | Marcelo Fernandez | |
2017-07-06 | Fix typo in plist export | BastiaanOlij | |
2017-07-05 | Merge pull request #9476 from marcelofg55/master | Rémi Verschelde | |
Implemented borderless fullscreen code on OSX. | |||
2017-07-03 | Merge pull request #9468 from BastiaanOlij/osx_export_dmg | Rémi Verschelde | |
On OSX export to DMG and optionally code sign the app bundle |