1
0
forked from 0ad/0ad
Commit Graph

24142 Commits

Author SHA1 Message Date
notpete
a60cafe1d4 RADTODEG macro added.
This was SVN commit r98.
2003-11-25 18:36:17 +00:00
notpete
3e3fb5bc70 Minor changes for const-ness.
This was SVN commit r97.
2003-11-25 18:35:43 +00:00
notpete
cc2b6afdac Initial revision.
This was SVN commit r96.
2003-11-25 18:34:05 +00:00
61a04870e2 Network files added
..\ps and ..\lib added to include path

This was SVN commit r95.
2003-11-25 13:24:21 +00:00
Gee
953f72a91c no message
This was SVN commit r94.
2003-11-25 03:21:11 +00:00
Gee
5736482af1 no message
This was SVN commit r93.
2003-11-25 02:53:03 +00:00
Gee
6d86a928a3 no message
This was SVN commit r92.
2003-11-25 02:47:12 +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
a7b2cfe0fc templated friend declaration with ifdef guards
This was SVN commit r88.
2003-11-25 02:19:00 +00:00
a26fdd8f5c Linux compat, const qualifiers, newlines at end of file =)
This was SVN commit r87.
2003-11-25 02:17:52 +00:00
b732a1e1c5 Linux Compat, lots of const qualifiers, unused windows includes in
terrainMain.cpp removed

This was SVN commit r86.
2003-11-25 02:15:59 +00:00
895d2486b5 Initial commit of linux build stuff
This was SVN commit r85.
2003-11-25 02:14:19 +00:00
0e943339dc First commit of networking
Yay! =)

This was SVN commit r84.
2003-11-25 02:11:50 +00:00
8044b1d7ce Some thread utility classes - CLocker and CScopeLock, both using
pthread_mutex_(un)lock to do their stuff

This was SVN commit r83.
2003-11-25 02:11:06 +00:00
dd364a5fcd System header overrides, required for some buggy headers - they should
but might not work with non-buggy versions of them - we'll see

This was SVN commit r82.
2003-11-25 02:08:32 +00:00
577c4be25a The Grand and Beatiful Makefile ;-)
This was SVN commit r81.
2003-11-25 02:06:40 +00:00
64850c9818 .H => .h, compatability update for case-sensitive platforms
This was SVN commit r80.
2003-11-24 22:52:23 +00:00
6a16c4d766 More socket functions and defines added
This was SVN commit r79.
2003-11-24 22:28:19 +00:00
Gee
79186815cf Some updates, check comments janwas
This was SVN commit r78.
2003-11-24 17:14:01 +00:00
Gee
90bbd48a14 no message
This was SVN commit r77.
2003-11-24 17:13:37 +00:00
Gee
eb2ddf4c50 no message
This was SVN commit r76.
2003-11-24 02:27:04 +00:00
Gee
170be50b84 mostly GUI updates
This was SVN commit r75.
2003-11-24 02:19:10 +00:00
Gee
5122b0f906 no message
This was SVN commit r74.
2003-11-24 02:18:41 +00:00
Gee
6b51d71c85 Some of the GUI files are now I* instead of C*
This was SVN commit r73.
2003-11-24 02:17:59 +00:00
Gee
79055b7d88 xres/yres is now g_xres/g_yres and in Prometheus.h
This was SVN commit r72.
2003-11-24 02:17:09 +00:00
Gee
b095ca8176 no message
This was SVN commit r71.
2003-11-22 15:07:22 +00:00
MarkT
e1c6c4c954 Minor additions to CConfig
This was SVN commit r70.
2003-11-22 02:54:33 +00:00
MarkT
d2538c87e8 Minor additions to CConfig
This was SVN commit r69.
2003-11-22 02:38:03 +00:00
Gee
ffc7256f4e no message
This was SVN commit r68.
2003-11-19 14:47:32 +00:00
65df219c0a path issue with gui fixed
This was SVN commit r67.
2003-11-18 14:30:24 +00:00
Gee
26b2ca3828 Added doxygen comments
This was SVN commit r66.
2003-11-18 10:00:57 +00:00
a1dedfbe06 gui now initialized after VFS - data files go in binaries/data
This was SVN commit r65.
2003-11-15 14:16:47 +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
Gee
eb527a59c3 Made To<type> const
This was SVN commit r50.
2003-11-07 01:56:51 +00:00
Gee
24d48f2308 Uses CStr now, no ICE in VC6
This was SVN commit r49.
2003-11-07 01:55:29 +00:00