ソースを参照

Moved BUGS, TODO, Requirements files into wiki

Thomas Buck 10年前
コミット
73ea8cc3dd
5個のファイルの変更3行の追加213行の削除
  1. 0
    76
      BUGS
  2. 2
    3
      Makefile
  3. 0
    26
      Requirements
  4. 0
    107
      TODO
  5. 1
    1
      mac_dist/archive.sh

+ 0
- 76
BUGS ファイルの表示

@@ -1,76 +0,0 @@
1
-
2
- OpenRaider 
3
- BUGS ( Updated 2002.12.24 )
4
- ==================================================================
5
-
6
- ### Open bugs  ###################################################
7
-
8
- [2003.05.11]
9
-	* New animation code can cause segfault on pushing wall
10
-	  repeatedly to cause a bad event animation ( rare )
11
-
12
- [Short list] No 'Z' in kb system?
13
-        * Working on System wrappers soon so that will be looked at
14
-
15
- [Short list] OpenAL has problems with gdb and segfaults
16
-	* Disable OpenAL in OpenRaider.init if this happens,
17
-	  this is considered a bug in OpenAL
18
-	* Try a different version of OpenAL package
19
-
20
- [2002.12.22] SkyMesh isn't loaded or rendered correctly
21
-        * New World/Render style is to blame
22
-
23
- [2002.08.16] Many levels have room polygons misrendered
24
-	* Likely caused by the new room mesh cache system
25
-	  which is still being retooled
26
-	* Black walls caused by other than vertex color values
27
-        * Vertex colors for TR3-TR4 rooms messed up
28
-          ( Temp hack adjusts to bright values )
29
-
30
-
31
- ### Closed bugs  #################################################
32
-
33
- [????.??.??] TR4, TR3 Segfault on some level's load in ModelSetup
34
-        * Seems several meshes w/o vertices are followed by
35
-	  an invalid mesh that claims to have polygons
36
-	  yet doesn't
37
-	* Note some TR 'meshes' are just markers for
38
-	  particle fx and etc
39
-        * Reproducable with karnak1.tr4
40
-	* FIXED by accounting for -1 for NULL counter use in 
41
-	  some TR paks
42
-
43
- [2002.01.04] TR4 Some levels segfault on load
44
-	* More animation frames generated than exist
45
-	  caused by invalid frame_offset
46
-	* Reproducable with angkor1.tr4
47
-	* FIXED by using new algothrim for anim frame loading
48
-
49
- [2002.01.04] TR3 rendering white in textures with alpha black
50
- [2002.01.04] TR1 rendering all textures black
51
-	* Used to work fine, but so much as changed...
52
-	* Try looking at texture loading first
53
-	* Then try looking at vertex lighting
54
-	* Reproducable with level1.phd, shore.tr2
55
-	* FIXED fast texture cache for older tombraider data
56
-	  loaded textures before they were generated as
57
-	  32bpp textures ( they were all alpha )
58
-
59
- [2002.01.03] TR4 'Killed'
60
-	* FIXED try not loading OpenAL to save some memory
61
-	  can't really 'fix' lack of memory
62
-
63
- [????.??.??] TR2, TR3 Polygon coloring is wrong
64
-	* Seems to be caused by vertex coloring
65
-	* FIXED ambient light wasn't set back to WHITE
66
-	  before mesh rendering
67
-
68
- [????.??.??] TR4 fread(buffer, 2, 1546, fp) returned 3092
69
-        * Bad fread emulation checking? ( TR4 uses compressed data )
70
-        * Seems to be bad linking, works correctly after rebuilds
71
-	* FIXED uncompressed buffer size wasn't passed in DEBUG code
72
-
73
- [????.??.??] NormalArray segfault
74
-        * Only happens in FastGL mode OR when Sky meshes are enabled
75
-        * mesh->oglTexturedRectangleNormals becomes NULL after first frame
76
-        * FIXED No longer using tombraider normal arrays in new renderer

