Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-15 | let it compile | Max Horn | |
svn-id: r7539 | |||
2003-05-15 | cleanup | Max Horn | |
svn-id: r7538 | |||
2003-05-15 | cleanup (rect.h is not used anywhere but I plan to change that...) | Max Horn | |
svn-id: r7537 | |||
2003-05-15 | cleanup / added FIXME | Max Horn | |
svn-id: r7536 | |||
2003-05-15 | added comment | Max Horn | |
svn-id: r7535 | |||
2003-05-15 | Fixed main timing loop | Jamieson Christian | |
svn-id: r7534 | |||
2003-05-15 | Whoops, disable debug | Jamieson Christian | |
svn-id: r7533 | |||
2003-05-15 | More streamlining | Jamieson Christian | |
svn-id: r7532 | |||
2003-05-15 | reordered some intro commands, made fade-in look nicer | Robert Göffringmann | |
svn-id: r7531 | |||
2003-05-15 | added incrementation of key velocity. | Robert Göffringmann | |
svn-id: r7530 | |||
2003-05-15 | Fixed S&M regression in World of Fish music. | Jamieson Christian | |
Stripped out a bunch of deprecated stuff. svn-id: r7529 | |||
2003-05-15 | fixed the evil, evil COMI crash on Mac OS X (and memory corrupter elsewhere, ↵ | Max Horn | |
maybe?). The last part of this change is the crucial one, computing the correct value for right_strip svn-id: r7527 | |||
2003-05-15 | adding some asserts (e.g. against that evil COMI crasher) | Max Horn | |
svn-id: r7526 | |||
2003-05-15 | Possible fix for Windows SysEx transmissions | Jamieson Christian | |
svn-id: r7525 | |||
2003-05-15 | Fixed panning issue | Jamieson Christian | |
svn-id: r7524 | |||
2003-05-15 | updated vc6 file | Paweł Kołodziejski | |
svn-id: r7523 | |||
2003-05-15 | Fixed tambourine percussion patch | Jamieson Christian | |
svn-id: r7522 | |||
2003-05-15 | Changed custom MT-32 instrument warning to debug output | Jamieson Christian | |
svn-id: r7521 | |||
2003-05-15 | Added rudimentary Adlib percussion support. | Jamieson Christian | |
Semantic fixes -- Adlib "MIDI Channels" are now "Voices" Miscellaneous cleanup/streamlining. svn-id: r7520 | |||
2003-05-15 | bounds check; made data static | Max Horn | |
svn-id: r7519 | |||
2003-05-14 | cleanup | Max Horn | |
svn-id: r7518 | |||
2003-05-14 | removed timer.o | Robert Göffringmann | |
svn-id: r7517 | |||
2003-05-14 | restructured some things (mainly the screen routines), moved things out from ↵ | Robert Göffringmann | |
SkyState. (not yet complete) svn-id: r7516 | |||
2003-05-14 | some renaming (consistency) | Joost Peters | |
svn-id: r7515 | |||
2003-05-14 | rm library file before running ar (otherwise ar might add to the existing .a ↵ | Max Horn | |
file, which can cause issues if files are added/renamed/removed) svn-id: r7514 | |||
2003-05-14 | opcodes are just one byte | Max Horn | |
svn-id: r7513 | |||
2003-05-14 | additional readArray protection (might cause regression in FT, but then we ↵ | Max Horn | |
should fix FT!) svn-id: r7512 | |||
2003-05-14 | ouch | Max Horn | |
svn-id: r7511 | |||
2003-05-14 | fixed bug where SDL_CreateMutex was being called before SDL_Init; ↵ | Max Horn | |
restructured code a little svn-id: r7510 | |||
2003-05-14 | new V2 font (taken from german zak.exe) | Max Horn | |
svn-id: r7509 | |||
2003-05-14 | fixed V2 decodeParseString | Max Horn | |
svn-id: r7508 | |||
2003-05-14 | fixed light blue EGA palette entry | Max Horn | |
svn-id: r7507 | |||
2003-05-14 | default text color light blue instead of pink | Max Horn | |
svn-id: r7506 | |||
2003-05-14 | v2 text output tweak | Max Horn | |
svn-id: r7505 | |||
2003-05-14 | always draw walkboxes into virtScreen 0 | Max Horn | |
svn-id: r7504 | |||
2003-05-14 | cleanup | Max Horn | |
svn-id: r7503 | |||
2003-05-14 | V2 text drawing | Max Horn | |
svn-id: r7502 | |||
2003-05-14 | make gcc with extra extra warnings happy | Jonathan Gray | |
svn-id: r7501 | |||
2003-05-14 | fixed v2 verb handling | Max Horn | |
svn-id: r7500 | |||
2003-05-14 | force fixed width font in V2 games (our font data is proportional, hence ↵ | Max Horn | |
this looks odd for now; proper fix will be to get proper font data) svn-id: r7499 | |||
2003-05-14 | Some Zak input stuff | James Brown | |
svn-id: r7498 | |||
2003-05-14 | added opcode 0xf7 (getActorZPlane) | Max Horn | |
svn-id: r7497 | |||
2003-05-14 | V8 fix | Max Horn | |
svn-id: r7496 | |||
2003-05-14 | Patch #737497 / Bug #737387 | Max Horn | |
svn-id: r7495 | |||
2003-05-14 | various V8 tweaks | Max Horn | |
svn-id: r7494 | |||
2003-05-14 | updated vc6 file | Paweł Kołodziejski | |
svn-id: r7493 | |||
2003-05-14 | handle EOF (Ctrl-D) a little bit better | Max Horn | |
svn-id: r7492 | |||
2003-05-14 | added box drawing code from the old debugger to the new debugger (and ↵ | Max Horn | |
cleaned it up + fixed it for rooms wider than one screen) svn-id: r7491 | |||
2003-05-13 | make it possible to use stdio for the debugger, instead of the console ↵ | Max Horn | |
dialog (useful because the console is very narrow, which is annoying when using e.g. the 'box' command svn-id: r7490 | |||
2003-05-13 | NUM_ACTORS -> _numActors (for consistency) | Max Horn | |
svn-id: r7489 |