commit a4d274e6419f89992dfef416ee9deadded533629
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Mon Sep 15 00:53:54 2008 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Mon Sep 15 00:53:54 2008 +0000
Update HH-TODO andd add a couple of items
Subversion-branch: /branches/raven-branch
Subversion-revision: 1231
---
HH-TODO | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/HH-TODO b/HH-TODO
index 7b600bc3..4b6d5572 100644
--- a/HH-TODO
+++ b/HH-TODO
@@ -1,5 +1,4 @@
* Remove all dependencies of common code on doom/
- - i_sdlsound.c
- net_client.c
* Merge v_video.c to common version and delete duplicates
* Merge r_draw.c to common version and delete duplicates
@@ -22,6 +21,8 @@ Updates needed for Raven code:
* Config file code to use m_config.c (and add H/H-specific variables)
* Use the common i_sound API. Frequency shifting?
* Video code to use screens[] - or dump screens[] and use a single variable
+ * Use the common cheats code
+ * Update input code to work properly with vanilla_keyboard_mapping
Clean up Raven code:
* MAXINT -> INT_MAX, etc.