Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-21 | (svn r26873) -Change: split type_height into a type and height array (ic111) | rubidium | |
2014-09-21 | (svn r26872) -Change: give the disaster vehicles the same treatment as ↵ | rubidium | |
aircraft in r26866; make the ascend and descend if needed to cross high mountains (based on patch by ic111) | |||
2014-09-21 | (svn r26871) -Codechange: Centre and draw arbitrary size highscore screen. ↵ | peter1138 | |
Highscore text continues to be drawn with 640x480 dimensions. | |||
2014-09-21 | (svn r26870) -Fix (r15190): since freeform edges the 'tile height' at ↵ | rubidium | |
southern edge * 8 pixels just 'south' of the edge tile would not be drawn and would as a result not be refreshed causing artefacts to remain there. This adds a virtual slope to level 0 so it can be redrawn appropriately. Loosely based on patch by ic111 | |||
2014-09-21 | (svn r26869) -Add: support for an all black palette to prevent the need of ↵ | rubidium | |
having a black tile of all different slopes (ic111) | |||
2014-09-21 | (svn r26868) -Add: methods for getting a (theoretical) slope and tile height ↵ | rubidium | |
of tiles outside of the map array (ic111) | |||
2014-09-21 | (svn r26867) -Fix (r26866): hopefully fix MSVC compile error | rubidium | |
2014-09-21 | (svn r26866) -Change: make aircraft ascend/descend when they are too close ↵ | rubidium | |
to the ground or too far away (based on patch by ic111) | |||
2014-09-20 | (svn r26865) -Update from WebTranslator v3.0: | translators | |
welsh - 11 changes by kazzie | |||
2014-09-20 | (svn r26864) -Codechange: bring a bit more OO into the disaster vehicles | rubidium | |
2014-09-20 | (svn r26863) -Codechange: move a number of Vehicle* functions into the ↵ | rubidium | |
Vehicle class | |||
2014-09-20 | (svn r26862) -Codechange: Don't shrink widget size in new game window. | peter1138 | |
2014-09-20 | (svn r26861) -Codechange: Include height of dropdown image in dropdown ↵ | peter1138 | |
widget. Draw vertically centred image in dropdown button. | |||
2014-09-20 | (svn r26860) -Codechange: improve worst case performance of terraforming ↵ | rubidium | |
(O(n^2) -> O(n log n)) and let memory usage scale to the amount of tiles affected instead of allocating memory for the worst case scenario (patch by ic111) | |||
2014-09-20 | (svn r26859) -Fix [FS#6119]: Height computation of game script text in town ↵ | frosch | |
GUI did not consider margins. | |||
2014-09-20 | (svn r26858) -Codechange: Rearrange smallmap filter and settings ↵ | peter1138 | |
expand/collapse buttons to fix frame borders and allow buttons to fit height of resize button. | |||
2014-09-20 | (svn r26857) -Fix [FS#6110]: Reserve cargo after refitting and only if ↵ | fonsinchen | |
necessary. | |||
2014-09-20 | (svn r26856) -Codechange: Ensure company face widgets can fit company face. | peter1138 | |
2014-09-20 | (svn r26855) -Codechange: Render vertical scrollbars the same as horizontal ↵ | peter1138 | |
scrollbars, with sprites instead of text. | |||
2014-09-20 | (svn r26854) -Codechange: Don't override computed minimal size with static ↵ | peter1138 | |
minimal size, instead only increase it. | |||
2014-09-19 | (svn r26853) -Cleanup [Squirrel]: remove some stuff that we never did and ↵ | rubidium | |
especially never should use | |||
2014-09-19 | (svn r26852) -Fix: WT3 validation error | rubidium | |
2014-09-19 | (svn r26851) -Update from WebTranslator v3.0: | translators | |
belarusian - 33 changes by KorneySan brazilian_portuguese - 100 changes by Tucalipe russian - 2 changes by KorneySan welsh - 4 changes by kazzie | |||
2014-09-18 | (svn r26849) -Fix[FS#6113]: Better display of refit information in ↵ | alberth | |
articulated vehicles. | |||
2014-09-18 | (svn r26848) -Codechange: Unduplicate summing of cargo capacities in ↵ | alberth | |
GetTotalCapacityOfArticulatedParts. | |||
2014-09-18 | (svn r26847) -Fix [FS#6110]: Don't assign a next hop when returning cargo | fonsinchen | |
2014-09-18 | (svn r26846) -Update from WebTranslator v3.0: | translators | |
bulgarian - 46 changes by Wold english_US - 5 changes by Supercheese | |||
2014-09-17 | (svn r26845) -Fix [Squirrel]: more uninitialized variables in constructors | rubidium | |
2014-09-17 | (svn r26844) -Fix: clang compile error | rubidium | |
2014-09-17 | (svn r26843) -Update from WebTranslator v3.0: | translators | |
ukrainian - 25 changes by Strategy welsh - 8 changes by kazzie | |||
2014-09-16 | (svn r26842) -Codechange [Squirrel]: other simple cases of non-initialised ↵ | rubidium | |
instance variables | |||
2014-09-16 | (svn r26841) -Codechange [Squirrel]: move the actual initialisation of ↵ | rubidium | |
instance variables of SQString into the constructor | |||
2014-09-16 | (svn r26840) -Fix [Squirrel]: merge Init and constructor of SQSharedState | rubidium | |
2014-09-16 | (svn r26839) -Fix [Squirrel]: some dead code and making switch fall throughs ↵ | rubidium | |
more explicit | |||
2014-09-16 | (svn r26838) -Fix (r26831): attempt to make MSVC like the code again | rubidium | |
2014-09-16 | (svn r26837) -Fix [Squirrel]: remove some pointless assignments | rubidium | |
2014-09-16 | (svn r26836) -Fix [Squirrel]: merge SQLexer::Init with the constructor; ↵ | rubidium | |
there's no need to construct first and then call init in the next line | |||
2014-09-16 | (svn r26835) -Fix [Squirrel]: remove dead code from the lexer | rubidium | |
2014-09-16 | (svn r26834) -Fix [Squirrel]: prevent unitialized memory warning by moving ↵ | rubidium | |
code from (static) Init to constructure for SQFunctionProto | |||
2014-09-16 | (svn r26833) -Fix [Squirrel]: remove a few bits of dead code | rubidium | |
2014-09-16 | (svn r26832) -Fix [Squirrel]: ensure instance variable of SQNativeClosure is ↵ | rubidium | |
properly initialized | |||
2014-09-16 | (svn r26831) -Fix [Squirrel]: (bogus) warning about falling through in a switch | rubidium | |
2014-09-16 | (svn r26830) -Fix: WT3 string validation | rubidium | |
2014-09-16 | (svn r26829) -Update from WebTranslator v3.0: | translators | |
finnish - 19 changes by jpx_ persian - 65 changes by Garga polish - 4 changes by wojteks86 russian - 2 changes by Lone_Wolf swedish - 31 changes by spacejens urdu - 80 changes by siphr welsh - 42 changes by kazzie | |||
2014-09-16 | (svn r26828) -Fix: memory leak when passing -c multiple times | rubidium | |
2014-09-15 | (svn r26827) -Change [FS#6116]: The ok-button in the OSK for the signs list ↵ | frosch | |
should just close the OSK. | |||
2014-09-15 | (svn r26826) -Update from WebTranslator v3.0: | translators | |
croatian - 4 changes by VoyagerOne greek - 2 changes by Jubilee italian - 4 changes by lorenzodv korean - 32 changes by telk5093 persian - 34 changes by farazfaraji urdu - 9 changes by siphr | |||
2014-09-14 | (svn r26821) -Update from WebTranslator v3.0: | translators | |
greek - 95 changes by Jubilee gaelic - 33 changes by GunChleoc | |||
2014-09-14 | (svn r26819) -Fix [FS#6112] (r26787): trying to delete just loaded objects ↵ | rubidium | |
that had not yet resolved their references caused a crash upon savegame load (only when loading a game from a server, e.g. joining MP) | |||
2014-09-13 | (svn r26818) -Fix [FS#AndyShouldHaveFoundFlySprayByNow] (r26758): [OSX] Line ↵ | michi_cc | |
history and scrolling in the console window went on a walk. |