summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-04(svn r21384) -Fix: failure of WT3 to properly validate some string...rubidium
2010-12-04(svn r21383) -Update from WebTranslator v3.0:translators
belarusian - 7 changes by KorneySan czech - 1 changes by marek995 german - 1 changes by norbert79 russian - 6 changes by KorneySan slovak - 1 changes by marek995 spanish - 2 changes by Terkhen
2010-12-04(svn r21382) -Fix (r21153) [FS#4290]: the road vehicle's frame wasn't ↵rubidium
properly set upon savegame conversion *if* the vehicle would be hidden, but isn't going to be hidden anymore after the conversion
2010-12-04(svn r21381) -Fix (r21377,r21375): some compilers have to spoil the fun...rubidium
2010-12-04(svn r21380) -Codechange: move ThreadedSave variables to a more logical ↵rubidium
place, and move an include to the right place
2010-12-04(svn r21379) -Codechange: move the actual save code into a separate functionrubidium
2010-12-04(svn r21378) -Codechange: move the logic for reading bytes from a savegame ↵rubidium
into a class
2010-12-04(svn r21377) -Codechange: rewrite the savegame decompressors to behave more ↵rubidium
like filters
2010-12-04(svn r21376) -Codechange: generalise ClearMemoryDumperrubidium
2010-12-04(svn r21375) -Codechange: rewrite the savegame compressors to behave more ↵rubidium
like filters
2010-12-04(svn r21374) -Fix: Purchases lists were not invalidated when using ↵planetmaker
'resetengines'
2010-12-02(svn r21373) -Codechange: rewrite the game state to memory dumperrubidium
2010-12-02(svn r21372) -Cleanup: remove some broken npf debug codeyexo
2010-12-02(svn r21371) -Codechange: pass the buffer to the compressor directly instead ↵rubidium
of using a global variable
2010-12-02(svn r21370) -Fix: [NewGRF] a grf with an invalid action14 could cause an ↵yexo
out of memory error
2010-12-02(svn r21369) -Fix: don't add object specs that weren't associate with graphicsrubidium
2010-12-02(svn r21368) -Update from WebTranslator v3.0:translators
german - 1 changes by planetmaker norwegian_bokmal - 8 changes by mantaray
2010-12-01(svn r21367) -Fix (r18719)[FS#4283]: Fields were not cleared under snow ↵frosch
though they were intended to be.
2010-12-01(svn r21366) -Update from WebTranslator v3.0:translators
basque - 81 changes by Thadah marathi - 4 changes by jcravi vietnamese - 2 changes by nglekhoi
2010-11-30(svn r21365) -Document: the reasoning for some of the network configuration ↵rubidium
defaults
2010-11-30(svn r21364) -Change: increase the default amount of companies, clients and ↵rubidium
spectators. Furthermore tighten the command execution/queueing limits a bit
2010-11-30(svn r21363) -Add: support for limiting the amount of (accepted) incoming datarubidium
2010-11-30(svn r21362) -Update from WebTranslator v3.0:translators
slovenian - 28 changes by ntadej spanish - 1 changes by Terkhen vietnamese - 1 changes by nglekhoi
2010-11-30(svn r21361) -Change: make sure the client is listening, or rather ↵rubidium
receiving, our frames
2010-11-30(svn r21360) -Fix [FS#4281]: crash when randomised action2 was used when ↵rubidium
resolving the image to draw in the buy menu
2010-11-30(svn r21358) -Codechange: make some network function names conform to coding ↵rubidium
style
2010-11-30(svn r21357) -Codechange: make it possible to resize the packet's bufferrubidium
2010-11-30(svn r21356) -Fix (r21351): sometimes versions wouldn't be correctly set for ↵rubidium
Windows builds
2010-11-30(svn r21355) -Feature-ish [FS#4280]: Happy Zuu and a hotkey for the AI debug ↵planetmaker
window for all (Zuu)
2010-11-29(svn r21354) -Update from WebTranslator v3.0:translators
english_US - 1 changes by Rubidium french - 1 changes by glx italian - 1 changes by lorenzodv
2010-11-29(svn r21353) -Fix (r19056)[FS#4277]: New railtypes with overlays did not use ↵frosch
the shore sprites as groundtiles for three-corner-raised slopes (at shore).
2010-11-29(svn r21352) -Codechange: remove some unneeded code from config.librubidium
2010-11-29(svn r21351) -Change: read some metadata from (official) source tarballs so ↵rubidium
you'll more likely get the right version/revision out-of-the-box
2010-11-28(svn r21350) -Fix: some indentationrubidium
2010-11-28(svn r21349) -Doc: relayout and tweak the multiplayer documentation a bit; ↵rubidium
e.g. no real need to tell that the network code was rewritten in 0.3.5
2010-11-28(svn r21348) -Fix (r21346): some compilers complain about int-uint comparisonsyexo
2010-11-28(svn r21347) -Cleanup: remove an unused feature from strgen and remove some ↵yexo
ifs where we already know the result
2010-11-28(svn r21346) -Fix (r2592): buffer overflow in strgen for strings with very ↵yexo
large arguments
2010-11-28(svn r21345) -Update from WebTranslator v3.0:translators
turkish - 2 changes by niw3 vietnamese - 1 changes by nglekhoi
2010-11-27(svn r21344) -Feature [FS#4214]: Natural sorting of strings using ICU.terkhen
2010-11-27(svn r21343) -Add: Function that compares strings using case insensitive ↵terkhen
natural sort.
2010-11-27(svn r21342) -Add: Sort some lists again after a language change.terkhen
2010-11-27(svn r21341) -Add: Use the complete industry name instead of only the town ↵terkhen
when sorting industries by name.
2010-11-27(svn r21340) -Change: prepare the MSVC project files (or rather its ↵rubidium
libraries) for collation (natural sorting) using ICU. Note: this means, for MSVC users, that you will need openttd-useful 4.0 or higher to compiler this revision or higher, though sadly you'll need 3.4 or lower for the earlier revisions. Both 3.4 and 4.0 can be installed simultaniously though.
2010-11-27(svn r21339) -Fix [FS#4272]: The VehicleCache was not checked for ships with ↵terkhen
desync debug options enabled.
2010-11-27(svn r21338) -Fix [FS#4272]: bogus cache mismatch warnings with desync ↵rubidium
debugging because some cache was invalidated but never reset
2010-11-27(svn r21337) -Update from WebTranslator v3.0:translators
croatian - 1 changes by VoyagerOne finnish - 1 changes by jpx_ hungarian - 18 changes by IPG
2010-11-27(svn r21336) -Fix (r21030) [FS#4274]: compile failure when desync debugging ↵rubidium
is enabled (fonsinchen)
2010-11-26(svn r21335) -Change: be a bit more explicit that the game state can get ↵rubidium
broken by changing NewGRFs
2010-11-26(svn r21334) -Fix [FS#4271]: make (more) sure that the savegame and ↵rubidium
transferred file are the same file and not different ones