summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-05-24(svn r9906) -Codechange: Add common properties for both industry and ↵belugas
industry tiles specs
2007-05-23(svn r9905) -Feature: Allow building new stations adjacent to existing ↵maedhros
stations by holding down control. Based on a patch by Wolf01.
2007-05-23(svn r9904) -Codechange [FS#798]: Add OpenBSD support to configure (matthias)peter1138
2007-05-23(svn r9903) -Fix (r9901): Make the demolish and level land tools work in the ↵maedhros
scenario editor again.
2007-05-23(svn r9902) -Fix (r9898): Don't check group owner when adding a vehicle to ↵peter1138
the 'default' group.
2007-05-23(svn r9901) -Codechange: Decide what to do with selected land areas based on ↵maedhros
the specific variable, not how it was highlighted.
2007-05-23(svn r9900) -Codechange: Separate the variables for how to highlight a land ↵maedhros
area and what to do with it afterwards.
2007-05-22(svn r9899) -Update: WebTranslator2 update to 2007-05-22 23:52:38miham
american - 32 fixed by WhiteRabbit (32) brazilian_portuguese - 25 fixed by tucalipe (25) bulgarian - 6 fixed by thetitan (6) danish - 32 fixed, 21 changed by ThomasA (53) dutch - 32 fixed, 3 changed by habell (35) french - 32 fixed by glx (32) german - 17 fixed by Neonox (17) hungarian - 32 fixed by miham (32) italian - 32 fixed by lorenzodv (32) korean - 29 fixed by darkttd (29) slovak - 35 fixed by lengyel (35) slovenian - 10 fixed by Necrolyte (10) spanish - 34 fixed by eusebio (34) swedish - 32 fixed by giddorah (32)
2007-05-22(svn r9898) -Fix (r9874): Many...peter1138
- Group protection status wasn't changed via a command. - Group renaming didn't check group owner (and in fact changed the owner, just like renaming a sign...). - Added owner checks to other group commands. - Invalidate window data after the command has been completed instead of after the command has been sent. This fixes gui issues in network play.
2007-05-21(svn r9897) -Codechange: prepare the toolbar for more road types.rubidium
2007-05-21(svn r9896) -Fix (r9874): when selling an entire train, decrease the number ↵glx
of vehicles in the group only once
2007-05-21(svn r9895) -Fix: assertion when removing roadstop.rubidium
2007-05-20(svn r9894) -Fix (r9892): catenary was drawn on road bridges ;)rubidium
2007-05-20(svn r9893) -Fix (r9892): various small bugs that only act up when using ↵rubidium
something different than plain roads.
2007-05-20(svn r9892) -Codechange: lots of ground work for allowing multiple types of ↵rubidium
"road" with multiple owners on a single tile.
2007-05-20(svn r9891) -Fix [FS#787]: the manage list menu wasn't removed/updated when ↵rubidium
changing to another group making it able to perform "group" actions for "all vehicles", which would cause a crash.
2007-05-20(svn r9890) -Codechange: Don't allocate space for 0 spriteset rangespeter1138
2007-05-20(svn r9889) -Codechange: Use cargo's freight status for choosing livery scheme.peter1138
2007-05-20(svn r9888) -Codechange: [NewGRF] allow non-spec cargo action2s to work, and ↵peter1138
using the goods sprite if really nothing is returned.
2007-05-20(svn r9887) -Fix (r9867): Industry production statistics messed up...peter1138
2007-05-20(svn r9886) -Codechange: Cleanup of industries (Step-13). Include the sounds ↵belugas
table into the industry's spec.
2007-05-19(svn r9885) -Fix r9846: some last bitshifts with zoom-levels that were forgottentruelight
-Fix r9846: initialize the zoom level for 'screen', as assuming 0 is not correct
2007-05-19(svn r9884) -Feature: 2 new zoom-out levels: 8 times and 16 timestruelight
-Codechange: unified the blitter function so we have 1 function for all zoom-levels -Codechange: make most of the label functions work with zoom-level instead of magic numbers and big switches per zoom-level -Codechange: MakeXXXDirty() functions didn't take into account zoom-level, but just used the biggest possible value -Codechange: simplified blitter functions to avoid code duplication
2007-05-19(svn r9883) -Fix (r4965): [NewGRF] Check for overflow and carry over when ↵peter1138
adding to the existing value.
2007-05-19(svn r9882) -Fix (r9874): the "default group" is also a valid group in some ↵rubidium
cases.
2007-05-19(svn r9881) -Fix (FS#782, r9874): accidentally removed one condition too ↵rubidium
many causing asserts.
2007-05-19(svn r9880) -Add: [NewGRF] Add action 7/9 condition 0B/0C (cargo type ↵glx
availability)
2007-05-19(svn r9879) -Fix (r9874): global autoreplace was little broken ;)rubidium
2007-05-19(svn r9878) -Fix (9874): some vehicle count's were not properly updated on ↵rubidium
delete or autoreplace of vehicles.
2007-05-19(svn r9877) -Revert (r9876): one file too many...peter1138
2007-05-19(svn r9876) -Codechange: [NewHouses] Add support for callback 2E (cargo ↵peter1138
production)
2007-05-19(svn r9875) -Fix (r9828): Only set carriage capacity if the wagon has not ↵peter1138
been refitted.
2007-05-19(svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you ↵rubidium
can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13.
2007-05-19(svn r9873) -Codechange: Add missing second callback parameter for housespeter1138
2007-05-18(svn r9872) -Codechange: more type strictness for vehicle typesrubidium
2007-05-18(svn r9871) -Fix (r8826): Some cargo costs were wrong for different ↵peter1138
climates. Multiple definitions of the same cargo type are sometimes required.
2007-05-18(svn r9870) -Codechange: Silence two compiler warnings and give proper type ↵belugas
to the "type" member of industry struct
2007-05-18(svn r9869) -Codechange: replace some bytes with VehicleType, i.e. more type ↵rubidium
strictness.
2007-05-18(svn r9868) -Codechange: bring external declaration of functions togueter ↵belugas
and adjust a comment
2007-05-18(svn r9867) -Codechange: Remove data duplication. The exact same values can ↵belugas
be found in the industry spec, so take it from there instead.
2007-05-17(svn r9866) -Codechange: remove the technical ↵rubidium
one-input-cargo-creates-one-output-cargo limit in the factories, sawmills, steelmills and the ones I'm forgetting to mention right now. Use of this functionality will come later.
2007-05-17(svn r9865) -Fix (r9862): NOT_REACHED() and error() declarations are needed ↵glx
for strgen
2007-05-17(svn r9862) -Fix (9842): strgen's error() does return in contrast to OTTD's ↵rubidium
error().
2007-05-17(svn r9861) -Fix: null pointer derefence under MorphOS and AmigaOS.rubidium
2007-05-16(svn r9857) -Fix: loading of TTDP savegames with features that OTTD has.rubidium
2007-05-16(svn r9855) -Fix: [FS#779] do not perform any commands on MP_VOID tiles.rubidium
2007-05-15(svn r9850) -Codechange: Introduction of the Override/Substitute manager. ↵belugas
Currently only used for newhouses. Basically, it is more a gathering of IDs from grf files and ingame data.
2007-05-15(svn r9848) -Fix r9846: how every many times you check something, of course ↵truelight
you always switch them at the last moment... UnScaleByZoom was ScaleByZoom and visa versa... (tnx to yeti_ for noticing)
2007-05-15(svn r9847) -Update: WebTranslator2 update to 2007-05-15 19:41:41miham
estonian - 10 fixed by kristjans (10) japanese - 9 fixed by ickoonite (9) traditional_chinese - 21 changed by xbddc (21)
2007-05-15(svn r9846) -Codechange: introduced ZOOM_LVL_MIN and ZOOM_LVL_MAX for the ↵truelight
obvious reasons -Codechange: introduced ZOOM_LVL_DETAIL to show/remove details -Codechange: changed << and >> operator with ZoomLevel to a simple wrapper (that in theory also allows zoom-in besides the current zoom-out) -Fix r9845: missed some int -> ZoomLevel