Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-01 | fix for endline | Paweł Kołodziejski | |
svn-id: r9358 | |||
2003-08-01 | vc update from aquadran | Jonathan Gray | |
svn-id: r9357 | |||
2003-08-01 | Ooops | Travis Howell | |
svn-id: r9356 | |||
2003-08-01 | This should be Microsoft Visual C++ only | Travis Howell | |
svn-id: r9355 | |||
2003-08-01 | Small cleanup | Travis Howell | |
svn-id: r9354 | |||
2003-08-01 | more descriptive title for mac ft demo | Jonathan Gray | |
svn-id: r9353 | |||
2003-08-01 | changed loading & saving code to fix the bug discribed in the general forum. ↵ | Robert Göffringmann | |
This bug applies to all platforms, it just seems to cause a crash only on Mac OS X. svn-id: r9352 | |||
2003-07-31 | added support for FT mac demo | Max Horn | |
svn-id: r9351 | |||
2003-07-31 | added patched messages for BASS's mistranslations. | Robert Göffringmann | |
(also fixed bug about italian menu glitch) svn-id: r9349 | |||
2003-07-31 | never include headers in other headers if you can avoid it -> this cuts down ↵ | Max Horn | |
on the number of files that have to be recompiled when a header is modified svn-id: r9348 | |||
2003-07-31 | get rid of BUGGY_NEW_MP3_PLAYER | Max Horn | |
svn-id: r9347 | |||
2003-07-31 | revamped MP3/Vorbis CD 'emulation' code to use a PlayingSoundHandle -> this ↵ | Max Horn | |
allows to finally get rid of the hackish isChannelActive/isChannelUsed methods in SoundMixer svn-id: r9346 | |||
2003-07-31 | fixed MP3InputStream, now seems to work properly (kind of a surprise) | Max Horn | |
svn-id: r9345 | |||
2003-07-31 | icur was not being saved between rate conversion calls | Max Horn | |
svn-id: r9344 | |||
2003-07-31 | spelling (bug #781028) | Max Horn | |
svn-id: r9342 | |||
2003-07-31 | cleanup for some comments & indention | Max Horn | |
svn-id: r9341 | |||
2003-07-31 | fix for bug #780989 (make distclean left some .deps dirs) | Max Horn | |
svn-id: r9339 | |||
2003-07-31 | update vc7 files | Paweł Kołodziejski | |
svn-id: r9338 | |||
2003-07-31 | back disable warnings into stdafx.h, vc6 is lack of warnings support | Paweł Kołodziejski | |
svn-id: r9337 | |||
2003-07-31 | More LINC terminal font adjustments: Patch the "j" character for all | Torbjörn Andersson | |
versions, and make the "1" a bit wider so that menus line up nicely. svn-id: r9336 | |||
2003-07-31 | Forward-port ZakV2 hacks from 0.5.0 branch | James Brown | |
svn-id: r9332 | |||
2003-07-31 | remove bs2 specific osystem var | Jonathan Gray | |
svn-id: r9330 | |||
2003-07-31 | slightly changed version of erik's implmentation of FadeServer | Jonathan Gray | |
svn-id: r9328 | |||
2003-07-31 | added new header file backends/intern.h; removed some stuff from ↵ | Max Horn | |
common/system.h which is either only of interest to backends or code instantiating a backend (->backends/intern.h); also removed fmopl specific enums (->sound/fmopl.h) svn-id: r9327 | |||
2003-07-31 | use #define instead of enum here because that makes ccache more effective ↵ | Max Horn | |
when changing sample rates svn-id: r9326 | |||
2003-07-31 | Correct name | Travis Howell | |
svn-id: r9324 | |||
2003-07-31 | remove unused variable | Jonathan Gray | |
svn-id: r9322 | |||
2003-07-31 | Fix for RC bug [780675] MI2: Reoccuring crash | Jamieson Christian | |
Tightened up OOB track selection handling in MidiParser. Apparently some SMFs in the Mac version of MI2 (and other games?) specify track -1 in their jump commands to indicate a jump within the same track. svn-id: r9321 | |||
2003-07-31 | Disabled unknown pragma warning in MSVC-6. | Jamieson Christian | |
svn-id: r9320 | |||
2003-07-31 | Changed DISABLE_BS2 to DISABLE_SWORD2 | Jamieson Christian | |
svn-id: r9319 | |||
2003-07-31 | cleaned up autoroute code | Robert Göffringmann | |
svn-id: r9318 | |||
2003-07-31 | applied slightly modified patch #772112 (BASS: Correcting (?) the LINC ↵ | Robert Göffringmann | |
terminal font) svn-id: r9317 | |||
2003-07-31 | Small cleanup | Travis Howell | |
svn-id: r9316 | |||
2003-07-31 | deactivated loading/(auto-)saving at places where it's not allowed | Robert Göffringmann | |
svn-id: r9315 | |||
2003-07-31 | make use of the new MP3InputStream in ChannelMP3CDMusic - but disabled by ↵ | Max Horn | |
default, because it is still quite buggy (e.g. crashes at end of stream etc) svn-id: r9314 | |||
2003-07-31 | removed the AudioInputStream::size method -> only eof() is really needed, ↵ | Max Horn | |
and this can be implemented more efficiently stand-alone; implemented MP3InputStream (work in progress) svn-id: r9313 | |||
2003-07-31 | cleanup | Max Horn | |
svn-id: r9312 | |||
2003-07-30 | moved turn off warnings into vc7 project files. someone must also update vc6 | Paweł Kołodziejski | |
svn-id: r9311 | |||
2003-07-30 | disable empty statement warnings for vc | Paweł Kołodziejski | |
svn-id: r9310 | |||
2003-07-30 | disable conversion type warnings for vc | Paweł Kołodziejski | |
svn-id: r9309 | |||
2003-07-30 | Merged fixes from branch-0-5-0: | Marcus Comstedt | |
* Max's "adjustment" was incomplete, fixed. * Initialize shake_pos to 0 (fixes Sky, which never sets the shake_pos). * Changed sematics of X button to allow boxing in Indy (I hope...) svn-id: r9307 | |||
2003-07-30 | update vc7 files | Paweł Kołodziejski | |
svn-id: r9305 | |||
2003-07-30 | version 0.5.3cvs | Max Horn | |
svn-id: r9304 | |||
2003-07-30 | now how did that happen... | Oliver Kiehl | |
svn-id: r9303 | |||
2003-07-30 | fixed incorrect MSVC fixes; simplified readSample code (bugs #780167 and ↵ | Max Horn | |
#780420) svn-id: r9302 | |||
2003-07-30 | rename bs2 to sword2 to have the same name as the original engine. | Oliver Kiehl | |
besides this way all our engines start with an "s" ;) svn-id: r9301 | |||
2003-07-30 | the VC warning for unknown pragmas is now gloabally disabled, no need to ↵ | Max Horn | |
work around it locally svn-id: r9300 | |||
2003-07-30 | globally disable 'unknown pragma' warning for VC | Max Horn | |
svn-id: r9299 | |||
2003-07-30 | Partial fix for bug #780167 ("SIMON1/2: Sound problems"). It seems to fix | Torbjörn Andersson | |
the crash, but the sounds play at the wrong rate, I believe. svn-id: r9298 | |||
2003-07-30 | Update simon1 | Travis Howell | |
svn-id: r9296 |