aignacio_sf
|
331b759575
|
Add missing include files for non-composite builds.
|
2007-01-19 03:45:40 +00:00 |
aignacio_sf
|
9cee27e19d
|
Add missing include file.
|
2007-01-19 02:44:52 +00:00 |
aignacio_sf
|
dd52700ffa
|
replace UNIT with int
|
2007-01-19 02:26:58 +00:00 |
aignacio_sf
|
ba432d161a
|
Add display info.
|
2007-01-19 01:40:14 +00:00 |
aignacio_sf
|
9b6d67c32f
|
New display info.
|
2007-01-19 01:37:39 +00:00 |
aignacio_sf
|
483b663e31
|
Not needed.
|
2007-01-19 01:35:47 +00:00 |
aignacio_sf
|
32040726da
|
Display information detection code.
|
2007-01-19 01:35:07 +00:00 |
David Rose
|
69d203fe40
|
add preload-textures
|
2007-01-18 22:00:56 +00:00 |
David Rose
|
2b49dd6e5f
|
don't double-report texture mem usage in pstats
|
2007-01-18 20:11:44 +00:00 |
David Rose
|
6257151e81
|
fixes for small point rendering
|
2007-01-17 19:48:26 +00:00 |
David Rose
|
28110b2774
|
fix flattening 2-d objects
|
2007-01-17 02:27:36 +00:00 |
David Rose
|
a08852341c
|
fix crash when file added twice
|
2007-01-17 02:14:43 +00:00 |
David Rose
|
3f13ca0b90
|
build on windows
|
2007-01-17 00:15:19 +00:00 |
David Rose
|
f7265d310a
|
implement copy_bundle()
|
2007-01-16 23:12:43 +00:00 |
Zachary Pavlov
|
26b50ba6c9
|
oops, didn't need the set_root_xform
|
2007-01-16 18:08:22 +00:00 |
David Rose
|
6f319873d3
|
fix egg-emulate-bface to work properly with animated vertices
|
2007-01-16 17:33:46 +00:00 |
Zachary Pavlov
|
1d90acbb20
|
testing this out. Was able to play pirates with it
|
2007-01-14 21:46:25 +00:00 |
David Rose
|
fbc0febaf6
|
restore zac's fix, with new copy_node_pointers()
|
2007-01-12 18:26:29 +00:00 |
David Rose
|
d7ec81bcea
|
add useful inspection funcs
|
2007-01-12 17:44:29 +00:00 |
Asad M. Zaman
|
9d91854f33
|
reverting zac's change until consulted with Dave
|
2007-01-11 23:09:19 +00:00 |
aignacio_sf
|
8026a56920
|
Update LRU settings.
|
2007-01-11 19:49:12 +00:00 |
Zachary Pavlov
|
6c5a9f0309
|
partially removed legacy part code. TODO talk to dave for final fix
|
2007-01-10 23:59:58 +00:00 |
Zachary Pavlov
|
ccc84c8d48
|
removed legacy part code
|
2007-01-10 23:59:33 +00:00 |
David Rose
|
9253d0b298
|
egg-emulate-bface
|
2007-01-10 00:04:57 +00:00 |
Zachary Pavlov
|
be02db659d
|
added a geom tag, setPreserved, which prevents flattening
|
2007-01-08 22:59:05 +00:00 |
David Rose
|
cffaa54239
|
stop() should not activate animation
|
2007-01-05 18:43:56 +00:00 |
David Rose
|
737096d8fd
|
fix laggy dynamic joints when blends are in effect
|
2007-01-05 18:43:06 +00:00 |
aignacio_sf
|
deb3f12f1b
|
Add DirextX/driver managment options.
|
2007-01-04 01:47:15 +00:00 |
aignacio_sf
|
ca15a288a6
|
Add texture compression.
|
2007-01-03 01:55:22 +00:00 |
Darren Ranalli
|
ad7c978ef5
|
better hex output
|
2006-12-29 18:07:41 +00:00 |
Darren Ranalli
|
2a6b1cb479
|
added audioVolumeAttrib
|
2006-12-21 23:40:22 +00:00 |
aignacio_sf
|
65fca47e16
|
Add some support for 16 and 32 bits per color channel.
|
2006-12-20 19:08:16 +00:00 |
aignacio_sf
|
4d40265e24
|
Render target textures must not be compressed.
|
2006-12-20 02:21:11 +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 |
aignacio_sf
|
f3a4ac2e3d
|
Fix bad formatting.
|
2006-12-11 18:55:07 +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 |
Zachary Pavlov
|
d38126f0c9
|
tree fix!
|
2006-12-01 19:50:31 +00:00 |
Josh Yelon
|
cd2049fc7b
|
Reversed y-dir of normals
|
2006-11-28 19:39:37 +00:00 |
David Rose
|
2e8c8423e6
|
unregistered type
|
2006-11-27 19:32:38 +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 |
David Rose
|
5779007507
|
more memory tracking stuff
|
2006-11-24 22:59:44 +00:00 |
David Rose
|
f0df11bc39
|
fix malloc issues on windows
|
2006-11-17 23:21:33 +00:00 |