0ad/source/lib/sysdep/os/win
2012-03-22 00:23:31 +00:00
..
aken sync with work: 2011-12-27 14:12:31 +00:00
tests sync with work: 2011-12-27 14:12:31 +00:00
whrt sync with work: 2011-12-27 14:12:31 +00:00
wposix more minor fixes. rename uname.machine to x64 (less confusing than amd64) 2011-12-29 09:47:42 +00:00
comctl6.manifest premake: detect processor architecture from script 2008-06-30 17:34:18 +00:00
error_dialog.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
error_dialog.rc premake: detect processor architecture from script 2008-06-30 17:34:18 +00:00
icon.rc fix a few remnants of the previous sysdep/win folder location, including a relative path in icon.rc 2008-06-30 18:19:14 +00:00
mahaf.cpp Fix warnings 2012-01-04 13:19:38 +00:00
mahaf.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
manifest.cpp Attempt to fix manifest problems in autobuild. 2011-06-09 23:16:27 +00:00
manifest.rc premake: detect processor architecture from script 2008-06-30 17:34:18 +00:00
wclipboard.cpp add support for selection and deletion of entire words in text controls (ctrl+backspace/delete/left/right) based on patch by Chakakhan/kenny (thanks!) 2011-06-23 10:12:43 +00:00
wcpu.cpp Fix #1085 (incorrect buffer size), based on patch by Echelon9 2012-01-01 14:42:58 +00:00
wcpu.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
wcursor.cpp Fix black-square cursor on 16bpp Windows 2012-03-19 20:46:12 +00:00
wdbg.cpp split debug_assert into ENSURE and ASSERT as discussed in a previous meeting. 2011-04-30 13:01:45 +00:00
wdbg.h split debug_assert into ENSURE and ASSERT as discussed in a previous meeting. 2011-04-30 13:01:45 +00:00
wdbg_heap.cpp post-alpha sync with work. 2011-07-18 09:21:56 +00:00
wdbg_heap.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
wdbg_sym.cpp post-alpha sync with work. 2011-07-18 09:21:56 +00:00
wdbg_sym.h post-alpha sync with work. 2011-07-18 09:21:56 +00:00
wdir_watch.cpp fix self-test and map load on Windows (avoid mixing dir separators). 2011-05-06 18:45:30 +00:00
wdll_delay_load.cpp cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
wdll_delay_load.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
wdll_main.h fixes from work: avoid potential 0-pointer dereference in freelist, also avoid branching in freelist functions via sentinel 2011-03-28 12:28:29 +00:00
wdll_ver.cpp cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
wdll_ver.h refactor headers: path_util -> path, native_path -> os_path, remove where unnecessary 2011-03-23 14:43:35 +00:00
wfirmware.cpp ENSURE(0) -> DEBUG_WARN_ERR(ERR::LOGIC) (a bit smaller, and more descriptive) 2011-05-04 12:10:17 +00:00
wfirmware.h (requires update-workspaces) 2011-04-03 15:38:48 +00:00
wgfx.cpp add support for retrieving all WMI class instances (required for detecting multiple graphics and sound cards) 2011-10-13 18:53:59 +00:00
wgfx.h refactor gfx detection code (interface), allow exporting from DLL (required at work) 2011-05-24 14:17:47 +00:00
wgl.h wgl compile fix: add types required by new wglext.h 2011-02-19 18:00:09 +00:00
win.h remove no longer necessary lowlevel wsock implementation (superseded by enet) since the delay load hook isn't compatible with a DLL packaging of enet. 2011-05-29 19:59:51 +00:00
winit.cpp cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
winit.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
wiocp.cpp reinstate aligned_allocator.h (required at work) 2011-05-23 14:10:45 +00:00
wiocp.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
wmi.cpp Fix some MSVC static analysis warnings 2011-12-29 02:06:09 +00:00
wmi.h add support for retrieving all WMI class instances (required for detecting multiple graphics and sound cards) 2011-10-13 18:53:59 +00:00
wnuma.cpp avoid rare init-order bug when SRAT ACPI table is available AND APIC IDs are NOT 2011-09-24 19:47:13 +00:00
wprintf.cpp ENSURE(0) -> DEBUG_WARN_ERR(ERR::LOGIC) (a bit smaller, and more descriptive) 2011-05-04 12:10:17 +00:00
wprofiler.cpp ENSURE(0) -> DEBUG_WARN_ERR(ERR::LOGIC) (a bit smaller, and more descriptive) 2011-05-04 12:10:17 +00:00
wsdl.cpp Renames our sdl.h to libsdl.h, to avoid case sensitivity errors when it includes SDL.h. 2012-01-12 23:32:27 +00:00
wsdl.h Fixes include in wsdl. 2012-01-18 22:51:49 +00:00
wseh.cpp post-alpha sync with work. 2011-07-18 09:21:56 +00:00
wseh.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
wsnd.cpp add support for retrieving all WMI class instances (required for detecting multiple graphics and sound cards) 2011-10-13 18:53:59 +00:00
wsnd.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
wstartup.cpp needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups) 2010-03-01 14:52:58 +00:00
wstartup.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
wsysdep.cpp increase size of error message buffer, don't complain about "invalid image hash" (known issue with aken.sys on Win7 x86). 2011-12-29 20:15:47 +00:00
wutil.cpp Updates data paths on OS X and Windows. On OS X only write to locations inside ~/Library. On Windows make the distinction between local and roaming appdata, and use folder inside My Documents for user-created data. Fixes #1145. 2012-03-22 00:23:31 +00:00
wutil.h Updates data paths on OS X and Windows. On OS X only write to locations inside ~/Library. On Windows make the distinction between local and roaming appdata, and use folder inside My Documents for user-created data. Fixes #1145. 2012-03-22 00:23:31 +00:00
wversion.cpp ENSURE(0) -> DEBUG_WARN_ERR(ERR::LOGIC) (a bit smaller, and more descriptive) 2011-05-04 12:10:17 +00:00
wversion.h noticed during testing that the file cache is much smaller than our dataset; added logic to choose a decent size. rebuild-workspaces required. 2010-10-09 21:14:08 +00:00
wvm.cpp sync with work: 2011-12-27 14:12:31 +00:00