1
0
forked from 0ad/0ad
Commit Graph

24156 Commits

Author SHA1 Message Date
55126a5843 moved premake to source/workspaces. would move vc* into that dir as well, but cannot remove from cvs for some reason :S
This was SVN commit r217.
2004-05-07 01:25:50 +00:00
5b5726ed4d merge of (work in progress) VFS code with new dir layout
This was SVN commit r216.
2004-05-06 17:14:30 +00:00
81b6dac486 executable and dlls now in /system;
all data in data/mods/official

This was SVN commit r214.
2004-05-06 17:06:20 +00:00
6869ffd9a5 no message
This was SVN commit r213.
2004-04-24 16:52:39 +00:00
89e6fdfbaf Initial Commit
This was SVN commit r209.
2004-04-18 13:48:28 +00:00
bf67d07b8f Include CLogger.h
This was SVN commit r208.
2004-04-14 21:56:41 +00:00
21f7b63a36 New terrain stuff, CLogger
This was SVN commit r207.
2004-04-14 21:55:24 +00:00
d736ac7026 CLogger Initial Commit
This was SVN commit r206.
2004-04-14 21:52:59 +00:00
28bd6e0510 Added mods/official VFS mount, for the Prometheus Directory Tree
This was SVN commit r205.
2004-04-13 16:57:51 +00:00
aa2999a865 - Extended tex_info for terrain stuff
- Commented out assertion (due to the file size bug)

This was SVN commit r204.
2004-04-13 16:55:55 +00:00
d4ca9695d7 Changed terrain stuff from ScEd 0.0.5.2
This was SVN commit r203.
2004-04-13 16:54:34 +00:00
0cd2d55569 First file in CVS to use the Prometheus Directory Tree! Hooray ;-)
This was SVN commit r202.
2004-04-13 14:38:49 +00:00
6abf0e5b5d New terrain files from ScEd 0.0.5.2
This was SVN commit r201.
2004-04-13 11:09:36 +00:00
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
fa884d356d Changed keys[] size from 256 to SDLK_LAST (SDL has keycodes over 255)
This was SVN commit r192.
2004-03-29 13:23:25 +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
Ben
16c7c585ee Altered to better comply with coding standards.
This was SVN commit r188.
2004-03-08 20:21:46 +00:00
23e35513d3 - Naming Convention\n- Documentation\n- Cleanup
This was SVN commit r187.
2004-03-08 02:11:41 +00:00
f2de345f5e - Naming Convention changes
- windows compat

This was SVN commit r186.
2004-03-08 02:10:37 +00:00
f0bd3c597e - Naming Convention\n- Cleanup
This was SVN commit r185.
2004-03-08 02:08:12 +00:00
c7e551a82b Fixed a bug with integer deserialization, where the network size is less
than the code size

This was SVN commit r184.
2004-03-08 02:07:31 +00:00
65c5e0d6b0 Naming Convention changes
This was SVN commit r183.
2004-03-08 02:06:38 +00:00
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