rubidium
|
04e2324b8f
|
(svn r26873) -Change: split type_height into a type and height array (ic111)
|
2014-09-21 11:14:58 +00:00 |
|
rubidium
|
3dfb423446
|
(svn r26872) -Change: give the disaster vehicles the same treatment as aircraft in r26866; make the ascend and descend if needed to cross high mountains (based on patch by ic111)
|
2014-09-21 11:12:42 +00:00 |
|
rubidium
|
51a1c712f2
|
(svn r26872) -Change: give the disaster vehicles the same treatment as aircraft in r26866; make the ascend and descend if needed to cross high mountains (based on patch by ic111)
|
2014-09-21 11:12:42 +00:00 |
|
peter1138
|
c709953a3b
|
(svn r26871) -Codechange: Centre and draw arbitrary size highscore screen. Highscore text continues to be drawn with 640x480 dimensions.
|
2014-09-21 09:12:04 +00:00 |
|
peter1138
|
ea8de14520
|
(svn r26871) -Codechange: Centre and draw arbitrary size highscore screen. Highscore text continues to be drawn with 640x480 dimensions.
|
2014-09-21 09:12:04 +00:00 |
|
rubidium
|
44bcff645c
|
(svn r26870) -Fix (r15190): since freeform edges the 'tile height' at 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 08:19:32 +00:00 |
|
rubidium
|
c9d7e89138
|
(svn r26870) -Fix (r15190): since freeform edges the 'tile height' at 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 08:19:32 +00:00 |
|
rubidium
|
6592da4952
|
(svn r26869) -Add: support for an all black palette to prevent the need of having a black tile of all different slopes (ic111)
|
2014-09-21 07:57:45 +00:00 |
|
rubidium
|
2361aaf601
|
(svn r26869) -Add: support for an all black palette to prevent the need of having a black tile of all different slopes (ic111)
|
2014-09-21 07:57:45 +00:00 |
|
rubidium
|
feab521cd5
|
(svn r26868) -Add: methods for getting a (theoretical) slope and tile height of tiles outside of the map array (ic111)
|
2014-09-21 07:48:18 +00:00 |
|
rubidium
|
9caf6b4537
|
(svn r26868) -Add: methods for getting a (theoretical) slope and tile height of tiles outside of the map array (ic111)
|
2014-09-21 07:48:18 +00:00 |
|
rubidium
|
f9be0f5faa
|
(svn r26867) -Fix (r26866): hopefully fix MSVC compile error
|
2014-09-21 06:41:11 +00:00 |
|
rubidium
|
3548195e3e
|
(svn r26867) -Fix (r26866): hopefully fix MSVC compile error
|
2014-09-21 06:41:11 +00:00 |
|
rubidium
|
39ded38c01
|
(svn r26866) -Change: make aircraft ascend/descend when they are too close to the ground or too far away (based on patch by ic111)
|
2014-09-21 06:35:34 +00:00 |
|
rubidium
|
c0771b1657
|
(svn r26866) -Change: make aircraft ascend/descend when they are too close to the ground or too far away (based on patch by ic111)
|
2014-09-21 06:35:34 +00:00 |
|
translators
|
51e2c2bf62
|
(svn r26865) -Update from WebTranslator v3.0:
welsh - 11 changes by kazzie
|
2014-09-20 17:45:14 +00:00 |
|
translators
|
c88a4aaa5c
|
(svn r26865) -Update from WebTranslator v3.0:
welsh - 11 changes by kazzie
|
2014-09-20 17:45:14 +00:00 |
|
rubidium
|
8ab4f746f2
|
(svn r26864) -Codechange: bring a bit more OO into the disaster vehicles
|
2014-09-20 15:46:44 +00:00 |
|
rubidium
|
9e0f4b3847
|
(svn r26864) -Codechange: bring a bit more OO into the disaster vehicles
|
2014-09-20 15:46:44 +00:00 |
|
rubidium
|
ac269a3f08
|
(svn r26863) -Codechange: move a number of Vehicle* functions into the Vehicle class
|
2014-09-20 15:31:26 +00:00 |
|
rubidium
|
6c2abf0930
|
(svn r26863) -Codechange: move a number of Vehicle* functions into the Vehicle class
|
2014-09-20 15:31:26 +00:00 |
|
peter1138
|
c07aea8ab8
|
(svn r26862) -Codechange: Don't shrink widget size in new game window.
|
2014-09-20 12:27:09 +00:00 |
|
peter1138
|
c4311903b7
|
(svn r26862) -Codechange: Don't shrink widget size in new game window.
|
2014-09-20 12:27:09 +00:00 |
|
peter1138
|
2f871d02b3
|
(svn r26861) -Codechange: Include height of dropdown image in dropdown widget. Draw vertically centred image in dropdown button.
|
2014-09-20 12:25:36 +00:00 |
|
peter1138
|
34551da879
|
(svn r26861) -Codechange: Include height of dropdown image in dropdown widget. Draw vertically centred image in dropdown button.
|
2014-09-20 12:25:36 +00:00 |
|
rubidium
|
890c61d596
|
(svn r26860) -Codechange: improve worst case performance of terraforming (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 12:11:15 +00:00 |
|
rubidium
|
4c45db295e
|
(svn r26860) -Codechange: improve worst case performance of terraforming (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 12:11:15 +00:00 |
|
frosch
|
fba10bead9
|
(svn r26859) -Fix [FS#6119]: Height computation of game script text in town GUI did not consider margins.
|
2014-09-20 11:32:54 +00:00 |
|
frosch
|
c4fcc8d2aa
|
(svn r26859) -Fix [FS#6119]: Height computation of game script text in town GUI did not consider margins.
|
2014-09-20 11:32:54 +00:00 |
|
peter1138
|
657c108d32
|
(svn r26858) -Codechange: Rearrange smallmap filter and settings expand/collapse buttons to fix frame borders and allow buttons to fit height of resize button.
|
2014-09-20 10:23:38 +00:00 |
|
peter1138
|
e353ef5908
|
(svn r26858) -Codechange: Rearrange smallmap filter and settings expand/collapse buttons to fix frame borders and allow buttons to fit height of resize button.
|
2014-09-20 10:23:38 +00:00 |
|
fonsinchen
|
e353f22dc1
|
(svn r26857) -Fix [FS#6110]: Reserve cargo after refitting and only if necessary.
|
2014-09-20 09:41:25 +00:00 |
|
fonsinchen
|
c4902c4150
|
(svn r26857) -Fix [FS#6110]: Reserve cargo after refitting and only if necessary.
|
2014-09-20 09:41:25 +00:00 |
|
peter1138
|
c2d4068a5e
|
(svn r26856) -Codechange: Ensure company face widgets can fit company face.
|
2014-09-20 09:18:22 +00:00 |
|
peter1138
|
ea33b69798
|
(svn r26856) -Codechange: Ensure company face widgets can fit company face.
|
2014-09-20 09:18:22 +00:00 |
|
peter1138
|
2bb3524416
|
(svn r26855) -Codechange: Render vertical scrollbars the same as horizontal scrollbars, with sprites instead of text.
|
2014-09-20 08:55:35 +00:00 |
|
peter1138
|
0f978d0ad4
|
(svn r26855) -Codechange: Render vertical scrollbars the same as horizontal scrollbars, with sprites instead of text.
|
2014-09-20 08:55:35 +00:00 |
|
peter1138
|
a3eaa31178
|
(svn r26854) -Codechange: Don't override computed minimal size with static minimal size, instead only increase it.
|
2014-09-20 00:27:14 +00:00 |
|
peter1138
|
41054e73fd
|
(svn r26854) -Codechange: Don't override computed minimal size with static minimal size, instead only increase it.
|
2014-09-20 00:27:14 +00:00 |
|
rubidium
|
6a1ed21342
|
(svn r26853) -Cleanup [Squirrel]: remove some stuff that we never did and especially never should use
|
2014-09-19 20:06:51 +00:00 |
|
rubidium
|
79ca66eb67
|
(svn r26853) -Cleanup [Squirrel]: remove some stuff that we never did and especially never should use
|
2014-09-19 20:06:51 +00:00 |
|
rubidium
|
1bc9785a6e
|
(svn r26852) -Fix: WT3 validation error
|
2014-09-19 17:53:50 +00:00 |
|
rubidium
|
bd0cd31d4b
|
(svn r26852) -Fix: WT3 validation error
|
2014-09-19 17:53:50 +00:00 |
|
translators
|
118bb9a193
|
(svn r26851) -Update from WebTranslator v3.0:
belarusian - 33 changes by KorneySan
brazilian_portuguese - 100 changes by Tucalipe
russian - 2 changes by KorneySan
welsh - 4 changes by kazzie
|
2014-09-19 17:47:00 +00:00 |
|
translators
|
2fa2290011
|
(svn r26851) -Update from WebTranslator v3.0:
belarusian - 33 changes by KorneySan
brazilian_portuguese - 100 changes by Tucalipe
russian - 2 changes by KorneySan
welsh - 4 changes by kazzie
|
2014-09-19 17:47:00 +00:00 |
|
planetmaker
|
7836a487ae
|
(svn r26850) -Fix: [Makefile] Compilation of strgen requires also defining variable in for platforms like Solaris
|
2014-09-19 09:28:23 +00:00 |
|
planetmaker
|
a58b74f997
|
(svn r26850) -Fix: [Makefile] Compilation of strgen requires also defining variable in for platforms like Solaris
|
2014-09-19 09:28:23 +00:00 |
|
alberth
|
1e7992d4f9
|
(svn r26849) -Fix[FS#6113]: Better display of refit information in articulated vehicles.
|
2014-09-18 19:53:22 +00:00 |
|
alberth
|
bc84c52b30
|
(svn r26849) -Fix[FS#6113]: Better display of refit information in articulated vehicles.
|
2014-09-18 19:53:22 +00:00 |
|
alberth
|
d0f23b0b7e
|
(svn r26848) -Codechange: Unduplicate summing of cargo capacities in GetTotalCapacityOfArticulatedParts.
|
2014-09-18 19:50:41 +00:00 |
|