Age | Commit message (Expand) | Author |
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 |
2006-05-21 | Implements kyra3 main menu drawing. | Johannes Schickel |
2006-05-21 | Make it so that if the new cursor palette to be set has zero colours, the | Torbjörn Andersson |
2006-05-21 | Added two lines for the Lure engine progress | Paul Gilbert |
2006-05-21 | Oops, I guess I never got around to fully implement replaceCursorPalette(). | Torbjörn Andersson |
2006-05-20 | fixed compilation when DISABLE_SCALERS | Paweł Kołodziejski |
2006-05-20 | fix compilation, that variable no longer exists | Paweł Kołodziejski |
2006-05-20 | Make the copy constructor / assignment operator of class File private to prev... | Max Horn |
2006-05-20 | Pass values by-reference, using C++ references, and not by using pointers | Max Horn |
2006-05-20 | makes destructor of KyraEngine virtual | Johannes Schickel |
2006-05-20 | Apparently, passing a file handle directly to a function causes that file | Torbjörn Andersson |
2006-05-20 | Forgot to set g_initialized to true. | Torbjörn Andersson |
2006-05-20 | After the GUI has finished, restore the old cursor palette (if any). For this | Torbjörn Andersson |
2006-05-20 | Removed stray printf() from earlier commit. | Torbjörn Andersson |
2006-05-20 | Re-render the cursor when enabling/disabling cursor palette. Also, I don't | Torbjörn Andersson |
2006-05-20 | Set a cursor palette for the classic theme, as well. Otherwise we'll get the | Torbjörn Andersson |
2006-05-20 | Our GUI uses the "cursor palette" feature, but the SDL backend did not use the | Torbjörn Andersson |
2006-05-20 | Fixed cursor drawing in the classic theme. | Torbjörn Andersson |
2006-05-19 | Call the inherited handleScreenChanged() method, so that the widget can resize | Torbjörn Andersson |
2006-05-19 | Call handleScreenChanged() *before* calling setEditString(). Otherwise | Torbjörn Andersson |
2006-05-19 | Slighty modified patch #1491859: "Possible fix for recent cursor regressions" | Eugene Sandulenko |
2006-05-19 | Minor GUI tweaks | Eugene Sandulenko |
2006-05-19 | Using assert(_something->init()) is a bad idea. Assertions can be disabled. | Torbjörn Andersson |
2006-05-19 | Added some BS2 and Simon notes. | Torbjörn Andersson |
2006-05-19 | Added some FIXMEs to the kyra engine | Max Horn |
2006-05-19 | Fix warning | Max Horn |