summaryrefslogtreecommitdiff
path: root/src/sound.cpp
AgeCommit message (Expand)Author
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-03-11(svn r15672) -Codechange: (left,right,top,bottom)_coord -> coord.(left,right,...rubidium
2009-02-24(svn r15568) -Cleanup: *allocT/AllocaM doesn't return NULL when allocating failssmatz
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-21(svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map.Yexo
2009-01-06(svn r14880) -Codechange: make it clear which way the FOR_ALL_WINDOWS goes (f...rubidium
2008-10-25(svn r14527) -Fix: allocate stub (empty) sound entries when loading an empty/...rubidium
2008-08-31(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h...rubidium
2008-06-17(svn r13551) -Codechange: store offsets to different zoom levels in a disting...smatz
2008-05-27(svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings.rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-04-19(svn r12787) -Documentation: add/fix documentation of some functions. Patch b...rubidium
2008-04-07(svn r12619) -Codechange: lots of documentation about window related stuff. P...rubidium
2008-02-19(svn r12186) -Fix [FS#1784](r12169): assert when trying to play tile sound at...smatz
2008-02-18(svn r12176) -Codechange: one division less when playing sounds (patch by Dom...smatz
2008-02-17(svn r12169) -Change [FS#1696]: play sounds when there is only small part of ...smatz
2008-01-29(svn r12009) -Fix [FS#1707]: Avoid loading sample.cat if it 'looks' incorrect...peter1138
2008-01-09(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.rubidium
2007-12-29(svn r11719) -Codechange: split sound.h in a header with types and one with f...rubidium
2007-12-27(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless...rubidium
2007-12-26(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ...rubidium
2007-12-25(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...rubidium
2007-12-25(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...rubidium
2007-12-19(svn r11667) -Codechange: split window.h into a header that defines some 'glo...rubidium
2007-12-17(svn r11656) -Codechange: add ZOOM_LVL_BEGIN and postfix operators so ZoomLev...smatz
2007-11-24(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fit...skidd13
2007-11-19(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit ...skidd13
2007-10-29(svn r11355) -Fix [FS#1377]: loading too many GRFs was not handled gracefully...rubidium
2007-09-15(svn r11118) -Fix: sample.cat can now be in a tar-file too, how nice!truelight
2007-09-13(svn r11095) -Codechange: don't abuse 'file_pos' by storing the file_slot in ...truelight
2007-06-13(svn r10138) -Fix: when you got a sufficiently small resolution, there is a p...rubidium
2007-06-11(svn r10093) -Revert: removed 16x zoom-out as it is broken beyond repairtruelight
2007-05-19(svn r9885) -Fix r9846: some last bitshifts with zoom-levels that were forgottentruelight
2007-05-15(svn r9846) -Codechange: introduced ZOOM_LVL_MIN and ZOOM_LVL_MAX for the obv...truelight
2007-04-12(svn r9609) -Codechange: Move some function prototypes out of functions.h and...maedhros
2007-04-04(svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The...belugas
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-01-11(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the poi...KUDr
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr