This repository has been archived on 2022-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
Xash3DArchive/change.log

27 lines
1.1 KiB
Plaintext
Raw Normal View History

2010-07-08 22:00:00 +02:00
build ????
2010-07-13 22:00:00 +02:00
2010-07-17 22:00:00 +02:00
Engine: add 'allow_levelshots' cvar (disabled by default) to switch between custom levelshots and normal 'loading' screen
build 1254
2010-07-08 22:00:00 +02:00
SoundLib: ogg loop points (LOOP_START comment)
Client: recalc fov y for more matched with original HL
2010-07-13 22:00:00 +02:00
Bshift: fix env_laser entity
Client: fix fadeout for break model pieces
Gfx: replace default.bmp font with fixed alpha-channel (thx LokiMb)
Render: fix invisible beams behind glass
2010-07-17 22:00:00 +02:00
Render: fix glow-sprites drawing through walls (see also r_cullflares cvar)
2010-07-13 22:00:00 +02:00
FS: implement filter wadlumps by wadname (e.g. gfx.wad/backtile)
Render: implement kRenderTransColor
2010-07-14 22:00:00 +02:00
Engine: completely moving particle code into the client.dll
Client: implement tracers for sparks, garg streaks and bullets
2010-07-08 22:00:00 +02:00
build 1249
ImageLib: added support for 4-bits and monochrome uncompressed BMPs.
ImageLib: fix data align for NPOT textures in menu (e.g. slider.bmp).
StdLib: skip empty symbols in numerical string for atoi and atof.
Render: implement LoadSprite for custom client sprites (e.g. hud)
Sound: fixed bug with background music looping
Fonts: implement Half-Life creditfonts
Client: move client.dll to valve folder