rubidium
|
82fc28f77f
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|
rubidium
|
42d7f30dcc
|
(svn r18608) -Change: add the concept of music sets
|
2009-12-22 21:40:29 +00:00 |
|
rubidium
|
a8d6d18b22
|
(svn r18608) -Change: add the concept of music sets
|
2009-12-22 21:40:29 +00:00 |
|
frosch
|
7866de8912
|
(svn r17698) -Fix (r17140) [FS#3205]: Convert endian after loading sounds from file.
|
2009-10-04 18:52:34 +00:00 |
|
frosch
|
1ee5520854
|
(svn r17698) -Fix (r17140) [FS#3205]: Convert endian after loading sounds from file.
|
2009-10-04 18:52:34 +00:00 |
|
rubidium
|
982b8ee5fc
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
d6cded5380
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
smatz
|
f85b8c4e09
|
(svn r17596) -Codechange: constify some tables
|
2009-09-20 23:11:01 +00:00 |
|
smatz
|
114d48e492
|
(svn r17596) -Codechange: constify some tables
|
2009-09-20 23:11:01 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
11f4973cf6
|
(svn r17241) -Change: make a distinction between missing and corrupted data files. If (at least) one data file is missing do not consider the set to be useable. Do also no autodetect sets with missing files.
|
2009-08-20 17:02:44 +00:00 |
|
rubidium
|
2fd1b000e5
|
(svn r17241) -Change: make a distinction between missing and corrupted data files. If (at least) one data file is missing do not consider the set to be useable. Do also no autodetect sets with missing files.
|
2009-08-20 17:02:44 +00:00 |
|
rubidium
|
362dc78607
|
(svn r17146) -Codechange: improve the sample rate conversion a bit
|
2009-08-10 17:46:44 +00:00 |
|
rubidium
|
238b0e43bb
|
(svn r17146) -Codechange: improve the sample rate conversion a bit
|
2009-08-10 17:46:44 +00:00 |
|
rubidium
|
f21b0a0cc8
|
(svn r17142) -Fix [FS#3103] (r17139): MSVC didn't like some template stuff
|
2009-08-10 10:25:40 +00:00 |
|
rubidium
|
40a8bd556e
|
(svn r17142) -Fix [FS#3103] (r17139): MSVC didn't like some template stuff
|
2009-08-10 10:25:40 +00:00 |
|
rubidium
|
9192402bfb
|
(svn r17140) -Change: allow higher sample rate and higher quality samples. Based on work by orudge.
|
2009-08-09 23:04:08 +00:00 |
|
rubidium
|
8e058c2d27
|
(svn r17140) -Change: allow higher sample rate and higher quality samples. Based on work by orudge.
|
2009-08-09 23:04:08 +00:00 |
|
rubidium
|
93493827b6
|
(svn r17139) -Change: add the concept of sound sets
|
2009-08-09 19:50:44 +00:00 |
|
rubidium
|
9ee2a66c86
|
(svn r17139) -Change: add the concept of sound sets
|
2009-08-09 19:50:44 +00:00 |
|
peter1138
|
1e50346943
|
(svn r16805) -Codechange: Remove 'unused' mixer channel flags, which always had the same value.
|
2009-07-13 10:17:22 +00:00 |
|
peter1138
|
a67f861d55
|
(svn r16805) -Codechange: Remove 'unused' mixer channel flags, which always had the same value.
|
2009-07-13 10:17:22 +00:00 |
|
rubidium
|
41c4c48add
|
(svn r16344) -Codechange: s/FileEntry/SoundEntry/
|
2009-05-17 19:27:50 +00:00 |
|
rubidium
|
4a04dfc07c
|
(svn r16344) -Codechange: s/FileEntry/SoundEntry/
|
2009-05-17 19:27:50 +00:00 |
|
rubidium
|
c85e41b3ed
|
(svn r16341) -Codechange: just use a static array instead of a never freed malloc
|
2009-05-17 17:48:05 +00:00 |
|
rubidium
|
e56cc911f1
|
(svn r16341) -Codechange: just use a static array instead of a never freed malloc
|
2009-05-17 17:48:05 +00:00 |
|
rubidium
|
8df6765823
|
(svn r16340) -Codechange: introduce SoundID (uint16) and use that instead of SoundFX, which was used as a byte and uint16 at different places, when the uint16 sound ID is meant.
|
2009-05-17 17:17:48 +00:00 |
|
rubidium
|
9c24e2bb8f
|
(svn r16340) -Codechange: introduce SoundID (uint16) and use that instead of SoundFX, which was used as a byte and uint16 at different places, when the uint16 sound ID is meant.
|
2009-05-17 17:17:48 +00:00 |
|
rubidium
|
21e2842f34
|
(svn r16337) -Codechange: remove pointless variable + wrapper function; having it return anything else than ORIGINAL_SAMPLE_COUNT is asking for NewGRFs failing to load (due to invalid sample index), thus desyncs
|
2009-05-17 14:57:14 +00:00 |
|
rubidium
|
83dc6ef6e6
|
(svn r16337) -Codechange: remove pointless variable + wrapper function; having it return anything else than ORIGINAL_SAMPLE_COUNT is asking for NewGRFs failing to load (due to invalid sample index), thus desyncs
|
2009-05-17 14:57:14 +00:00 |
|
rubidium
|
c3e87f345d
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|
rubidium
|
b25a4f8231
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|
rubidium
|
9d0c77b123
|
(svn r15672) -Codechange: (left,right,top,bottom)_coord -> coord.(left,right,top,bottom), i.e. use Rect.
|
2009-03-11 17:26:58 +00:00 |
|
rubidium
|
fb2ea6c9ed
|
(svn r15672) -Codechange: (left,right,top,bottom)_coord -> coord.(left,right,top,bottom), i.e. use Rect.
|
2009-03-11 17:26:58 +00:00 |
|
smatz
|
34bfb35105
|
(svn r15568) -Cleanup: *allocT/AllocaM doesn't return NULL when allocating fails
|
2009-02-24 20:59:17 +00:00 |
|
smatz
|
d73c1fa7bf
|
(svn r15568) -Cleanup: *allocT/AllocaM doesn't return NULL when allocating fails
|
2009-02-24 20:59:17 +00:00 |
|
smatz
|
9021c20b5e
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
smatz
|
0d3f5e6e74
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
Yexo
|
e3c69b7c4e
|
(svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map.
|
2009-01-21 02:31:55 +00:00 |
|
Yexo
|
db3ee34b44
|
(svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map.
|
2009-01-21 02:31:55 +00:00 |
|
rubidium
|
aa6c7e8574
|
(svn r14880) -Codechange: make it clear which way the FOR_ALL_WINDOWS goes (from back to front or vice versa) and make it iterate over the Window* instead of Window**.
|
2009-01-06 22:37:42 +00:00 |
|
rubidium
|
19edb3ccc3
|
(svn r14880) -Codechange: make it clear which way the FOR_ALL_WINDOWS goes (from back to front or vice versa) and make it iterate over the Window* instead of Window**.
|
2009-01-06 22:37:42 +00:00 |
|
rubidium
|
65e81d5e9b
|
(svn r14527) -Fix: allocate stub (empty) sound entries when loading an empty/corrupt/incorrectly sized sample.cat instead of making valid NewGRFs fail to load.
|
2008-10-25 10:26:23 +00:00 |
|
rubidium
|
9075a2bbfc
|
(svn r14527) -Fix: allocate stub (empty) sound entries when loading an empty/corrupt/incorrectly sized sample.cat instead of making valid NewGRFs fail to load.
|
2008-10-25 10:26:23 +00:00 |
|
rubidium
|
a20b833516
|
(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too.
|
2008-08-31 10:50:05 +00:00 |
|
rubidium
|
ea1f180a55
|
(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too.
|
2008-08-31 10:50:05 +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 |
|
rubidium
|
33e18c236d
|
(svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings.
|
2008-05-27 21:41:00 +00:00 |
|