Age | Commit message (Expand) | Author |
2006-04-10 | With the old o_ functions out of the way, I have renamed all o1_ functions as | Torbjörn Andersson |
2006-04-10 | By now, it should be obvious that I'm trying to get rid of the o_ functions. | Torbjörn Andersson |
2006-04-10 | Merged o_setup_cond_c() into o1_getDollar2(). (We could merge | Torbjörn Andersson |
2006-04-10 | Merged o_printStr() into o1_screenTextMsg(). | Torbjörn Andersson |
2006-04-10 | Merged o_pathfind() into o1_getPathPosn(). | Torbjörn Andersson |
2006-04-10 | Merged o_restoreIconArray() into o1_restoreIconArray(). | Torbjörn Andersson |
2006-04-10 | Merged o_confirmQuit() into o1_pauseGame(). | Torbjörn Andersson |
2006-04-10 | Merged o_inventory_descriptions() into o1_screenTextPObj(). | Torbjörn Andersson |
2006-04-10 | Merged o_loadGame() and o_saveGame() into o1_loadUserGame() and | Torbjörn Andersson |
2006-04-10 | Merged o_loadZone() and o_unloadZone() into o1_loadZone() and o1_unloadZone(). | Torbjörn Andersson |
2006-04-10 | Merged o_playSFX() into o1_playEffect(). | Torbjörn Andersson |
2006-04-10 | Merged o_loadBeard() and o_unloadBeard() into o1_loadBeard() and | Torbjörn Andersson |
2006-04-10 | Merged o_lockZone() and o_unlockZone() into o1_lockZones() and o1_unlockZones() | Torbjörn Andersson |
2006-04-10 | Merged o_playMusic() into o1_playTune(). | Torbjörn Andersson |
2006-04-10 | Merged o_set_video_mode() into o1_picture(). | Torbjörn Andersson |
2006-04-10 | Merged o_unk_103() into o1_cls(). | Torbjörn Andersson |
2006-04-10 | Merged o_defineWindow() into o1_defWindow(). | Torbjörn Andersson |
2006-04-10 | Merged o_vga_reset() into o1_killAnimate(). | Torbjörn Andersson |
2006-04-10 | Merged o_chance() into o1_chance(). | Torbjörn Andersson |
2006-04-10 | Slight change to make it easier to change the FF and Simon word-wrapping rules | Torbjörn Andersson |
2006-04-10 | Use our standard save file manager class to read and write the save games, | Torbjörn Andersson |
2006-04-10 | Fixed line breaking regression caused by adding the width of the word a second | Torbjörn Andersson |
2006-04-09 | Forces usage of SYSTEM_NOT_SUPPORTING_D_TYPE on amd64 systems. (read comment ... | Johannes Schickel |
2006-04-09 | Adjust line breaks, to prevent regression. | Travis Howell |
2006-04-09 | Adjust line breaks, to prevent regression. | Travis Howell |
2006-04-09 | Changed the precedence of the MD5 overrides (highest priority: config file, t... | Max Horn |
2006-04-09 | Removed some obsolete code | Max Horn |
2006-04-09 | Added gameFilenamesTable (currently unused, and hence disabled) | Max Horn |
2006-04-09 | Moved GameSettings to namespace Cine; moved savePath to various.cpp | Max Horn |
2006-04-09 | Oops. | Torbjörn Andersson |
2006-04-09 | Fixed excess line breaks in FF when listing the Oracle's ENCY articles. | Torbjörn Andersson |
2006-04-09 | Fix some line breaks in oracle of FF | Travis Howell |
2006-04-09 | Sev now is project lead, too | Max Horn |
2006-04-09 | Fix hitareas when scrolling in oracle of FF | Travis Howell |
2006-04-09 | Casting an array of integers to a pointer to a struct seems like a pretty hacky | Torbjörn Andersson |
2006-04-09 | Fix input regression after using oracle in FF | Travis Howell |
2006-04-09 | Add font table for FF | Travis Howell |
2006-04-09 | Disable constant display of object names, since oracle settings are usable in... | Travis Howell |
2006-04-09 | Minor cleanup, but savegames still don't work as well as I had hoped... | Torbjörn Andersson |
2006-04-09 | Enable skipping scrolling in oracle for FF | Travis Howell |
2006-04-09 | Fixed savegame saving/loading. I haven't done anything about the user | Torbjörn Andersson |
2006-04-09 | Fix clearing text window in oracle of FF | Travis Howell |
2006-04-09 | Fix mistake in debug table for FF | Travis Howell |
2006-04-09 | Update debug table for FF | Travis Howell |
2006-04-09 | Add time code for FF and minor cleanup | Travis Howell |
2006-04-09 | Add centreScroll() for FF and hyperbox code differences in FF. | Travis Howell |
2006-04-09 | Fix regression introduced by removing of GF_HE_CURSORLESS feature flag. | Eugene Sandulenko |
2006-04-09 | Add SDL_SetModuleHandle to WinMain | Travis Howell |
2006-04-09 | Clarify UK/US language for those HE demos which UK versions we have reported. | Eugene Sandulenko |
2006-04-09 | Fix const correctness in Kyra's StaticResource::loadStrings and StaticResourc... | Max Horn |