1
0
forked from 0ad/0ad
Commit Graph

264 Commits

Author SHA1 Message Date
0b3d0c9e5c small interface changes to bring in line with vfs and file
This was SVN commit r386.
2004-06-03 13:57:36 +00:00
cb75497412 documentation! w00t
This was SVN commit r385.
2004-06-03 13:57:00 +00:00
d9b1daf2e4 restored fminf
This was SVN commit r384.
2004-06-03 13:35:39 +00:00
MarkT
d32be2011f Pathfinding tweaks; coldet fixes.
This was SVN commit r379.
2004-06-03 02:20:48 +00:00
4daa183dd3 stripped some headers from deprecated prometheus.h => huge rearrange
This was SVN commit r378.
2004-06-03 01:43:33 +00:00
2339389870 implemented refcount for mmap
This was SVN commit r376.
2004-06-03 00:27:50 +00:00
2d51e32878 some bulletproofing; completed+documented mmap
This was SVN commit r373.
2004-06-03 00:17:24 +00:00
f84bc36ca3 moved fminf+fmaxf to sysdep
This was SVN commit r372.
2004-06-02 21:50:50 +00:00
af3949ab7a updated file mapping (was partially unimplemented)
This was SVN commit r371.
2004-06-02 20:41:05 +00:00
b82d4dd4b3 removed misc.h - name tells me it isn't necessary ;) everything moved into lib.h
This was SVN commit r368.
2004-06-02 19:02:12 +00:00
d94c41fe9c fixed incorrect endian detect macro
This was SVN commit r366.
2004-06-02 17:40:43 +00:00
0ce04bf73f no message
This was SVN commit r364.
2004-06-02 16:59:12 +00:00
f8dafe455d CVS dirs are skipped when mounting
This was SVN commit r362.
2004-06-02 16:58:35 +00:00
719b8f1074 fixed *nix libpng include fix
This was SVN commit r361.
2004-06-02 16:33:59 +00:00
4ba7fc3b7c yet more tree_lookup fixes for bug pointed out by simon
This was SVN commit r358.
2004-06-02 16:12:13 +00:00
85f335e0fe fixed tree_lookup - now allows dir names (with optional trailing slash)
This was SVN commit r354.
2004-06-02 15:32:42 +00:00
c0d33d3330 Linux/GCC compat, a few newlines at end of file, minor changes
This was SVN commit r353.
2004-06-02 15:31:55 +00:00
270aa5974e - endian ifdefs => __BYTE_ORDER == __BIG_ENDIAN
- round moved to sysdep with _MSC_VER ifdefs
- alternative CHECK_ERR macro (in lib.h)
- some linux compat stuff

This was SVN commit r350.
2004-06-02 15:15:12 +00:00
f1a3cd9e31 ../lib/lib.cpp
This was SVN commit r349.
2004-06-02 15:12:48 +00:00
016ca6ed06 fixed gcc error with asm code
This was SVN commit r347.
2004-06-02 15:00:23 +00:00
48d981b030 - Added a OS_UNIX define for unix variants (Linux and Mac OS X)
- OS_UNIX => HAVE_GETTIMOFDAY
- OS_LINUX => HAVE_X

