summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-06-08(svn r13419) -Fix [FS#2063]: Entries in the bridge list were not sorted when ↵rubidium
the window was just opened.
2008-06-08(svn r13417) -Fix (r12945, r13413): freeing the ThreadObjects in a manner ↵rubidium
that hopefully doesn't cause crashes.
2008-06-08(svn r13413) -Codechange: remove some enums that haven't been used for years.rubidium
2008-06-08(svn r13412) -Add: OTTDThreadTerminateFunc, for all thread systems, which is ↵truebrain
called when a thread is terminated. Now GenWorld- and SaveLoad-thread cleanup theirselves correctly, while Fibers don't (as that causes access-violations)
2008-06-08(svn r13411) -Codechange: remove the return value from the thread procs ↵rubidium
because it is never used.
2008-06-08(svn r13409) -Fix: division by zero when one would press 'd' (skip order) ↵rubidium
when there's no order.
2008-06-08(svn r13408) -Codechange: some stricter checking.rubidium
2008-06-07(svn r13400) -Update: WebTranslator2 update to 2008-06-07 18:14:28miham
korean - 8 fixed, 16 changed by leejaeuk5 (24) romanian - 5 fixed, 185 changed by CrystyB (190) russian - 1 changed by Smoky555 (1)
2008-06-07(svn r13397) -Fix: Do not crash when resolving vehicle sprite groups with ↵frosch
zero sprites.
2008-06-06(svn r13396) -Fix (r13375): assertion failing when changing grfs in game ↵glx
(compatible grfs)
2008-06-05(svn r13390) -Codechange: introduce usererror() for fatal but not openttd ↵glx
related errors. Now all error() will 'crash' openttd after showing the message in win32 releases (MSVC), creating a crash.log and crash.dmp (like the '!' hack used before). On the other hand, usererror() will just close the game. So use error() only when it can be helpful to debugging, else use usererror().
2008-06-05(svn r13389) -Codechange: remove NM_CALLBACK because that information could ↵rubidium
be gathered from the fact that a callback has been specified. Patch by Cirdan.
2008-06-05(svn r13388) -Codechange: Remove "my invented flag for something that is a ↵peter1138
wagon"
2008-06-05(svn r13387) -Fix: industry directory sorting not working correctly (= != ==)rubidium
2008-06-05(svn r13386) -Fix: global currency/units setting being overriden when ↵rubidium
loading a savegame.
2008-06-05(svn r13385) -Fix (r12137): In the purchase list, CB36 for capacity was not ↵peter1138
called for the first part of rail and road vehicles.
2008-06-05(svn r13384) -Update: WebTranslator2 update to 2008-06-05 08:15:43miham
brazilian_portuguese - 9 fixed, 6 changed by tucalipe (15) catalan - 9 fixed by arnaullv (9) croatian - 13 fixed by knovak (13) czech - 33 fixed by Hadez (33) danish - 47 fixed by ThomasA (47) dutch - 9 fixed by habell (9) estonian - 42 fixed, 5 changed by kristjans (47) finnish - 5 fixed, 1 changed by kerba (6) french - 9 fixed, 2 changed by glx (8), belugas (3) icelandic - 75 fixed by scrooge (75) italian - 9 fixed, 12 changed by lorenzodv (21) korean - 76 fixed, 15 changed by leejaeuk5 (91) portuguese - 7 fixed by izhirahider (7) romanian - 97 fixed, 302 changed by CrystyB (399) russian - 12 fixed by Smoky555 (12) spanish - 12 fixed by eusebio (12) swedish - 13 fixed by ChrillDeVille (6), daishan (7) turkish - 39 fixed, 1 changed by jnmbk (40) ukrainian - 10 fixed by mad (10)
2008-06-05(svn r13383) -Codechange: Put the cost of house removal in a class memberbelugas
2008-06-04(svn r13380) -Fix (r13327): MSVC signed/unsigned warningglx
2008-06-04(svn r13379) -Fix (r13255): drive side can't be changed in introglx
2008-06-04(svn r13378) -Fix (r13375): compilation without network support was brokensmatz
2008-06-04(svn r13377) -Codechange: Let 'long format' build year work in vehicle ↵peter1138
purchase list.
2008-06-04(svn r13376) -Feature: Add access to current long year and date from Action ↵belugas
7/9/D and VarAction2 (23/24 or A3/A4) Add access to (long format) building year, in Variational Action2 Variable 49 for Vehicles
2008-06-03(svn r13375) -Add: logging of actions that could possibly cause desyncs and ↵smatz
crashes to simplify debugging. See readme.txt for details
2008-06-03(svn r13374) -Fix (r13364): Some common compilers do not yet support 9 year ↵peter1138
old specifications.
2008-06-03(svn r13373) -Fix (r10210): loading of very old savegames was brokensmatz
2008-06-03(svn r13372) -Cleanup: Excessive whitespacepeter1138
2008-06-03(svn r13371) -Fix (r4510 ... r12924): Engine array size is not related to ↵peter1138
the ID used when setting a vehicle's name (it is vehicle type specific). Instead just test for a generic string.
2008-06-03(svn r13370) -Codechange: move the VARDEF stuff from openttd.h to ↵rubidium
variables.h so one doesn't need to include openttd.h before variables.h.
2008-06-03(svn r13369) -Codechange: remove duplication of network configuration ↵rubidium
settings between NetworkSettings and NetworkGameInfo. -Fix: failure of changing the server password during games because the password wasn't duplicated properly.
2008-06-03(svn r13368) -Codechange: give house's min/max_date a better name, as it is ↵belugas
really year, not date
2008-06-03(svn r13367) -Codechange: Allow CircularTileSearch function to return the ↵belugas
tile where search has been successful, or INVALID_TILE if it has not
2008-06-03(svn r13366) -Fix: clicking in the Subsidies window was brokensmatz
2008-06-02(svn r13365) -Fix: don't segfault on trying to set a non-existing patch setting.rubidium
2008-06-02(svn r13364) -Codechange: Refactor action 3 mapping to use grf_load_*() ↵peter1138
instead of direct byte array access.
2008-06-02(svn r13363) -Codechange: Code duplication tidy uppeter1138
2008-06-02(svn r13362) -Fix: make the town authority window a bit less glitchysmatz
2008-06-02(svn r13361) -Fix (r13360): regexp failedglx
2008-06-02(svn r13360) -Fix (r13359): Forgot to remove some instances of FiosAlloc()skidd13
2008-06-02(svn r13359) -Codechange: convert _fios_items to a SmallVectorskidd13
-Cleanup: some reincarnations of _fios_items in the code
2008-06-02(svn r13358) -Codechange: split next order determination and conditional ↵rubidium
order processing functionality from the order handling. Patch based on work by michi_cc.
2008-06-02(svn r13357) -Codechange: add constness to YAPF.rubidium
2008-06-02(svn r13356) -Codechange: Incorrect documentation and variable type for ↵peter1138
inflation rates
2008-06-01(svn r13354) -Codechange: make 8bpp_optimized blitter ~25% faster in ↵smatz
encoding and ~15% faster in drawing (depends on architecture)
2008-06-01(svn r13351) -Codechange: disable warnings about unused variable for builds ↵smatz
without asserts
2008-06-01(svn r13350) -Fix: wrong tooltip for waypoint picker scrollbarglx
2008-06-01(svn r13349) -Codechange: remove a pointless flag; the flag is set before ↵rubidium
calling a function and is then reset in the function without ever reading it. Patch by Cirdan.
2008-05-31(svn r13348) -Fix: an industry does not always need foundations; in the case ↵rubidium
of NewGRFs an industry can be built on a steep slope, however when 'querying' the foundation type of an industry we neglected the fact that these steep slope tiles do not have a foundation. As a result of this when one built a structure requiring foundations on a tile SW or SE of a steep slope industry tile it would try to apply the foundation on the steep slope to determine whether to draw the wall of the foundation and trigger an assert.
2008-05-31(svn r13347) -Fix (r12396): ottdres.rc.in was forgottenglx
2008-05-30(svn r13346) -Fix (r13322): scrolling the main viewport with keyboard when ↵rubidium
having a build tool selected failed.