+ 2
- 3
Makefile ファイルの表示

@@ -268,7 +268,7 @@ install:
268 268
 	cp setup.sh $(INSTALL_SHARE)
269 269
 	cp data/* $(INSTALL_SHARE)/data
270 270
 	mkdir -p $(INSTALL_DOC)
271
-	cp README.md README.old ChangeLog BUGS TODO $(INSTALL_DOC)
271
+	cp README.md README.old ChangeLog
272 272
 	mkdir -p $(INSTALL_BIN)
273 273
 	cp bin/$(BUILD_SELECT)/OpenRaider $(INSTALL_BIN)
274 274
 
@@ -276,8 +276,7 @@ bin-tarball: clean-build clean-test clean-obj $(BUILD_SELECT)
276 276
 	@-cd .. && tar zcvf $(NAME_TAR)-$(VERSION_DEB)-$(ARCH).tar.gz \
277 277
 		$(TREE_DIR)/Makefile $(TREE_DIR)/data \
278 278
 		$(TREE_DIR)/bin/$(BUILD_SELECT)/OpenRaider \
279
-		$(TREE_DIR)/README.md $(TREE_DIR)/ChangeLog \
280
-		$(TREE_DIR)/BUGS $(TREE_DIR)/TODO
279
+		$(TREE_DIR)/README.md $(TREE_DIR)/ChangeLog
281 280
 
282 281
 endif
283 282
 

+ 0
- 26
Requirements ファイルの表示

@@ -1,26 +0,0 @@
1
-
2
- OpenRaider 
3
- Requirements ( Updated 2003.07.04 )
4
- ==================================================================
5
-
6
- OpenRaider (0.1.2 'Back in Black') Requirements
7
-
8
-	* Object/Entity typing  ( Hel Entity system not required )
9
-	* Hel game physics: jumping, running, swimming, landing
10
-	* Portal transitions corrected based on type and working
11
-	* Damage tracing ( Simple room to room, unblocked by objects )
12
-	* Multiple client support for network play fully working
13
-	* Ability to remove certian object types from a game
14
-	  ( eg Remove single player enemies during DM multiplayer )
15
-	* Timer based event system, like in UR
16
-
17
- OpenRaider (0.1.2 'Back in Black') Wishlist
18
-	* Using unified Raider engine
19
-	* Console based rebinding
20
-	* Real Menu system
21
-	* Patch up animation
22
-	* Fix colored polygon renderer
23
-	* Timer based animation
24
-	* Seperate System and OpenGL?
25
-	* Automake system?
26
-

+ 0
- 107
TODO ファイルの表示

@@ -1,107 +0,0 @@
1
- OpenRaider TODO 2014
2
- ====================
3
-
4
-    * Mac Setup Script:
5
-      - Check not only for existence of ~/.OpenRaider but for all
6
-        necessary files, so the user can update.
7
-
8
-    * Fix up the UNIT tests. Maybe move them into separate files?
9
-
10
-    * Remove install_name_tool in Makefile, as it is a problem with
11
-      building freealut on Mac
12
-
13
-
14
- OpenRaider 
15
- TODO ( Updated 2003.05.17 )
16
- ==================================================================
17
-
18
- [Short list]
19
-  * Replace USING_ defs with HAVE_ for the autoconf nutjobs
20
-  * Ponytail loader back in
21
-  * Var system, maybe using mlisp, to control entity/game
22
-    attributes in realtime
23
-  * Use new unified sector/fd system to have better world clipping
24
-  * Get event system up
25
-  * Animatated textures (tr2_opengl_ref:2027) 
26
-  * Any little bit of abstraction to reduce interfacing
27
-    with TombRaider's complexity ( Offload more work to
28
-    TombRaider class, but hide it behind abstract API )
29
-  * Replace Render::drawModelMesh with OpenGLMesh use
30
-  * Move OpenGLMesh array use back in...
31
-  * Replace color_tri_t, texture_tri_t, and model_mesh_t
32
-    with OpenGLMesh?
33
-  * Weapons animations
34
-  * Better user interface
35
-  * System abstractions should be agregates not inherited
36
-    also remove static members and force singleton
37
-    Split OpenGL dep from System
38
-  * Text subsystem needs looking at for possible overhaul soon
39
-  * Checksum matches on torsos to do special animation per 
40
-    known models like in my freyja demo  ;)
41
-
42
- [OpenRaider.cpp]
43
-  * Remove skeletal_model_t dependency
44
-  * Add client system
45
-  * Add event system
46
-  * Remove all Tomb Raider format dependence, move to generics
47
-    * processMoveable needs to use generics
48
-    * processMoveables needs to use generics and metadata
49
-    * processSprites needs to use generics 
50
-    * processPakSounds needs to use generics and metadata
51
-    * loadLevel's looping loaders need to move into the methods 
52
-      which would reduce function calls and section off better
53
-
54
- ==================================================================
55
-
56
- [General]
57
-  * Automatic unit testing per system/agent
58
-  * Scrict time based event/animation frames
59
-  * Sound sampling to allow various rates traded off for ram
60
-  * Account for TR3+ alpha in polygon building  
61
-  * AutoAim for 3rd person view
62
-  * Metadata pak wrappers for sfx linking and previews
63
-
64
- [ TombRaider API ]
65
-  * Add TR5 support and rewrite Room structures and etc as
66
-    seperate classes as collections inside TombRaider class
67
-    Move parsing into TombRaider as much as possible and improve
68
-    memory use of TombRaider to perhaps read a room at a time
69
-    off disk ( PS2 has limited memory )
70
-
71
- [Interface]
72
-  * Multilevel menu system
73
-  * Keyboard setup in RC
74
-  * Key command event system needed, move it into System
75
-  * Improve menu system and map select screens
76
-  * Factor out a CVARS/RC system 
77
-  * Gobal options (CVARS) class
78
-  * Model and Map selection via preview of some kind like a pic
79
-  * Improve console: history, autocomplete
80
-
81
- [Network]
82
-  * Playable multiplayer release
83
-  * TCP use for moving data like HTML and models perhaps
84
-  * HTML forms filler for automatic bug reporting ala 'talkback'
85
-  * Handle cheat proxies: Bad yaws, pos, firing rates
86
-  * Have server maintain game state
87
-  * Allow client checks to remove players clientside on peer mode
88
-
89
- [Renderer]
90
-  * Animation blending ( Rewrite of translator/animator )
91
-    Seperate animations from models also add multibone support
92
-    and weld TR4+ lara vertices ( skin )
93
-  * New skeletal animation system ( current one mem wasteful )
94
-  * Use room light intensity level for static mesh (room model) rendering
95
-  * Add particles for weather, water drip/splash, metal material collisions, 
96
-    gunfire, etc
97
-  * Account for room attrib flags for base visual and special fx in that room
98
-  * Account for room vertices attrib flag for visual and special fx
99
-  * Needs real portal visibility system
100
-  * TR4 lara may needs to have mesh generation to fill in her gaps by
101
-    looking for vertex 'rings' that match from the 2 meshes where gaps happen
102
-  * Animated textures
103
-  * Fix lighting to work in vertexlight as well as texture
104
-     modes better
105
-  * Better visiblity with full portal system
106
-  * Better out of world camera handling, add smooth pan, drags
107
-

+ 1
- 1
mac_dist/archive.sh ファイルの表示

@@ -2,5 +2,5 @@
2 2
 
3 3
 echo Creating ZIP file..
4 4
 cd bin
5
-zip -r OpenRaider.zip OpenRaider.app ../BUGS ../ChangeLog ../COPYING ../README.md ../README.old ../Requirements ../TODO
5
+zip -r OpenRaider.zip OpenRaider.app ../ChangeLog ../COPYING ../README.md ../README.old
6 6
 echo Archive ready!

読み込み中…
キャンセル
保存