Age | Commit message (Collapse) | Author |
|
it needs both PPC and x86 libs to compile
due to this fact, compilation with libPNG or SDL is not tested (dedicated servers only)
only PPC part is tested as I don't have x86 OSX
|
|
dynamic libs and can move libs into the bundle
This is not a fix for the issues with static linking, more like a workaround. Static linking still got issues
Apple recommends to use dynamic linking anyway, so I guess this doesn't matter much
|
|
before starting to overwrite old ones
max_autosave_num in the config files sets the number of autosaves to keep (default 16)
MAX_NUM_AUTOSAVES in Makefile.config sets the default value. 16 is used if no value is given
this behaviour can still be overwritten by keep_all_autosave (openttd.config setting)
Note: this is a requested behaviour for PDA ports, since they got limited storage space
|
|
- Merge the .c and .cpp part into one file
- Properly deinitialize at the end
- Remove "experimental" status
- Miscellaneous smaller changes
-Fix: Volume control works now
|
|
support to OpenTTD in preperation of AIScripts (long term). It is OFF
by default. Add GPMI:=1 to Makefile.config to enable.
|
|
|
|
else in Makefile.config
useful if you for some reason got a libpng-config, which is called something else
|
|
|
|
compiling
(and distcc compiling via Makefile.config). Wiki is coming up soon! Big
tnx to Bjarni and Lucaspiller.
|
|
|
|
Mac: sets the STATIC flag if no makefile.config is found
|
|
added completely customizable lang path (all non-Windows OSes)
|
|
servers without linking to SDL. Request by Jezral
|
|
|
|
Makefile.config is found
Cygwin: workaround: libpng is automatically not used even if present until the Cygwin/libpng problem is solved
|
|
were missing in the autodetected makefile.config
|
|
|
|
work
|
|
RELEASE disables asserts unless ENABLE_ASSERTS(not in makefile.config) is set
makefile.config version 3
|
|
Updated makefile.config to versiontag 2 for autoupdating purposes
|
|
added debian support (blathijs)
improved make install (blathijs)
|
|
lng files
Makefile: added versiontag for autoupdate of outdated makefile.config files
|
|
|