summaryrefslogtreecommitdiff
path: root/src/viewport.cpp
AgeCommit message (Expand)Author
2007-06-11(svn r10093) -Revert: removed 16x zoom-out as it is broken beyond repairtruelight
2007-05-28(svn r9963) -Fix (r9962): 'smooth_scroll' patch setting was ignored (always o...peter1138
2007-05-28(svn r9962) -Feature: Add smooth viewport scrolling. This must be enabled wit...peter1138
2007-05-23(svn r9900) -Codechange: Separate the variables for how to highlight a land a...maedhros
2007-05-19(svn r9885) -Fix r9846: some last bitshifts with zoom-levels that were forgottentruelight
2007-05-19(svn r9884) -Feature: 2 new zoom-out levels: 8 times and 16 timestruelight
2007-05-15(svn r9846) -Codechange: introduced ZOOM_LVL_MIN and ZOOM_LVL_MAX for the obv...truelight
2007-05-15(svn r9844) -Codechange: replace zoomlevel with an enumtruelight
2007-05-07(svn r9805) -Codechange: Use HASBIT() et al for display options bits.peter1138
2007-04-18(svn r9672) -Cleanup: lots of coding style fixes around operands.rubidium
2007-04-18(svn r9665) -Documentation: Doxygen corrections,errors, corrections of correc...belugas
2007-04-12(svn r9609) -Codechange: Move some function prototypes out of functions.h and...maedhros
2007-04-11(svn r9596) -Fix (r9563): (non-)transparency of station signs was confused wi...peter1138
2007-04-09(svn r9580) -Documentation: Correction of doxygen function declarationsbelugas
2007-04-05(svn r9563) -Feature: Add more finer control to transparency options, includi...peter1138
2007-04-04(svn r9559) -Documentation: doxygen and comment changes: 'U' and 'V' now. Al...belugas
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-02-23(svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp file...belugas
2007-02-22(svn r8841) -Fixtron
2007-02-19(svn r8808) -Fix [FS#631]: do not show the 'edit sign' window for spectators.rubidium
2007-02-07(svn r8621) -Codechange: assigned new numbers to the VEH_(type) enum so that ...bjarni
2007-02-01(svn r8511) -Codechange: make WindowClass an enumerated value.rubidium
2007-01-19(svn r8276) -Fixtron
2007-01-14(svn r8133) -Fix [FS#535]: "out of sprite memory" warning messages due to inc...Darkvater
2007-01-14(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ...peter1138
2007-01-11(svn r8056) -Codechange: Remove swap_byte, swap_byte, and siblings (some were...celestar
2007-01-11(svn r8055) -Codechange: Replace the different max, dmax, maxu whatever macro...celestar
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr