aboutsummaryrefslogtreecommitdiff
path: root/gui.cpp
AgeCommit message (Collapse)Author
2002-03-08Yet more cleanups. Remove 'index' (reserved keyword), and remove 'res' ↵James Brown
shadowing. svn-id: r3685
2002-03-06Final part of V7 merging process. The FULL_THROTTLE define is not required ↵Vincent Hamm
any more svn-id: r3660
2002-02-24Code cleanup - get rid of a bunch of typecast and unused variable warnings.James Brown
svn-id: r3627
2002-01-23fixed bug in Gui::queryString where -1 was used to index an array. (Thanks ↵Ludvig Strigeus
drigo) svn-id: r3547
2001-12-01adlib sound support, use USE_ADLIBLudvig Strigeus
svn-id: r3510
2001-11-26very simple full throttle support, use the FULL_THROTTLE define. (will fix ↵Ludvig Strigeus
later) modified some actor parts to work better with full throttle (most likely new bugs because of that). directions are now stored as angles instead of left/right/up/down implemented loadFlObject (flobjects are currently saved in the savestate, will fix that also) svn-id: r3505
2001-11-14readability patch (janssen)Ludvig Strigeus
svn-id: r3493
2001-11-14music support,Ludvig Strigeus
fixed timing bugs svn-id: r3491
2001-11-10new timing algorithmLudvig Strigeus
svn-id: r3484
2001-11-09save/load dialogLudvig Strigeus
svn-id: r3478