Commit Graph

56 Commits

Author SHA1 Message Date
6b7eb9b9d8 Added glClientActiveTexture
This was SVN commit r200.
2004-04-09 12:43:06 +00:00
0c46f9ee2a Added _WIN32 ifdefs, linux compat
This was SVN commit r199.
2004-04-09 12:39:55 +00:00
7ac53dceae Added INADDR_LOOPBACK
This was SVN commit r198.
2004-04-09 12:39:15 +00:00
5defaa9416 -EINPROGRESS => EINPROGRESS
This was SVN commit r197.
2004-04-09 12:38:47 +00:00
89ab9643dc file_wait_io: -EINPROGRESS => EINPROGRESS, removed stray bytes_transferred assertion
This was SVN commit r196.
2004-04-09 12:38:16 +00:00
ffb2b20985 VK_OEM_* was evidently added in recent Platform SDK's => added defines for the ones used in wsdl.cpp
This was SVN commit r195.
2004-04-09 12:34:28 +00:00
630e5c628c no message
This was SVN commit r194.
2004-04-07 13:45:57 +00:00
d6dbf229a5 no message
This was SVN commit r193.
2004-04-06 16:17:04 +00:00
6a3b74b966 Unicode Input and VK-->SDLK mapping
This was SVN commit r191.
2004-03-29 13:21:42 +00:00
d6e6ef1569 itoa/ltoa bugfix (0 would return empty string instead of "0")
This was SVN commit r190.
2004-03-29 13:08:33 +00:00
192e347a38 Input De-Hackification: use SDL's key enums
This was SVN commit r189.
2004-03-29 13:06:44 +00:00
ce9c517eb4 fix 2 lib resource leaks; update h_mgr dox
This was SVN commit r179.
2004-03-07 15:00:51 +00:00
dc4cc78e7b dox now in /**/ comments
This was SVN commit r178.
2004-03-07 14:24:47 +00:00
757aca19ef h_mgr dox update; fixed redefinition error in wposix.h when building against DLL CRT
This was SVN commit r177.
2004-03-07 14:17:23 +00:00
d2b8c799c4 pthread_self, return the thread ID instead of the virtual handle
This was SVN commit r175.
2004-03-07 02:00:54 +00:00
5aa404a8f2 no message
This was SVN commit r174.
2004-03-05 16:23:31 +00:00
a470253b0b big merge goes linux! ; )
This was SVN commit r171.
2004-03-04 20:36:31 +00:00
a8d448ad19 no message
This was SVN commit r167.
2004-03-03 15:16:20 +00:00
1b94f9e4fc some files that weren't committed for some reason
This was SVN commit r164.
2004-03-03 00:44:06 +00:00
9c2a8a5658 fixed little gremlin due to i64 handle change (implicit conversion in overloaded function)
This was SVN commit r163.
2004-03-03 00:37:41 +00:00
58ab55ab78 removed files that have since been renamed or moved
This was SVN commit r161.
2004-03-03 00:03:37 +00:00
89c5b0d88c the big merge (tm). see forum post for changes made.
This was SVN commit r158.
2004-03-02 23:56:51 +00:00
9100db6737 quick fix to compile in VC6
This was SVN commit r155.
2004-02-28 17:59:02 +00:00
6cdd5b1cc3 IPv6 constants for VC++6 that doesn't have them in the winsock lib
This was SVN commit r153.
2004-01-22 03:57:50 +00:00
46b7ae429f X-Windows current resolution code
This was SVN commit r149.
2004-01-20 02:28:54 +00:00
fbe4b0a25e WSAAsyncSelect declaration and define values
This was SVN commit r135.
2003-12-10 19:31:25 +00:00
eacae7243e IPv6/getaddrinfo stuff - DLL detection
This was SVN commit r134.
2003-12-10 19:29:01 +00:00
0e658da83d IPv6 structures and defines
This was SVN commit r121.
2003-11-30 15:21:30 +00:00
0368ed3566 statement macro
This was SVN commit r120.
2003-11-30 15:20:27 +00:00
3ed6b3ac34 WSAGetLastError
This was SVN commit r109.
2003-11-25 21:19:00 +00:00
530eecfe16 linux-compat
This was SVN commit r91.
2003-11-25 02:26:06 +00:00
b0f795ff0e KP_ADD => KP_PLUS (SDL headers call it KP_PLUS)
This was SVN commit r90.
2003-11-25 02:25:10 +00:00
69481d198e Typo, Thread-secure ONCE (this time it is, too ;-), linux-compat
This was SVN commit r89.
2003-11-25 02:24:24 +00:00
6a16c4d766 More socket functions and defines added
This was SVN commit r79.
2003-11-24 22:28:19 +00:00
Gee
5122b0f906 no message
This was SVN commit r74.
2003-11-24 02:18:41 +00:00
f12dd7dc94 no message
This was SVN commit r64.
2003-11-13 20:10:15 +00:00
5faca15d7f no message
This was SVN commit r63.
2003-11-13 19:50:26 +00:00
MarkT
1ef86fc2fb CConfig changed for new VFS
This was SVN commit r62.
2003-11-13 17:43:19 +00:00
a8783bb797 fixed many warnings with vc, /Wp64, mostly pointer cast/truncation
This was SVN commit r61.
2003-11-13 17:18:48 +00:00
b60f1b3353 aio_open_winhandle
_WINSOCK2API_ guard for WSAStartup

This was SVN commit r60.
2003-11-13 16:30:55 +00:00
e1be06bbbb PTHREAD_MUTEX_INITIALIZER
This was SVN commit r59.
2003-11-13 16:25:32 +00:00
d0eddd9a6d #ifndef _WINSOCKAPI_ guards
pthread_mutex_t is now void* instead of unsigned int

This was SVN commit r58.
2003-11-13 16:21:15 +00:00
b07baf71e3 aio_open_winhandle - open an existing windows handle for use with aio_* functions
This was SVN commit r57.
2003-11-13 15:27:16 +00:00
3dfeb3e5f8 ONCE macro thread secured
This was SVN commit r56.
2003-11-13 15:14:23 +00:00
e2a65abe1b no message
This was SVN commit r55.
2003-11-13 15:04:19 +00:00
393014829e fixed aio_suspend - doesn't hang if transfer already complete
This was SVN commit r54.
2003-11-13 15:02:40 +00:00
40ca60014c no message
This was SVN commit r53.
2003-11-12 14:47:38 +00:00
MarkT
d963d9c046 CConfig, vfs, misc engine changes.
This was SVN commit r52.
2003-11-10 02:02:28 +00:00
296404b5d9 no message
This was SVN commit r51.
2003-11-07 13:22:22 +00:00
48e4105926 fixed conflict between posix.h, windows.h
This was SVN commit r42.
2003-11-06 20:10:37 +00:00