Commit Graph

391 Commits (9e0e4bf639a73b9cf1e4884c43a679c3c7b90823)

Author SHA1 Message Date
truebrain e271463efa (svn r23311) -Remove: removed the silly blitter called 8bpp-debug. You can find him at the same place as you can find CTRL+D. Sorry for those who liked to trip while playing OpenTTD; I truly am sorry :D 13 years ago
rubidium 4509f814b3 (svn r23244) -Feature: if the installation is ananas, try to get the b without b installed 13 years ago
rubidium 2052561c2e (svn r23240) -Codechange: rework the code of the download status window 13 years ago
rubidium 1ca06f2aae (svn r22788) -Codechange: move modal progress related functions and variables to progress.cpp/h 13 years ago
terkhen 7e0daae1ec (svn r22567) -Codechange: Store persistent storages inside a pool. 13 years ago
michi_cc 29357ef65c (svn r22435) -Fix: Git revision detection would return too much when tags are involved. 13 years ago
smatz 5852b66c71 (svn r22348) -Codechange: split ship-specific part of yapf_node.hpp to yapf_node_ship.hpp 13 years ago
frosch 493927f889 (svn r22289) -Fix (r22288): Forgot project files. 13 years ago
rubidium 2e5b1f178e (svn r22202) -Codechange: make MusicFileSettings a proper citizen of the client settings 14 years ago
rubidium ec798d27df (svn r22201) -Fix (r22188): make sure generate.vbs generates the same as generate 14 years ago
rubidium 87ffb623e6 (svn r22192) -Fix (r22188): MSVC 2005 64 bits didn't build settings(gen), and as such compilation failed 14 years ago
glx e9c08668b2 (svn r22191) -Fix: make sure table/settings.h is generated with MSVC2010, also fix a warning in version project 14 years ago
glx 2dff2a57fd (svn r22190) -Fix (r22188): minor changes in project files 14 years ago
glx 4baf134ae8 (svn r22189) -Fix (r22188): Add svn properties to the new files 14 years ago
glx b4466262b7 (svn r22188) -Add: Generate the settings as part of the MSVC build process, and enable it in Makefile too 14 years ago
glx 393bbd18a4 (svn r22187) -Fix: some reordering in source.list 14 years ago
alberth 090638b0c3 (svn r22167) -Codechange: Extract IniLoadFile base class for loading ini files out of IniFile. 14 years ago
smatz 0e12107ccd (svn r22112) -Codechange: register all pools in a pool vector 14 years ago
alberth e36c5b649e (svn r22102) -Codechange: Also use the getopt function in strgen. 14 years ago
alberth 1983b8d558 (svn r22096) -Codechange: Move openttd getopt implementation to its own file. 14 years ago
rubidium 3cb12ed89c (svn r22019) -Codechange: s/functions.h/clear_func.h/ 14 years ago
michi_cc 33d7f15a1e (svn r21857) -Add: Revision detection for hgsubversion repositories. 14 years ago
michi_cc 656431d3cb (svn r21856) -Fix (r21840): Don't fail tag detection on hg repositories that use mercurial queues. Add some safety against tags and branches with spaces as well. 14 years ago
michi_cc 2f98ad38ba (svn r21840) -Change: Support tags created by hgsubversion for the revision detection. 14 years ago
michi_cc b0a592a649 (svn r21839) -Change: Support tags created by git-svn for the revision detection. 14 years ago
rubidium f6c28ecd1c (svn r21630) -Fix (r20308, r21615): version detection of subversion branches and tags got broken 14 years ago
rubidium 2a577707e7 (svn r21395) -Codechange: move the save and load filter's interface to a header 14 years ago
rubidium fafb971d84 (svn r21356) -Fix (r21351): sometimes versions wouldn't be correctly set for Windows builds 14 years ago
rubidium 8b4d080817 (svn r21351) -Change: read some metadata from (official) source tarballs so you'll more likely get the right version/revision out-of-the-box 14 years ago
rubidium 6cc3b71b64 (svn r21340) -Change: prepare the MSVC project files (or rather its 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.
14 years ago
rubidium 0020e74533 (svn r21160) -Codechange: reuse the strgen LanguageHeader to store some metadata about a language, and keep the language metadata in memory instead of loading it several times from disk 14 years ago
glx 477d94eff3 (svn r21045) -Fix (r21044): MSVC 2010 projects 14 years ago
rubidium a9fc9b2e9a (svn r21044) -Feature: XZ/LZMA2 savegame support. New default reduces savegame size by 10 to 30% with slightly more CPU usage. With maximum settings it reduces savegame size by 20 to 30%, but that takes 7 to 14 times longer. Map saving + downloading takes, on average, 5% less. 14 years ago
rubidium 78257c2c6a (svn r20963) -Add: stubs for a remote administration connection 14 years ago
rubidium b6799a23c4 (svn r20938) -Codechange: make the code for listening on a socket (more) reusable 14 years ago
rubidium 0c509c7b48 (svn r20670) -Add: support for action F
-Add: a window to select (NewGRF) objects
14 years ago
rubidium 1f78d3f6ec (svn r20638) -Codechange: split object.h 14 years ago
michi_cc a8e5ce88a7 (svn r20637) -Change: [Win32] Don't build the DirectMusic driver for x64 as it won't work anyway. 14 years ago
rubidium 7e1578631c (svn r20629) -Fix (r20627): ofcourse I forget to update source.list/MSVC project files when adding a header. 14 years ago
rubidium 514f566d7c (svn r20623) -Codechange: unify the storing of animation related information 14 years ago
glx a39f8aa391 (svn r20616) -Change: disable .sbr/.bsc generation in MSVC project files 14 years ago
michi_cc ce8a9acffb (svn r20598) -Codechange: [Win32] Replace the external x64 asm with a built-in Windows function. 14 years ago
yexo f30cc9e6ca (svn r20563) -Change: [NoAI] rename AIAbstractList to AIList 14 years ago
yexo 0d57e6c193 (svn r20562) -Change: [NoAI] Move all functions from AIList to AIAbstractList 14 years ago
rubidium e68cf6bd81 (svn r20539) -Codechange: make order backups more self-contained. 14 years ago
terkhen 05f480af19 (svn r20488) -Fix [FS#4029]: Version detection for MSVC using mercurial failed (Hirundo). 14 years ago
rubidium f336f61104 (svn r20482) -Codechange: move some object related information off the map and unify the relation objects have to towns 14 years ago
yexo b4ec144af2 (svn r20474) -Cleanup: remove some unused code 14 years ago
rubidium 95b208cde2 (svn r20449) -Codechange: unduplicate saving/loading of NewGRF ID + local id -> OpenTTD spec mappings 14 years ago
frosch 811c7f6c25 (svn r20419) -Codechange: Rename dummy_land.cpp to void_cmd.cpp 14 years ago