# HG changeset patch # User John Tsiombikas # Date 1414019923 -10800 # Node ID 4d5933c261c38b4d1ae6910fe6ee41f5e40d8dae # Parent 1cffe3409164d6293d60fed7dff6bba0ef146891 todo and .hgignore diff -r 1cffe3409164 -r 4d5933c261c3 .hgignore --- a/.hgignore Thu Oct 23 01:46:07 2014 +0300 +++ b/.hgignore Thu Oct 23 02:18:43 2014 +0300 @@ -0,0 +1,9 @@ +\.o$ +\.swp$ +\.d$ +\.exe$ +\.obj$ +Debug/ +Release/ +\.suo$ +\.ncb$ diff -r 1cffe3409164 -r 4d5933c261c3 cleanup_todo.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cleanup_todo.txt Thu Oct 23 02:18:43 2014 +0300 @@ -0,0 +1,10 @@ +Porting & cleanup issues +------------------------ +1. runs on windows but rendering is wrong and there are crashing bugs + +Possibly the 3deng/ source I found postdates the demo. It seems unlikely that +I'll find an earlier version anywhere, so I'll probably have to figure out what +changed and fucks the demo rendering up. + +2. get rid of fmod if possible +3. port to linux using the wine libraries