..
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
sync with work. faster PopulationCount; avoid invalid param handler when debug string length exceeded; return error instead of dialog box when waio_Preallocate fails
2011-10-19 10:58:02 +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
sync with work:
2011-12-27 14:12:31 +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
refactor status code definitions: allow modules to define an array of them (more convenient+efficient).
2011-05-05 13:03:34 +00:00
wcpu.h
cleanup (requires update-workspaces)
2011-05-03 12:38:42 +00:00
wcursor.cpp
cleanup (requires update-workspaces)
2011-05-03 12:38:42 +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
add support for retrieving all WMI class instances (required for detecting multiple graphics and sound cards)
2011-10-13 18:53:59 +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
sync with work; minor fixes (wsdl must report gfx memory in KB to match sdl)
2011-12-06 09:17:39 +00:00
wsdl.h
sync with work; minor fixes (wsdl must report gfx memory in KB to match sdl)
2011-12-06 09:17:39 +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
Moves Atlas UI to main thread while engine loop runs in new thread.
2011-09-20 22:49:02 +00:00
wutil.cpp
fix self-test and map load on Windows (avoid mixing dir separators).
2011-05-06 18:45:30 +00:00
wutil.h
cleanup (requires update-workspaces)
2011-05-03 12:38:42 +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