This was SVN commit r346.
2004-06-02 14:31:27 +00:00
9bdbc49306 now pull in .lib file via source (more convenient than using project settings)
This was SVN commit r339.
2004-06-02 01:07:25 +00:00
kezz
11979a48fa kezz - adding preliminary sound code
This was SVN commit r336.
2004-06-01 22:19:53 +00:00
3721e05a74 There was a presumably unnecessary unmatched { in misc.h. Updated it to avoid compiler error.
This was SVN commit r335.
2004-06-01 20:03:24 +00:00
3abf9ac4b5 lots of type fixes; types.h is now a convenience wrapper on top of the standard uintN_t routines
This was SVN commit r334.
2004-06-01 17:34:12 +00:00
3856c2ab1e removed - conflicts with headers on *nix. functionality moved into wsdl
This was SVN commit r333.
2004-06-01 16:52:30 +00:00
5af6d6007b removed endian.* and rolled it into (w)sdl
This was SVN commit r329.
2004-05-31 12:21:14 +00:00
47a4af4c82 fixed bug found via mem leak: handles now closed at exit regardless of refcount
This was SVN commit r323.
2004-05-30 00:57:20 +00:00
1eaadd38aa ran everything though mark's newline stomper.
This was SVN commit r322.
2004-05-30 00:46:58 +00:00
notpete
726d5a6adf Added glDrawRangeElements to function list.
This was SVN commit r297.
2004-05-29 20:46:02 +00:00
notpete
86eaf95476 Added function for retrieving GL texture object from a texture handle.
This was SVN commit r296.
2004-05-29 20:45:18 +00:00
27f8a68de3 some smaller fixes
This was SVN commit r293.
2004-05-29 12:04:42 +00:00
1c5a2d8f10 started vfs enumerate directory support, not finished or functional
This was SVN commit r292.
2004-05-29 12:00:53 +00:00
672c25084b fixed log location; win code modules now register init/shutdown (=> less dependencies, more control over init order)
This was SVN commit r277.
2004-05-27 17:30:06 +00:00
bb3db6daf8 fixed remnant of set-root-dir problem; now finally works correcly when started from batch file. no extra path/chdir necessary.
This was SVN commit r276.
2004-05-27 01:11:21 +00:00
9aacf9b4bf no message
This was SVN commit r275.
2004-05-27 00:29:54 +00:00
MarkT
51375831f1 Desync-ed unit motion.
This was SVN commit r274.
2004-05-26 23:47:46 +00:00
0c8ea18853 upgrade to new libpng and zlib (see announcements thread)
This was SVN commit r270.
2004-05-26 19:28:42 +00:00
6c608edd60 linefix stomped everything :P
This was SVN commit r266.
2004-05-25 23:16:21 +00:00
3ae2db717d more warning fixes. added missing wfam.h
This was SVN commit r262.
2004-05-25 00:34:19 +00:00
MarkT
6ef97a6e9a Yet more warnings resolved; SDL gamma option added to command line.
This was SVN commit r261.
2004-05-24 21:28:49 +00:00
df6fceba62 fixed some signed/unsigned warnings; added gamma control via SDL
This was SVN commit r258.
2004-05-24 20:25:48 +00:00
53e8734d4f quick fix: suppress windows "drive empty" warnings reported by chad
This was SVN commit r242.
2004-05-18 01:29:10 +00:00
34c3c12934 fixes for VC6 build problems reported by Stu.
This was SVN commit r239.
2004-05-18 00:38:39 +00:00
556afb4a5c fixed current directory problem. added healthy does of paranoia to file_rel_chdir, and removed bogus chdir from main.cpp (from test code)
This was SVN commit r238.
2004-05-17 13:23:39 +00:00
b709de582d adding endian routines i wrote independently; maybe it's useful, and less clutter in cvs ;)
This was SVN commit r237.
2004-05-17 12:19:47 +00:00
fbba2e463d merged in rich's demo
This was SVN commit r236.
2004-05-16 03:31:29 +00:00
notpete
7b2a86a862 Added support for mipmapping DDS textures
This was SVN commit r229.
2004-05-15 17:47:48 +00:00
44d4621ea4 fixed stupid stat bug reported by rich
This was SVN commit r228.
2004-05-15 03:02:26 +00:00
c6054e9c4f automagic reload implemented (vfs and file monitor)
This was SVN commit r227.
2004-05-14 21:20:23 +00:00
76b52d1d8a remove vc6,vc7; use premake instead (will generate workspace in workspaces\vc7 , vc6)
This was SVN commit r226.
2004-05-13 17:23:07 +00:00
d1036b9a18 VFS updates; texture reloading now works, tex.cpp is WIP
This was SVN commit r223.
2004-05-13 13:52:48 +00:00
9f3714a789 precompiled headers. need to change workspace settings for them to take effect
This was SVN commit r222.
2004-05-08 01:18:15 +00:00
f383cfd4a8 fix for vc7 (incomplete type in container). also some updates to vfs
This was SVN commit r221.
2004-05-08 01:11:51 +00:00
591c02acb0 no message
This was SVN commit r218.
2004-05-07 01:27:05 +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
6869ffd9a5 no message
This was SVN commit r213.
2004-04-24 16:52:39 +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
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
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
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
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
a470253b0b big merge goes linux! ; )
This was SVN commit r171.
2004-03-04 20:36:31 +00:00
a8d448ad19 no message
This was SVN commit r167.
2004-03-03 15:16:20 +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
58ab55ab78 removed files that have since been renamed or moved
This was SVN commit r161.
2004-03-03 00:03:37 +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
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
46b7ae429f X-Windows current resolution code
This was SVN commit r149.
2004-01-20 02:28:54 +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
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
3ed6b3ac34 WSAGetLastError
This was SVN commit r109.
2003-11-25 21:19:00 +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
6a16c4d766 More socket functions and defines added
This was SVN commit r79.
2003-11-24 22:28:19 +00:00
Gee
5122b0f906 no message
This was SVN commit r74.
2003-11-24 02:18:41 +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
48e4105926 fixed conflict between posix.h, windows.h
This was SVN commit r42.
2003-11-06 20:10:37 +00:00
b5ec2ceec3 no message
This was SVN commit r29.
2003-11-05 22:35:14 +00:00
88bbb5148a no message
This was SVN commit r27.
2003-11-05 16:52:41 +00:00
b3eb51a7f7 no message
This was SVN commit r15.
2003-11-04 19:37:19 +00:00
e614d0265a no message
This was SVN commit r14.
2003-11-04 19:31:59 +00:00
067cfcee88 no message
This was SVN commit r13.
2003-11-04 18:30:08 +00:00
5cc814759f Initial revision
This was SVN commit r9.
2003-11-03 16:22:45 +00:00