made secret area trigger work
[supertux.git] / src / camera.cpp
2004-11-20 Matthias BraunThe BIG COMMIT(tm)
2004-10-18 Ricardo CruzThis is a first implementation of a bridge from BadGuys...
2004-07-21 Tobias GläßerThe SuperTux library features a SuperTux namespace...
2004-07-20 Tobias Gläßermainly changed #includes to work with the new SuperTux...
2004-06-09 Ryan Flegel- did some C++ifying. let's try to follow suit :)
2004-05-31 Matthias Braunbig refactoring of level and world class. A level is...
2004-05-30 Matthias Braun-Changed drawing model. Everything is handled through...
2004-05-28 Ricardo CruzAdded the 16 margin to the camera move checking as...
2004-05-28 Ricardo CruzJust removed a part of the applied patch. IMO it is...
2004-05-25 Ryan Flegel- added David's camera patch
2004-05-25 Matthias Braunimplemented autoscrolling and proper camera parsing...
2004-05-24 Matthias Braunadded some comments to scrolling code
2004-05-24 Ricardo CruzSmall fix. Don't do back scrolling, in case it is unabled.
2004-05-24 Matthias Brauntry to make the scrolling a bit smoother
2004-05-24 Matthias Braunfixed bug I just introduced
2004-05-24 Matthias Braun-renamed ViewPort to Camera