Age | Commit message (Expand) | Author |
2006-05-24 | The AGI engine's save/load dialog dirties the entire screen thirteen times | Torbjörn Andersson |
2006-05-24 | Fix a const warning | Max Horn |
2006-05-24 | Fixed most - not all - GCC warnings. | Torbjörn Andersson |
2006-05-24 | Fixes bug # 1471893 ("KYRA1: Graphics glitch when Malcolm turns to stone"). | Johannes Schickel |
2006-05-24 | From what I understand, the __ prefix is generally reserved for system headers, | Torbjörn Andersson |
2006-05-24 | Removes debug printf. | Johannes Schickel |
2006-05-24 | removed defines USE_PCM_SOUND, AGDS_SUPPORT, USE_HIRES | Paweł Kołodziejski |
2006-05-24 | cleanup | Paweł Kołodziejski |
2006-05-24 | fixed modifier keys | Paweł Kołodziejski |
2006-05-24 | moved addSpecialDebugLevel into constructor | Paweł Kołodziejski |
2006-05-24 | include mouse support always | Paweł Kołodziejski |
2006-05-24 | ops | Paweł Kołodziejski |
2006-05-24 | formating a bit | Paweł Kołodziejski |
2006-05-24 | removed not used anymore variable | Paweł Kołodziejski |
2006-05-24 | strip one level of func | Paweł Kołodziejski |
2006-05-24 | Fix compressed sound in makeWAVStream() | Travis Howell |
2006-05-24 | Seems like the sound is generated at 22050 Hz regardless of output sample rate. | Torbjörn Andersson |
2006-05-24 | Only check if the files on "CD 0" are present. The others are requested with | Torbjörn Andersson |
2006-05-24 | Downgraded startHETalkSound() error (when the speech file isn't open) to a | Torbjörn Andersson |
2006-05-24 | Fix compile | Travis Howell |
2006-05-23 | update make subsystem | Eugene Sandulenko |
2006-05-23 | imported AGI engine | Paweł Kołodziejski |
2006-05-23 | Check _quitFlag during the first parts of the Kyra 3 main menu animation. | Torbjörn Andersson |
2006-05-23 | Fix for saving the palette before playing a VQA movie. (Suggested by LordHoto.) | Torbjörn Andersson |
2006-05-23 | fix VC & SDL 1.2.10 compilation error | Andrew Kurushin |
2006-05-23 | Update GP32 port. It still doesn't work very well... | Won Star |
2006-05-23 | Compile fix for GP32 and PalmOS. GP32 port still doesn't work since when GUI ... | Won Star |
2006-05-23 | Reworked the DISPATCH current action to support NPC schedules like the origin... | Paul Gilbert |
2006-05-23 | Added a new outer loop for what will later allow the restarting of the game. ... | Paul Gilbert |
2006-05-23 | Added the loading of NPC schedules | Paul Gilbert |
2006-05-23 | Added new resource entries for NPC schedules, the Skorl catching animation, a... | Paul Gilbert |
2006-05-23 | Added support structures for NPC schedules | Paul Gilbert |
2006-05-23 | Added some extra safety checks. Also contains some started work on redesignin... | Paul Gilbert |
2006-05-23 | Added script methods for manipulating current action support data and a stub ... | Paul Gilbert |
2006-05-23 | Update details for Russian translations | Travis Howell |
2006-05-23 | Cleanup. | Torbjörn Andersson |
2006-05-22 | Fix debug messages. | Torbjörn Andersson |
2006-05-22 | Cleanup. | Torbjörn Andersson |
2006-05-21 | make printExpr, skipExpr accept both gob1 and gob2 expressions | Willem Jan Palenstijn |
2006-05-21 | Palette handling simplification, suggested by LordHoto. | Torbjörn Andersson |
2006-05-21 | If possible, sync the frame to getSoundElapsedTime(). | Torbjörn Andersson |
2006-05-21 | Grotesque hack to support the jung2.vqa movie. Either the VQA is less well | Torbjörn Andersson |
2006-05-21 | The unsupported cutscene is called "jung", not "junk". (It just happens to look | Torbjörn Andersson |
2006-05-21 | More VQA fixes: | Torbjörn Andersson |
2006-05-21 | Don't crash if drawMouse() is called before _mouseSurface is created. | Torbjörn Andersson |
2006-05-21 | At LordHoto's request... | Torbjörn Andersson |
2006-05-21 | Some minor VQA player fixes: | Torbjörn Andersson |
2006-05-21 | - allows kyra3 to exit again | Johannes Schickel |
2006-05-21 | - reworks quit handling (no _system->quit() anymore) | Johannes Schickel |
2006-05-21 | - adds debugC calls to KyraEngine_v3 functions | Johannes Schickel |