smatz
|
25db4b3aae
|
(svn r13568) -Fix (r13564): Windows build asserts where I wouldn't expect it to
|
2008-06-18 20:20:12 +00:00 |
|
smatz
|
bc12e5453c
|
(svn r13568) -Fix (r13564): Windows build asserts where I wouldn't expect it to
|
2008-06-18 20:20:12 +00:00 |
|
smatz
|
883ffd1683
|
(svn r13564) -Codechange: do not use SetPixel in PaletteAnimate, access destination directly instead. Makes palette animation ~40% faster.
|
2008-06-18 13:11:02 +00:00 |
|
smatz
|
cc2f9187cc
|
(svn r13564) -Codechange: do not use SetPixel in PaletteAnimate, access destination directly instead. Makes palette animation ~40% faster.
|
2008-06-18 13:11:02 +00:00 |
|
smatz
|
4e2e078743
|
(svn r13551) -Codechange: store offsets to different zoom levels in a distinguished struct instead in the data stream for 8bpp-optimized
|
2008-06-17 17:25:22 +00:00 |
|
smatz
|
dedb0033b3
|
(svn r13551) -Codechange: store offsets to different zoom levels in a distinguished struct instead in the data stream for 8bpp-optimized
|
2008-06-17 17:25:22 +00:00 |
|
smatz
|
4ce73a679c
|
(svn r13445) -Codechange: make 32bpp_optimized blitter ~10-20% faster in drawing (depends on architecture and compiler)
|
2008-06-10 17:28:37 +00:00 |
|
smatz
|
8123d4de11
|
(svn r13445) -Codechange: make 32bpp_optimized blitter ~10-20% faster in drawing (depends on architecture and compiler)
|
2008-06-10 17:28:37 +00:00 |
|
smatz
|
9cf0c8c96d
|
(svn r13354) -Codechange: make 8bpp_optimized blitter ~25% faster in encoding and ~15% faster in drawing (depends on architecture)
|
2008-06-01 19:36:55 +00:00 |
|
smatz
|
0812e2f959
|
(svn r13354) -Codechange: make 8bpp_optimized blitter ~25% faster in encoding and ~15% faster in drawing (depends on architecture)
|
2008-06-01 19:36:55 +00:00 |
|
smatz
|
69ebefe1ac
|
(svn r13351) -Codechange: disable warnings about unused variable for builds without asserts
|
2008-06-01 15:08:14 +00:00 |
|
smatz
|
ed462507b2
|
(svn r13351) -Codechange: disable warnings about unused variable for builds without asserts
|
2008-06-01 15:08:14 +00:00 |
|
glx
|
ca27e25ab0
|
(svn r13161) -Fix: free the blitter list when the last blitter is removed.
|
2008-05-18 12:47:08 +00:00 |
|
glx
|
e82bab5323
|
(svn r13161) -Fix: free the blitter list when the last blitter is removed.
|
2008-05-18 12:47:08 +00:00 |
|
rubidium
|
1ce0b03bf0
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
rubidium
|
d03994098b
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
rubidium
|
ca1f8fbe2e
|
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
|
2008-04-18 04:37:06 +00:00 |
|
rubidium
|
9d8fa486af
|
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
|
2008-04-18 04:37:06 +00:00 |
|
rubidium
|
df12937f19
|
(svn r11839) -Codechange: move some variables from variables.h to a more logical location.
|
2008-01-13 21:41:24 +00:00 |
|
rubidium
|
3ca95f2a85
|
(svn r11839) -Codechange: move some variables from variables.h to a more logical location.
|
2008-01-13 21:41:24 +00:00 |
|
rubidium
|
90acd52f22
|
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
|
2008-01-13 01:21:35 +00:00 |
|
rubidium
|
d4e6a6bf57
|
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
|
2008-01-13 01:21:35 +00:00 |
|
frosch
|
7d3ecec5b9
|
(svn r11813) -Fix [FS#1602]: Switch _screen to the output buffer and disable usage of 32bpp-anim animation buffer during giant screenshots.
|
2008-01-11 17:12:41 +00:00 |
|
frosch
|
cbe7e5d668
|
(svn r11813) -Fix [FS#1602]: Switch _screen to the output buffer and disable usage of 32bpp-anim animation buffer during giant screenshots.
|
2008-01-11 17:12:41 +00:00 |
|
rubidium
|
b09d957f31
|
(svn r11777) -Codechange: split the string header and make do not include it when it's not necessary.
|
2008-01-07 14:23:25 +00:00 |
|
rubidium
|
a3ccdcea36
|
(svn r11777) -Codechange: split the string header and make do not include it when it's not necessary.
|
2008-01-07 14:23:25 +00:00 |
|
rubidium
|
7f037d15d7
|
(svn r11704) -Codechange: remove another bunch of useless includes.
|
2007-12-26 23:04:26 +00:00 |
|
rubidium
|
0b1d3e43e5
|
(svn r11704) -Codechange: remove another bunch of useless includes.
|
2007-12-26 23:04:26 +00:00 |
|
rubidium
|
81bf9f8503
|
(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
|
2007-12-25 11:26:07 +00:00 |
|
rubidium
|
429521a7d1
|
(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
|
2007-12-25 11:26:07 +00:00 |
|
rubidium
|
00c9d3ef20
|
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed.
|
2007-12-25 09:48:53 +00:00 |
|
rubidium
|
bf98e25e43
|
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed.
|
2007-12-25 09:48:53 +00:00 |
|
rubidium
|
507463e420
|
(svn r11684) -Codechange: split gfx.h in a type and functional header.
|
2007-12-23 10:56:02 +00:00 |
|
rubidium
|
a773d45885
|
(svn r11684) -Codechange: split gfx.h in a type and functional header.
|
2007-12-23 10:56:02 +00:00 |
|
rubidium
|
1f6043458c
|
(svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type.
|
2007-12-22 23:30:28 +00:00 |
|
rubidium
|
8f0e68285b
|
(svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type.
|
2007-12-22 23:30:28 +00:00 |
|
rubidium
|
8ebdfb258f
|
(svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations.
|
2007-12-21 19:21:21 +00:00 |
|
rubidium
|
01e20c9140
|
(svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations.
|
2007-12-21 19:21:21 +00:00 |
|
smatz
|
8d91abdfe3
|
(svn r11656) -Codechange: add ZOOM_LVL_BEGIN and postfix operators so ZoomLevel can be used in some iterations
|
2007-12-17 22:04:07 +00:00 |
|
smatz
|
bda9d4a236
|
(svn r11656) -Codechange: add ZOOM_LVL_BEGIN and postfix operators so ZoomLevel can be used in some iterations
|
2007-12-17 22:04:07 +00:00 |
|
smatz
|
d5dbce8331
|
(svn r11652) -Codechange: add the svn $ header for several files
|
2007-12-17 01:35:45 +00:00 |
|
smatz
|
93c3e0d6ad
|
(svn r11652) -Codechange: add the svn $ header for several files
|
2007-12-17 01:35:45 +00:00 |
|
glx
|
15085aa7f4
|
(svn r11611) -Codechange: it is now possible to use a define to enable asserts and show them in crash.log for MSVC release builds
|
2007-12-09 21:20:21 +00:00 |
|
glx
|
6a83f9141b
|
(svn r11611) -Codechange: it is now possible to use a define to enable asserts and show them in crash.log for MSVC release builds
|
2007-12-09 21:20:21 +00:00 |
|
rubidium
|
d041e06070
|
(svn r11169) -Fix [FS#1255]: obiwan in Blitter::Drawline(), which caused it to clip too much at screen/viewport borders. Patch by frosch.
|
2007-09-26 14:17:26 +00:00 |
|
rubidium
|
2239809bdc
|
(svn r11169) -Fix [FS#1255]: obiwan in Blitter::Drawline(), which caused it to clip too much at screen/viewport borders. Patch by frosch.
|
2007-09-26 14:17:26 +00:00 |
|
truelight
|
d146a78f39
|
(svn r11093) -Fix r11092: also add a DEBUG(driver, 1) if the blitter is loaded, to show which one really loaded
|
2007-09-13 14:44:49 +00:00 |
|
truelight
|
b21093ea8f
|
(svn r11093) -Fix r11092: also add a DEBUG(driver, 1) if the blitter is loaded, to show which one really loaded
|
2007-09-13 14:44:49 +00:00 |
|
truelight
|
ca161c8e72
|
(svn r11092) -Add: allow 'blitter=<value>' in openttd.cfg to set the blitter (so you don't have to keep on doing 'openttd -b 32bpp-optimized'..)
|
2007-09-13 12:28:53 +00:00 |
|
truelight
|
f1336fba68
|
(svn r11092) -Add: allow 'blitter=<value>' in openttd.cfg to set the blitter (so you don't have to keep on doing 'openttd -b 32bpp-optimized'..)
|
2007-09-13 12:28:53 +00:00 |
|