11608 Commits

Author SHA1 Message Date
Jason Yeung
a8836281a4 - Fix for the ships 2006-12-14 02:28:26 +00:00
Darren Ranalli
8a44e44a35 first rev 2006-12-14 01:52:40 +00:00
aignacio_sf
12e38ec7a7 Add stencil buffer clear.
Remove non working code.
2006-12-13 19:29:41 +00:00
aignacio_sf
6ec87e2506 Add stencil buffer clear. 2006-12-13 19:27:51 +00:00
David Rose
038ab01257 automatic build 2006-12-12 08:08:54 +00:00
Justin Butler
09dc7c7ea9 Change for pirates to handle custom functionality when an object gets a new location on a grid (initially used for detecting grid area changes, such as leaving one ocean area, entering another). 2006-12-11 20:03:56 +00:00
aignacio_sf
f3a4ac2e3d Fix bad formatting. 2006-12-11 18:55:07 +00:00
Darren Ranalli
5cef07f324 added logMethodCalls 2006-12-09 03:12:35 +00:00
Joseph Lee
041f2b1d7b use PN_int types, not undefined raw uint32 2006-12-08 23:54:42 +00:00
aignacio_sf
65aee90d3c Add detection for:
Texture::F_rgba16
Texture::F_rgba32

Change Lru debug display to error level, so it can still display in OPT4.

Set shader model to 0 if Cg is not used.
2006-12-08 22:46:04 +00:00
aignacio_sf
c8c7eaf6fb Add support for:
Texture::F_rgba16
Texture::F_rgba32
2006-12-08 22:44:06 +00:00
aignacio_sf
6bb18ad099 Add:
bool _supports_rgba16f_texture_format;
  bool _supports_rgba32f_texture_format;
2006-12-08 22:41:29 +00:00
aignacio_sf
b1131ae0da Add support for:
F_rgba16,  // 16 bits per R,G,B,A channel
    F_rgba32,  // 32 bits per R,G,B,A channel
2006-12-08 22:29:23 +00:00
aignacio_sf
82ee360915 Display more information for list_contents. 2006-12-08 22:24:43 +00:00
aignacio_sf
af8a72f828 Add list_contents function that takes no parameters which outputs to cout thus making it callable in Python.
Format the output so it is a bit easier to read.
2006-12-08 03:38:52 +00:00
aignacio_sf
335d5a8ade Add a version of list_contents that does not take any parameters so it can be used in Python.
Output more information in list_contents and reformat output.
2006-12-07 00:41:20 +00:00
Josh Wilson
41d23c0e92 try/except existence of __dev__ in report 2006-12-06 21:54:14 +00:00
Asad M. Zaman
cecfabbcd9 found a better mechanism to immobilize the avatar 2006-12-06 21:34:30 +00:00
Asad M. Zaman
cf7a21d264 immobilize the avatar 2006-12-06 21:22:17 +00:00
Josh Wilson
7c37ba0572 added ArcEmitter 2006-12-06 03:07:20 +00:00
Josh Wilson
955dc0b9c0 formatting 2006-12-06 03:06:36 +00:00
Joseph Lee
5bdafb5f0c always include assert.h (for MSVC) until drose unbreaks it for opt4 for the newly moved files from interrogatedb to dtoolutil 2006-12-05 02:18:58 +00:00
aignacio_sf
d988c266c1 Optimize Lerp. Comment out expensive debug statement. 2006-12-04 20:00:24 +00:00
Joseph Lee
39064a9262 o use MT if static build for RELEASEFLAGS
o optimize for P4 cpus and up (still backwards compatible)
2006-12-02 02:00:59 +00:00
Zachary Pavlov
d38126f0c9 tree fix! 2006-12-01 19:50:31 +00:00
Darren Ranalli
5a74547c6a fixed comment 2006-12-01 02:03:33 +00:00
Darren Ranalli
214ade7c18 don't treat duplicate removes as errors on live 2006-11-30 22:06:06 +00:00
Darren Ranalli
ed32a262f4 enable verbose-repository in non-debug 2006-11-30 02:35:13 +00:00
Justin Butler
4e4b15e7e2 change for editor to allow optional grid size args 2006-11-29 21:43:10 +00:00
Asad M. Zaman
fef4dbd9be changed a notify message 2006-11-29 21:42:26 +00:00
Josh Yelon
76a79efa5e Release notes for 1.3.2 2006-11-28 21:48:50 +00:00
Josh Yelon
cd2049fc7b Reversed y-dir of normals 2006-11-28 19:39:37 +00:00
David Rose
67d2f9d6e7 maybe we always want to be WIN32_LEAN_AND_MEAN 2006-11-28 00:54:02 +00:00
Zachary Pavlov
01c54a2d3c failsafe now in for systems without native 2006-11-27 20:52:21 +00:00
David Rose
2e8c8423e6 unregistered type 2006-11-27 19:32:38 +00:00
Zachary Pavlov
b96a29c9ce switching headers. Might help tau 2006-11-27 03:30:53 +00:00
Zachary Pavlov
a9966ec403 more tau fixes 2006-11-27 03:28:49 +00:00
Zachary Pavlov
58533ae46c fixes for tau 2006-11-27 03:27:55 +00:00
Zachary Pavlov
79f9d6c8b3 new tau setup 2006-11-27 03:19:35 +00:00
Zachary Pavlov
ac052ff0f0 cast fix 2006-11-27 03:18:56 +00:00
David Rose
090d0d8603 expcl 2006-11-24 23:55:51 +00:00
David Rose
795fd4889d windows needs default constructor? 2006-11-24 23:03:46 +00:00
David Rose
5779007507 more memory tracking stuff 2006-11-24 22:59:44 +00:00
Darren Ranalli
f5c32e7f28 prevent memory leaks 2006-11-23 04:30:40 +00:00
Darren Ranalli
785d78f6ec added temp getExitErrorCode, remove when TT is using the new launcher in production 2006-11-23 04:26:25 +00:00
aignacio_sf
c734cfa1e3 Do not reuse gsg. This fixes fullscreen/window display switching problems. 2006-11-22 19:19:51 +00:00
Darren Ranalli
567879b53a moved to OldClientRepository.py 2006-11-22 01:27:58 +00:00
Darren Ranalli
5bf77064e3 renamed to OldClientRepository 2006-11-22 01:26:48 +00:00
Darren Ranalli
6559f9b6f8 moved from ClientRepository.py to avoid confusion 2006-11-22 00:53:55 +00:00
Darren Ranalli
d61a90b934 moved from ClientRepository.py 2006-11-21 23:36:15 +00:00