a first implementation of doors to switch between sectors
[supertux.git] / src / button.cpp
2004-05-30 Matthias Braun-Changed drawing model. Everything is handled through...
2004-05-29 Ryan Flegel- fixed level editor crash (a hack)
2004-05-24 Matthias Braun-renamed ViewPort to Camera
2004-05-20 Matthias Braun-changed Level class to save tiles in a big 1 dimension...
2004-05-10 Tobias Gläßerfixed visual button bugs.
2004-05-10 Tobias GläßerFixed bkgd_speed. Objects properties can be edited...
2004-05-06 Tobias GläßerTileGroups are placed in a set now. BUTTON_WHEELUP...
2004-05-05 Tobias GläßerFixed Objects drag+drop bug. LevelEditor cursor tuning.
2004-05-05 Tobias GläßerLevelEditor tilegroup/object select by wheelup/wheeldow...
2004-05-05 Tobias GläßerAdding Objects works through clicking instead pressing...
2004-05-05 Tobias Gläßera ButtonPanel is able to highlight the last clicked...
2004-05-04 Tobias GläßerLevelEditor bug-fixes, improvements and fine-tuning.
2004-05-03 Tobias Gläßerleveleditor related improvements. Added bkgd_speed.
2004-05-03 Tobias Gläßermore leveleditor related improvements
2004-05-02 Matthias Braunfixed potential bug in Button class event handler
2004-05-02 Tobias Gläßerleveleditor related improvements
2004-04-25 Ingo Ruhnke- memleak fix and menu fix from MatzeB
2004-04-20 Ingo Ruhnke- added standard copyright header to every file
2004-04-13 Ingo Ruhnke- converted text_type into a class
2004-04-13 Ingo Ruhnke- converted texture_type into a Surface class
2004-04-11 Ingo Ruhnke- turned menu_item_type into a class
2004-04-11 Ingo Ruhnkerenamed timer_type to Timer
2004-04-11 Ingo Ruhnkestarted to convert timer into a class
2004-04-04 Tobias Gläßer- Physic C++ rewrite (Matze Braun)
2004-04-03 Tobias Gläßerlots of improvements all over the code.
2004-03-28 Tobias Gläßerimproved the behaviour of the mouse-cursor in the level...
2004-03-22 Ingo Ruhnke- removed NO_UPDATE and let the default argument handle it
2004-03-22 Ingo Ruhnke- replaced YES/NO with true/false
2004-03-22 Ingo Ruhnke- converted menu enums into named enums
2004-03-22 Ingo Ruhnkecommited Matzes Win32 patch
2004-03-21 Ingo Ruhnke- replaced a few char* with std::string
2004-03-20 Tobias Gläßernew level-format, many changes to level-related stuff
2004-03-17 Ingo Ruhnke- renamed *.c to *.cxx