Commit Graph

5288 Commits

Author SHA1 Message Date
40a7da782e warning fixes
GameSetup.cpp: add support for new internal/public mod layout

This was SVN commit r6393.
2008-09-18 11:31:12 +00:00
c4654fd8fa bits: avoid sign conversion warning
debug: cleanup
ogl_tex, tex: use full-width types to avoid truncation warnings
wdbg_sym.cpp: skip __suppress and __profile symbols; add additional hex
display for floats; cleanup
wdll_ver.cpp: cppdoc+cleanup (remove non-reentrant C interface, replace
with std::string)
sysdep: add cppdoc

everything else: flag parameters are now consistently size_t instead of
int (avoids warnings, allows slightly better code on x64)

This was SVN commit r6392.
2008-09-18 11:27:55 +00:00
34f1817869 Splitting Internal with Public
This was SVN commit r6391.
2008-09-18 04:38:42 +00:00
9de64fd11c Renaming official to internal - Part 2
This was SVN commit r6390.
2008-09-18 02:29:00 +00:00
b4460d7762 Renaming official to internal - Part 1
This was SVN commit r6389.
2008-09-18 02:14:05 +00:00
acdfee9fa3 Death tree
This was SVN commit r6385.
2008-09-18 00:22:22 +00:00
2c6a2c1572 Fixed some string type conversion problems for GCC
This was SVN commit r6384.
2008-09-17 15:55:04 +00:00
61bad0b2e4 This was SVN commit r6383. 2008-09-17 08:20:49 +00:00
473dc6df14 This was SVN commit r6378. 2008-09-17 02:24:26 +00:00
1aa1735045 This was SVN commit r6377. 2008-09-17 02:21:20 +00:00
853be57820 This was SVN commit r6376. 2008-09-17 02:20:35 +00:00
4132549c2c 64-bit fixes (the parts of lib/ in use at work are now fully operational in 64-bit mode)
- x86_x64.cpp: fix: test ARCH_AMD64 instead of ARCH_IA32 because both
are defined on x64
- manifest.cpp: fix processor architecture
- wdbg_heap.cpp: only enable on ia32
- winit, wstartup: take (lack of) name mangling into account

compiler.h: add STRINGIZE and DECORATED_NAME for use by winit
dir_watch: fix: smart pointers were never actually released due to a
remaining reference

This was SVN commit r6375.
2008-09-16 17:46:45 +00:00
1d5c796a79 This was SVN commit r6374. 2008-09-16 09:24:14 +00:00
9d0956d0b3 This was SVN commit r6373. 2008-09-16 08:38:49 +00:00
b35372599f This was SVN commit r6372. 2008-09-16 08:05:55 +00:00
c8345da333 This was SVN commit r6371. 2008-09-16 06:14:18 +00:00
127ee136f2 This was SVN commit r6370. 2008-09-16 05:19:35 +00:00
16cfd12b3a This was SVN commit r6369. 2008-09-15 21:29:23 +00:00
998226f917 This was SVN commit r6368. 2008-09-15 20:57:18 +00:00
6333a6e58b This was SVN commit r6367. 2008-09-15 20:42:46 +00:00
1962e7c896 This was SVN commit r6366. 2008-09-15 06:12:34 +00:00
fb5e5eb996 This was SVN commit r6365. 2008-09-14 01:34:15 +00:00
7cbe3dcde3 This was SVN commit r6364. 2008-09-14 00:55:10 +00:00
0138dd0114 This was SVN commit r6363. 2008-09-14 00:12:50 +00:00
5f31d8d8a8 This was SVN commit r6362. 2008-09-13 23:55:37 +00:00
af51472624 This was SVN commit r6361. 2008-09-13 23:08:56 +00:00
52c0e46f81 This was SVN commit r6360. 2008-09-13 23:07:47 +00:00
e2a39dd356 This was SVN commit r6359. 2008-09-13 20:19:40 +00:00
5072808010 This was SVN commit r6358. 2008-09-13 02:26:36 +00:00
b8ce254203 This was SVN commit r6357. 2008-09-12 18:49:19 +00:00
646f878f40 This was SVN commit r6356. 2008-09-12 00:47:42 +00:00
b6c26a08c0 This was SVN commit r6355. 2008-09-11 07:14:29 +00:00
7862536717 Added "root" prop-point to Actor Editor dropdown list
This was SVN commit r6354.
2008-09-10 22:22:28 +00:00
4425489c12 Added automatic "root" prop-point to meshes from the Collada converter.
Fixed reported actor name in prop-not-found error messages.

This was SVN commit r6352.
2008-09-09 22:30:14 +00:00
4a54a2ab78 This was SVN commit r6351. 2008-09-09 08:08:01 +00:00
629e39c3aa This was SVN commit r6350. 2008-09-08 06:28:02 +00:00
34a3c09743 This was SVN commit r6349. 2008-09-08 06:27:44 +00:00
9594932c0c This was SVN commit r6348. 2008-09-08 06:05:32 +00:00
96a4ba5408 This was SVN commit r6347. 2008-09-08 05:31:16 +00:00
6b8385901e This was SVN commit r6346. 2008-09-08 05:06:47 +00:00
f3105ae951 This was SVN commit r6345. 2008-09-08 05:06:20 +00:00
4d8f41f3aa Minor Collada-converter bug fixes
This was SVN commit r6342.
2008-09-07 23:11:29 +00:00
8b1d4b5b9a This was SVN commit r6340. 2008-09-07 22:56:39 +00:00
1a7c55c0c6 This was SVN commit r6337. 2008-09-06 21:46:48 +00:00
2787d91f23 This was SVN commit r6336. 2008-09-06 21:37:07 +00:00
2624069993 replace most BIT macros with a Bit() template for better 64-bit safety
test_bits: add tests for all routines in bits.h
hpet: add safety check
unit.h, bits.h, DOMEvent.h: change T(~0) to ~T(0) (required when T is
64-bit)

This was SVN commit r6335.
2008-09-06 21:15:53 +00:00
c15cbe12d4 now load files from "public" mod unless onlyPublicFiles is on cmdline (see http://www.wildfiregames.com/forum/index.php?s=&showtopic=11983)
instead of checking if the public mod exists, remove the windows-only
wfilesystem assert and another in file_system_posix so that the 'error'
is gracefully handled.

This was SVN commit r6334.
2008-09-06 21:12:36 +00:00
a6499ff319 fix: ensure directory is populated despite multiple Attach operations
refactor: move populate logic to separate file; VfsDirectory now only
provides the realDirectory storage, while Attach() responsibility is
moved to vfs_populate.

This was SVN commit r6333.
2008-09-06 21:09:58 +00:00
9c192df1bb This was SVN commit r6331. 2008-09-06 08:09:22 +00:00
6163b2ac52 This was SVN commit r6330. 2008-09-04 07:09:24 +00:00