Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-01 | finished loading and saving, fixed grid bugs (some debugging code not yet ↵ | Robert Göffringmann | |
removed), implemented fnLincTextModule svn-id: r8682 | |||
2003-07-01 | fixed race condition when loading different sections | Robert Göffringmann | |
svn-id: r8681 | |||
2003-06-30 | finally fixed this stupid animation bug | Robert Göffringmann | |
svn-id: r8675 | |||
2003-06-27 | bugfix. doesn't seem to affect anything, though. | Robert Göffringmann | |
svn-id: r8670 | |||
2003-06-27 | fixed warnings | Max Horn | |
svn-id: r8669 | |||
2003-06-27 | fixed text decoding bug | Robert Göffringmann | |
svn-id: r8668 | |||
2003-06-27 | some more loading & saving work (still unfinished) | Robert Göffringmann | |
svn-id: r8663 | |||
2003-06-22 | another warning | Max Horn | |
svn-id: r8637 | |||
2003-06-22 | fixed warnings | Max Horn | |
svn-id: r8636 | |||
2003-06-22 | whoops | Robert Göffringmann | |
svn-id: r8633 | |||
2003-06-22 | native mt32 support and basic control panel (incomplete) | Robert Göffringmann | |
doesn't work with all versions, probably file numbers were changed svn-id: r8632 | |||
2003-06-17 | removed send(0) command. | Robert Göffringmann | |
svn-id: r8530 | |||
2003-06-17 | fixed grid position calculation | Robert Göffringmann | |
svn-id: r8529 | |||
2003-06-17 | don't restart music if the same track is already playing | Robert Göffringmann | |
svn-id: r8528 | |||
2003-06-15 | moved GameId declaration to common/engine.h (more logical); moved scumm ↵ | Max Horn | |
specific stuff from gameDetector.h to scumm.h; cleaned up some #includes (ideally, never #include something in a header file if you can avoid it - this cuts down interdepencies) svn-id: r8496 | |||
2003-06-14 | fix bug #754378 (I hope) | Oliver Kiehl | |
svn-id: r8466 | |||
2003-06-14 | fix 0.0368 text decoding bug | Oliver Kiehl | |
svn-id: r8465 | |||
2003-06-11 | Added MSVC6 truncation warning to #pragma | Jamieson Christian | |
svn-id: r8430 | |||
2003-06-09 | Sky shouldn't error() if no speech file exists for a sentence | Robert Göffringmann | |
svn-id: r8426 | |||
2003-06-09 | Sky shouldn't error() if no speech file exists for a sentence | Robert Göffringmann | |
svn-id: r8425 | |||
2003-06-09 | fixed warning | Max Horn | |
svn-id: r8424 | |||
2003-06-09 | removed debugging leftovers, fixed one more sprite clipping issue. | Robert Göffringmann | |
svn-id: r8423 | |||
2003-06-09 | whoops. | Robert Göffringmann | |
svn-id: r8422 | |||
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 | whoops. | Robert Göffringmann | |
svn-id: r8413 | |||
2003-06-09 | some talk-related bugs fixed | Robert Göffringmann | |
svn-id: r8412 | |||
2003-06-08 | added quit event | Max Horn | |
svn-id: r8398 | |||
2003-06-06 | Preparations for removing GF_AFTER_V? flags | Max Horn | |
svn-id: r8364 | |||
2003-06-06 | add fnRandom() | Joost Peters | |
svn-id: r8359 | |||
2003-06-06 | forgot to remove that | Robert Göffringmann | |
svn-id: r8358 | |||
2003-06-06 | changed sprite priority, changed some errors to warnings and added hack to ↵ | Robert Göffringmann | |
get past the first scene svn-id: r8357 | |||
2003-06-06 | forgot to activate that code again | Robert Göffringmann | |
svn-id: r8356 | |||
2003-06-06 | misc fixes | Robert Göffringmann | |
svn-id: r8355 | |||
2003-06-06 | add some (mouse) stubs | Joost Peters | |
svn-id: r8354 | |||
2003-06-06 | whoops. | Robert Göffringmann | |
svn-id: r8353 | |||
2003-06-06 | fix logic script bugs. | Robert Göffringmann | |
svn-id: r8352 | |||
2003-06-06 | changed warning() to error(), this is how it is in the original, and this ↵ | Joost Peters | |
seems to happen when you try to exit the underground-bar currently, don't know why yet. svn-id: r8351 | |||
2003-06-06 | forgot to implement right mousebutton. :) | Robert Göffringmann | |
svn-id: r8343 | |||
2003-06-06 | small bugfix, menu still doesn't work. -_- | Robert Göffringmann | |
svn-id: r8342 | |||
2003-06-05 | proper mouse transparancy fix, should work for all cursors now | Joost Peters | |
svn-id: r8338 | |||
2003-06-05 | fixed switch opcode | Oliver Kiehl | |
svn-id: r8337 | |||
2003-06-05 | fixed mouse cursor/transparency | Joost Peters | |
svn-id: r8336 | |||
2003-06-05 | make mouse move to middle of screen at start and let skystate initialize its ↵ | Robert Göffringmann | |
_objectList svn-id: r8335 | |||
2003-06-05 | fixed caching routines | Robert Göffringmann | |
svn-id: r8334 | |||
2003-06-05 | fixed sprite drawing, added some mouse support and some logic routines. | Robert Göffringmann | |
svn-id: r8332 |