Mark Vejvoda
200031874c
- try to add special texture compression types from GL_3DFX_texture_compression_FXT1
2010-10-29 20:37:49 +00:00
Mark Vejvoda
d5018d217e
- try to add special texture compression types from GL_EXT_texture_sRGB
2010-10-29 19:58:43 +00:00
Mark Vejvoda
0e3ba69160
- try to add special texture compression types from GL_EXT_texture_sRGB
2010-10-29 19:55:47 +00:00
Mark Vejvoda
7ccca89dbf
- try to add special texture compression types from GL_EXT_texture_sRGB
2010-10-29 19:54:35 +00:00
Mark Vejvoda
1a32bf165e
- try to add special texture compression types from GL_EXT_texture_sRGB
2010-10-29 19:50:59 +00:00
Mark Vejvoda
32f429e3c3
- try to add special texture compression types from GL_EXT_texture_sRGB
2010-10-29 19:34:58 +00:00
Mark Vejvoda
ba8704c5bd
- try to add special texture compression types from GL_EXT_texture_sRGB
2010-10-29 19:29:26 +00:00
Mark Vejvoda
5888003aa6
- try to add special texture compression types from GL_EXT_texture_sRGB
2010-10-29 19:15:15 +00:00
Mark Vejvoda
d558d896d4
- try to add special texture compression types from GL_EXT_texture_sRGB
2010-10-29 19:02:23 +00:00
Mark Vejvoda
f0d9357d31
- try to add special texture compression types from GL_EXT_texture_sRGB
2010-10-29 18:54:55 +00:00
Mark Vejvoda
2cc28dda5e
- more logging on texture init errors
2010-10-29 18:44:07 +00:00
Mark Vejvoda
e0d338b583
- added more texture compression supported types
...
- some in progress work related to texture reloading
2010-10-29 16:27:22 +00:00
Mark Vejvoda
70927e5979
- added some console output to show which texture compression types the opengl driver supports
2010-10-29 00:45:09 +00:00
Mark Vejvoda
7f32456736
- changed default texture compression to non st3 for now
2010-10-28 22:07:44 +00:00
Mark Vejvoda
01c26b4224
- added the ability to track pixmap memory usage at start and end of a game
2010-10-28 21:06:20 +00:00
Mark Vejvoda
df3f56a451
- cleanup of texture compression. We output stats for textures that we attempt to compress and what percent they were compressed (before and after byte sizes)
2010-10-28 06:59:43 +00:00
Mark Vejvoda
de3a92081d
- a bunch of in progress work related to texture compression and more timely texture memory management cleanup. For now to test texture compression use the following ini setting: EnableTextureCompression=true
2010-10-28 00:51:25 +00:00
Mark Vejvoda
3c57f16a4a
- cleanup some compiler warnings in vc++ and removed commented out debug info for in progress texture compression
2010-10-27 17:06:40 +00:00
Mark Vejvoda
78f6f49cb6
- fixed shadow mapping by removing the use of the extension: GL_ARB_shadow_ambient
...
(thanks: asmodeus and Ishmaru)
- added some initial work for texture compression (but not active yet)
2010-10-27 15:04:47 +00:00
Mark Vejvoda
d5117ed7fa
- cleaned up a whole pile of compiler warnings
2010-10-21 07:20:17 +00:00
Mark Vejvoda
a84f0d1b6d
- bugfix to fallback to a default configured font if the specified font in the ini property fails to load. The default font is 'fixed' but can be overriden in the ini using:
...
DefaultFont=yourfonttype
2010-10-09 20:35:53 +00:00
Mark Vejvoda
0d050f62d4
- added code to now output all eerors to console (with option to save in log file)
...
- added more LUA debug info
2010-10-06 20:22:06 +00:00
Titus Tscharntke
268aa4793b
particle limits are back again
2010-10-06 17:04:51 +00:00
Titus Tscharntke
0e084cabd3
minifix for particles
...
transparency works a bit better with existing transparent models
2010-09-27 21:02:06 +00:00
Titus Tscharntke
3b1ef055b1
- new switch for unit_particle _systems called static-particle-count
...
- Bugfix for "wild particles". ( the splash particle systems never died before! )
- Better german language file ( cpu player have english words again, words like ultra are common enough in germany )
2010-09-25 14:38:00 +00:00
Titus Tscharntke
cd65927924
unit particles can now have float values for emission rates. This allows also emission rates smaller than 1 like 0.01 for example
2010-09-24 16:36:59 +00:00
Mark Vejvoda
f3ea511c40
- attempt to help poor kobe and his mad need to press E continuously
...
- also cleanup a memory leak from code that was thus far unused
2010-09-17 04:59:32 +00:00
Titus Tscharntke
3bfc7daddf
renderMapPreview nearly done.
2010-09-15 23:49:26 +00:00
Titus Tscharntke
6d8f0137f5
chat fixed, still struggling with positioning
2010-09-14 23:28:03 +00:00
Titus Tscharntke
a38778deb1
map preview is scree resolution resistant
2010-09-14 23:02:50 +00:00
Mark Vejvoda
7d6e21b1e7
- bugfix for mouse pointer rendering
2010-09-14 20:54:33 +00:00
Mark Vejvoda
689b810d46
- some cleanup related to image loaders (valgrind complaints)
2010-09-14 15:59:04 +00:00
Mark Vejvoda
25912fa2bb
- added proper constructor and initialize member vars
2010-09-14 06:36:55 +00:00
Mark Vejvoda
b95e2247cd
- moved map render logic into a shared base class
2010-09-14 06:02:35 +00:00
Mark Vejvoda
4ed2e4b013
- fixed more memory leaks found in texture readers
2010-09-07 21:53:45 +00:00
Mark Vejvoda
958184e018
- more memory cleanup
2010-09-07 21:01:22 +00:00
Mark Vejvoda
9817e8a860
- memory leak fixes
2010-09-07 17:30:13 +00:00
Mark Vejvoda
bf87b2c167
- fixed a memory leak in the png reader (using valgrind)
2010-09-07 15:18:35 +00:00
Mark Vejvoda
ca30612c9c
- attempt to cleanup particles when a unit is deleted
2010-09-06 17:52:33 +00:00
Mark Vejvoda
0504ea3b97
- bugfix for particles when they finish
2010-08-27 03:06:28 +00:00
Mark Vejvoda
f3278c3cf3
- bugfixes for stack overflow issue (static array size too large causing chkstk errors)
2010-08-26 19:01:44 +00:00
Mark Vejvoda
5fb040c9f1
- Fixed bug related to particles not updating smoothly
2010-08-26 01:25:27 +00:00
Mark Vejvoda
0ef23749b8
- allow non visible particles to fade out when its time to do so
2010-08-25 19:46:22 +00:00
Mark Vejvoda
a48521b503
- added fire particles to the visible check to improve performance
2010-08-24 20:19:30 +00:00
Mark Vejvoda
3828d23670
- attempt to improve unit particle performance by ONLY updating unit particles progress if the particle is busy
2010-08-24 19:24:37 +00:00
Mark Vejvoda
0e3c0a8d0e
- disabled staggered unit updates
2010-08-24 02:49:55 +00:00
Mark Vejvoda
65cf1bfdac
- attempt to lessen memory footprint of particles and speed up rendering
2010-08-24 01:21:34 +00:00
Mark Vejvoda
1a2f0175a8
- fixing crash on client connect screen
2010-08-05 00:48:46 +00:00
Mark Vejvoda
4336ae3e37
- added new commandline param --validate-techtrees which will be used to check for known problems in the techtrees for an installation
2010-07-30 07:51:39 +00:00
Mark Vejvoda
d8e41495d0
- removal of sse2 compiler flags for better compatibility
...
- added workings for a future flag for interpolation cache
2010-07-28 23:24:56 +00:00