Commit Graph

216 Commits

Author SHA1 Message Date
c5a3087464 - Naming Convention changes
- Proper message-based operation of CMessageSocket (error message,
connect complete message, close request message)

This was SVN commit r182.
2004-03-08 02:06:06 +00:00
9cb0a192d6 Naming convention changes
This was SVN commit r181.
2004-03-08 02:04:34 +00:00
048f14120b - Array Support
- NetMessageType => ENetMessageType
- Some general message types

This was SVN commit r180.
2004-03-08 02:03:24 +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
1b0012d231 [gcc Compat]
- include stmt case
- friend declarations without class keyword

This was SVN commit r176.
2004-03-07 02:04:21 +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
Ben
fa34a13f44 First commit of CSprite, CParticle and CParticleEmitter classes
This was SVN commit r173.
2004-03-05 06:37:44 +00:00
bc223f487b big merge goes linux! ; )
This was SVN commit r172.
2004-03-04 22:14:56 +00:00
a470253b0b big merge goes linux! ; )
This was SVN commit r171.
2004-03-04 20:36:31 +00:00
838efe149e - CMutex
- Added calls to pthread_mutex_destroy
- Added macros for mutex tracing

This was SVN commit r170.
2004-03-04 20:32:15 +00:00
12cea7849a c_str() and _long=>size_t
This was SVN commit r169.
2004-03-04 20:27:37 +00:00
fa5870bad8 Updated after the big lib/ merge
This was SVN commit r168.
2004-03-04 20:23:01 +00:00
a8d448ad19 no message
This was SVN commit r167.
2004-03-03 15:16:20 +00:00
805328d2bd no message
This was SVN commit r166.
2004-03-03 01:07:37 +00:00
4e9430bc8d updated workspace for VC7.0, thanks to converter.
This was SVN commit r165.
2004-03-03 01:07:24 +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
fa5b7546f6 no message
This was SVN commit r162.
2004-03-03 00:35:51 +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
c4d39513c7 no message
This was SVN commit r160.
2004-03-02 23:58:52 +00:00
af216d3afb minor changes for lib overhaul (some include files from renamed)
This was SVN commit r159.
2004-03-02 23:57:49 +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
91cb7f7138 minor changes (mainly header rename) for lib overhaul
This was SVN commit r157.
2004-03-02 23:54:51 +00:00
ef326e991b no message
This was SVN commit r156.
2004-03-02 23:52:55 +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
MarkT
ef68499bd3 [Entities and Events] Still incomplete, but compiles cleanly. Replaces version accidentally commited that didn't.
This was SVN commit r152.
2004-01-21 02:08:09 +00:00
mreiland
2dfcb652f7 changed all instances of the class keyword with the typename keyword
This was SVN commit r151.
2004-01-20 03:41:02 +00:00
d1e5e15856 - Added X-Windows stuff for detection code
- Added HAVE_X_WINDOWS define
- Updated with new GUI files and move of XercesErrorHandler
- Removed optimizations that are specific to my computer

This was SVN commit r150.
2004-01-20 02:29:54 +00:00
46b7ae429f X-Windows current resolution code
This was SVN commit r149.
2004-01-20 02:28:54 +00:00
6b5894f54c [CVS Testing] Adding as new user.
This was SVN commit r148.
2004-01-20 02:28:03 +00:00
MarkT
8536a35c8c [CVS Testing] Adding entity-base files.
This was SVN commit r147.
2004-01-20 01:51:06 +00:00
Gee
ff393423f5 just moved the variable declaration out of the for loops when the same was used twice. vc6 doesn't like it since it doesn't scope the for-header.
This was SVN commit r145.
2003-12-27 07:24:41 +00:00
Gee
a08cbd2f74 vc6 mods
This was SVN commit r144.
2003-12-27 07:23:47 +00:00
Gee
93caa8ce83 New and moved files, linkage problem with SocketBase.
This was SVN commit r143.
2003-12-27 07:22:18 +00:00
Gee
511f4b249f New and moved files
This was SVN commit r142.
2003-12-27 06:29:28 +00:00
Gee
e21ebb37f5 Major updates
This was SVN commit r141.
2003-12-27 06:26:03 +00:00
Gee
8feff097c4 Moved from gui/ to ps/
This was SVN commit r139.
2003-12-27 06:22:28 +00:00
73771118b7 IPv6 Compatability (DLL-detection aware), added GetString() and GetPort() to SocketAddress, Documentation
This was SVN commit r138.
2003-12-10 19:39:22 +00:00
50ad3a0e42 Cleanup, WSAAsyncSelect moved to win.h
This was SVN commit r137.
2003-12-10 19:34:39 +00:00
95b082e6e1 linux compat, uint seems to be a define
This was SVN commit r136.
2003-12-10 19:33:42 +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
68493a5a20 Oh My God! I broke it! - But it should be fixed now
This was SVN commit r133.
2003-12-01 12:14:21 +00:00
Gee
d082065d71 no message
This was SVN commit r131.
2003-12-01 07:26:50 +00:00
Gee
0b30254e5c no message
This was SVN commit r130.
2003-12-01 07:14:29 +00:00
Gee
88fd3952d8 "../ps/<file>" => "<file>" ... part not needed
This was SVN commit r129.
2003-12-01 07:07:58 +00:00
Gee
512bfd4067 no message
This was SVN commit r128.
2003-12-01 07:06:55 +00:00
0ee356766b Fixed the RunWaitLoop, and some thread issues with it. Fixed similar glitches in StreamSocket as well
This was SVN commit r127.
2003-11-30 17:00:27 +00:00
323c58f945 Updated debug messages and changes for the new serialization framework
This was SVN commit r126.
2003-11-30 16:54:11 +00:00
25e70cdbf8 CSocketInternal initializer fix
This was SVN commit r125.
2003-11-30 16:43:42 +00:00
785a6f1290 profiling and run targets, descriptions in readme.txt
This was SVN commit r124.
2003-11-30 16:41:21 +00:00
e9b219f8a4 CStr serialization support, a couple of _long -> size_t to get rid of warnings
This was SVN commit r123.
2003-11-30 16:39:22 +00:00
6026b76adc Updated serialization framework with support for arbitrary object types
This was SVN commit r122.
2003-11-30 16:36:43 +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
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
4904af2584 New terrain files
This was SVN commit r113.
2003-11-27 19:02:22 +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
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