Darkvater
|
ee27bb497c
|
(svn r6884) -Codechange: Add strict bounds checking in string formatting system.
The last parameter should point to the end of the buffer (eg lastof(buf))
Courtesy of Tron.
|
2006-10-21 23:31:34 +00:00 |
|
peter1138
|
8411b3b9fe
|
(svn r6855) - Codechange: When displaying a "quantity of cargo" string, use the {CARGO} command and supply the cargo type and quantity, instead of manually looking up the cargo type's string.
|
2006-10-20 11:53:29 +00:00 |
|
bjarni
|
eef1d4de7a
|
(svn r6729) -Fix r6707: [build aircraft window] solved a crash when using a grf set with a buildable helicopter with a lower EngineID than the first buildable plane
Also removed a lot of const cast as they mess up the code and didn't help much
|
2006-10-10 20:11:48 +00:00 |
|
bjarni
|
8d5033ee25
|
(svn r6726) -Codechange: [vehicle build window] cleaned up the name sorter (mainly by peter1138)
Now both names are checked against the cache (instead of just one of them) and we got rid of some global vars
|
2006-10-10 15:46:03 +00:00 |
|
bjarni
|
ba2be75c0c
|
(svn r6722) -Codechange: [aircraft build window] moved aircraft build window to a file of it's own
Also made some changes to it so it should be easier to unify all the build vehicle windows
|
2006-10-10 15:02:38 +00:00 |
|