Skip to content

Commit 7e59c1a

Browse files
author
Pavel Kovalenko
committed
Update tasks.
1 parent 135a531 commit 7e59c1a

File tree

2 files changed

+27
-23
lines changed

2 files changed

+27
-23
lines changed

doc/design/task_history.txt

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,33 @@ TITLE: X-Ray Engine 1.6 task history
44

55
nitrocaster: Pavel Kovalenko
66
+ get rid of STLPort
7-
- bugs
8-
+ fix lights_hanging_lamp class name in system.ltx (used 'SO_HLAMP', should be 'O_HLAMP')
9-
- core
7+
+ bugs
8+
+ fix lights_hanging_lamp class name in system.ltx (used 'SO_HLAMP', should be 'O_HLAMP')
9+
+ core
1010
+ xrMemory::mem_usage -> mem_usage_impl falls into infinite loop or finds bad nodes
11-
- render
11+
+ stackoverflow when game directory contains too many files (_alloca)
12+
+ buffer overflow when copying command line to Core.Params
13+
+ render
1214
+ dx10StateUtils::ValidateState(D3D_DEPTH_STENCIL_DESC&) doesn't initialize passed D3D_DEPTH_STENCIL_DESC with
1315
proper default values when DepthEnable flag is false. Because of this incorrect initialization previously created
1416
state cannot be found, so renderer creates it over and over.
1517
Link ref: http://msdn.microsoft.com/en-us/library/windows/desktop/bb205036(v=vs.85).aspx
1618
+ D3D11Shader.h from DirectX SDK conflicts with one from Windows SDK
17-
- plugins
19+
+ multiplayer
20+
+ xrGameSpy: fix master server name (gamespy is down)
21+
+ stalkazz
22+
+ stalkerbof
23+
+ stalkerboom
24+
+ GetColorFromText bug
25+
+ UI
26+
+ common
27+
+ "! tab named [1] doesnt exist"
28+
+ multiplayer
29+
+ voting for weather: rainy/cloudy buttons are mixed up
30+
+ plugins
1831
+ fix LW and Max exporters (seem to be broken by GSC)
19-
- improvements
20-
+ windows cursor position should match with ingame cursor position
32+
+ improvements
33+
+ core
34+
+ don't scan directory if it contains .xrignore file.
35+
+ UI
36+
+ windows cursor position should match with ingame cursor position

doc/design/task_list.txt

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,37 +34,24 @@ nitrocaster: Pavel Kovalenko
3434
- decouple hxGrid
3535
- bugs/issues
3636
- generic
37-
+ stackoverflow when game directory contains too many files (_alloca)
38-
+ partially fixed by loxotron
39-
- can me improved (get rid of recursive directory traversal)
40-
c exclude $app_data_root$/logs and $app_data_root$/screenshots from index
41-
+ don't scan directory if it contains .xrignore file.
42-
+ GetColorFromText bug
4337
- (bytes_need<=mSize) && vl_Count
44-
+ "! tab named [1] doesnt exist"
4538
- UI
46-
+ clip cursor in windowed mode with enabled input capture
39+
c clip cursor in windowed mode with enabled input capture
4740
- dragging music volume slider doesn't make any effect until one presses 'Apply' button
4841
? save MP settings
4942
- core
50-
+ buffer overflow when copying command line to Core.Params
5143
- misplaced arguments in calls to xrDebug::backend
5244
- multiplayer
53-
+ xrGameSpy: fix master server name (gamespy is down)
5445
- dedicated server
55-
- vulnerabilities (verify)
56-
c dirtysky
57-
+ stalkazz
58-
+ stalkerbof
59-
+ stalkerboom
60-
+ voting for weather: rainy/cloudy buttons are mixed up
6146
- render
6247
- when d3d compiler fails to compile some shader, it displays message
6348
"Your video card doesn't meet game requirements ..." even if GPU actually meets game requirements (feature level)
6449
- blurred text on r4
6550
- alpha transparency works improperly - objects like steelworks and meshes quickly lose details and become
6651
invisible when camera moves away (r1 looks better)
6752
- R1: incorrect sun path
53+
- make saturation dependent on exposure (see ArmA series)
54+
- improve night vision
6855
- physics
6956
- falling actor can continue being in falling state under specific conditions
7057
- plugins
@@ -73,6 +60,7 @@ nitrocaster: Pavel Kovalenko
7360
- common/unsorted
7461
- review and refactor code
7562
- fix log messages format (normally, the 'color' character should be followed by a space)
63+
- add registry entries (player name, cdkey, etc) if not exist
7664
- UI
7765
- close sleep dialog by ESC key
7866
- multiplayer

0 commit comments

Comments
 (0)