Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-31 | Fix typo in previous commit | Torbjörn Andersson | |
svn-id: r8174 | |||
2003-05-31 | Set the "machine speed" variable for V2 games. I think it's safe to assume | Torbjörn Andersson | |
that modern hardware will handle the more elaborate version of the EGA Zak intro without any problems. svn-id: r8173 | |||
2003-05-31 | fixed mismatch between declaration and implementation | Max Horn | |
svn-id: r8172 | |||
2003-05-31 | some setObjectName changes. I'd really like to switch V2-V5 to use ↵ | Max Horn | |
rtObjectName resources, too svn-id: r8171 | |||
2003-05-31 | FIXME comment added | Max Horn | |
svn-id: r8170 | |||
2003-05-31 | cleanup | Max Horn | |
svn-id: r8169 | |||
2003-05-31 | cleanup endlines | Paweł Kołodziejski | |
svn-id: r8168 | |||
2003-05-31 | Add german font set | Travis Howell | |
svn-id: r8167 | |||
2003-05-31 | Added missing random freqmod entries (water doesn't beep anymore :) | Jochen Hoenicke | |
Removed extra newlines from debugging output. svn-id: r8166 | |||
2003-05-31 | Cleaned up the sample generator. | Jochen Hoenicke | |
Added support for new opcodes as they are in Loom. I didn't enable Loom sound, as there are some issues (indyega, loomdemo) that need to be resolved first. svn-id: r8165 | |||
2003-05-31 | A few notes, correction and a few more errors | Travis Howell | |
svn-id: r8164 | |||
2003-05-31 | Fix simon1dos regression | Travis Howell | |
svn-id: r8163 | |||
2003-05-31 | fixed bug #739560: COMI: crash at start of part III | Max Horn | |
svn-id: r8162 | |||
2003-05-31 | make some stuff private | Max Horn | |
svn-id: r8161 | |||
2003-05-30 | oops | Max Horn | |
svn-id: r8160 | |||
2003-05-30 | Use language index for The Dig, too | Max Horn | |
svn-id: r8159 | |||
2003-05-30 | continously opening and closing the language.bnd file is rather inefficient. ↵ | Max Horn | |
It's about 400k, though... svn-id: r8158 | |||
2003-05-30 | Workaround for bug #746349 | Max Horn | |
svn-id: r8157 | |||
2003-05-30 | update vc6 | Paweł Kołodziejski | |
svn-id: r8156 | |||
2003-05-30 | more costume cleanup. soone we should be able to merger AKOS codec1 and the ↵ | Max Horn | |
old costume code svn-id: r8155 | |||
2003-05-30 | some cheap doxygen docs; cleanup | Max Horn | |
svn-id: r8154 | |||
2003-05-30 | use decompressBomp instead of smush_decode_codec1 | Max Horn | |
svn-id: r8153 | |||
2003-05-30 | made decompressBomp use bompDecodeLine | Max Horn | |
svn-id: r8152 | |||
2003-05-30 | moved bomp stuff into own files; removed some of our 6 (!) bomp decoders | Max Horn | |
svn-id: r8151 | |||
2003-05-30 | cleanup | Max Horn | |
svn-id: r8150 | |||
2003-05-30 | add .cvsignore | Oliver Kiehl | |
svn-id: r8149 | |||
2003-05-30 | some temporary debug cleanup | Oliver Kiehl | |
svn-id: r8148 | |||
2003-05-30 | fix bug | Oliver Kiehl | |
svn-id: r8147 | |||
2003-05-30 | code unification | Max Horn | |
svn-id: r8146 | |||
2003-05-30 | cleanup | Max Horn | |
svn-id: r8145 | |||
2003-05-30 | fixed stupid bug | Joost Peters | |
svn-id: r8144 | |||
2003-05-30 | modified o5_getClosestObjActor to find actors/objects more than 255 pixels away | Max Horn | |
svn-id: r8143 | |||
2003-05-30 | Modified version of erik's patch #745986: Experimental V2 mouseover stuff | Max Horn | |
svn-id: r8142 | |||
2003-05-30 | stdSpeak() - buggy | Joost Peters | |
svn-id: r8141 | |||
2003-05-30 | V2 verb highlighting (good one, erik :-) | Max Horn | |
svn-id: r8140 | |||
2003-05-30 | added fnSpeak* functions | Joost Peters | |
svn-id: r8139 | |||
2003-05-30 | cleanup | Oliver Kiehl | |
svn-id: r8138 | |||
2003-05-30 | bugfix | Oliver Kiehl | |
svn-id: r8137 | |||
2003-05-30 | fixed bug | Joost Peters | |
svn-id: r8136 | |||
2003-05-30 | added talk animations | Joost Peters | |
svn-id: r8135 | |||
2003-05-30 | add sound effects | Oliver Kiehl | |
svn-id: r8134 | |||
2003-05-30 | Broke simon | Travis Howell | |
svn-id: r8133 | |||
2003-05-30 | Small cleanup | Travis Howell | |
svn-id: r8132 | |||
2003-05-30 | Rename two unknown functions | Travis Howell | |
svn-id: r8131 | |||
2003-05-30 | Correct simon2 timing | Travis Howell | |
Remove unused function svn-id: r8130 | |||
2003-05-30 | cleanup; removed last horizontal bound check from updateDirtyRect -> now all ↵ | Max Horn | |
the various 'offscreen actor redraw' problems should be fixed (at least I can't reproduce them in COMI anymore), while The Dig should still work just fine (at least it does in my test cases) svn-id: r8129 | |||
2003-05-30 | removed more harmful clipping | Max Horn | |
svn-id: r8128 | |||
2003-05-30 | removed debug output (checked that in by accident) | Max Horn | |
svn-id: r8127 | |||
2003-05-30 | rewrote Actor::needBgReset related code (this could cause regressions...) | Max Horn | |
svn-id: r8126 | |||
2003-05-30 | this clip is bad: it's not needed (we clip later anyway), and it clips too much | Max Horn | |
svn-id: r8125 |