Mark Vejvoda
|
970fe6a326
|
- some decent render improvement for surface terrain rendering (combined willvar's layer idea with visible quad, but no using vbo's at this point only vertex arrays)
|
2011-07-10 05:42:11 +00:00 |
|
Mark Vejvoda
|
f7fdafbff4
|
- did some code refactoring, wanted to load some textures threaded but bailed out due to opengl's hideous problems related to multi-threads
|
2011-03-22 02:02:54 +00:00 |
|
Mark Vejvoda
|
d89953ee96
|
- improved performance and bug fixes.
|
2010-11-09 09:06:52 +00:00 |
|
Mark Vejvoda
|
9978cbeff5
|
- added some initial work to support FBO (frame buffer objects)
- added many NULL check guards throughout the code
- added a safe mutex around ptr access of background thread on custom menu
|
2010-11-01 16:44:05 +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
|
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
|
ab44c83168
|
- added leak_dumper header all over the place (not yet functional in linux)
- Bugfix for particle cleanup
|
2010-09-07 05:25:40 +00:00 |
|
Mark Vejvoda
|
b7a5970a3c
|
Added code to support toggling between windowed and fullscreen mode for win32 platform.
|
2010-04-05 20:42:05 +00:00 |
|
Mark Vejvoda
|
26289b70d2
|
Patch from PolitikerNEU for RGB / RGBA files
|
2010-03-26 16:55:17 +00:00 |
|
Mark Vejvoda
|
43c3f2457e
|
Code Restructuring to make mega-glest more standard
|
2010-03-12 05:20:53 +00:00 |
|
Titus Tscharntke
|
0ce9b5fcac
|
initial version ( megaglest 3.2.3-beta3 )
|
2010-01-22 01:45:58 +00:00 |
|