Age | Commit message (Expand) | Author |
2006-08-26 | (svn r6148) -Fix r6146: mostly it is useful to declare a variable in the func... | truelight |
2006-08-26 | (svn r6147) -Fix: I don't know how to write Destination :( | truelight |
2006-08-26 | (svn r6146) -Fix: MSVC doesn't know how to cast to an union.. so fix it via a... | truelight |
2006-08-26 | (svn r6145) -Codechange: added OrderID to indicate Order indexes out of the pool | truelight |
2006-08-26 | (svn r6144) -Codechange: renamed OrderID to VehicleOrderID, because it had no... | truelight |
2006-08-26 | (svn r6143) -Codechange: DeleteWaypoint removes a waypoint from the pool | truelight |
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 possible | truelight |
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:54 | miham |
2006-08-25 | (svn r6131) -Codechange : Complete all missing _ttdpatch_flags entries | belugas |
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:08 | miham |
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 heightmaps | rubidium |
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: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 |