Age | Commit message (Expand) | Author |
2006-08-24 | (svn r6083) WebTranslator2 update to 2006-08-24 10:19:06 | miham |
2006-08-24 | (svn r6082) -CodeChange : Remove the unneeded table/sprites.h include in newg... | belugas |
2006-08-23 | (svn r6081) -Fix(6054) : Silenced a MSVC warning on compiling (thanks Maulin... | belugas |
2006-08-23 | (svn r6079) -Change: size and alignment of random seed input box and randomis... | glx |
2006-08-23 | (svn r6078) -Fix: forgot one uint16 -> Date conversion. Tnx to #openttdcoop t... | truelight |
2006-08-23 | (svn r6076) WebTranslator2 update to 2006-08-23 21:57:55 | miham |
2006-08-23 | (svn r6073) -We have removed MSVC6 support, so remove strgen and langs projec... | Darkvater |
2006-08-23 | (svn r6068) -Codechange: Switch PNG and BMP priority for screenshots. This en... | matthijs |
2006-08-23 | (svn r6064) WebTranslator2 update to 2006-08-23 15:55:27 | miham |
2006-08-22 | (svn r6059) -Fix(r6049): FOR_ALL was not use to not skip invalid items, so re... | glx |
2006-08-22 | (svn r6058) -Fix: Get(Industry|Town)ArraySize could never return 0 | truelight |
2006-08-22 | (svn r6057) -Codechange: made a function GetRandomXXX, that _always_ returns ... | truelight |
2006-08-22 | (svn r6056) -Codechange: don't use a loop what can be done with a simple wrapper | truelight |
2006-08-22 | (svn r6055) -Codechange: added GetXXXArraySize, which returns HighestID + 1 (... | truelight |
2006-08-22 | (svn r6054) Change the sign sorter in a similar way as the other sorters: Rem... | tron |
2006-08-22 | (svn r6053) -Codechange: renamed all IsXXXIndex to IsValidXXXID | truelight |
2006-08-22 | (svn r6052) -Codechange: change OrderType (order->type) in a typedef | truelight |
2006-08-22 | (svn r6051) -Fix r6047: forgot many times a ! :( | truelight |
2006-08-22 | (svn r6050) -Codechange: mass-renamed SignStruct -> Sign and ss -> si. Now fu... | truelight |
2006-08-22 | (svn r6049) -Codechange: forgot EngineRenew in r6047 | truelight |
2006-08-22 | (svn r6048) -Codechange: all InitializeXXX are plural, just not Depot | truelight |
2006-08-22 | (svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips inva... | truelight |
2006-08-22 | (svn r6046) CodeChange : Rename WWT_5 Widget type to WWT_LABEL : a centered ... | belugas |
2006-08-22 | (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit... | rubidium |
2006-08-22 | (svn r6044) WebTranslator2 update to 2006-08-22 15:57:27 | miham |
2006-08-22 | (svn r6043) -Codechange: use wrapper if they are available | truelight |
2006-08-21 | (svn r6042) WebTranslator2 update to 2006-08-21 23:49:18 | miham |
2006-08-21 | (svn r6041) -Fix r6040: forgot to declare a function in viewport.c | truelight |
2006-08-21 | (svn r6040) -Add: when clicking twice on a Location Button, the SmallMap cent... | truelight |
2006-08-21 | (svn r6039) -Fix: [newGRF] FS#287 Bugfix for error in NewGRF callback 31 code... | bjarni |
2006-08-21 | (svn r6038) -Codechange: move mousewheel code to event WE_MOUSEWHEEL instead ... | truelight |
2006-08-21 | (svn r6037) -Fix: never allow scrolling the map in the main menu (scroll-sett... | truelight |
2006-08-21 | (svn r6036) -Codechange: do not handle SCROLL in a central function, but let ... | truelight |
2006-08-21 | (svn r6035) -Revert r5900 which supposedly fixed an invalid warning caused by... | Darkvater |
2006-08-21 | (svn r6032) -Fix: when a farm is gone, remove the fields when it is full grow... | truelight |
2006-08-20 | (svn r6023) WebTranslator2 update to 2006-08-20 23:53:33 | miham |
2006-08-20 | (svn r6013) -Fix: some newgrf properties returned the date in the new format ... | rubidium |
2006-08-20 | (svn r6005) -Cleanup: introduce IndustryID and use it | rubidium |
2006-08-20 | (svn r6002) -Cleanup: remove the now redundant BASE_YEAR constant. | rubidium |
2006-08-20 | (svn r6001) -Feature: when removing a farm, his farmland is removed too (over... | truelight |
2006-08-20 | (svn r6000) WebTranslator2 update to 2006-08-20 20:43:15 | miham |
2006-08-20 | (svn r5999) -Feature: change the original date format to a 32 bits format bas... | rubidium |
2006-08-20 | (svn r5993) -Fix r5974: a cause-no-warning commit caused a warning ;) (glx) | truelight |
2006-08-20 | (svn r5978) -Add: allow a switch in Makefile.config to disable threads in Ope... | truelight |
2006-08-20 | (svn r5977) -Fix [FS#78]: never set I-am-a-thread bool to true IN the thread.... | truelight |
2006-08-20 | (svn r5975) -Cleanup: use ORIGINAL_BASE_YEAR & ORIGINAL_MAX_YEAR where the fu... | rubidium |
2006-08-20 | (svn r5974) -Codechange: added casts all around the place to make Windows 64b... | truelight |
2006-08-20 | (svn r5973) -Codechange: md5_append only uses size_t as nbytes param, so use ... | truelight |
2006-08-20 | (svn r5972) -Fix: usr strrchr instead of your own function (tnx Darkvater) | truelight |
2006-08-20 | (svn r5971) -Fix: wrong struct in assert_compile (thomasdev) | truelight |