Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-09 | fixed issue about file decompression. | Robert Göffringmann | |
svn-id: r8421 | |||
2003-06-09 | fixed compact data | Robert Göffringmann | |
svn-id: r8420 | |||
2003-06-09 | mouse-fixes, note that: buttonPressed() keeping track of a repeated push ↵ | Joost Peters | |
DOES NOT WORK YET, _bMouseB gets cleared elsewhere, so we obviously need to come up with something else. and we still need a wait_relative equivalent to have a proper fnLookAt() ...hmm...this commit message is starting to look like a todo list. oh, well. :) svn-id: r8419 | |||
2003-06-09 | added fnLookAt() | Joost Peters | |
svn-id: r8418 | |||
2003-06-09 | Fixed VC++ warnings | Jamieson Christian | |
svn-id: r8417 | |||
2003-06-09 | fixed SkyLogic bug and made font highlightning finally correct. | Robert Göffringmann | |
svn-id: r8416 | |||
2003-06-09 | Fixed text-positioning regressions in the Full Throttle intro and in The | Torbjörn Andersson | |
Dig's "Spacetime Six" movie. Also rewrote drawStringCentered() to be more like drawStringAbsolute(). It makes sense to me, but let me know if it causes any new regressions. svn-id: r8415 | |||
2003-06-09 | clear_sound_proc | Chris Apers | |
svn-id: r8414 | |||
2003-06-09 | whoops. | Robert Göffringmann | |
svn-id: r8413 | |||
2003-06-09 | some talk-related bugs fixed | Robert Göffringmann | |
svn-id: r8412 | |||
2003-06-09 | allow quit during smush playback; cleanup | Max Horn | |
svn-id: r8411 | |||
2003-06-09 | use clear_sound_proc to properly deinit the mixer (this fixes a crash-on-exit) | Max Horn | |
svn-id: r8410 | |||
2003-06-09 | added clear_sound_proc method to backend API (this requires all backends to ↵ | Max Horn | |
be modified, but can't help it) svn-id: r8409 | |||
2003-06-09 | cleanup | Max Horn | |
svn-id: r8408 | |||
2003-06-09 | better (proper? hm...) code to deal with turning of subtitles in V7/V8 games | Max Horn | |
svn-id: r8407 | |||
2003-06-09 | don't incorrectly treat SO_PRINT_WRAP like SO_PRINT_MUMBLE; rather just ↵ | Max Horn | |
ignore it svn-id: r8406 | |||
2003-06-09 | Fix for bug #746850 (this change was originally meant to 'fix' turning of ↵ | Max Horn | |
subtitles in V7/8 games; however this is a totally wrong way to achieve that) svn-id: r8405 | |||
2003-06-09 | cleanup | Max Horn | |
svn-id: r8404 | |||
2003-06-08 | reimplemented createBoxMatrix; this is much cleaner and easier to understand ↵ | Max Horn | |
than the original code (IMHO); in a few cases it gives slightly different results (because the old code didn't always find the shortest path), but that shouldn't cause any problems svn-id: r8403 | |||
2003-06-08 | Fixed recent regression (too many blast texts) in The Dig's end credits and | Torbjörn Andersson | |
made the text scroll off the screen instead of just vanishing at the top. (The latter also applies to Full Throttle's end credits.) svn-id: r8402 | |||
2003-06-08 | Finally fixed a slight bug in the CoMI cannon behaviour. | Torbjörn Andersson | |
svn-id: r8401 | |||
2003-06-08 | forgot to check this one in | Max Horn | |
svn-id: r8400 | |||
2003-06-08 | cleanup | Max Horn | |
svn-id: r8399 | |||
2003-06-08 | added quit event | Max Horn | |
svn-id: r8398 | |||
2003-06-08 | never call exit(), always go thrugh OSystem::quit() | Max Horn | |
svn-id: r8397 | |||
2003-06-08 | Add V2 charset | Chris Apers | |
svn-id: r8396 | |||
2003-06-08 | Updated with new files | Chris Apers | |
svn-id: r8395 | |||
2003-06-08 | Reminder for future %c implementation | Chris Apers | |
svn-id: r8394 | |||
2003-06-08 | Cleanup, add qsort function | Chris Apers | |
svn-id: r8393 | |||
2003-06-08 | New memory card dialog, option to move games list to memory card | Chris Apers | |
svn-id: r8392 | |||
2003-06-08 | MP3 support for audio tracks | Chris Apers | |
svn-id: r8391 | |||
2003-06-08 | . | Chris Apers | |
svn-id: r8390 | |||
2003-06-08 | New Memory Card dialog | Chris Apers | |
svn-id: r8389 | |||
2003-06-08 | cleanup; got rid of the split function and rather work in place (so instead ↵ | Max Horn | |
of allocating dozens of small goblets of memory, we only need to duplicate the string once); fixed some text positioning bugs (but again, to get a real accurate implementation, I'll need to study screen shots of the Dig/FT/COMI videos and compare them to our results) svn-id: r8388 | |||
2003-06-07 | cleanup | Max Horn | |
svn-id: r8387 | |||
2003-06-07 | cleanup and a few fixes for text positioning (but am not sure if it's fully ↵ | Max Horn | |
correct now either; will have to compare smush subtitles we generate with those from the LEC engine) svn-id: r8386 | |||
2003-06-07 | case 9 was drawStringCentered but should have been drawStringWrapCentered; ↵ | Max Horn | |
cleanup svn-id: r8385 | |||
2003-06-07 | cleanup | Max Horn | |
svn-id: r8384 | |||
2003-06-07 | Fix for bug #654286: ZAK256: Ending credits are illegible | Max Horn | |
svn-id: r8383 | |||
2003-06-07 | fix set costumes for v1 | Paweł Kołodziejski | |
svn-id: r8382 | |||
2003-06-07 | CD Loom and EGA Loom should not use the same dissolve effect, so I've | Torbjörn Andersson | |
reverted that part of the Loom unification and clarified the comments slightly. I also slowed down the CD Loom dissolve a bit. It's still faster than the default behaviour, but I think it looks better this way. (Feel free to change that back again if you don't agree.) svn-id: r8381 | |||
2003-06-07 | some changes for v1 costumes | Paweł Kołodziejski | |
svn-id: r8380 | |||
2003-06-07 | This should be the right check for header_len. | Jochen Hoenicke | |
I first thought that old games did not have GF_SMALL_HEADER. svn-id: r8379 | |||
2003-06-07 | init costumes for v1 games | Paweł Kołodziejski | |
svn-id: r8378 | |||
2003-06-07 | follow our coding conventions | Max Horn | |
svn-id: r8377 | |||
2003-06-07 | adhere to our coding style conventions; removed some unneccessary code | Max Horn | |
svn-id: r8376 | |||
2003-06-07 | make SmushFont inherit from NutRenderer (TODO: drawChar stuff should be ↵ | Max Horn | |
unified, too) svn-id: r8375 | |||
2003-06-07 | removed GF_AFTER flags (except GF_AFTER_HEV7) | Max Horn | |
svn-id: r8374 | |||
2003-06-07 | Loom unification | Max Horn | |
svn-id: r8373 | |||
2003-06-07 | replaced GF_AFTER with _version | Max Horn | |
svn-id: r8372 |