absence_thelab

changeset 1:4d5933c261c3 tip

todo and .hgignore
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 23 Oct 2014 02:18:43 +0300
parents 1cffe3409164
children
files .hgignore cleanup_todo.txt
diffstat 2 files changed, 19 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/.hgignore	Thu Oct 23 01:46:07 2014 +0300
     1.2 +++ b/.hgignore	Thu Oct 23 02:18:43 2014 +0300
     1.3 @@ -0,0 +1,9 @@
     1.4 +\.o$
     1.5 +\.swp$
     1.6 +\.d$
     1.7 +\.exe$
     1.8 +\.obj$
     1.9 +Debug/
    1.10 +Release/
    1.11 +\.suo$
    1.12 +\.ncb$
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/cleanup_todo.txt	Thu Oct 23 02:18:43 2014 +0300
     2.3 @@ -0,0 +1,10 @@
     2.4 +Porting & cleanup issues
     2.5 +------------------------
     2.6 +1. runs on windows but rendering is wrong and there are crashing bugs
     2.7 +
     2.8 +Possibly the 3deng/ source I found postdates the demo. It seems unlikely that
     2.9 +I'll find an earlier version anywhere, so I'll probably have to figure out what
    2.10 +changed and fucks the demo rendering up.
    2.11 +
    2.12 +2. get rid of fmod if possible
    2.13 +3. port to linux using the wine libraries