Age | Commit message (Expand) | Author |
2010-06-15 | Fix spelling, cleanup | Max Horn |
2010-05-25 | Patch #3006178: "rjp1: calculate sample length correctly" | Max Horn |
2010-02-17 | Fix gcc warning. | Johannes Schickel |
2010-02-14 | Add support for samples > 32kb to Paula chip emulation code. | Max Horn |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-23 | Some more header modifications ("Graphic Adventure Engine" and the legal prop... | Arnaud Boutonné |
2010-01-19 | Fixed some cppcheck warnings. | Torbjörn Andersson |
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson |
2009-11-25 | Fix 'randomly placed' doxygen comments (which lead to incorrect documentation... | Max Horn |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-10-09 | Remove some unused variables | Max Horn |
2009-10-08 | Change doxygen inline comments from "//!" to "///" as proposed on -devel | Max Horn |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-09-13 | Removed unnecessary semi-colons. | Torbjörn Andersson |
2009-08-29 | fix SFX not playing before music started | Norbert Lange |
2009-08-27 | This just fix the compile errors on AmigaOS (bug #2845660) | Sven Hesse |
2009-08-24 | Merge with trunk | Norbert Lange |
2009-08-20 | fixed small mistake with the sinetable | Norbert Lange |
2009-08-18 | dont keep some unused parts of the mdatfile in memory | Norbert Lange |
2009-08-18 | added tiebreaking to pickVoice, now the use of channels is better distributed | Norbert Lange |
2009-08-13 | (re-)initialise some Variables when sound is stopped | Norbert Lange |
2009-08-13 | sound_amiga: honor _musicEnabled and _sfxEnabled flags | Norbert Lange |
2009-08-10 | fixed bug in tempoeffect | Norbert Lange |
2009-08-10 | fix potential leak in loadscore | Norbert Lange |
2009-08-09 | fixed up some missing newlines | Norbert Lange |
2009-08-08 | fix a bug that prevented gcc from compiling | Norbert Lange |
2009-08-08 | slighty changed how voices get disabled after their sample played | Norbert Lange |
2009-08-08 | added missing stuff for modulation and microtonal effects (several bugs in or... | Norbert Lange |
2009-08-07 | refactored noteOn | Norbert Lange |
2009-08-07 | implemented "SPECIAL" commands | Norbert Lange |
2009-08-07 | added stub for setting audio filter in Paula | Norbert Lange |
2009-08-05 | move function definitions from header to the cpp file | Norbert Lange |
2009-08-05 | added some error messages to the compile-time checks | Norbert Lange |
2009-08-05 | moved check if class should be compiled to the header | Norbert Lange |
2009-08-05 | fixed wrong indentation | Norbert Lange |
2009-08-05 | check if modplayers should be compiled based on engine-macros | Norbert Lange |
2009-08-04 | cleaned up sound_amiga.cpp a bit, added checks for missing files | Norbert Lange |
2009-08-04 | added warning should the sound files not be available (intro will hang if the... | Norbert Lange |
2009-08-04 | moved helper functions from the header file into the cpp file | Norbert Lange |
2009-08-04 | added doxygeb comments | Norbert Lange |
2009-08-04 | moved code for initialising patterns into own function | Norbert Lange |
2009-08-04 | Some formatting changes and added comments | Norbert Lange |
2009-08-02 | made some unused methods private | Norbert Lange |
2009-08-02 | fix some more harmless warnings to make gcc shutup | Norbert Lange |
2009-08-02 | fixed some constness warnings | Norbert Lange |
2009-08-02 | made MdatResource struct private and changed the signatures of functions whic... | Norbert Lange |
2009-08-01 | stole formatting for constructors from existing code | Norbert Lange |
2009-08-01 | engines/scumm/scumm.cpp: terminate method is pretty redundant - removed | Norbert Lange |
2009-08-01 | refactored and commented player_va4 a bit | Norbert Lange |
2009-07-31 | Added the last 2 patterncommands just so I dont have to warn about unimplemen... | Norbert Lange |