godot/platform/windows
Rémi Verschelde 8247667a3e
Core: Drop custom copymem/zeromem defines
We've been using standard C library functions `memcpy`/`memset` for these since
2016 with 67f65f6639.

There was still the possibility for third-party platform ports to override the
definitions with a custom header, but this doesn't seem useful anymore.
2021-04-27 16:26:27 +02:00
..
export Split OS::execute into two methods 2021-01-09 10:03:23 +00:00
context_gl_windows.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
context_gl_windows.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
crash_handler_windows.cpp Fixes small typos and grammar correction 2021-03-12 19:05:16 +05:30
crash_handler_windows.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
detect.py Merge pull request #46966 from qarmin/faster_release 2021-03-20 22:44:47 +01:00
display_server_windows.cpp Core: Drop custom copymem/zeromem defines 2021-04-27 16:26:27 +02:00
display_server_windows.h Move tablet driver API from OS to DisplayServer. 2021-02-18 17:12:24 +02:00
godot.ico Make the Windows icon file smaller 2017-06-20 14:38:50 +02:00
godot.natvis Added LocalVector to Visual Studio debugger visualization 2021-02-24 18:35:39 -07:00
godot_res.rc PCK: Set VERSION_PATCH in header, factor out header magic 2020-01-06 13:13:17 +01:00
godot_windows.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
joypad_windows.cpp Rename some more global enums (Key, Joy, MIDI) 2021-03-23 07:13:23 -04:00
joypad_windows.h Rename some more global enums (Key, Joy, MIDI) 2021-03-23 07:13:23 -04:00
key_mapping_windows.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
key_mapping_windows.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
lang_table.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
logo.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
os_windows.cpp Fixes small typos and grammar correction 2021-03-12 19:05:16 +05:30
os_windows.h Move tablet driver API from OS to DisplayServer. 2021-02-18 17:12:24 +02:00
platform_config.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
platform_windows_builders.py SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
SCsub SCons: Fix debug_symbols tests after switch to BoolVariable 2021-02-08 08:53:16 +01:00
vulkan_context_win.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
vulkan_context_win.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
windows_terminal_logger.cpp Replace malloc's with Godot's memalloc macro 2021-03-13 11:51:45 +00:00
windows_terminal_logger.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00