ref: a4d274e6419f89992dfef416ee9deadded533629
parent: 204a03688d5e0b3b1779f26c065427f2b1652524
author: Simon Howard <fraggle@gmail.com>
date: Sun Sep 14 20:53:54 EDT 2008
Update HH-TODO andd add a couple of items Subversion-branch: /branches/raven-branch Subversion-revision: 1231
--- 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 @@
* 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.