summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-26(svn r6142) -Codechange: added WaypointID (sorry DV, couldn't splits it anymore)truelight
2006-08-26(svn r6141) -Codechange: introduced DepotID and used it as much as possibletruelight
2006-08-26(svn r6140) -Codechange: fix the comment of _shift_pressed. It doesn't react ...Darkvater
2006-08-26(svn r6139) -Codechange: strings are StringID. This should be changed in stri...Darkvater
2006-08-26(svn r6138) - Remove stdafx.c since we do not use it.Darkvater
2006-08-26(svn r6137) -Codechange: some very minor cleanups:truelight
2006-08-26(svn r6136) -Fix: _cur_year wasn't converting when reading pre-31 savegames, ...truelight
2006-08-26(svn r6135) WebTranslator2 update to 2006-08-26 09:44:54miham
2006-08-25(svn r6131) -Codechange : Complete all missing _ttdpatch_flags entriesbelugas
2006-08-25(svn r6122) Fix an off-by-two error in r6108: it should be the index for the ...tron
2006-08-25(svn r6117) -Fix r6097: on mingw it is normal that both / as \ are accepted a...truelight
2006-08-25(svn r6114) WebTranslator2 update to 2006-08-25 10:49:08miham
2006-08-25(svn r6108) -NewGRF Feature: Implement currencies replacment via grf file.belugas
2006-08-25(svn r6107) -Fix r6089: add STRGEN preprocessor flag and string.c to strgen v...belugas
2006-08-24(svn r6105) -Fix r6089: add STRGEN preprocessor flag and string.c to strgen p...Darkvater
2006-08-24(svn r6104) -Fix: make install did not create a directory for the heightmapsrubidium
2006-08-24(svn r6098) -Fix 6097: stupid me.... CHARS! Not strings, for strrchr :(truelight
2006-08-24(svn r6097) -Fix: mingw and cygwin get / from Makefile, where \ is expected. ...truelight
2006-08-24(svn r6096) -Fix: silence a warning on mingw (tnx Frostregen)truelight
2006-08-24(svn r6089) -Backport r6088: added -s (source) and -d (destination) to strgen...truelight
2006-08-24(svn r6086) -Fix: InteractiveRandom was not seeded properly resulting in the ...rubidium
2006-08-24(svn r6084) -Fix r6073: if we removed MSVC6 support, then why is unittest.dsp...truelight
2006-08-24(svn r6083) WebTranslator2 update to 2006-08-24 10:19:06miham
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:55miham
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:27miham
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 0truelight
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 wrappertruelight
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 IsValidXXXIDtruelight
2006-08-22(svn r6052) -Codechange: change OrderType (order->type) in a typedeftruelight
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 r6047truelight
2006-08-22(svn r6048) -Codechange: all InitializeXXX are plural, just not Depottruelight
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:27miham
2006-08-22(svn r6043) -Codechange: use wrapper if they are availabletruelight
2006-08-21(svn r6042) WebTranslator2 update to 2006-08-21 23:49:18miham
2006-08-21(svn r6041) -Fix r6040: forgot to declare a function in viewport.ctruelight