0ad/source/lib/sysdep/win
janwas a859562ea7 improvements and fixes:
- properly differentiate between buffer/offset alignment and length
alignment (relevant since block size has been increased to 256k)
- use VfsPath for most game paths instead of CStr
- clean up timer interface and implementation
- self-tests no longer crash
- file_cache.cpp: fix for the case where allocation fails (prevent
deleter from seeing a null pointer)
- allocators: move all shared_ptr-related stuff to its own component;
add DummySharedPtr
- codec: disable checksums (important for performance at work)
- File: made into an interface class to avoid export problems. not
entirely sure about this..
- vfs_path.h, path.h, os_path.h: proper fix for using
fs::change_extension and similar utility functions with derivatives of
basic_path
- lib_api: automatically link against import lib if building lib/ as a
DLL
- path_util: remove unused functions (this component is deprecated)
- compiler.h: add INLINE
- Xeromyces.cpp: pass PIVFS so that GetXMBPath works in self-test
(should do this mostly everywhere rather than have one singleton g_VFS)

This was SVN commit r5537.
2008-01-07 20:03:19 +00:00
..
aken wposix: add sysconf support for number of "processors" 2007-06-23 12:59:21 +00:00
tests # major refactoring of system-dependent code (simplifies build system) 2007-09-23 15:36:29 +00:00
whrt pending improvements and partial fixes to self-tests 2008-01-03 22:07:18 +00:00
wposix improvements and fixes: 2008-01-07 20:03:19 +00:00
comctl6.manifest # Atlas: Updated Atlas DLL with fixed manifest. Double-click resizable panels to reset to default size. Moved player selection into extremely ugly drop-down list. Fixed culling when changing visible window's aspect ratio. Added manifest to VS2003 builds, to enable XP themes. 2006-04-25 05:10:47 +00:00
error_dialog.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
error_dialog.rc part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
icon.rc # Atlas: Updated Atlas DLL with fixed manifest. Double-click resizable panels to reset to default size. Moved player selection into extremely ugly drop-down list. Fixed culling when changing visible window's aspect ratio. Added manifest to VS2003 builds, to enable XP themes. 2006-04-25 05:10:47 +00:00
mahaf.cpp implement the previously mentioned cmdline params 2007-09-08 08:09:32 +00:00
mahaf.h fix error path for acpi/mahaf failures (attempt#2) 2007-09-07 20:17:57 +00:00
manifest.cpp # Atlas: Updated Atlas DLL with fixed manifest. Double-click resizable panels to reset to default size. Moved player selection into extremely ugly drop-down list. Fixed culling when changing visible window's aspect ratio. Added manifest to VS2003 builds, to enable XP themes. 2006-04-25 05:10:47 +00:00
manifest.rc # Atlas: Updated Atlas DLL with fixed manifest. Double-click resizable panels to reset to default size. Moved player selection into extremely ugly drop-down list. Fixed culling when changing visible window's aspect ratio. Added manifest to VS2003 builds, to enable XP themes. 2006-04-25 05:10:47 +00:00
wclipboard.cpp cleanup 2007-09-25 10:43:11 +00:00
wcpu.cpp hopefully bring linux and MacOS X into line with the newly refactored sysdep interface. 2007-09-23 16:15:46 +00:00
wcursor.cpp sysdep cleanup: 2007-09-23 10:15:28 +00:00
wdbg_sym.cpp improvements and fixes: 2008-01-07 20:03:19 +00:00
wdbg_sym.h # housekeeping 2007-05-21 23:24:56 +00:00
wdbg.cpp part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
wdbg.h part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
wdir_watch.cpp pending improvements and partial fixes to self-tests 2008-01-03 22:07:18 +00:00
wdll_delay_load.cpp winit: rename register macros for more clarity 2007-06-04 22:59:14 +00:00
wdll_delay_load.h make sure winit shutdown actually happens during self-test (fixes leaks and possibly failure to unload driver) 2007-05-28 15:08:33 +00:00
wdll_ver.cpp improvements and fixes: 2008-01-07 20:03:19 +00:00
wdll_ver.h fixes and improvements 2007-12-22 18:15:52 +00:00
wgfx.cpp wdir_watch.cpp: change header 2007-11-10 17:59:47 +00:00
wgl.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
win.h part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
winit.cpp winit: section names should start with . 2007-06-07 19:15:45 +00:00
winit.h winit: section names should start with . 2007-06-07 19:15:45 +00:00
wmi.cpp part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
wmi.h # system detect fixes 2007-06-24 13:24:40 +00:00
wprintf.cpp part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
wprofiler.cpp part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
wsdl.cpp config: add means of enabling/disabling wsdl (and cautionary note about SDL on windows) 2007-12-29 16:45:22 +00:00
wsdl.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
wseh.cpp part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
wseh.h # fix for exceptions when not running in debugger 2007-06-08 17:44:24 +00:00
wsnd.cpp fixes and improvements 2007-12-22 18:15:52 +00:00
wstartup.cpp manual build. 2007-06-10 13:25:09 +00:00
wstartup.h winit: section names should start with . 2007-06-07 19:15:45 +00:00
wsysdep.cpp part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
wutil.cpp fixes and improvements 2007-12-22 18:15:52 +00:00
wutil.h h_mgr: fix: ModuleInitState wasn't set => shutdown didn't happen => leaked a lot of memory 2007-12-23 12:20:37 +00:00