19b7249ade
(svn r22135) -Fix [FS#4523]: When commands need to invalidate windows, process these events asynchronously before the next redraw. Calling window code directly from command scope uses wrong _current_company and might issue nested DoCommands() which interfer with the running command.
frosch
2011-02-23 20:54:55 +00:00
074548f8f3
(svn r22135) -Fix [FS#4523]: When commands need to invalidate windows, process these events asynchronously before the next redraw. Calling window code directly from command scope uses wrong _current_company and might issue nested DoCommands() which interfer with the running command.
frosch
2011-02-23 20:54:55 +00:00
40cc3324fa
(svn r22134) -Codechange: Move ReInit() of the landinfo window from DeleteNewGRFInspectWindow() into a InvalidateData call.
frosch
2011-02-23 20:45:52 +00:00
b7e7dcd01e
(svn r22134) -Codechange: Move ReInit() of the landinfo window from DeleteNewGRFInspectWindow() into a InvalidateData call.
frosch
2011-02-23 20:45:52 +00:00
4860eff98c
(svn r22127) -Fix: Canals would get drawn as land in the smallmap when using the owner window.
terkhen
2011-02-22 14:23:38 +00:00
c407dda851
(svn r22127) -Fix: Canals would get drawn as land in the smallmap when using the owner window.
terkhen
2011-02-22 14:23:38 +00:00
f719bc7b3c
(svn r22126) -Update from WebTranslator v3.0: arabic_egypt - 40 changes by Company_director belarusian - 1 changes by KorneySan danish - 19 changes by beruic frisian - 142 changes by Taeke malay - 3 changes by toadhall brazilian_portuguese - 93 changes by Luis_Mizuchiro tamil - 139 changes by sylvesterpious
translators
2011-02-21 18:45:22 +00:00
5ceec5de20
(svn r22126) -Update from WebTranslator v3.0: arabic_egypt - 40 changes by Company_director belarusian - 1 changes by KorneySan danish - 19 changes by beruic frisian - 142 changes by Taeke malay - 3 changes by toadhall brazilian_portuguese - 93 changes by Luis_Mizuchiro tamil - 139 changes by sylvesterpious
translators
2011-02-21 18:45:22 +00:00
54db5d60fb
(svn r22125) -Fix (r9162)[FS#4528]: The animation-ness of two goldmine tiles were swapped, causing the wheeltower to not work properly, and the bottom corner to show the wrong sprite.
frosch
2011-02-21 17:38:33 +00:00
7921e52abb
(svn r22125) -Fix (r9162)[FS#4528]: The animation-ness of two goldmine tiles were swapped, causing the wheeltower to not work properly, and the bottom corner to show the wrong sprite.
frosch
2011-02-21 17:38:33 +00:00
b6be3f2acc
(svn r22124) -Codechange: move comment to its logical place
rubidium
2011-02-20 21:10:58 +00:00
91fb1787fb
(svn r22124) -Codechange: move comment to its logical place
rubidium
2011-02-20 21:10:58 +00:00
77fa68c1da
(svn r22123) -Fix [FS#4522]: CommandQueue::Pop() did not update 'last'; popping the last item caused the queue to disconnect unless there was only one item.
frosch
2011-02-20 21:00:24 +00:00
c5fd92a37b
(svn r22123) -Fix [FS#4522]: CommandQueue::Pop() did not update 'last'; popping the last item caused the queue to disconnect unless there was only one item.
frosch
2011-02-20 21:00:24 +00:00
0eaa2ffa63
(svn r22122) -Fix/change: when a NOT_REACHED in saveload can be reached due to an invalid savegame, use SlErrorCorrupt instead
rubidium
2011-02-20 20:58:32 +00:00
1e2a681f9c
(svn r22122) -Fix/change: when a NOT_REACHED in saveload can be reached due to an invalid savegame, use SlErrorCorrupt instead
rubidium
2011-02-20 20:58:32 +00:00
d594a219c6
(svn r22121) -Fix: In case of high frame_freq one could get commands executed after a new network game was started
rubidium
2011-02-20 20:55:21 +00:00
81643f49e1
(svn r22121) -Fix: In case of high frame_freq one could get commands executed after a new network game was started
rubidium
2011-02-20 20:55:21 +00:00
e9fe58d7bf
(svn r22120) -Change: [NoAI] Prevent AIs from getting consistently over their allowed amount of operations by subtracting the amount they went over "budget" from the budget for the next "tick".
rubidium
2011-02-20 20:28:49 +00:00
089d2053d5
(svn r22120) -Change: [NoAI] Prevent AIs from getting consistently over their allowed amount of operations by subtracting the amount they went over "budget" from the budget for the next "tick".
rubidium
2011-02-20 20:28:49 +00:00
7d24d642d9
(svn r22119) -Update from WebTranslator v3.0: frisian - 48 changes by Taeke tamil - 96 changes by sylvesterpious urdu - 36 changes by yasirniazkhan
translators
2011-02-20 18:45:08 +00:00
1fc7b1c451
(svn r22119) -Update from WebTranslator v3.0: frisian - 48 changes by Taeke tamil - 96 changes by sylvesterpious urdu - 36 changes by yasirniazkhan
translators
2011-02-20 18:45:08 +00:00
dcd158b03e
(svn r22118) -Fix [FS#4525]: The refit window was not correctly updated after selecting with Ctrl+Click (Regiovogel).
terkhen
2011-02-20 18:32:42 +00:00
f0dbdf1544
(svn r22118) -Fix [FS#4525]: The refit window was not correctly updated after selecting with Ctrl+Click (Regiovogel).
terkhen
2011-02-20 18:32:42 +00:00
bd9610ec3c
(svn r22117) -Fix [FS#4523-ish]: CanRemoveRoadWithStop() failed for _current_company = OWNER_TOWN, and for OWNER_NONE-owned road.
frosch
2011-02-20 15:19:16 +00:00
19adc601a3
(svn r22117) -Fix [FS#4523-ish]: CanRemoveRoadWithStop() failed for _current_company = OWNER_TOWN, and for OWNER_NONE-owned road.
frosch
2011-02-20 15:19:16 +00:00
756cc6cf65
(svn r22116) -Codechange: use PoolBase::Clean() at more places
smatz
2011-02-19 23:05:47 +00:00
c85e1c3089
(svn r22116) -Codechange: use PoolBase::Clean() at more places
smatz
2011-02-19 23:05:47 +00:00
642fb19d4f
(svn r22115) -Fix (r22114): some comments and code ordering were wrong
smatz
2011-02-19 18:55:10 +00:00
9c40059641
(svn r22115) -Fix (r22114): some comments and code ordering were wrong
smatz
2011-02-19 18:55:10 +00:00
ef80fe703d
(svn r22114) -Update from WebTranslator v3.0: danish - 3 changes by beruic frisian - 13 changes by Taeke
translators
2011-02-19 18:45:09 +00:00
347e1cf662
(svn r22114) -Update from WebTranslator v3.0: danish - 3 changes by beruic frisian - 13 changes by Taeke
translators
2011-02-19 18:45:09 +00:00
1d9cae9afa
(svn r22113) -Codechange: use PoolBase::CleanAll() to clean all pools at game exit
smatz
2011-02-19 18:25:24 +00:00
07736a02b1
(svn r22113) -Codechange: use PoolBase::CleanAll() to clean all pools at game exit
smatz
2011-02-19 18:25:24 +00:00
5fd13843f7
(svn r22112) -Codechange: register all pools in a pool vector
smatz
2011-02-19 18:23:45 +00:00
0e12107ccd
(svn r22112) -Codechange: register all pools in a pool vector
smatz
2011-02-19 18:23:45 +00:00
68bc93f950
(svn r22111) -Codechange/fix-ish: upon cleaning a pool a destructor should not delete items from other pools
rubidium
2011-02-19 18:02:17 +00:00
7e4ff17e35
(svn r22111) -Codechange/fix-ish: upon cleaning a pool a destructor should not delete items from other pools
rubidium
2011-02-19 18:02:17 +00:00
f575b45bae
(svn r22110) -Codechange: Remove WaterDrawTileStruct and use DrawTileSprites/DrawTileSeqStruct instead.
frosch
2011-02-19 14:57:15 +00:00
3e619faeaf
(svn r22110) -Codechange: Remove WaterDrawTileStruct and use DrawTileSprites/DrawTileSeqStruct instead.
frosch
2011-02-19 14:57:15 +00:00
72e027e4d6
(svn r22105) -Fix: crash when copying an orderlist to a vehicle that already had orders
yexo
2011-02-18 21:46:45 +00:00
f71d55a5ec
(svn r22105) -Fix: crash when copying an orderlist to a vehicle that already had orders
yexo
2011-02-18 21:46:45 +00:00
ff1e0a3ed3
(svn r22102) -Codechange: Also use the getopt function in strgen.
alberth
2011-02-18 20:52:42 +00:00
e36c5b649e
(svn r22102) -Codechange: Also use the getopt function in strgen.
alberth
2011-02-18 20:52:42 +00:00
41a67a9b94
(svn r22101) -Codechange (r22098): Unify a bit of code.
alberth
2011-02-18 20:51:05 +00:00
ccfaac0d34
(svn r22101) -Codechange (r22098): Unify a bit of code.
alberth
2011-02-18 20:51:05 +00:00
8c2fc45153
(svn r22098) -Codechange: Have an array of option data, use it in the option parsing routine. Adapt openttd option processing too.
alberth
2011-02-18 20:28:25 +00:00
95b6644592
(svn r22098) -Codechange: Have an array of option data, use it in the option parsing routine. Adapt openttd option processing too.
alberth
2011-02-18 20:28:25 +00:00
1a5087be69
(svn r22093) -Fix [FS#4514]: The server list did not get sorted with one item in it, so the "position in the list" variable was never updated causing problems when using the keyboard shortcuts for scrolling
rubidium
2011-02-17 21:05:44 +00:00
60b5ffdd62
(svn r22093) -Fix [FS#4514]: The server list did not get sorted with one item in it, so the "position in the list" variable was never updated causing problems when using the keyboard shortcuts for scrolling
rubidium
2011-02-17 21:05:44 +00:00
848761e3a9
(svn r22092) -Fix-ish (r22068): when you change a boolean to a enum, check specifically for a particular value
rubidium
2011-02-17 18:45:44 +00:00
2d36797b85
(svn r22092) -Fix-ish (r22068): when you change a boolean to a enum, check specifically for a particular value
rubidium
2011-02-17 18:45:44 +00:00
5fd9f87d34
(svn r22091) -Update from WebTranslator v3.0: simplified_chinese - 41 changes by ww9980 danish - 23 changes by beruic, krak brazilian_portuguese - 125 changes by Luis_Mizuchiro thai - 19 changes by kenny urdu - 15 changes by yasirniazkhan
translators
2011-02-17 18:45:28 +00:00
be20973e23
(svn r22091) -Update from WebTranslator v3.0: simplified_chinese - 41 changes by ww9980 danish - 23 changes by beruic, krak brazilian_portuguese - 125 changes by Luis_Mizuchiro thai - 19 changes by kenny urdu - 15 changes by yasirniazkhan
translators
2011-02-17 18:45:28 +00:00
36332644ee
(svn r22090) -Doc: Explain OpenTTD's ports and their role in multiplayer and especially for servers
planetmaker
2011-02-16 21:10:13 +00:00
e9bcaca00e
(svn r22090) -Doc: Explain OpenTTD's ports and their role in multiplayer and especially for servers
planetmaker
2011-02-16 21:10:13 +00:00
efd9aae5a1
(svn r22089) -Update from WebTranslator v3.0: afrikaans - 96 changes by Maccie123 arabic_egypt - 29 changes by kasakg danish - 69 changes by krak indonesian - 17 changes by adjayanto brazilian_portuguese - 25 changes by Luis_Mizuchiro urdu - 80 changes by yasirniazkhan
translators
2011-02-16 18:45:21 +00:00
b53d28eb29
(svn r22089) -Update from WebTranslator v3.0: afrikaans - 96 changes by Maccie123 arabic_egypt - 29 changes by kasakg danish - 69 changes by krak indonesian - 17 changes by adjayanto brazilian_portuguese - 25 changes by Luis_Mizuchiro urdu - 80 changes by yasirniazkhan
translators
2011-02-16 18:45:21 +00:00
c36a22ba72
(svn r22087) -Fix: When deleting towns, only relocate objects during DC_EXEC.
terkhen
2011-02-15 13:27:41 +00:00
98a9c1f91c
(svn r22087) -Fix: When deleting towns, only relocate objects during DC_EXEC.
terkhen
2011-02-15 13:27:41 +00:00
a5b9858a36
(svn r22086) -Fix: do not check if we can allocate an item if we won't try to do so anyway
smatz
2011-02-15 13:15:12 +00:00
03c1b0df4b
(svn r22086) -Fix: do not check if we can allocate an item if we won't try to do so anyway
smatz
2011-02-15 13:15:12 +00:00
d2d6b263b3
(svn r22085) -Fix: assert when connecting to the admin port
smatz
2011-02-15 12:11:28 +00:00
e9d0998b85
(svn r22085) -Fix: assert when connecting to the admin port
smatz
2011-02-15 12:11:28 +00:00
949bfabe5e
(svn r22084) -Change: [NewGRF] Check grf version strictly and consider grfs with version < 2 as incompatible. If you have trouble with certain grfs from BaNaNaS, then bother the author about fixing the grf.
frosch
2011-02-14 21:41:52 +00:00
483ab5974d
(svn r22084) -Change: [NewGRF] Check grf version strictly and consider grfs with version < 2 as incompatible. If you have trouble with certain grfs from BaNaNaS, then bother the author about fixing the grf.
frosch
2011-02-14 21:41:52 +00:00
22afd83964
(svn r22083) -Change: trunk is heading towards 1.2 now
rubidium
2011-02-14 20:20:57 +00:00
be8e0ede7c
(svn r22083) -Change: trunk is heading towards 1.2 now
rubidium
2011-02-14 20:20:57 +00:00
1b2ef66416
(svn r22081) -Fix [FS#4489]: if fullscreen fails with current resolution, use desktop resolution
glx
2011-02-14 20:16:36 +00:00
20f94c965f
(svn r22081) -Fix [FS#4489]: if fullscreen fails with current resolution, use desktop resolution
glx
2011-02-14 20:16:36 +00:00
914f8e9f1d
(svn r22080) -Doc: Add doxygen comments to a few functions and improve a few existing comments
planetmaker
2011-02-14 19:52:26 +00:00
6d031d0867
(svn r22080) -Doc: Add doxygen comments to a few functions and improve a few existing comments
planetmaker
2011-02-14 19:52:26 +00:00