Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-08 | Update NEWS with new GP2X port added comment. | John Willis | |
svn-id: r24219 | |||
2006-10-08 | Added a comment about how the theme browser finds the themes. | Johannes Schickel | |
svn-id: r24218 | |||
2006-10-08 | - Forcing 'classic' as the builtin classic theme (which means it ignores the ↵ | Johannes Schickel | |
classic.ini atm) svn-id: r24216 | |||
2006-10-08 | Kill evc project files | Kostas Nakos | |
svn-id: r24215 | |||
2006-10-08 | small unify handleIACT function | Paweł Kołodziejski | |
svn-id: r24214 | |||
2006-10-08 | - Added dialog for selecting the theme to use | Johannes Schickel | |
- Added runtime theme switching svn-id: r24213 | |||
2006-10-08 | Initial commit of the wince-gcc re-port | Kostas Nakos | |
svn-id: r24212 | |||
2006-10-08 | fixed assert in isspace function because wrong variable type for chars when ↵ | Paweł Kołodziejski | |
they value is greater then 128. isspace take as "int" type param (at least in ms sdk) svn-id: r24210 | |||
2006-10-08 | fixed potentially uninitialized local variable 'x' | Paweł Kołodziejski | |
svn-id: r24209 | |||
2006-10-08 | update project files | Paweł Kołodziejski | |
svn-id: r24208 | |||
2006-10-08 | Mention 0.9.1 PS2 changes in trunk too. | Eugene Sandulenko | |
svn-id: r24207 | |||
2006-10-08 | Patch #1573141: Attempt to fix AmigaOS 4 / Broken Sword 2 problems | Max Horn | |
svn-id: r24206 | |||
2006-10-08 | commit "fixed regression in BASS adlib music." from 0-9-0 branch to trunk | Joost Peters | |
svn-id: r24204 | |||
2006-10-08 | - added auto detection of the Theme style to use | Johannes Schickel | |
- fixed a bug which would lead to a crash when loading the modern theme config with the classic theme svn-id: r24201 | |||
2006-10-08 | Ooops. making the classic theme working without a config again. | Johannes Schickel | |
svn-id: r24200 | |||
2006-10-08 | - added config file support for the classic theme | Johannes Schickel | |
- added a sample config file (called 'classic.ini', which is based on Theme::_defaultConfigINI) - added check for the type of the theme config file ('modern' and 'classic' for the respective Theme classes) - bumped theme config version for the modern theme svn-id: r24199 | |||
2006-10-08 | Correct x position, when printing stasticsin Elvira 1 | Travis Howell | |
svn-id: r24198 | |||
2006-10-08 | Fixed regression in non-Elvira games. | Torbjörn Andersson | |
svn-id: r24197 | |||
2006-10-08 | Whitespace. | Torbjörn Andersson | |
svn-id: r24196 | |||
2006-10-08 | Add invert box difference in Elvira 2 | Travis Howell | |
svn-id: r24195 | |||
2006-10-08 | Add invert box difference in Elvira 1 | Travis Howell | |
svn-id: r24194 | |||
2006-10-08 | Add opcode for Elvira 1 and remove errors that don't occur in original games | Travis Howell | |
svn-id: r24193 | |||
2006-10-08 | The extra Elvira 1 colours have to be "re-scaled" to 8 bits. Cleaned up the | Torbjörn Andersson | |
code a bit to make that more obvious. svn-id: r24192 | |||
2006-10-08 | More const madness. | Eugene Sandulenko | |
svn-id: r24191 | |||
2006-10-08 | Add a few palette differences and fix input in Elvira 1 | Travis Howell | |
svn-id: r24190 | |||
2006-10-08 | Add code for displaying stastics in Elvira 1 | Travis Howell | |
svn-id: r24188 | |||
2006-10-08 | Uses the slider background settings instead of the edit text widget settings ↵ | Johannes Schickel | |
for the slider background. svn-id: r24187 | |||
2006-10-08 | Added a FIXME comment | Max Horn | |
svn-id: r24184 | |||
2006-10-08 | Replaced evil usage of static globals inside function by proper member variables | Max Horn | |
svn-id: r24183 | |||
2006-10-08 | Added more const qualifiers | Max Horn | |
svn-id: r24182 | |||
2006-10-08 | Added a const qualifier inside struct ADGameDescription (rule of thumb: Make ↵ | Max Horn | |
as many pointers and members const as possible, it helps prevent bugs, and potentially helps the optimizer) svn-id: r24181 | |||
2006-10-08 | A few corrections for Elvira 1 game details | Travis Howell | |
svn-id: r24180 | |||
2006-10-07 | Whitespaces. | Johannes Schickel | |
svn-id: r24179 | |||
2006-10-07 | #include <base/engine.h> -> #include <engines/engine.h (Though I don't like | Eugene Sandulenko | |
those angle brackets) svn-id: r24178 | |||
2006-10-07 | Fixed compilation. | Torbjörn Andersson | |
svn-id: r24177 | |||
2006-10-07 | Removed _lastKeyHit, instead pass the key code as a parameter to ↵ | Max Horn | |
processKeyboard() svn-id: r24176 | |||
2006-10-07 | Removed 'smushMode' param from processInput and processKeyboard in favor of ↵ | Max Horn | |
a new member _smushActive of ScummEngine_v7 svn-id: r24175 | |||
2006-10-07 | Clarified comment | Max Horn | |
svn-id: r24174 | |||
2006-10-07 | Moved calls to addDefaultDirectory, and creation of the master file handle, ↵ | Max Horn | |
from the ScummEngine constructor to ScummEngine::init() (this makes it easier to implement more graceful error handling, for example) svn-id: r24173 | |||
2006-10-07 | Moved all INSANE and SMUSH related code into ScummEngine_v7 (resp. ↵ | Max Horn | |
ScummEngine_v6 in a few cases) svn-id: r24169 | |||
2006-10-07 | Partial fix for Elvira 1 palette problems. | Torbjörn Andersson | |
svn-id: r24168 | |||
2006-10-07 | Some more processKeyboard splitting | Max Horn | |
svn-id: r24167 | |||
2006-10-07 | Further split processKeyboard code, moving stuff specific to some SCUMM ↵ | Max Horn | |
version into the resp. subclass of ScummEngine svn-id: r24166 | |||
2006-10-07 | Moved SCUMM keyboard handling code from processInput() to the new ↵ | Max Horn | |
(sub)method processKeyboard svn-id: r24165 | |||
2006-10-07 | Renemaed ScummEngine::processKbd to processInput (as it also deals with the ↵ | Max Horn | |
mouse) svn-id: r24164 | |||
2006-10-07 | some HE related cleanup | Max Horn | |
svn-id: r24163 | |||
2006-10-07 | Fixed warning. | Torbjörn Andersson | |
svn-id: r24162 | |||
2006-10-07 | Add more code differences in Elvira 1 | Travis Howell | |
svn-id: r24161 | |||
2006-10-07 | Fix compilation. SDL.h is required for SDL_GetError() | Eugene Sandulenko | |
svn-id: r24160 | |||
2006-10-07 | Minor cleanup | Travis Howell | |
svn-id: r24159 |