Commit Graph

15 Commits

Author SHA1 Message Date
d0f7cb015c - Linux/GCC (as usual :P)
- Ported lockless code to gcc inline assembly
- A few new net messages (gather, attack, add waypoint)
- Support for new messages in network->entity order converter
- Implemented rudimentary JS interface for Interaction
- issueCommand JS API, connected to the network
- Removed Interaction stuff now replaced by JS
- And something in there should probably break VS builds :P

This was SVN commit r2316.
2005-05-18 05:32:09 +00:00
c3bd4efa9b add O_NO_AIO_NP - if file.cpp doesn't want AIO access, the wposix code shouldn't open another (AIO capable) handle
wposix: also cleanup aio_reopen

This was SVN commit r2010.
2005-03-18 22:15:49 +00:00
1b2527c49e add dox to posix.h;
pre-existing dox have been converted to /* */; added "KEEP IN SYNC WITH
WIKI" warning

This was SVN commit r1993.
2005-03-15 18:23:13 +00:00
3050d4c7fe posix: add semaphore.h
wposix: add ETIMEDOUT errno
wpthread: interface fix (was returning void from 2 functions); cleanup;
removed TerminateThread (dangerous!); add sem_timedwait
wtime: thread implementation switched to pthread - avoids
TerminateThread issue

This was SVN commit r1976.
2005-03-09 15:52:35 +00:00
a470253b0b big merge goes linux! ; )
This was SVN commit r171.
2004-03-04 20:36:31 +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
9100db6737 quick fix to compile in VC6
This was SVN commit r155.
2004-02-28 17:59:02 +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
6a16c4d766 More socket functions and defines added
This was SVN commit r79.
2003-11-24 22:28:19 +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
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
48e4105926 fixed conflict between posix.h, windows.h
This was SVN commit r42.
2003-11-06 20:10:37 +00:00
5cc814759f Initial revision
This was SVN commit r9.
2003-11-03 16:22:45 +00:00