Age | Commit message (Collapse) | Author |
|
|
|
easily modified.
|
|
|
|
FreeType. This is configurable for each font size in the configuration settings and requires using the 32bpp blitter and suitable fonts.
|
|
code directly accesses the video-buffer
-Add: added NULL blitter and renderer, which are always used for -vnull
-Add: dedicated driver doesn't blit nor render by default. Can be overruled by user. (-D -b 8bpp-optimized)
-Remove: removed CTRL+D from win32, which is incompatible with above
-Add: extended screenshot support for PNG and BMP
-Codechange: remove all hardcoded 8bpp references and replace them with more dynamic ones
-Codechange: minor stuff in blitters
|
|
the rest of the code
-Add: make it possible to pick your own blitter (-b <blitter>, -h for overview)
-Add: added a new optimized 8bpp blitter (default, caches sprites of all zoom-levels)
-Add: added a debug 8bpp blitter and a very slow normal 8bpp blitter
|
|
configuration
option, sprite_cache_size. The default size is 2MB and the value can
range from 1 to 64MB. If you experience slow-downs when scrolling the
map, try increasing this setting.
|
|
|
|
with patch setting 'smooth_scroll'
|
|
|
|
stations by holding down control. Based on a patch by Wolf01.
|
|
can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13.
|
|
for towns to use.
Possible patterns are :
No Road (not available in scenario editor)
Original (for the nostalgics)
Better Roads (same as original, but based on distance of 2 tiles instead of one)
2x2 grids
3x3 grids
Patch by skiddl13
|
|
new game.
|
|
dedicated servers can have the little lang flag.
|
|
|
|
|
|
of towns can
start off larger, and will grow twice as quickly as other towns. They can also
be placed specifically in the scenario editor. Thanks to TheJosh for the
initial patch and the idea.
|
|
|
|
multiplayer mode and only serves to confuse patch authors.
|
|
growth. The
default rate is TTD's original rate, and to approximate OpenTTD's previous
behaviour the rate should be set to "Fast" or "Very Fast". Town growth can be
switched off entirely, and if so, buildings will not be rebuilt. It is also
possible to specify a proportion of towns that grow twice as fast as the
others.
|
|
paths) with quotes
|
|
patches along with their current values. Based on patch by madman2003/GrimRC.
|
|
including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01.
|
|
Note: as the 'full' path is stored of the newgrfs, the newgrfs in the old cfgs are not made default (you have to set them again).
|
|
The end of the preliminary work is near
|
|
custom currency was set to 1000, making it impossible to ever have one. Now, with 3000, it should be a little more comfortable
|
|
custom currency was reset too, thus loosing the setting a user could have used for it.(glx)
|
|
the .cfg were not properly checked.
|
|
been temperate, arctic, tropic or toyland.
This is the first usage of the callback conversion system of settings loading
|
|
configuration file, in case of wrong value.
This is the basic step, no patch setting is actually using it, so far
|
|
broken (abusable) and should therefor not be used in multiplayer games.
-Codechange: make default maximum distance from the edge for oil refineries a little higher, so the chance that you get oil refineries is a little better.
|
|
Note: since this can be useful for all platforms, the GUI is no longer OSX specific.
Note: scrolling lists is still unaffected by this setting
|
|
scrolling
|
|
(in all directions)
It has to be enabled first (in patches->interface) first and this will disable scrollwheel zooming
Note: patch setting "Map scrollwheel speed" might need to be changed since the "correct" setting
appears to depend on what kind of mouse is in use (mighty mouse or touchpad)
|
|
setting, so you can hide economy changes, but do show open/close of industries
-Change: store news_display_opt in his own section, so it is no longer stored as uint in openttd.cfg (allows adding news-types easier)
|
|
|
|
|
|
that are
mutually exclusive. At the same time, add an INITIALISED state which makes it
possible to check if a grf is not yet active but will be later on during the
GLS_ACTIVATION loading stage.
|
|
work of mart3p.
|
|
a uint8. Later those bools are used as index into an array as they expect the value to be 0 or 1.
|
|
date, which can be set by each network player seperately.
|
|
pointer to allocated memory instead of modifying the pointer given as parameter
|
|
macros by a simple template function max(), that requires two arguments of the same type. While I'm at it change a variable called "max" to "maxval" in a function that calls max().
|
|
stillunknown and pv2b.
|
|
renamed to .cpp)
|