Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-22 | Must call openCD to support real Audio CD tracks | Max Horn | |
svn-id: r17747 | |||
2005-04-21 | Initialized variable to avoid Valgrind warning. | Torbjörn Andersson | |
svn-id: r17732 | |||
2005-04-19 | Call initCommonGFX() to set the graphics mode etc. | Torbjörn Andersson | |
svn-id: r17684 | |||
2005-04-19 | Whitespace | Torbjörn Andersson | |
svn-id: r17683 | |||
2005-04-16 | Hack to get the CD version to play even if no CD track is present | Max Horn | |
svn-id: r17641 | |||
2005-04-15 | o Switch track on each new scene. | Eugene Sandulenko | |
o Slight improvement on track time calculation. o Stub for gob2. svn-id: r17603 | |||
2005-04-14 | Fix from wjp for redraws and input during delays | Eugene Sandulenko | |
svn-id: r17602 | |||
2005-04-13 | Enable perfect timer so intro runs in sync now. Matches disassembly | Eugene Sandulenko | |
svn-id: r17593 | |||
2005-04-13 | Patch from wjp. Fix keyboard input. | Eugene Sandulenko | |
svn-id: r17592 | |||
2005-04-13 | Support for Red Book audio in CD version of gob1. | Eugene Sandulenko | |
svn-id: r17588 | |||
2005-04-13 | Fixed typo in comment. | Torbjörn Andersson | |
svn-id: r17576 | |||
2005-04-13 | Fix hang in EGA version. Thanks to wjp. Be careful with that parse_printExpr() | Eugene Sandulenko | |
svn-id: r17573 | |||
2005-04-13 | Make VAR macros safer. | Eugene Sandulenko | |
svn-id: r17572 | |||
2005-04-12 | Patch #1181639. "GOB: Possible inter_renewTimeInVars() fix" | Eugene Sandulenko | |
svn-id: r17570 | |||
2005-04-12 | Add comments on CD-specific opcodes | Eugene Sandulenko | |
svn-id: r17566 | |||
2005-04-12 | Remove reference to resource.h | Eugene Sandulenko | |
svn-id: r17559 | |||
2005-04-12 | Remove unneeded files. | Eugene Sandulenko | |
svn-id: r17558 | |||
2005-04-11 | add comment explaining this struct contains LE values | Joost Peters | |
svn-id: r17557 | |||
2005-04-11 | endian-convert pieces value when read, instead of when they are loaded ↵ | Joost Peters | |
(since I don't know how to tell how many picts there) svn-id: r17556 | |||
2005-04-11 | Patch from wjp. Support for CD and EGA versions. | Eugene Sandulenko | |
svn-id: r17555 | |||
2005-04-11 | no, we only check for the value being 0, so no endian conversion is needed ;-) | Max Horn | |
svn-id: r17554 | |||
2005-04-11 | cleanup | Max Horn | |
svn-id: r17553 | |||
2005-04-11 | Endian fixes, getting past the 'Please wait...' loading screen now | Max Horn | |
svn-id: r17552 | |||
2005-04-11 | cleanup | Max Horn | |
svn-id: r17550 | |||
2005-04-11 | Endian fixes | Max Horn | |
svn-id: r17549 | |||
2005-04-11 | Stub out some opcodes, to get the CD version go a bit further (thanks Willem) | Max Horn | |
svn-id: r17548 | |||
2005-04-11 | cleanup | Joost Peters | |
svn-id: r17539 | |||
2005-04-11 | more struct conversion | Joost Peters | |
svn-id: r17538 | |||
2005-04-11 | convert some struct members - unfortunately we can't currently allocate ↵ | Joost Peters | |
memory and read the struct in "the proper way", as the engine still addresses data beyond it svn-id: r17537 | |||
2005-04-10 | Add autodetection for WinCE (to be modified) | Nicolas Bacca | |
svn-id: r17527 | |||
2005-04-10 | Get rid of posixism | Nicolas Bacca | |
svn-id: r17526 | |||
2005-04-10 | Some inter_variables cleanup. | Joost Peters | |
Now it should store all variables in the native endianness, instead of storing half in LE and the other half in the native endianness. Addresses and assignments can be tracked by modifying the macros if necessary. Also, meaningful constants can now be assigned to script variable numbers (if one were so inclined) svn-id: r17523 | |||
2005-04-10 | Apply "correct handling of transp in drawSprite()" patch by wjp. | Joost Peters | |
(Colour 0 should only be skipped when transp is set) Fixes wrong colour in intro and clearing of buffer after fades. svn-id: r17511 | |||
2005-04-10 | fix jumping goblin bug | Joost Peters | |
svn-id: r17509 | |||
2005-04-10 | fix another "x = y" type copy/paste bug, unfortunately this still doesn't ↵ | Joost Peters | |
fix the jumping goblin in the first scene svn-id: r17507 | |||
2005-04-09 | Fix jumping actor glitch. Thanks to joostp. | Eugene Sandulenko | |
svn-id: r17492 | |||
2005-04-09 | Fix for put apple bug from wjp | Eugene Sandulenko | |
svn-id: r17491 | |||
2005-04-09 | Get rid of debug.cpp/.h -- it wasn't used anyway, and contained bad code ↵ | Max Horn | |
(open/write/close to access a log file? yuck) svn-id: r17486 | |||
2005-04-09 | Fix legal header. Be careful when doing global search and replace! Better ↵ | Max Horn | |
use full-word regex, to avoid problems like this svn-id: r17485 | |||
2005-04-09 | read index as LE value | Joost Peters | |
svn-id: r17484 | |||
2005-04-09 | Fix crash after dropping item on screen change - thanks wjp! | Joost Peters | |
svn-id: r17483 | |||
2005-04-09 | Remove usage of vsprintf in favour of vsnprintf and make | Jonathan Gray | |
more use of STRINGBUFLEN. Some ports may need a new stub for this, discussed with Chrilith. svn-id: r17463 | |||
2005-04-09 | o Put numerous debug messages to deeper level and removed others | Eugene Sandulenko | |
o Occasional indentation fixes o Fixed bug with cursor. Thanks wjp. Now even gob1demo works but final screen which is not playable in original hangs here. svn-id: r17462 | |||
2005-04-08 | fixed compilation and warnings | Paweł Kołodziejski | |
svn-id: r17457 | |||
2005-04-06 | use upper bits instead of lower bits when upscaling palette | Joost Peters | |
svn-id: r17423 | |||
2005-04-06 | Restore accidentally remove line | Eugene Sandulenko | |
svn-id: r17415 | |||
2005-04-06 | o Implemented pDrawLetter | Eugene Sandulenko | |
o F5 now can be used to open menu o Minor cleanup svn-id: r17414 | |||
2005-04-06 | more accurate palette | Joost Peters | |
svn-id: r17412 | |||
2005-04-06 | some endian fixes | Joost Peters | |
svn-id: r17411 | |||
2005-04-05 | Excess ; | Travis Howell | |
svn-id: r17404 |