1
0
forked from 0ad/0ad
Commit Graph

24165 Commits

Author SHA1 Message Date
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
Gee
83fc143815 ../lib/ was not included as additional directory in the release build
This was SVN commit r119.
2003-11-30 07:05:32 +00:00
a5161102e5 include path with backslashes
This was SVN commit r118.
2003-11-27 19:09:14 +00:00
d808cd9a2d for scoping
This was SVN commit r117.
2003-11-27 19:08:37 +00:00
Gee
1e33ef7eb2 Added "&" to some function pointers that was being complained at by GCC
This was SVN commit r116.
2003-11-27 19:08:03 +00:00
5ebe6d053e Reference to temporary, *= should return reference to this
This was SVN commit r115.
2003-11-27 19:06:11 +00:00
Gee
8ec8ead0f1 no message
This was SVN commit r114.
2003-11-27 19:05:37 +00:00
4904af2584 New terrain files
This was SVN commit r113.
2003-11-27 19:02:22 +00:00
Gee
104aca8475 no message
This was SVN commit r112.
2003-11-26 02:21:37 +00:00
Gee
5d70cd5260 no message
This was SVN commit r111.
2003-11-26 02:00:51 +00:00
Gee
85477e797f no message
This was SVN commit r110.
2003-11-25 21:29:42 +00:00
3ed6b3ac34 WSAGetLastError
This was SVN commit r109.
2003-11-25 21:19:00 +00:00
notpete
abbfb0836c DSP altered for extra files in Terrain subdirectory.
This was SVN commit r108.
2003-11-25 20:18:32 +00:00
notpete
455f03582b Removed WIDEASPECT hack.
This was SVN commit r107.
2003-11-25 20:17:46 +00:00
notpete
ca321696d8 Modifications to use new renderer interface.
This was SVN commit r106.
2003-11-25 20:17:09 +00:00
notpete
54087348e3 Extended renderer interface, added basic CModel rendering.
This was SVN commit r105.
2003-11-25 20:14:34 +00:00
notpete
59d4bfbae1 Changes to terrain initialisation and lighting.
This was SVN commit r104.
2003-11-25 20:13:39 +00:00
notpete
e7637d52c3 Minor changes for const-ness.
This was SVN commit r103.
2003-11-25 20:11:56 +00:00
notpete
97f7e8a5eb Updated HEIGHT_SCALE to the actual height scale.
This was SVN commit r102.
2003-11-25 20:10:25 +00:00
notpete
874df3bb1c Modified to use CBound class.
This was SVN commit r101.
2003-11-25 20:09:57 +00:00
notpete
49e484d32c operator(row,col) added.
This was SVN commit r100.
2003-11-25 20:07:09 +00:00
notpete
5f4a43eea9 Altered STerrainVertex definition.
This was SVN commit r99.
2003-11-25 19:59:47 +00:00
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