summaryrefslogtreecommitdiff
path: root/src/viewport.cpp
AgeCommit message (Expand)Author
2019-03-28Fix: MSVC warnings (#7423)glx22
2019-03-26Codechange: Removed SmallVector completelyHenry Wilson
2019-03-26Codechange: Replaced SmallVector::[Begin|End]() with std alternativesHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...Henry Wilson
2019-03-26Codechange: Replaced SmallVector::Get() const with std alternativesHenry Wilson
2019-03-26Codechange: Replace SmallVector::Length() with std::vector::size()Henry Wilson
2019-03-26Codechange: Replace SmallVector::Clear() with std::vector::clear()Henry Wilson
2019-03-21Fix 4da83d2f66: Remove measurement tooltips when completed.peter1138
2019-03-20Fix #7386: Measurement tooltip for tunnels, aqueducts & docks did not display...peter1138
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2019-03-09Codechange: Make a merged k-d tree index of all viewport signsNiels Martin Hansen
2019-02-23Fix #7004: Mark linkgraph dirty to be rebuilt on next draw call. (#7265)PeterN
2019-02-03Revert 479f13fc41, Fix #7133, Fix #7136: "Codechange: Tweak ViewportAddLandsc...Peter Nelson
2019-01-24Codechange: Tweak ViewportAddLandscape so it no more relies on "go down as fa...Johannes E. Krause
2019-01-24Codechange: Simplify marking tiles dirty when terraforming (Patch by adf88, #...Johannes E. Krause
2019-01-24Fix: jumping effect when scrolling viewport over bottom edge of the map (Patc...Johannes E. Krause
2019-01-24Codechange: Add InverseRemapCoords2 function for remapping viewport coordinat...Johannes E. Krause
2019-01-20Fix: Round up deltas for smooth scrolling, so target will be reachedbtzy
2019-01-17Fix: Some code and comment typosnikolas
2018-11-18Revert: Sprite sorting optimisation sorted incorrectly.frosch
2018-10-31Remove: A few bits of dead codeCharles Pigott
2018-10-26Codechange: Improve (un)zoom performanceJindrich Makovicka
2018-07-19Feature: Framerate display window (#6822)Niels Martin Hansen
2018-04-30Fix b4b98e5165: Use FALLTHROUGH attribute with correct indentation.J0an Josep
2018-04-24Feature: GS methods to scroll viewport for players (#6745)Pavel Stupnikov
2017-08-13(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)frosch
2015-07-28(svn r27344) -Doc: Documenting the (Re)setObjectToPlace functions.alberth
2015-07-26(svn r27340) -Fix [FS#6338]: Silence warning by moving _string_colourmap to a...frosch
2015-04-25(svn r27248) -Fix [FS#6257]: Town labels on smallmap and zoomed-out viewports...frosch
2015-02-22(svn r27162) -Fix [FS#6208]: Tile selection was drawn outside of map in some ...frosch
2015-02-22(svn r27161) -Fix [FS#6156] [FS#6206]: Reimplement the viewport drawing algor...frosch
2015-02-22(svn r27160) -Fix: Division of signed values by TILE_SIZE requires cast to st...frosch
2015-02-22(svn r27158) -Codechange: Simplify mapping from viewport to smallmap coordina...frosch
2015-02-22(svn r27157) -Fix: Mark bridge middle tiles dirty when building/removing/chan...frosch
2015-02-14(svn r27148) -Fix: Rounding and unit-conversion inconsistencies in calls to M...frosch
2014-10-15(svn r27020) -Cleanup: some coding style consistency improvements (mostly spa...rubidium
2014-10-12(svn r27002) -Fix-ish: replace some non-ASCII characters with ASCII character...rubidium
2014-09-22(svn r26910) -Fix: account for the height of the landscape at the edge of the...rubidium
2014-09-22(svn r26908) -Codechange: replace a magic number by a more logical calculationrubidium
2014-09-21(svn r26900) -Fix-ish: dirty the appropriate area around map edges when terra...rubidium
2014-09-21(svn r26899) -Codechange: reduce the amount of tiles that needs to be drawn b...rubidium
2014-09-21(svn r26870) -Fix (r15190): since freeform edges the 'tile height' at souther...rubidium
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2014-02-15(svn r26338) -Fix [FS#5908]: Don't redraw the link graph overlay if it's empt...fonsinchen
2014-01-02(svn r26209) -Codechange: remove some template magic and simplify some coderubidium
2014-01-02(svn r26205) -Feature: SSE 4.1 sprite sorter, improving the sorting performan...rubidium
2013-10-06(svn r25823) -Codechange [FS#5780]: Simplify if-cases in ViewportDrawStrings....frosch
2013-06-30(svn r25546) -Fix: two small memory leaksrubidium
2013-05-19(svn r25264) -Feature: linkgraph overlay over main viewport (fonsinchen)rubidium
2013-02-06(svn r24975) -Fix [FS#5463]: Additional zoom in levels could glitch by a few ...frosch