Commit Graph

7781 Commits (f4775d06bb53f927ad05c7e6344a4e839c884c44)
 

Author SHA1 Message Date
belugas 63b91ac88a (svn r11161) -Fix: Allow to transform coordinates in negative ones when gfx of 0xFF allows it 17 years ago
belugas ea2100e4e8 (svn r11160) -Fix: A gfx of 0xFF does not count when it's time to establish the size of the industry. 17 years ago
glx 94a710fa46 (svn r11159) -Fix (r11155): restore the ability to save in a non existing file 17 years ago
rubidium e61f197dba (svn r11158) -Codechange: reduce the amount of Random calls needed when we do not have NewGRF industries that actually need the random bits. 17 years ago
rubidium db0e01bd7b (svn r11157) -Fix: some random data was printed because printf "thought" that _current_player is 4 bytes instead of 1 byte, causing the random debug output to be useless. 17 years ago
glx 54fe17050b (svn r11156) -Fix r11155: fix one compiler makes the other warn ;) 17 years ago
rubidium 2408a68910 (svn r11155) -Fix [FS#1253]: work around a nasty MS CRT 8 SP1 bug making it virtually impossible to debug 32bpp games under MSVC (http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=257606). Patch by boekabart. 17 years ago
rubidium b12785cf7c (svn r11154) -Fix [FS#1239]: MIDI failing to play under Windows 95, 98 and ME. 17 years ago
rubidium fc371ad994 (svn r11152) -Fix: GetIndustryIDAtOffset crashed when translation of the GFX ID would be needed. Fix by Belugas.
-Fix: GetIndustryIDAtOffset crashed when the industry->xy tile was not an industry tile.
17 years ago
rubidium 4dca543135 (svn r11151) -Codechange: add (partial) support for randomizing industry triggers (part of the backend for it). Furthermore update the documentation of the map's bits wrt to industries. 17 years ago
rubidium f4792f29cb (svn r11150) -Fix [FS#1202]: NewGRF action 3 does not necessarily need an action 1 to be defined. Patch by frosch. 17 years ago
maedhros df03734674 (svn r11149) -Fix [FS#1225]: Draw building stages for new house ground sprites. 17 years ago
rubidium aec2d03c72 (svn r11148) -Codechange: add support for getting version numbers from Mercurial/HG instead of norev000 (when using a Mercurial/HG clone that is). 17 years ago
rubidium 4d8f4bd1c0 (svn r11147) -Fix [FS#1247] (r11105): reallow bounding boxes with x/y/z-extent 0. Some NewGRFs need them. Patch by frosch. 17 years ago
rubidium 240285b8d8 (svn r11145) -Codechange: add support for "decoding" TTDPs string codes wrt to registers 0x100 to 0x10F. 17 years ago
glx aa020847af (svn r11144) -Codechange: add support for newgrf callbacks 29 and 35 17 years ago
rubidium c00db50edc (svn r11143) -Fix: the random bits were not set for the production callback when the NewGRF asked for it. 17 years ago
glx 90602b356a (svn r11142) -Codechange: prepare industry production change code for newgrf callbacks 29 and 35 17 years ago
rubidium ed2b6f4f72 (svn r11141) -Codechange: add support for NewGRF's varaction2 operators 11, 12 and 13. 17 years ago
miham 726ea01d6c (svn r11140) -Update: WebTranslator2 update to 2007-09-22 20:52:32
american   - 21 fixed by WhiteRabbit (21)
brazilian_portuguese - 1 fixed by tucalipe (1)
catalan    - 1 fixed by arnaullv (1)
croatian   - 1 fixed by knovak (1)
czech      - 7 fixed, 1 changed by Hadez (8)
danish     - 1 fixed by ThomasA (1)
dutch      - 1 fixed by habell (1)
estonian   - 1 fixed, 33 changed by kristjans (34)
french     - 1 fixed by glx (1)
romanian   - 21 fixed by kneekoo (21)
spanish    - 1 fixed by eusebio (1)
turkish    - 16 fixed, 2 changed by jnmbk (18)
ukrainian  - 1 fixed by mad (1)
17 years ago
rubidium 60f1eb21fa (svn r11139) -Codechange: add support for persistent storage for NewGRFs. 17 years ago
rubidium c68c83dffa (svn r11138) -Codechange: prepare some subsystems for persistent storage for NewGRFs. 17 years ago
belugas 47dd4989a8 (svn r11137) -Feature: [NewGRF] Add support for bit 17 of property 1A for Industries. This bit enables the protection of the last instance of an industry type once raise. 17 years ago
rubidium a6a8502ca3 (svn r11134) -Fix [FS#1238]: vehicles got removed twice from the group list when selling whole trains. 17 years ago
rubidium 2ce95b9fd0 (svn r11133) -Fix (r11102) [FS#1245]: in some cases vehicles would be drawn over houses when they should be drawn behind the houses. Patch by frosch. 17 years ago
rubidium 5fe04f2db7 (svn r11132) -Fix: NewGRFs seem to assume that STR_NULL is an empty string or so. 17 years ago
rubidium 42b629c78c (svn r11131) -Fix (r11126): forgot to commit the changes that performed the actual fix. 17 years ago
rubidium 5d4311c07a (svn r11130) -Fix [FS#1207]: towns build roads that weren't connected to any other road. 17 years ago
glx fa628f0363 (svn r11129) -Fix: update some TextID to StringID 'translations' to reflect changes in language files 17 years ago
rubidium 7d325672eb (svn r11128) -Fix: a lot of graphical glitches by changing some bounding boxes. It's not perfect yet, but a *very* good step into the right direction. Patch by frosch. 17 years ago
rubidium 262836a24f (svn r11127) -Fix: truncate the result of 8 bits callbacks. 17 years ago
rubidium 7f721d31c2 (svn r11126) -Fix: the algorithm to determine the closest water/land was flawed. 17 years ago
rubidium 87f62c7109 (svn r11125) -Documentation: add/update the documentation of news*. Based on a patch by Progman. 17 years ago
rubidium c2dc4a4adb (svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman. 17 years ago
miham a451c6f4b9 (svn r11123) -Update: WebTranslator2 update to 2007-09-17 12:45:29
afrikaans  - 47 fixed, 52 changed by TrueTenacity (99)
brazilian_portuguese - 23 changed by fukumori (23)
bulgarian  - 14 fixed by thetitan (14)
catalan    - 3 changed by arnaullv (3)
croatian   - 6 fixed, 12 changed by knovak (15), tperic (3)
danish     - 20 fixed by ThomasA (20)
finnish    - 20 fixed by habazi (20)
german     - 10 fixed by Timwi (10)
hungarian  - 1 fixed by miham (1)
italian    - 1 fixed by lorenzodv (1)
japanese   - 6 fixed by ickoonite (6)
norwegian_nynorsk - 6 fixed by pollux (6)
piglatin   - 20 fixed by adammw (20)
russian    - 20 fixed by Smoky555 (20)
slovak     - 1 fixed by lengyel (1)
slovenian  - 7 fixed by Necrolyte (7)
spanish    - 1 changed by Cabu (1)
traditional_chinese - 21 fixed by xbddc (21)
17 years ago
rubidium 257fdb38e6 (svn r11122) -Fix [FS#1234]: crash when building a NewGRF vehicle when the articulated build vehicle callback returneed a different value for the purchase window than the normal build. Thanks for Dalestan and _minime_ for pointers to possible causes. 17 years ago
rubidium f3491cb062 (svn r11121) -Fix: clear the temporary NewGRF storage every time we perform a callback so it cannot cause desyncs. 17 years ago
rubidium 9da9e77641 (svn r11120) -Codechange: remove the arbitrary limit of 10 articulated parts for a vehicle. 17 years ago
truelight 631dc06212 (svn r11119) -Codechange: analyze .tar files upon loading, remembering their files and offsets, which speeds up .tar handling with a big factor
-Fix: several win32 .tar support problems
-Fix: better checking of .tar versions and other minor things
-Codechange: don't call fclose() but FioFClose to close a file
17 years ago
truelight 345a4a28d8 (svn r11118) -Fix: sample.cat can now be in a tar-file too, how nice! 17 years ago
truelight 6a8e5398a2 (svn r11117) -Add: add support for 7z .tar files, which are in the 'old' (deprecated) format 17 years ago
glx 17870089d0 (svn r11116) -Fix (r11106): tar loader was not compiled for WIN32 17 years ago
rubidium 50cf379330 (svn r11115) -Merge: release changes from 0.5. 17 years ago
rubidium 070f7b7a27 (svn r11112) -Fix (r11107) [FS#1229]: in some cases one could destroy (parts of) buildings when building tunnels. 17 years ago
glx 1c998c6d92 (svn r11111) -Fix (r11106): missing const broke compilation with MSVC 17 years ago
glx fbbba11e13 (svn r11110) -Fix (r11107): somebody forgot to update project files ;) 17 years ago
truelight f438dcdd67 (svn r11109) -Fix r11106: it is silly to use a std::list for something that is cleary a std::vector (less memory ;) WHOHO!) 17 years ago
rubidium e8ff9ee982 (svn r11108) -Fix (r11107): somebody forgot to add some file ;) Spoils the fun of the previous cryptic message though. 17 years ago
rubidium fef64185b8 (svn r11107) -Feature: some tool so one can still build tunnels under rails (and other structures) when the owner of the structure built it on foundations and if you have enough "empty" space ofcourse. One could use the tool for some other construction needs too. Patch by frosch. 17 years ago
truelight 5647bd5157 (svn r11106) -Add: added .tar support; you can pack all files in your data/ dir in how ever many .tar files you like, keeping the dir-structure equal to the unpacked version, and OpenTTD can handle them just like the files were unpacked
-Note: useful for GRF-packs and 32bpp PNGs. Don't forget to keep the dir-structure alive for 32bpp PNGs!
  -Note: file-loading-order: search-paths, .tar-files in the order found on disk (can be anything at all, don't depend on it.. use 'openttd -d1' to see which order they are added)
17 years ago