summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-26(svn r6156) -Codechange: DeleteIndustry removes an industry from the pooltruelight
2006-08-26(svn r6155) -Codechange: split Destroy routine from SpriteGroupPoolCleanBlocktruelight
2006-08-26(svn r6154) -Cleanup: ordered the IDs that have to do with pools from the otherstruelight
2006-08-26(svn r6153) -Codechange: DeleteSign removes a sign from the pooltruelight
2006-08-26(svn r6152) -Codechange: renamed GetNumRoadStops to GetNumRoadStopsInStation ...truelight
2006-08-26(svn r6151) -Codechange: DeleteStation/DeleteRoadStop removes a station/RoadS...truelight
2006-08-26(svn r6150) -Codechange: introduced and used RoadStopID where neededtruelight
2006-08-26(svn r6149) -Codechange: DeleteTown removes a town from the pooltruelight
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 pooltruelight
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 pooltruelight
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