Ykkrosh
5b7ea2371f
Fix some line endings.
...
This was SVN commit r9093.
2011-03-21 22:47:02 +00:00
Ykkrosh
83271ec816
Fix build errors.
...
Fix VFS root directory failing IsDirectory, which breaks the search for
textures.xml.
Fix incompatible change to loose cache name determination.
This was SVN commit r9092.
2011-03-21 21:06:08 +00:00
janwas
c3405e6f50
path improvements/fixes:
...
- replace more std::wstring with Native or VfsPath; wstring_from_utf8 ->
NativePathFromString
- replace sequences of Join(Path(), Basename+extension) with
ChangeExtension in wsdl, CacheLoader
- add Path::IsDirectory to replace .empty() / path_is_dir_sep(.back()).
also changed behavior to reflect the fact that "" is the VFS root
_directory_
- Path::Join now allows 2 identical path types (e.g. VfsPath) or one
char* literal (prevents inadvertently introducing non-safe characters).
to convert from wstring or wchar_t, use an explicit ctor (e.g.
VfsPath(wchar_t_string))
This was SVN commit r9091.
2011-03-21 19:54:08 +00:00
janwas
6d25329412
# towards locale-independent pathnames on Linux
...
c.f.
http://www.wildfiregames.com/forum/index.php?showtopic=14541&st=0&p=217250&#entry217250
and 2011-03-19 meeting
This was SVN commit r9090.
2011-03-21 17:53:13 +00:00
ShieldBearer
1da78409f9
New icon for celtic kennel
...
This was SVN commit r9089.
2011-03-21 11:57:49 +00:00
janwas
9a22dc1351
warning fixes
...
This was SVN commit r9088.
2011-03-21 11:55:49 +00:00
janwas
cec05f02ea
fix insidious OpenAL issue: the spec doesn't guarantee 0 isn't a valid source name => we need to use an out-of-band mechanism for specifying whether the source is valid.
...
refs #557
This was SVN commit r9087.
2011-03-20 16:40:36 +00:00
Ykkrosh
2392eb6720
Skip reporting caches that were initialised but never filled in
...
This was SVN commit r9086.
2011-03-19 15:17:14 +00:00
Ykkrosh
44e1a863e1
Fix cache detection assertion failure
...
This was SVN commit r9085.
2011-03-19 15:16:14 +00:00
Ykkrosh
0af8cdc54a
Fix likely cache table typos, based on Intel Software Developer's Manual.
...
This was SVN commit r9084.
2011-03-19 15:03:25 +00:00
janwas
fb499ff0d0
further refactoring of new cache detect code
...
- add invariant - level/type are always valid, numEntries indicates
whether the cache is actually present and not disabled
- handle pseudo-descriptors 0xF0 and F1 (avoids warning)
This was SVN commit r9083.
2011-03-19 12:48:56 +00:00
historic_bruno
4ae8cfe858
Converted remaining old scenarios to the latest format (version 5). Support will soon be dropped from MapReader.
...
This was SVN commit r9082.
2011-03-19 00:04:55 +00:00
Ykkrosh
89b7b6b52d
Avoid divide-by-zero on AMDs with missing caches
...
This was SVN commit r9081.
2011-03-18 19:48:54 +00:00
Ykkrosh
25524dc99f
Fix tests
...
This was SVN commit r9080.
2011-03-18 19:35:31 +00:00
Ykkrosh
22a651bb86
Fix assertion failure when no L3 cache.
...
Fix typo.
This was SVN commit r9078.
2011-03-18 18:42:10 +00:00
Ykkrosh
ecbd0ae31b
Fix Windows build.
...
Improve compatibility with GL1.3.
This was SVN commit r9077.
2011-03-18 18:07:18 +00:00
Ykkrosh
d805e764c5
# Render unit silhouettes when behind buildings.
...
Fixes #144 .
Start using stencil buffer.
Simplify materials a little.
This was SVN commit r9076.
2011-03-18 16:57:54 +00:00
Ykkrosh
d49994a0b4
Explicitly clamp gl_FrontColor, for llvmpipe compatibility
...
This was SVN commit r9075.
2011-03-18 16:55:51 +00:00
janwas
5b91e2d7ab
move cache detection into separate file.
...
add support for CPUID.2 cache descriptors (many Bothans died to bring us
this information)
simplify the API - use one structure to describe cache and TLB; only one
accessor for both.
HWDetect: version change, since dtlbs and itlbs are no longer
distinguished
fixes #752
This was SVN commit r9074.
2011-03-18 16:44:03 +00:00
Mythos_Ruler
875fce5e63
This was SVN commit r9073.
2011-03-17 07:52:01 +00:00
Mythos_Ruler
f73aff7016
Fixed parent code.
...
This was SVN commit r9072.
2011-03-17 07:50:03 +00:00
Mythos_Ruler
b6cc8e9cf6
The Big Iberian Move™.
...
This was SVN commit r9071.
2011-03-17 07:31:58 +00:00
Mythos_Ruler
be59aa012d
Iberian shield actors.
...
This was SVN commit r9070.
2011-03-17 06:05:50 +00:00
Mythos_Ruler
730a119e4f
Moving stuff from Internal to Public. Ongoing project.
...
This was SVN commit r9069.
2011-03-17 06:03:54 +00:00
Mythos_Ruler
d3ec3e7c7f
This was SVN commit r9068.
2011-03-17 06:02:34 +00:00
historic_bruno
e47e916853
This was SVN commit r9067.
2011-03-17 01:31:56 +00:00
Mythos_Ruler
78a54071c4
#Implemented remaining decals.
...
This was SVN commit r9066.
2011-03-15 22:07:22 +00:00
Ykkrosh
9659ec298b
Fix off-by-one error in date logging, and rearrange to standard format.
...
This was SVN commit r9065.
2011-03-15 20:29:29 +00:00
Ykkrosh
e70fae8d80
Stop using glMultiDrawElements since it's too buggy
...
This was SVN commit r9064.
2011-03-14 21:57:09 +00:00
Ykkrosh
099dbdb24a
Fix use of uninitialised variable
...
This was SVN commit r9063.
2011-03-14 21:54:44 +00:00
Ykkrosh
5fa577ea25
Attempt to fix shadowAlphaFix to generate FBOs in a more widely supported format
...
This was SVN commit r9062.
2011-03-14 02:50:43 +00:00
Ykkrosh
612539f109
Don't bother creating shadow textures if shadows are disabled
...
This was SVN commit r9061.
2011-03-14 02:49:53 +00:00
Mythos_Ruler
f0f87796f0
Farm field edit for decal
...
This was SVN commit r9060.
2011-03-13 23:56:22 +00:00
Mythos_Ruler
28096de106
My first try at making a decal. :)
...
This was SVN commit r9059.
2011-03-13 23:24:40 +00:00
Ykkrosh
8bb5f2e480
Add missed file
...
This was SVN commit r9057.
2011-03-13 19:44:06 +00:00
Ykkrosh
77e2130ff2
Replace some decal meshes with real decals
...
This was SVN commit r9056.
2011-03-13 19:26:01 +00:00
Ykkrosh
d24c93237c
# Initial version of terrain decal textures.
...
Rejig CModel to support non-mesh-based props.
Avoid redundant recomputation for non-moving CRenderableObjects.
This was SVN commit r9055.
2011-03-13 19:22:05 +00:00
Ykkrosh
ba8163e248
# Explicitly triangulate terrain tiles.
...
Store blend splats as indexed triangles.
Remove unnecessary copy of vertex data.
Fixes #169 .
This was SVN commit r9054.
2011-03-13 19:10:38 +00:00
Ykkrosh
fc2c54c39f
# Optimise terrain renderer.
...
Batch patch splats by texture match.
Use VBOs for patch indices.
Fixes #722 .
This was SVN commit r9053.
2011-03-13 19:06:33 +00:00
Ykkrosh
2f28b07356
Support storing index data in VBOs.
...
Use index VBOs in model renderers, for performance.
Be more explicit about static/dynamic VBOs.
Add VBO usage to renderer stats.
Clean up some obsolete unused code.
This was SVN commit r9052.
2011-03-13 18:58:09 +00:00
Ykkrosh
b70a0a5b5a
Latest version of user-report server code
...
This was SVN commit r9051.
2011-03-12 02:36:20 +00:00
janwas
a0a245d0ec
sync with work. add u8_from_larger, sys_IsDebuggerPresent, wdll_main.h;
...
robustify waio file mode and remove a safety check (since
OVERLAPPED.Internal is documented to be subject to change)
This was SVN commit r9050.
2011-03-11 16:29:27 +00:00
feneur
6abd49d60a
#Added link to online manual (from in-game manual). Also updated the year in the "about box" from 2010 to 2011.
...
This was SVN commit r9049.
a04
2011-03-10 17:37:29 +00:00
Ykkrosh
51b58328f7
Fix negative 'unlogged' time in profiler at start of game.
...
Remove redundant Reset call.
This was SVN commit r9047.
2011-03-08 16:58:07 +00:00
Ykkrosh
8a0cbe009a
Stop the AI wasting time chasing after any animals except chickens.
...
Make the AI behave better when it can't find any viable food sources.
This was SVN commit r9046.
2011-03-08 01:40:44 +00:00
Ykkrosh
9787f963ba
Minor adjustments to feedback details
...
This was SVN commit r9045.
2011-03-08 01:34:25 +00:00
Pureon
910c1b7c67
make bridge unselectable entity
...
This was SVN commit r9044.
2011-03-08 00:09:17 +00:00
Pureon
a77c807e06
Simple bridge demo map
...
This was SVN commit r9043.
2011-03-07 22:31:00 +00:00
Ykkrosh
18f44bebbc
Add workaround for missing tree shadows on certain graphics drivers
...
This was SVN commit r9042.
2011-03-07 00:34:03 +00:00
Pureon
21785dc97c
hele wall and wall tower obstruction stat changes
...
This was SVN commit r9041.
2011-03-06 14:38:06 +00:00