Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-29 | Fixing some warnings | Max Horn | |
svn-id: r28309 | |||
2007-07-29 | added sfx/voice and few corrections | Paweł Kołodziejski | |
svn-id: r28286 | |||
2007-07-29 | more corrections | Paweł Kołodziejski | |
svn-id: r28284 | |||
2007-07-29 | correction to palette | Paweł Kołodziejski | |
svn-id: r28283 | |||
2007-07-28 | allow exit, formating | Paweł Kołodziejski | |
svn-id: r28281 | |||
2007-07-28 | more fixes to display fonts | Paweł Kołodziejski | |
svn-id: r28280 | |||
2007-07-28 | more fixes to display fonts | Paweł Kołodziejski | |
svn-id: r28279 | |||
2007-07-28 | fix display fonts | Paweł Kołodziejski | |
svn-id: r28278 | |||
2007-07-28 | correction for palette and formating | Paweł Kołodziejski | |
svn-id: r28277 | |||
2007-07-28 | formating and correction | Paweł Kołodziejski | |
svn-id: r28276 | |||
2007-07-28 | more fixes | Paweł Kołodziejski | |
svn-id: r28274 | |||
2007-07-28 | few more fixes | Paweł Kołodziejski | |
svn-id: r28273 | |||
2007-07-28 | ops | Paweł Kołodziejski | |
svn-id: r28271 | |||
2007-07-28 | fixes into engine | Paweł Kołodziejski | |
svn-id: r28270 | |||
2007-07-28 | cleanup white spaces from 'jvprat' | Paweł Kołodziejski | |
svn-id: r28262 | |||
2007-07-27 | Fixed some warnings | Filippos Karapetis | |
svn-id: r28243 | |||
2007-07-27 | Disabled another bunch of warnings. This turned up two places - print_abc_opc() | Torbjörn Andersson | |
and print_abc() - where we would try to modify a string constant. I have disabled this for now, and added FIXME comments. svn-id: r28242 | |||
2007-07-27 | Fixed a bunch of warnings. | Torbjörn Andersson | |
svn-id: r28241 | |||
2007-07-27 | fixed warning | Paweł Kołodziejski | |
svn-id: r28240 | |||
2007-07-27 | commented out some parts of code which still need to work, because it of ↵ | Paweł Kołodziejski | |
non-english chars in it svn-id: r28233 | |||
2007-07-27 | Removed leftover commented-out include. (I thought I needed util.h, but I guess | Torbjörn Andersson | |
it's included indirectly.) svn-id: r28232 | |||
2007-07-27 | Early in the morning, strrev() looks like a more difficult problem than it | Torbjörn Andersson | |
really is. It's actually quite simple. In fact, the only magical thing about Bob's version was the way it swapped variables without using any temporary variable. Rewrote the function to use our SWAP() instead, since that actually makes it readable. Moved it to util.cpp (outside the Common namespace, for consistency with scumm_stricmp()) since Kirben knew of other places where it could be used. svn-id: r28231 | |||
2007-07-27 | The strrev() function is non-standard. Replace with public domain version by | Torbjörn Andersson | |
Bob Stout. (It would of course have been trivial to write my own, but Bob's version does it in place, which is quite magical.) svn-id: r28230 | |||
2007-07-27 | Fixed some MSVC8 warnings | Filippos Karapetis | |
svn-id: r28225 | |||
2007-07-26 | added more drascula code (it still NOT WORKING) | Paweł Kołodziejski | |
svn-id: r28220 | |||
2007-07-17 | added english and spanish version of drascula detection | Paweł Kołodziejski | |
svn-id: r28132 | |||
2007-07-17 | added engine stubs code for Drascula game | Paweł Kołodziejski | |
svn-id: r28130 |