Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-10 | Cleanup: Removed SVN headers | S. D. Cloudt | |
2016-02-08 | (svn r27507) -Add: [NewGRF] Allow custom sound IDs in RV property 0x12, ship ↵ | frosch | |
property 0x10 and aircraft property 0x12. | |||
2012-03-19 | (svn r24052) -Fix (r23883) [FS#5107]: Imported GRF sounds were inserted into ↵ | frosch | |
the wrong slots. | |||
2012-02-04 | (svn r23882) -Codechange: Delay parsing of NewGRF sound effects until first ↵ | michi_cc | |
usage. | |||
2011-07-02 | (svn r22615) -Codechange: The return value of PlayTileSound() has no ↵ | frosch | |
purpose. Remove it and document the rest. | |||
2010-11-18 | (svn r21231) -Codechange: Generalize the naming of some settings and ↵ | rubidium | |
variables related to visual effects (Hirundo) | |||
2010-01-15 | (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, ↵ | rubidium | |
if a header require a header make it include that header | |||
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium | |
2009-05-17 | (svn r16344) -Codechange: s/FileEntry/SoundEntry/ | rubidium | |
2009-05-17 | (svn r16340) -Codechange: introduce SoundID (uint16) and use that instead of ↵ | rubidium | |
SoundFX, which was used as a byte and uint16 at different places, when the uint16 sound ID is meant. | |||
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add ↵ | rubidium | |
something more than whitespace as description of files that don't have a description. | |||
2008-04-21 | (svn r12817) -Feature: the ability to play NewGRF sounds for industries and ↵ | rubidium | |
stations. | |||
2008-03-31 | (svn r12495) -Codechange: reduce the dependency on newgrf_station.h ↵ | rubidium | |
(especially because newgrf_station.h includes a lot of stuff). | |||
2007-12-29 | (svn r11719) -Codechange: split sound.h in a header with types and one with ↵ | rubidium | |
functions. | |||
2007-03-21 | (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N. | belugas | |
2007-03-19 | (svn r9315) -Merge: The newhouses branch. With this merge comes almost ↵ | maedhros | |
complete support for the newhouses grf specs, so all newhouses grfs will be playable in the game. Many thanks to everyone who contributed code and ideas, and all the testers who found things we missed. | |||
2007-03-07 | (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; | rubidium | |
2007-03-07 | (svn r9050) -Codechange: Foo(void) -> Foo() | rubidium | |
2007-01-02 | (svn r7759) -Merge: makefile rewrite. This merge features: | rubidium | |
- A proper ./configure, so everything needs to be configured only once, not for every make. - Usage of makedepend when available. This greatly reduces the time needed for generating the dependencies. - A generator for all project files. There is a single file with sources, which is used to generate Makefiles and the project files for MSVC. - Proper support for OSX universal binaries. - Object files for non-MSVC compiles are also placed in separate directories, making is faster to switch between debug and release compiles and it does not touch the directory with the source files. - Functionality to make a bundle of all needed files for for example a nightly or distribution of a binary with all needed GRFs and language files. Note: as this merge moves almost all files, it is recommended to make a backup of your working copy before updating your working copy. |