Age | Commit message (Collapse) | Author |
|
|
|
slot functions
|
|
the global FIO slot functionality
|
|
command queue.
|
|
|
|
This because video-drivers might need to make changes to their
context, which for most video-drivers has to be done in the same
thread as the window was created; main thread in our case.
|
|
|
|
'support8bpp' setting.
|
|
|
|
|
|
to speed up palette animation.
|
|
|
|
|
|
|
|
pretty recent version. Use operator* instead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Create a new blitter mode: 32bpp-sse2-anim, which is 32bpp-anim + this.
32bpp-sse2-anim is now used by default where 32bpp-anim would have been.
Also use this with the 32bpp-sse4-anim blitter.
See issue #6469.
|
|
|
|
switching blitters. (JGR)
|
|
a popup into a static message that only shows in non-release versions, just like the 'missing translations' message.
|
|
openttd.grf is now always loaded and provides all extra graphics in case the (possibly outdated) baseset does not.
orig_extra.grf contains graphics specific to the original baseset only.
|
|
multiplayer chat text is on screen.
|
|
|
|
modes.
-Remove: [win32] fullscreen_bpp setting, which is replaced by above setting.
-Change: Disable usage of 8bpp blitters and video modes by default. Many modern OS and hardware cause issues with those.
|
|
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
|
so the non-animated optimizations can actually be used in an easy manner (based on patch by MJP)
|
|
32bpp-sse4-anim blitter (MJP)
|
|
|
|
Eagle_rainbow)
|
|
blitters.
|
|
|
|
bytes of the file.
|
|
|
|
parameter to determine what to do
|
|
NewGRF indication.
|
|
blitter which OpenTTD uses to decide which blitter to load.
|
|
code of loading old style GRFs
|
|
|
|
|
|
for their directory
|
|
|
|
-Remove: the '-i' option for palette selection.
|
|
base grf.
|
|
for NewGRFs without action 14 palette information; this makes the default choice independent from the used base graphics and '-i' option.
|
|
|