Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-03 | Moved some more console commands to ScummVM's console | Filippos Karapetis | |
svn-id: r41137 | |||
2009-06-03 | - Sorted the console commands a bit more | Filippos Karapetis | |
- Removed the commands which manipulated variables and turned them into debug variables instead - Rewrote help so that it's more organized and easier to read - Unified the debug variable names svn-id: r41136 | |||
2009-06-03 | Cleanup. | Travis Howell | |
svn-id: r41135 | |||
2009-06-03 | Increase maxHeapThreshold for 16bit color HE games, due to larger resource ↵ | Travis Howell | |
sizes been used. svn-id: r41134 | |||
2009-06-03 | Sprites are used for subtitles, in all 16bit color HE games. | Travis Howell | |
svn-id: r41133 | |||
2009-06-03 | Correct sound timer and disable sound offsets, in later HE games. | Travis Howell | |
svn-id: r41132 | |||
2009-06-03 | Revert last change, better to wait for 16bit backend support. | Travis Howell | |
svn-id: r41131 | |||
2009-06-03 | Update thumbnail code to capture RGB565 screen. | Travis Howell | |
svn-id: r41130 | |||
2009-06-02 | Moved some more console commands to ScummVM's debug console | Filippos Karapetis | |
svn-id: r41129 | |||
2009-06-02 | Fix warning. | Johannes Schickel | |
svn-id: r41128 | |||
2009-06-02 | Moved some more console commands to ScummVM's debug console | Filippos Karapetis | |
svn-id: r41127 | |||
2009-06-02 | Moved some more console commands to ScummVM's debug console | Filippos Karapetis | |
svn-id: r41126 | |||
2009-06-02 | Removed the gfxw_new_visual and gfxw_new_port wrappers, moved _kfuncTable ↵ | Filippos Karapetis | |
inside the Kernel class and moved gfxw_find_port inside the GfxVisual struct svn-id: r41125 | |||
2009-06-02 | Fix bug #2799905 "WINCE: Compilation broken". | Johannes Schickel | |
svn-id: r41124 | |||
2009-06-02 | Removed some unused variables from the engine state | Filippos Karapetis | |
svn-id: r41123 | |||
2009-06-02 | LOL: - fixed script bug reported by LordHoto | Florian Kagerer | |
svn-id: r41122 | |||
2009-06-02 | Fix palette regression in HE99+ games, the HE palette number must be set, ↵ | Travis Howell | |
before setting the costume palette. svn-id: r41121 | |||
2009-06-02 | Formatting and whitespaces again. | Johannes Schickel | |
svn-id: r41120 | |||
2009-06-02 | Remove "_smoothScrollTimer" from LoLEngine, it was only used as local ↵ | Johannes Schickel | |
variable anyway. svn-id: r41119 | |||
2009-06-01 | Cleanup. | Johannes Schickel | |
svn-id: r41118 | |||
2009-06-01 | - Remove LoLEngine::delayUntil it was identical to KyraEngine_v1 in its ↵ | Johannes Schickel | |
functionallity anyway - Change KyraEngine_v1::delayUntil to a somewhat more LoLEngine::delayUntil like implementation svn-id: r41117 | |||
2009-06-01 | Allow the user to quit ScummVM, when LoL waits via delayUntil. | Johannes Schickel | |
svn-id: r41116 | |||
2009-06-01 | Slight cleanup in LoLEngine's delay and delayUntil. | Johannes Schickel | |
svn-id: r41115 | |||
2009-06-01 | Change LoLEngine::delay to be conform with KyraEngine_v1::delay. (remove ↵ | Johannes Schickel | |
special iUpdate parameter, just call updateInput, when "doUpdate" is set to false) svn-id: r41114 | |||
2009-06-01 | - Add some basic debugger for Lands of Lore. | Johannes Schickel | |
- Allow the "flags" command in all Kyra games to be working properly with 320x200 GUI. svn-id: r41113 | |||
2009-06-01 | - Fix some valgrind warnings | Johannes Schickel | |
- Fix original bug in the Lands of Lore credits, which messed up some headings (the original didn't display them at all for some reason) svn-id: r41111 | |||
2009-06-01 | Capitalize the C in Corpse | Joost Peters | |
svn-id: r41110 | |||
2009-06-01 | change pathfinding variables from char to int8 to ensure signedness | Joost Peters | |
svn-id: r41109 | |||
2009-06-01 | don't use FROM_LE_* macros on font data, as it already is in native endianness | Joost Peters | |
svn-id: r41108 | |||
2009-06-01 | Change flip[Short|Long] functions to bigEndian[Short|Long]ToNative to ↵ | Joost Peters | |
clarify that flipping only occurs on LE systems + some related cleanup. svn-id: r41107 | |||
2009-06-01 | LOL: fix warning | Florian Kagerer | |
svn-id: r41106 | |||
2009-06-01 | LOL: add workaround comment (at LordHoto's repeated insistence) | Florian Kagerer | |
svn-id: r41105 | |||
2009-06-01 | LOL: - minor fix to the input code | Florian Kagerer | |
svn-id: r41104 | |||
2009-06-01 | LOL: implemented hand of fate spell | Florian Kagerer | |
svn-id: r41103 | |||
2009-06-01 | Some fixes for saving/loading (still broken) | Filippos Karapetis | |
svn-id: r41102 | |||
2009-06-01 | Split the kernel functions away from the vocabulary functions (WIP, ↵ | Filippos Karapetis | |
saving/loading is broken) svn-id: r41101 | |||
2009-06-01 | LOL: - extended text displayer and added one more opcode | Florian Kagerer | |
svn-id: r41100 | |||
2009-06-01 | Disabled an old script interpreter hack | Paul Gilbert | |
svn-id: r41099 | |||
2009-06-01 | Removed some out of date TODO's | Paul Gilbert | |
svn-id: r41098 | |||
2009-06-01 | Replaced loadShort/saveShort functions with applicable endian macros | Paul Gilbert | |
svn-id: r41097 | |||
2009-06-01 | Removed the remaining two FIXME's - my analysis of the data indicates no ↵ | Paul Gilbert | |
issues with structure packing, and all multi-byte data accesses are wrapped using loadShort/saveShort, which is endian safe svn-id: r41096 | |||
2009-06-01 | Replaced kernel_oops with error(), and added an enum to clarify the cases ↵ | Filippos Karapetis | |
where invoke_selector should stop svn-id: r41095 | |||
2009-06-01 | Removed the sci_max_allowed_unknown_kernel_functions array | Filippos Karapetis | |
svn-id: r41094 | |||
2009-06-01 | Converted the saving of perso structure data to proper endian-safe serialisation | Paul Gilbert | |
svn-id: r41093 | |||
2009-06-01 | LOL: some more opcodes and some minor bug fixes | Florian Kagerer | |
svn-id: r41092 | |||
2009-06-01 | LOL: - implemented opcode for white tower basement | Florian Kagerer | |
svn-id: r41091 | |||
2009-06-01 | Add a 'flat' option to FSDirectory to allow searching recursively for files ↵ | Willem Jan Palenstijn | |
in subdirectories svn-id: r41090 | |||
2009-05-31 | Removing the helper-include where it's not used anymore | Sven Hesse | |
svn-id: r41089 | |||
2009-05-31 | Fixing a regression in the VideoPlayer, introduced by Fingolfin in r41077 | Sven Hesse | |
svn-id: r41088 | |||
2009-05-31 | Little formatting fix. | Johannes Schickel | |
svn-id: r41087 |