aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v6.cpp
AgeCommit message (Collapse)Author
2008-12-13Modified collision init functions for Urban RunnerSven Hesse
svn-id: r35341
2008-12-12Working (minus text) menu in Urban RunnerSven Hesse
svn-id: r35310
2008-12-12Working cursor in Urban RunnerSven Hesse
svn-id: r35309
2008-12-11On second thought, an octree only works if the color to look up is in the ↵Sven Hesse
palette. So using a table-based approach to find the nearest color now, using only the upper 6 bits to stop the table from getting too large. It still takes noticeable time to build it. :/ But as a result, the video actually looks okay now... svn-id: r35298
2008-12-09Some dummy changes for Urban RunnerSven Hesse
svn-id: r35289
2008-12-05Parsing fixes for Urban RunnerSven Hesse
svn-id: r35247
2008-09-02Urban Runner stubsSven Hesse
svn-id: r34286