Commit Graph

8290 Commits (224d7afe3d9a151c8c997affb2ac9100b5df8fe6)
 

Author SHA1 Message Date
bjarni 224d7afe3d (svn r11853) -Fix [r11837]: [OSX] reconfigure killed the space in shared-dir
Thanks to TrueLight for finding the solution to this one
  Note: if the shared-dir setting is already broken due to this then you have to manually run configure again
17 years ago
miham ccd557fa54 (svn r11852) -Update: WebTranslator2 update to 2008-01-14 21:05:38
brazilian_portuguese - 36 changed by fukumori (36)
korean     - 1 fixed by leejaeuk5 (1)
piglatin   - 20 fixed by adammw (20)
portuguese - 1 fixed by nars (1)
17 years ago
belugas e91e9d9b4e (svn r11851) -Codechange: A few magic numbers removal, plus a little code style 17 years ago
peter1138 a4ba98af86 (svn r11850) -Fix (r11848): forgot to update vc project files 17 years ago
peter1138 85e49e6290 (svn r11849) -Fix (r11848): Incomplete(?) class broke MSVC/mingw compilation 17 years ago
peter1138 1fa2285327 (svn r11848) -Codechange: New class-based drop down list functionality. Lists are now dynamically generated, and can include parameters, or be extended however needed. 17 years ago
smatz c6de18c3db (svn r11847) -Fix: do not affect the speed a train is entering a depot by trackbits behind it 17 years ago
peter1138 7475bf20ec (svn r11846) -Fix [FS#1651]: implicit conversion from unsigned to signed int caused compilation failure with MSVC. 17 years ago
smatz a9f69f387d (svn r11845) -Codechange: simplify train collision detection a bit 17 years ago
glx 88e16866bc (svn r11844) -Fix: road vehicle count was incorrect in network lobby window 17 years ago
smatz b3bf60000e (svn r11843) -Fix: mark dirty canal tile even in diagonal direction from flooded tile 17 years ago
rubidium f57ab9f99f (svn r11842) -Fix: libtimidity.cpp did not compile anymore. 17 years ago
glx b1951ac447 (svn r11841) -Fix: win32 compilation 17 years ago
rubidium 9ac26e1bf1 (svn r11840) -Codechange: split network.h so not everything in there needs to be included when wanting to know whether we are a server. 17 years ago
rubidium df12937f19 (svn r11839) -Codechange: move some variables from variables.h to a more logical location. 17 years ago
smatz 5d379d6696 (svn r11838) -Fix (r11320): draw correctly canal next to half flooded rail tile 17 years ago
bjarni adf1e34ead (svn r11837) -Feature: [OSX] added "/Library/Application Support/OpenTTD" to the search paths (based on patch by pv2b)
It is possible to set this to something else setting shared-dir with config
  This works on other OSes as well but it's off by default (and not really tested)
17 years ago
bjarni 6c4ebd91ea (svn r11836) -Fix [r11834]: [OSX] fixed compilation 17 years ago
smatz b3e28dc5ad (svn r11835) -Fix: mark depot, viewports, vehicle lists and vehicle details dirty when a train crashes 17 years ago
rubidium 9c0c798dd8 (svn r11834) -Codechange: only include settings_type.h if needed. 17 years ago
bjarni a6fa5dd124 (svn r11833) -Cleanup: changed save_params_array into one item for each line in config.lib
This should increase readability and conflict solving
17 years ago
rubidium fafab82a31 (svn r11832) -Codechange: get rid of (quite) some VARDEFs. 17 years ago
smatz 86a6268f3e (svn r11831) -Fix: call TrainConsistChanged() when removing crashed train part to be consistent with saveload process 17 years ago
rubidium 975f1b4825 (svn r11830) -Fix [FS#1625]: road vehicles would not wait in line, but at a single point on bridges. Based on a patch by SmatZ. 17 years ago
rubidium 0ca79e2fb8 (svn r11829) -Feature: allow reloading openttd.cfg when starting a new game on a dedicated server. Patch by dihedral. 17 years ago
rubidium 90acd52f22 (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
rubidium 72c9b35b11 (svn r11827) -Codechange: do not include enum_type.hpp unnecessary. 17 years ago
glx 818979ebe3 (svn r11826) -Fix (r10444): at least one instance of dmusic driver is needed for it to be registered and usable 17 years ago
rubidium bfa6087e0f (svn r11825) -Fix (FS#1627): an articulated road vehicle could split up when it turned around at a corner and then would enter a drive through station at the next tile. 17 years ago
peter1138 3fb100c670 (svn r11824) -Fix (r11822): Converting signs from TTD games incomplete 17 years ago
peter1138 4bbe6358d9 (svn r11823) -Fix (r11822): Custom names from old TTD games were not updated. 17 years ago
peter1138 0f7392bd61 (svn r11822) -Codechange: Replaced fixed size custom name array. Names are now attached to their object directly and there is
no limit to the amount of names.
-Fix: NewGRF engines could not be renamed.
17 years ago
smatz 74f9be8f2c (svn r11821) -Fix (r11802): 'optimization assert' when removing crashed wagon in some cases 17 years ago
smatz 9c9b743242 (svn r11820) -Fix: invalidate depot window when removing crashed train 17 years ago
smatz b18b7f6f22 (svn r11819) -Fix: do not access the Vehicle struct that has been already deleted when removing crashed train 17 years ago
rubidium 2fc62eab05 (svn r11818) -Codechange: split player.h into smaller pieces. 17 years ago
peter1138 63cc41cd1c (svn r11817) -Codechange: Base vehicle group validity on owner, not name. 17 years ago
rubidium 07e0e0a1ff (svn r11816) -Fix: forgot clearing one byte, causing the passwords to differ slightly on different platforms. 17 years ago
smatz 81b3635c80 (svn r11815) -Codechange (r11802): some compilers were giving a false warning about uninitialized variable 17 years ago
orudge c4ad3c648b (svn r11814) -Fix: Get OpenTTD compiling again on OS/2 17 years ago
frosch 7d3ecec5b9 (svn r11813) -Fix [FS#1602]: Switch _screen to the output buffer and disable usage of 32bpp-anim animation buffer during giant screenshots. 17 years ago
smatz fa1f94e599 (svn r11812) -Codechange: introduce TrainExitDir() to simplify some functions 17 years ago
rubidium 97d6e0e6c0 (svn r11811) -Fix: make compilation without networking work again (and thus move the debugdumpcommand stuff out of the network 'area'). 17 years ago
smatz 2ba5bf8947 (svn r11810) -Fix (r11802): reset sets when leaving prematurely 17 years ago
smatz aa11580621 (svn r11809) -Fix [FS#1643]: set expenses type when selling all vehicles in depot 17 years ago
smatz fb725dbb4c (svn r11808) -Fix: remember --with-ccache in config.cache
-Codechange: shuffle params a bit, sort params in save_params_array in the same order as the table above
17 years ago
frosch 49f741aaa3 (svn r11807) -Codechange: Make Action5 handler more upwards- and TTDP-compatible by allowing specifiing more sprites than needed. 17 years ago
glx fe35fa15e4 (svn r11806) -Fix (r11793) [FS#1638]: sign inversion when updating income and expenses 17 years ago
frosch 9629b26677 (svn r11805) -Fix [FS#1620]: VEHICLE_TRIGGER_EMPTY was triggered continuously while train waiting in station. 17 years ago
belugas 88f11bbfeb (svn r11804) -Fix(r11797,FS#1636): Industry tiles should receive the same medecine as indstries themselves regarding the resolver's object 17 years ago